#zones {
	padding: 0 0 0 0;
	float:right;
	overflow: scroll;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: 300px;
	height: calc(100% - 113px);	
} 
#zones  .row .block{	
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: calc(100% - 10px);
	text-align: center;
	font-size: 12px;
	min-height:40px;
	max-height:40px;
	display:block;	
	padding: 5 0 5 0;
	margin: 5 5 5 5;
	color: #000;
}
#zones .row .block .left{	
	width: 69%;
	text-align: left;
	display:block;
	font-size: 14px;
	padding: 10 0 0 5;	
	margin: 0 0 0 5;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#zones .row .block .right{
	width: 25%;
	text-align: right;
	display:block;
	font-size: 10px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
	margin: 0 5 0 0;
	padding: 5 0 5 0;	
}
#zones .row .block .right img {
	max-width: 32px;
	max-height: 32px;
}
 
 #zoneObjectEdit,
 #zoneEdit {
	/*padding-left:0px;
	padding-right:0px;	
	float:right;
	overflow: hidden;
	width: 300px;	*/
	padding: 0 0 0 0;
    float: right;
    overflow: scroll;
    top: 113px;
    bottom: 0px;
    width: 300px;
    height: calc(100% - 113px);	
} 
#zoneObjectEdit .block,
#zoneEdit .block{
	background-color:#ccc;	
	border-radius: 10px;  
	float: left;
	width: calc(100% - 20px);
	text-align: center;
	font-size: 12px;
	padding: 5 5 5 5;
	margin: 5 0 0 5;		
}
#zoneObjectEdit .row .block,
#zoneEdit .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: 2 0 2 5;
	min-height:40px;
	max-height:40px;
	display:block;
	color: #000;	
}
#zoneObjectEdit .row .block .title,
#zoneEdit .row .block .title{	
	width: 60%;
	text-align: left;
	display:block;
	font-size: 12px;
	padding: 4 0 0 0;
	float: left;
	font-weight: bold;
}
#zoneObjectEdit .row .block .icon,
#zoneEdit .row .block .icon{
	color: #aaa;
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 10px;
	padding: 4 0 0 0;
	float: left;
	display: block;
}
#zoneObjectEdit .row .block .icon img,
#zoneEdit .row .block .icon img{
	max-width: 32px;
    max-height: 32px;
}
#zoneObjectEdit .row .block .delete,
#zoneEdit .row .block .delete{
	color: #aaa;
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 10px;
	padding: 4 0 0 0;
	float: right;
	display: block;
}
#zoneObjectEdit .row .block .delete img,
#zoneEdit .row .block .delete img{
	max-width:  32px;
    max-height: 32px;
}
 
 
#zoneAdd {	
	padding-left:0px;
	padding-right:0px;	
	float:right;
	overflow: hidden;
	width: 300px;	
}
#zoneAdd .block{
	background-color:#ccc;	
	border-radius: 10px;  
	float: left;
	width: calc(100% - 20px);
	text-align: center;
	font-size: 12px;
	padding: 5 5 5 5;
	margin: 5 0 0 5;	
}



#zoneMap {
	z-index:1;
	width: calc(100% - 374px); 	
	/*height: 100%;*/
	position: absolute;
	left:74px;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
}