.active-status-false {
	background-image: url('../images/icons/ok.png') !important;
}
.active-status-true {
	background-image: url('../images/icons/close.png')!important;
}

.dark-blue-panel .x-form-item-label-default  {
	color:#fff;
}

.role-combo-label {
	background-color:#035283;
	background-image: url('../images/icons/ic_role_combo.png');
	color:#fff !important;
	width:135px;
	text-align:right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.program-combo-label {
	background-color:#035283;
	color:#fff !important;
	width:135px;
	text-align:right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.gridRowGreen {
	background: #f0fff0;
}

.gridRowRed {
	background: #ffe6e6;
}

#mapContainer {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.form-version-icon {
	background-image: url('../images/icons/ic_info_trigger_dark.png') !important;
}

.x-action-col-icon-hidden {
	height: 15px;
	width: 15px;
}
.customTabPanel{
	opacity: 0.9;
}
.editMapStyle{
	position: absolute;  
    z-index: 100;  
    left: 10px;  
    top: 10px;  
}

.white-text-color label {
	color: #fff;
}

.blue-background-color .x-panel-body {
	background-color: #008ad2;
}