html, body {
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

#divEjecutar {
	height: 0px !important;
	max-height: 0px !important;
	padding: 0px !important;
}

.drawPointIcon {
	background: url(/mapgis/images/botones/30x30/punto_white.png) no-repeat;
}

.drawLineIcon {
	background: url(/mapgis/images/botones/30x30/linea_white.png) no-repeat;
}

.drawRectIcon {
	background: url(/mapgis/images/botones/30x30/rectangulo_white.png)
		no-repeat;
}

.drawPolygonIcon {
	background: url(/mapgis/images/botones/30x30/poligono_white.png)
		no-repeat;
}

.dibujoLimpiarIcon {
	background: url(/mapgis/images/MapGIS/30x30/limpiar_up.png) no-repeat;
}

#accordion .ui-state-active {
	background-color: #00c2aa !important;
	border: none !important;
}

.drawPointIcon, .drawLineIcon, .drawRectIcon, .drawPolygonIcon,
	.dibujoLimpiarIcon {
	border: 0px;
	height: 30px;
	padding-left: 28px;
	background-size: 20px;
	background-position: 4px 6px;
	background-color: #00c2aa;
	color: #fff;
	border-radius: 5px;
}

.col-12.col-sm-6>* {
	width: 100%;
	vertical-align: top;
}

.col-12.col-sm-6>label {
	color: #059974;
	font-weight: bold;
}

#headerEjecutar>.btn {
	background-color: #00c2aa;
	color: #fff;
}

#sl_campos_html {
    border-top: 1px solid #d2d0d0;
    margin-top: 5px;
    padding-top: 5px;
}html, body {
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

#divEjecutar {
	height: 0px !important;
	max-height: 0px !important;
	padding: 0px !important;
}

.drawPointIcon {
	background: url(/mapgis/images/botones/30x30/punto_white.png) no-repeat;
}

.drawLineIcon {
	background: url(/mapgis/images/botones/30x30/linea_white.png) no-repeat;
}

.drawRectIcon {
	background: url(/mapgis/images/botones/30x30/rectangulo_white.png)
		no-repeat;
}

.drawPolygonIcon {
	background: url(/mapgis/images/botones/30x30/poligono_white.png)
		no-repeat;
}

.dibujoLimpiarIcon {
	background: url(/mapgis/images/MapGIS/30x30/limpiar_up.png) no-repeat;
}

#accordion * {
	font-size: 14px
}

#accordion .dojoxGrid .dojoxGridCell {
    font-size: 12px;
}

#accordion .ui-state-default {
	background-color: #4c4343 !important;
	color: rgb(0, 128, 64);
	font-weight: bold;
}
.ui-accordion-icons{
background-color: #4c4343 !important;
}

#accordion .ui-state-default>span {
	background-image: url("../vendor/jquery/images/ui-icons_ffffff_256x240.png");
}

#accordion .ui-state-active {
	background-color: #00c2aa !important;
	border: none !important;
}

#accordion div>h3 {
	font-size: 15px;
    color: #757575;
    font-weight: bold;
    padding-top: 20px;
}

.drawPointIcon, .drawLineIcon, .drawRectIcon, .drawPolygonIcon,
	.dibujoLimpiarIcon {
	border: 0px;
	height: 30px;
	padding-left: 28px;
	background-size: 20px;
	background-position: 4px 6px;
	background-color: #00c2aa;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
}

.col-12.col-sm-6>*,.col-12.col-sm-6>div>input {
	width: 100%;
	vertical-align: top;
}

.col-12.col-sm-6>input, .col-12.col-sm-6>select, .col-12.col-sm-6>.dijitTextBox,
.col-12.col-sm-6>div>input {
	height: 26px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.col-12.col-sm-6 label {
	color: #059974;
	font-weight: bold;
	border: none;
}

#headerEjecutar>.btn {
	background-color: #fff;
	color: #00c2aa;
	border: 2px solid #00c2aa;
	height: 30px;
	line-height: 10px;
	font-weight: bold;
}

#headerEjecutar>.btn:hover {
	background-color: #00c2aa;
	color: #fff;
}

#sl_campos_html {
    border-top: 1px solid #d2d0d0;
    margin-top: 5px;
    padding-top: 5px;
}

.claro .dijitComboBox .dijitButtonNode{
	background-image: url(../vendor/jquery/images/ui-icons_444444_256x240.png) !important;
	background-position: -65px -16px !important;
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle !important;
    margin-top: 5px !important;
    background-repeat: no-repeat !important;
}

.claro div.dijitComboBoxDisabled .dijitArrowButtonInner{
	background: none !important;
}

.ms-parent, .dijitComboBox {
    margin-bottom: 10px;
}

.dojoxGridPaginator * {
    color: #727272 !important;
    font-size: 12px !important;
}

.btn.btnDescargar {
    background-color: #fff;
    color: #00c2aa;
    border: 2px solid #00c2aa;
    height: 30px;
    line-height: 10px;
    font-weight: bold;
}

.btn.btnDescargar:hover {
	background-color: #00c2aa;
	color: #fff;
}