.controls input:not([type=radio]){
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 6px;
    font-size: 13px;
    line-height: 1.42857;
    color: #838383;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DADADA;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.controls input.hide{
    display: none;
}

.input-small {
    width: 150px !important;
}

.control-group{
    margin-bottom:10px;
}

.bootstrap-select .dropdown-menu{
    top:20px;
}

#clave{
    float:left;
}

.input-group-btn{
    margin-left: 160px;
    display: block;
}

.wizard-container .btn-success:not(.btn-small){
    height:34px !important;
    font-size:12px !important;
    background-color: #05AE0E !important;
    color: #FFF !important;
    border-color: #05AE0E !important;
}

.hide{
    display:none;
}

.contenedorMapaZonasInteres .hide{
    display:none !important;   
}

#retroceder, #seleccionarTodos, #insertarUbicacion{
    width:30%;
    display: inline-block;
    font-size:14px;
}


#retroceder{
    z-index:9;
    border:none;
    padding:4px 3px !important;
    color:#FFF;
    text-decoration: none;
    opacity: 1;
    float:left;
}

.caja-mapa-registro{
    position: relative;
}

.caja-mapa-registro .mapa-busqueda{
    border:none;
}

.caja-mapa-registro .cargando{
    width: 645px;
    height: 650px;
    position: absolute;
    top:250px;
    left:200px;
    z-index:9;
    font-size:72px;
    color:#356AA0;
}

#seleccionarTodos{
    z-index:9;
    border-radius:0px;
    height:34px !important;
    font-weight: bold;
    border:none;
}

 #insertarUbicacion, #seleccionarTodos{
    padding:10px 5px !important;
    height: 36px !important;
}

#insertarUbicacion{
    height: 35px;
    border-radius: 0px;
    font-weight: bold;
    float:right;
}

.mapa-registro{
    /*margin-top:15px;*/
    width:700px !important;/* Para evitar bug de línea blanca en Google Maps */
}

.sinFlotar{
    clear:both;
}

.checkbox input[type=checkbox]{
    margin-top: 8px;
    width: auto;
}

.g-recaptcha > div{
    margin:0 auto;
}

.apartadoFormulario{
    margin-top:10px;
    margin-bottom:10px;
    color:#356AA0;
    border-bottom: 2px solid #eee;
    width: 95%;
    font-weight: normal;
    margin-left: 20px;
    padding-bottom: 5px;
}

input:read-only{
    font-weight: bold;
    background-color: #eee;
    cursor:not-allowed;
}

.zonas-interes-usuario li{
    color:#356AA0;
}

.zonas-interes-usuario li span{
    color:#777;
}

#avisoSeleccion{
    color:#FFF;
    opacity:0.9;
    font-size:18px;
    font-weight: bold;
    background-color:#356AA0;
    position: absolute;
    width: 100%;
    top:45px;
    z-index: 999;
    border:1px solid #FFF;
    text-align: center;
}

#tablaZonasInteres .btn-small{
    min-width:0px !important;
}

#tablaZonasInteres{
    margin-top:45px;
}

#tablaZonasInteres td, #tablaZonasInteres th{
    vertical-align: middle !important;
}

.eliminaSeleccionListado{
    min-width:auto !important;
    height:auto !important;
}

.provinciaListadoZonas{
    padding-left:5px !important;
    padding-top:15px !important;
}

.caja-registro{
    margin-top:71px;
}

.wizard-header button{
    z-index: 9;
    position: relative;
}

.titulo-registro{
    /*display: inline-block;
    position: absolute;
    width: 100%;
    left:0;
    z-index: 1;*/
    margin-bottom:0px;
}

#cajaDNI .bootstrap-select.btn-group:not(.input-group-btn){
    display: inline-block;
    float:left;
    margin-right: 10px;
}

#codigoLocalidadDirectorio{
    margin-right: 10px;
}

#tablaZonasInteres th{
    background-color: #f3f3f3;
}

.wizard-container .btn-success.btn-firma{
    height:100% !important;
}


.areaTextoGestion{
    width:500px;
    height: 100px;
}

#tablaGestiones tr td:nth-child(3) input{
    width:70px !important;
}

.breadcrumb-flotante{
    position: fixed;
    width:100%;
    top:71px;
    margin-top:0px;
    z-index: 99;
}

.cuerpo-breadcrumb-flotante{
    margin-top:114px;
}

.cuerpo-breadcrumb-flotante .dataTables_processing{ 
    top:10px;
}

.cuerpo-breadcrumb-flotante .bootstrap-select .dropdown-menu{
    margin-top:1px;
}

#direccionOtroPais{
    width:100%;
}