.centradoinicio {
max-width:400px;
text-align:center;
margin:0 auto;
}


#header_buscador {
 background: url(../images/buscador_montes.jpg) no-repeat;
  background-position: 100%;
  background-size: cover;
  opacity: 1;
}



.logincentrado {
    max-width:400px;
    text-align:center;
    margin:0 auto;
}

.listado {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.listado li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #7AC143; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-weight: 120px; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#panelHidrantesSeleccionado {
min-width:500px;
}
label {  
	font-size:12px !important; 
}


footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 70px;
	background-color: #fff;
	padding-top: 10px;
	color: #333;
	border-top-color: #86CC52;
	border-top-style: solid;
	border-top-width: 2px;
	text-align:center;
}
.divpreviaimagen { 
	margin:0 auto; 
    text-align:center;
}

#tablaactuaciones {
	font-size:13px; 
}

#tablahidrantes {
	font-size:13px; 
}

#tablausuarios {
	font-size:13px; 
}

.ui-checkbox .ui-state-disabled{
opacity:1 !important;
}
.ui-disabled, .ui-state-disabled, 
button[disabled], .ui-select .ui-btn.ui-state-disabled {
    filter: Alpha(Opacity=30);
    opacity: 1;
    cursor: default !important;
    pointer-events: none;
}



#popupMiCuentaIndx {
    position: relative;
    width: 20em;
	margin-right: 1em;
}

#popupMiCuentaHid {
    position: relative;
    width: 20em;
	margin-right: 1em;
}

#popupMiCuentaRev {
    position: relative;
    width: 20em;
	margin-right: 1em;
}

#popupMiCuentaOper {
    position: relative;
    width: 20em;
	margin-right: 1em;
}

#popupMiCuentaFHid {
    position: relative;
    width: 20em;
	margin-right: 1em;
}

#popupMiCuentaFRev {
    position: relative;
    width: 20em;
	margin-right: 1em;
}

#popupMiCuentaFOper {
    position: relative;
    width: 20em;
	margin-right: 1em;
}

.botonera {
margin:0px !important;
padding: 0px !important;
}
.botonera li {
display:inline-block;

}

.botonera li img {
width:25px;
margin:0px 3px 0px 3px;
}


.botonera_list li img {
	width:25px;
	}
	
#popupActuacion {
    width: 400px;
}


#popupNoHidSelect {
    width: 400px;
}

#popupHidSelect {
    width: 400px;
}

#popupActuacionform {
	padding:5px; 
	width:380px;
}

#popupActuacion_mobile {
    width: 100%;
}

.ui-block-a,.ui-block-b,.ui-block-c,.ui-block-d,.ui-block-e
{
padding:5px;
}

.ui-datepicker{ 
    z-index: 9999 !important;
}

#tablaactuaciones .ui-icon-custom:after {
	background-image: url(../images/mapa_material_24.png);
	background-position: 50% 50%;
	background-size: 90%;
  }

#tablahidrantes .ui-icon-custom:after {
    background-image: url(../images/mapa_material_24.png);
	background-position: 50% 50%;
	background-size: 90%;
}

  .checkBoxLeft{
    position: absolute; 
    left: 0px; 
    top: 30%;
    width: 10px;
    height: 10px;
    border-radius: 3px;  
}
.detailListText{
    padding: 0 0 0 15px;
}

/********* MAPA ************/
#mappage {
    height: calc(100% - 44px);
}

#mapa {
	height: 100%;
}

#map-content{
	height: 100%;
	padding: 0px; 
	margin:0px;
	z-index: -1;
}
  /*********** FIN MAPA *************/