
#groups {
	padding: 0 0 0 0;
	float:right;
	overflow: scroll;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: 300px;
	height: calc(100% - 113px);
}
#groups div {
	/*border: 1px solid black;*/
}
#groups .row .block{
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: 95%;
	text-align: center;
	font-size: 12px;	
	padding: 0 0 0 0;
	margin: 5 0 0 5;
	min-height:54px;
	max-height:54px;
	display:block;
	color: #000;
}
#groups .row .block .title{
	white-space: nowrap;
	overflow:hidden;
	width: 75%;
	text-align: left;
	display:block;
	font-size: 12px;
	padding: 4 0 0 0;
	float: right;
	font-weight: bold;
	height:50px;
	margin: 10 0 0 0;
	
	white-space: pre-wrap;      /* CSS3 */   
	white-space: -moz-pre-wrap; /* Firefox */    
	white-space: -pre-wrap;     /* Opera <7 */   
	white-space: -o-pre-wrap;   /* Opera 7 */    
	word-wrap: break-word;      /* IE */	
}
#groups .row .block .icon{
	color: #aaa;
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 10px;
	padding: 0 0 0 0;
	float: left;
	display: block;
}
#groups .row .block .icon img{
	max-width:  100%;
    max-height: 100%;
}
.groupSetName{
    background-color: #ccc;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 10px;
    float: left;
    width: calc(100% - 8px); 
    text-align: center;
    font-size: 3vw;
    padding: 2 2 2 2;
}
.groupSetIcon{
	border-radius: 10px;
    float: left;
    border: 1px solid #ccc;
    width: 40px;
    text-align: center;
    margin: 3 2 0 2;
    padding: 0 0 0 1;
    height: 40px;
}
.groupSetIcon img{
	max-width: 100%;
    max-height: 100%;
}

INPUT.groupName{
	font-size: 12px;		
	width:100%;
 margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;	
}
td.groupName {
	font-size: 12px;
}














#groups .objectBlock{
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: 95%;
	text-align: center;
	font-size: 12px;	
	padding: 0 0 0 0;
	margin: 2 0 2 5;
	min-height:60px;
	max-height:60px;
	display:block;
	color: #000;
}
#groups .objectBlock .title{	
	width: 205px;
	text-align: left;
	display:block;
	font-size: 14px;
	padding: 4 0 0 0;
	float: right;
	font-weight: bold;

}
#groups .objectBlock .title .name{	
	width: 150px;
	text-align: left;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*max-height:75px;*/
	float: left;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}
#groups .objectBlock .title .state{
	width: 55px;
	text-align: left;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	font-weight: bold;
}
#groups .objectBlock .title .state img{
	max-width:  24px;
    max-height: 24px;
}
#groups .objectBlock .icon{
	color: #aaa;
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 10px;
	padding: 4 0 0 0;
	float: left;
	display: block;
}
#groups .objectBlock .icon img{
	max-width:  100%;
    max-height: 100%;
}
#groups .objectBlock .info{
	width: 205px;
	text-align: left;
	display:block;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-height:35px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#groups .objectBlock .info img{
	max-width:  14px;
    max-height: 14px;
}