
/* Groups right list Rows */

.GroupRightRow{
	float:left;
	width: 100%;
	margin-bottom:2px;
}


.GroupRightRow .GroupRightRowContainer{
	width: 100%;
	float:left;
}


.GroupRightRow .GroupRightRowContainer .dragger{
	float:left;
	width: 25px;
	padding:2px
}

.GroupRightRow .GroupRightRowContainer .id{
	float:left;
	width: 25px;
	padding:2px
}

.GroupRightRow .GroupRightRowContainer .name{
	float:left;
	width: 30%;
	padding:2px
}

.GroupRightRow .GroupRightRowContainer .tools{
	float:left;
	width: 60%;
	padding:2px
}


.GroupRightRow:nth-child(odd) {
    background-color: #56a8e3;
}

.GroupRightRow:nth-child(even) {
    background-color: #2689cf;
}
	

.GroupRightTitle:hover{
    background-color: #34528b;

	
}

/**/

.GroupRightName{
	float:left;
	width: 100%;
	
}

.GroupRightContainer{
	width:100%;
	min-height:50px;
	background-color:#ffffff;	/**/
	float:left;
	display:none;

}

.GroupRightTitle{
	width:100%;
}
.GroupRightCont:nth-child(even){
	-webkit-box-shadow: 0px -1px 18px 5px rgb(29 26 26 / 43%); 
	box-shadow: 0px -1px 18px 5px rgb(88 82 82 / 43%);
	width:100%;
	float:left;
	background:#97b8f9;/**/
	margin-bottom:5px;
}


.GroupRightCont:nth-child(odd){
	-webkit-box-shadow: 0px -1px 18px 5px rgb(29 26 26 / 43%); 
	box-shadow: 0px -1px 18px 5px rgb(88 82 82 / 43%);
	width:100%;
	float:left;
	background:#cbd9f5;/**/
	margin-bottom:5px;
}

.GroupRightName{
	padding:5px;
	float:left;
	width:25%;	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.GroupRightTool{
	float:left;
	width:70%;
}

.GroupRightTitleArea{
    float: left;
    padding: 20px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.GroupRightToolArea{
	float:left;
	padding: 5px;
	width:100%;
}

.GroupRightSubmit div{
	float:left;
	padding: 5px;
	width:100%;
}
