.oculto{display: none;}

#otro_oculto{display: none;} 
#alerta_error,#alerta_success{display: none;}
#alerta_error_comment,#alerta_success_comment{display: none;}
#alerta_error_file, #alerta_success_file {display: none;}
#alerta_error_geo, #alerta_success_geo {display: none;}
#alerta_error_csv, #alerta_success_csv,#alerta_error_csv_edit, #alerta_success_csv_edit {display: none;}
/*Loading*/
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #dfdfdf!important;
    background-color: #dfdfdf!important;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: none!important;
}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: #827b7b7d;
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    margin: auto;
    position: relative;
    top:40%;
    width:100px;height:100px;
    border-style:solid;
    border-color:#ed718b;
    border-top-color:transparent;
    border-width: 15px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.gm-style-iw-d {
    max-height: 556px !important;
}
/*Fin loading*/

.custom-control-input.is-invalid~.custom-control-label::before{
    background-color: #dc3545!important;
    border: 1px solid #dc3545!important;
    border-radius: 100%!important;
}
.dot7a {
    color: #1eb7f0;
    font-size: 11px;
    line-height: 24px;
    font-weight: 900;
}

.bg_blue {
    background-color: #1eb7f0!important;
}
