
body {
    overflow-x: hidden !important;
}

.sidebar .nav-item .collapse {
    z-index: 999999999 !important;
}

.sidebar .nav-item .collapse .collapse-inner {
    z-index: 999999999 !important;
}

/* =========================================================
OCULTA LA IMAGEN DE LA NAVBAR
========================================================= */
@media (max-width: 767px) {

    /*IMAGEN NAVBAR*/
    #imagen-pc {
        display: none !important;
    }
    #imagen-pc-black {
        display: none !important;
    }

    /*IMAGEN NAVBAR*/
    #imagen-celular {
        display: none !important;
    }
    #imagen-celular-black {
        display: none !important;
    }

    /*IMAGEN NAVBAR*/
    #imagen-celular-css {
        display: block !important;
    }
    #imagen-celular-css-black {
        display: block !important;
    }
    .margen-graficos-servicios {
        margin-right: 0px !important;
    }

    .box-title {
        font-size: 20px !important;
    }

    h6.box-title {
        font-size: 10px !important;
    }

    h6.box-title i {
        font-size: 13px !important;
    }

    span.box-title {
        font-size: 10px !important;
    }        

    .datos_socio_calu {
        font-size: 1rem !important;
    }

    .card-socio {
        padding: 0 0 !important;        
    }

    .col_socio_dashboard {
        margin-bottom: .8rem !important;
    }    

    #navbar-datos {
        margin-bottom: .8rem !important;
    }

    h3 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: .9rem;
    }     

    .texto-comentario {
        font-size: 15px !important;
    }


    .opinion {
        display: inline !important;
    }

    .card-pc-descartar {
        display: none !important;
    }      

    .novedades-pc {
        display: none;
    }

    .opciones-login {
        font-size: 14px !important;
    }

    #contenido-principal {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    #valor_agua_cisterna {
        font-size: 1.2rem !important;
    }

    .pagar_facturas {
        display: none !important;
    }

    #ocultar_boton_pagar {
        display: none !important;
    }
    #ocultar_boton_pagar_refresh {
        display: none !important;
    }

    #boton_pagar_facturas_historial {
        display: none !important;
    }
}
/* ====================================================== */

/* =========================================================
descarta columnas u objetos en una cierta medida de pantalla
========================================================= */
.descartar {
    display: none !important;
}

@media (max-width: 1275px) {
    .descartarNotebook {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .descartarTablet {
        display: none !important;
    }    

    .tabla-comparar {
        display: none !important;
    }

    .boton_acomodar_columnas {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .descartar800 {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .descartarCelular {
        display: none !important;
    }


    thead tr th {
        font-size: 14px !important;
    }

    tbody tr td {
        font-size: 13px !important;
    }

    /*COLUMNA DE TIPO DE SERVICIO*/
    .tipo_serv {
        width: 60px !important;
    }

    /*COLUMNA DE ESTADO DE SERVICIO*/
    .estado_serv {
        width: 70px !important;
    }

    .factura-enpago {
        color: #f6c23e !important;
        -webkit-text-stroke: 0.1px black;
    }

    .factura-impaga {
        color: #e74a3b !important;
        -webkit-text-stroke: 0.1px black;
    }

    .factura-paga {
        color: #1cc88a !important;
        -webkit-text-stroke: 0.1px black;
    }

}

.bootstrap-select {
    width: 200px !important;
    max-width: 200px !important;
}
.margen-graficos-servicios {
    margin-right: 3rem ;
}
@media (max-width: 450px) {

    .bootstrap-select {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .accion-dashboard {
        margin-top: 5px;
    }

}

@media (max-width: 400px) {

    thead tr th {
        font-size: 12px !important;
    }

    tbody tr td {
        font-size: 11px !important;
    }

    .emoji_comentario {
        width: 30px !important;
        height: 30px !important;
    }        
}

@media (max-width: 370px) {
    .descartar370 {
        display: none !important;
    }    
}

@media (min-width: 900px) {
    .datos_personales_celular {
        display: none !important;
    }    
}

@media (min-width: 767px) {  

    .mis_pagos_celular {
        display: none !important;
    }    

    .texto-chico-ticket {
        font-size: 0.8rem;
    }

    .emoji_comentario {
        width: 70px !important;
        height: 70px !important;
    }

    .novedades-celular {
        display: none !important;
    }   

    .pagar_facturas_celular {
        display: none !important;
    }
}
/* ====================================================== */

/*ANCHO FIJO DE LA COLUMNA DE ID*/
.ancho_id {
    width: 20px !important;
    max-width: 50px !important;
}

/*ANCHO FIJO DE LA COLUMNA DE ESTADO*/
.ancho_estado {
    width: 40px !important;
    max-width: 60px !important;
}

/*ANCHO FIJO DE LA COLUMNA DE FECHA*/
.ancho_fecha {
    width: 40px !important;
    max-width: 60px !important;
}

/*ANCHO FIJO DE LA COLUMNA DE BOTONES*/
.ancho_boton_accion {
    width: 60px !important;
    max-width: 80px !important;
}

/*ANCHO FIJO DE LA COLUMNA DE BOTONES (SOLO EDITAR)*/
.ancho_boton {
    width: 30px !important;
    max-width: 50px !important;
}

/*DESHABILITAR CURSOR*/
.deshabilitar {
    cursor: not-allowed;
}

/* CENTRAR CONTENIDO EN VERTIACL Y HORIZONTAL */
.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* CENTRAR CONTENIDO EN VERTIACL Y HORIZONTAL */
.centrado-porcentual-section {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*FUENTE NEGRITA A TODOS LOS TITULOS*/
.box-title {
    font-weight: 600;
    color: #3a3b45 !important;
}

/*ICONO QUE MUESTRA EL ESTADO DE LOS SERVICIOS*/
.icono-estado-servicios {
    position: absolute;
    right: 25px;
    top:15px;
}

/*=================================================*/
/*BOTON DE IR ATRAS*/
.boton-ir-atras {
    position: fixed;
    right: 1rem;
    top: 5.3rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px;
}

.boton-ir-atras:focus,.boton-ir-atras:hover{
    color:#fff
}
.boton-ir-atras:hover{
    background:#5a5c69
}
.boton-ir-atras i{
    font-weight:800
}
/*=================================================*/

/*ICONO DE LOS SERVICIOS*/
.icon-card {
    font-size: 3em;
    opacity: 0.4;
}

/*COLOR DEL CONTENEDOR DE LOS SERVICIOS*/
.color-card-service {
    background-color: #747474;
    color: #FFF;
    border-radius: 10px;
}

.color-gris-claro-service {
    background-color: #EAEAEA;
    color: #494949;
    border-radius: 10px;
}

/*=================================================*/
/*COLOR DE LAS FILAS DE UNA TABLA*/
.fondo-rojo{
    background-color: rgba( 254, 0, 0, 0.1)!important;
}
.fondo-verde{
    background-color: rgba( 62, 254, 0, 0.1)!important;
}
/*=================================================*/

/*=================================================*/
/*BOTON QUE ABRE MODAL DE REFERENCIA*/
.boton-referencias {
    float: right;
    /*    line-height: .5rem;*/
    margin-bottom: .5rem;
}

.boton-referencias2 {
    float: right;
    margin-bottom: .5rem;
}

.boton-referencias-servicios {
    display: none !important;
}

@media (min-width: 700px) {    
    .referencias-servicios-linea-modal {
        display: none !important;
    }   
}

@media (max-width: 700px) {    
    .referencias-servicios-linea {
        display: none !important;
    }    

    .boton-referencias-servicios {
        display: block !important;
    }
}

@media (min-width: 500px) {    

    .br-referencias2 {
        display: none !important;
    }
}

@media (max-width: 500px) {    

    .boton-referencias2 {
        float: none !important;  
        display: block !important;
        line-height: none;
        margin: .7rem auto 0 auto !important;
        text-align: center !important;
    }

}

@media (min-width: 340px) {    

    .br-referencias {
        display: none !important;
    }
}

@media (max-width: 300px) {    

    .boton-referencias {
        float: none !important;  
        display: block !important;
        line-height: none;
        margin: .7rem auto 0 auto !important;
        text-align: center !important;
    }

}
/*=================================================*/

/*=================================================*/
/*ESTILO DE LOS MENU DESPLEGABLES*/
.dropdown-item:hover {
    color: white;
    background-color: #4e73df;
}

.dropdown-item:active {
    color: white;
    background-color: #3A4D84;
}
/*=================================================*/

/*=================================================*/
/*BOTON PARA IR AL INICIO EN CELULAR*/
.boton-home-celular {
    display: none !important;
}

@media (max-width: 767px) and (min-width: 400px) {
    .emoji_comentario {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (max-width: 900px) { 
    .margen-checkbox{
        margin-bottom: 0px !important;
    }
    .boton-home-celular {
        display: inline-block !important;
    }

    #datos-personales-compu {
        display: none !important;
    }

    .datos-personales-compu {
        display: none !important;
    }
}
/*=================================================*/

/*SACO EL BORDE DE COLOR AL BOTON DE CERRAR AL SWAL*/
.swal2-close:focus {
    border: none !important;
    outline: 0 !important;
}

/*LE PONGO SOMBRA EN HOVER A LAS CARDS DEL DASHBOARD*/
.card-dashboard:hover {
    /*    font-size: 20px !important; */
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.4)!important;
}

/*FILA QUE SE AGREGA EN LA TABLA DEL DASHBOARD QUE MUESTRA EL NUMERO DE CUENTA Y EL BOTON DE PAGO*/
.fila-numero-cuenta {
    padding: 5px 0 !important;
    background-color: #cfcfcf;
    color: #4f5962; 
}

/*TITULOS DE TODAS LAS TABLAS DEL SISTEMA*/
.titulos-tablas {
    padding: 5px 0 !important;
    background-color: #4f5962;
    color: white; 
}

/*CENTRA VERTICALMENTE LAS CELDAS DE LAS TABLAS*/
tbody tr td {
    vertical-align: inherit!important;
}

/*CENTRA VERTICALMENTE LAS CELDAS DE LAS TABLAS*/
thead tr th {
    vertical-align: inherit!important;
}

/*IMAGEN DE TICKET DE PAGO*/
.imagen-ticket {
    position: absolute;
    left: 10%;
    top: 40.7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0;
    height: auto;
    width: 80%;
    transform: rotate(-20deg);
    opacity: 0.1 !important;
}

/*CERRAR MODAL DEL TICKET*/
.boton-cerrar-modal-ticket {
    position: absolute;
    right: 20px;
    top: 9px;
}

/*=================================================*/
/*ESTILOS DEL TICKET*/
@media (max-width: 575px) {
    .texto-ticket {
        font-size: 0.8rem;
    }

    .texto-chico-ticket {
        font-size: 0.6rem;
    }

    .titulo-ticket {
        font-size: 1rem;
    }

    .img-siro {
        width: 13% !important;
        height: auto !important;
    }

    .img-coop {
        width: 60% !important;
        height: auto !important;
    }

    /*    .icono-ver-registrar {
            position:absolute;
            right:20px;
            top:230px !important;
            color:black;
        }
    
        .icono-ver-registrar2 {
            position:absolute;
            right:20px;
            top:300px !important;
            color:black;
        }*/
}
/*=================================================*/

.nav-tab-one {
    background-color: #4f5962;    
}

.nav-tab-one:hover {
    background-color: #64686A;
}

.nav-tabs .nav-link {
    border-left: 2px #E8E9ED solid !important;
}

.nav-tabs .nav-link.active {
    border-left: 3px #CACACA solid !important;
}

.nav-tab-one.active {
    background-color: white;    
}

.nav-tab-one.active:hover {
    background-color: white;
}

.nav-link.active {
    color: #4f5962 !important;
}

.nav-link-one {
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.bootstrap-select .dropdown-menu li a:hover {
    color: white !important;
}

.nav-tabs .nav-link.active {
    border-top: 1px #dddfeb solid;
    border-left: 1px #dddfeb solid;
    border-right: 1px #dddfeb solid;
    border-bottom: transparent;
}

.btn-orange {
    color: #fff;
    background-color: #C87C1C;
    border-color: #C87C1C;
}

.btn-orange:hover {
    color: #fff;
    background-color: #975823;
    border-color: #975823;
}

.btn-violet {
    color: #fff;
    background-color: #941CC8;
    border-color: #941CC8;
}

.btn-violet:hover {
    color: #fff;
    background-color: #6D2397;
    border-color: #6D2397;
}

.btn-cyan {
    color: #fff;
    background-color: #1CC8AE;
    border-color: #1CC8AE;
}

.btn-cyan:hover {
    color: #fff;
    background-color: #239778;
    border-color: #239778;
}

.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-rose {
    color: #fff;
    background-color: #C81C62;
    border-color: #C81C62;
}

.btn-rose:hover {
    color: #fff;
    background-color: #972353;
    border-color: #972353;
}

.correcto {
    border: 1px green solid !important;
    z-index: 10000 !important;
}

.correcto:focus {
    border: 1px green solid !important;
    z-index: 10000 !important;
}

.incorrecto {
    border: 1px red solid !important;
    z-index: 10000 !important;
}

.incorrecto:focus {
    border: 1px red solid !important;
    z-index: 10000 !important;
}

/*.fondo-servicios {
    background-image: url("/public/images/fondos/fondo-solido.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}*/

.borde-energia {
    box-shadow: inset 5px 0 0 0 #4A973B;
    border-radius: .35rem;
}

.borde-servsoc {
    box-shadow: inset 5px 0 0 0 #F36A31;
    border-radius: .35rem;
}

.borde-agua {
    box-shadow: inset 5px 0 0 0 #027BB9;
    border-radius: .35rem;
}

.borde-tv {
    box-shadow: inset 5px 0 0 0 #82458A;
    border-radius: .35rem;
}

.borde-telecomu {
    box-shadow: inset 5px 0 0 0 #1D4295;
    border-radius: .35rem;
}

.borde-cloud {
    box-shadow: inset 5px 0 0 0 #fcdc04;
    border-radius: .35rem;
}

.margen-checkbox{
    margin-bottom: 5px;
}
/*@media (min-width: 767px) {
    
    .archivo-celular {
        display: none !important;
    }

}

@media (max-width: 767px) {
    
    .archivo-pc {
        display: none !important;
    }

}  */

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.70em !important;
    white-space: normal !important;
    float: left;
    display: flex !important;
    max-width: 400px;
}

.boton-eliminar-comparacion {
    float: left;
    cursor: pointer;
}

.boton-eliminar-comparacion:hover {
    float: left;
    cursor: pointer;
    color: #e74a3b !important;
    -webkit-text-stroke: 0.5px white;
}

@media (min-width: 1000px) {
    .texto-comparar {
        display: none !important;
    }

    .estado_devolucion_cv {
        display: none !important;
    }
}

.titulos-input {
    font-weight: bolder;
}

.titulos-modal {
    font-weight: bolder;
}

.copiar-texto {
    cursor: pointer;
}

.copiar-texto:hover {
    cursor: pointer;
    color: #7894E4 !important;
    font-weight: bolder;
}

.pointer {
    cursor: pointer !important;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0 !important;
}

.toggle-handle {
    background-color: #858796 !important;
    border-color: white !important;
}

.toggle.btn.btn-light, .toggle.btn.btn-outline-light {
    border: 1px solid #858796 !important;
}

.topbar .topbar-divider {
    margin: auto .5rem;
}

.nav-tabs .nav-link.active {
    border-top: 3px #CACACA solid !important; 
    border-left: 3px #CACACA solid !important;
    border-right: 3px #CACACA solid !important;
    border-bottom: transparent;
}

#tabs {
    border-radius: 0 0 10px 10px;
}

.tab-content {
    border-top: transparent; 
    border-left: 3px #CACACA solid !important;
    border-right: 3px #CACACA solid !important;
    border-bottom: 3px #CACACA solid !important;
    border-radius: 0 0 10px 10px;
}

.notificacion-nueva-sin-ver {
    background-color: #E7E7E7;
}

.border-graficos{
    border: 1px solid gray; 
    border-radius: 5px;
    padding: 20px 0;
}

.espacio-graficos{
    padding-right: 0.75rem !important; 
    padding-left: 0.75rem !important;
}

.check-graficos{
    position: absolute!important;
    right: 19px!important; 
    top: 10px!important; 
    z-index: 99!important;
}

@media (min-width: 600px) {
    .graficos-consumos {
        display: none !important;
    }
    .aparecerCelular {
        display: none !important;
    }
}

.opciones-login {
    font-size: 17px;
}

/*.sidebar .nav-item .collapse {
    z-index: 1000000000 !important;
}*/

.sub_menu_home {
    position: absolute;
    width: 100% !important;
    top: 0px;
    left: -8px !important;
    transform: translate3d(8px, 116px, 0px);
}

.contenedor-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;                
}

.responsive-iframe {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px !important;
    max-height: none !important;
    height: 700px !important;
    border: none;
    border-radius: .35rem;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .responsive-iframe {
        top: 0;
        left: 0;
        width: 100%;
        min-height: 1000px !important;
        max-height: none !important;
        height: 1000px !important;
        border: none;
        border-radius: .35rem;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (min-width: 991px) and (max-width: 1120px) {
    .card-socio i {
        font-size: 1.5rem !important;
    }

    .card-socio div.text-xs {
        font-size: .6rem !important;
    }

    .card-socio div.h6 {
        font-size: .8rem !important;
    }

    .referencia_nivel_cisterna_texto {
        font-size: .8rem !important;
    }

    .titulo_nivel_cisterna {
        font-size: 1rem !important;
    }
}
@media (max-width: 550px) {
    .referncias-graficos-div{
        left:-6%!important;
        width: 300px;
    }
}

.sidebar .nav-item .collapse {
    z-index: 9999 !important;
}

.navbar {
    padding: .5rem 0.3rem !important;
}

.check-tamano {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.referncias-graficos-div{
    height: 280px!important;
    overflow: scroll;
}
.referncias-graficos-div-dashboard{
    left:-15%!important;
    width: 300px!important;

}





.card-simulador:hover {
    border: solid 2px #228BFF;
    -webkit-box-shadow: 0px 0px 19px 2px rgba(138,138,138,1)!important;
    -moz-box-shadow: 0px 0px 19px 2px rgba(138,138,138,1)!important;
    box-shadow: 0px 0px 19px 2px rgba(138,138,138,1)!important;
}

@media (min-width: 767px) and (max-width: 1000px) {
    .welcome-text .home-button a {
        border: 2px solid;
        border-radius: 50px;
        font-size: 10px !important;
        font-weight: 600 !important;
        letter-spacing: 1px !important;
        margin-right: 8px !important;
        padding: 10px 8px !important;
    }
}

@media (max-width: 324px) {
    .welcome-text .home-button a {
        border: 2px solid;
        border-radius: 50px;
        font-size: 9px !important;
        font-weight: 600 !important;
        letter-spacing: 1px !important;
        margin-right: 8px !important;
        padding: 8px 8px !important;
    }
}
@media (min-width: 767px) {
    .scroll-down-welcome {
        display: none !important;
    }

    .electrodomesticos-celular {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .scroll-down-welcome-pc1 {
        display: none !important;
    }

    .scroll-down-welcome-pc2 {
        display: none !important;
    }  

    .electrodomesticos-pc {
        display: none !important;
    }
}
.card-simulador:hover {
    border: solid 2px #228BFF;
    -webkit-box-shadow: 0px 0px 19px 2px rgba(138,138,138,1)!important;
    -moz-box-shadow: 0px 0px 19px 2px rgba(138,138,138,1)!important;
    box-shadow: 0px 0px 19px 2px rgba(138,138,138,1)!important;
}
.electrodomesticos-celular .h8 {
    font-size: 12px;
}
.valor-estimado{
    position: absolute;
    left: 50%;
    top: 81%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-shadow: 0px 0px 15px #000000;
}
@media (max-width: 358px) {
    .valor-estimado{
        position: absolute;
        left: 50%;
        top: 85%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        text-shadow: 0px 0px 15px #000000;
    }
}

.pagar_facturas{
    position: fixed;
    right: 1rem;
    bottom: 4.0rem;
    font-size: 18px;
    z-index: 99;
}

.pagar_facturas_celular{
    position: fixed;
    display: none;
    right: 1rem;
    bottom: 4.5rem;
    font-size: 18px;
    z-index: 99;
}

#fb-root iframe {
    position: fixed !important;
    right: -3px !important;
    bottom: 4.5rem !important;
}

.indicador-fabrica {
    position: absolute;
    left: 6%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 12px;
}

.indicador-bajo {
    position: absolute;
    left: 35%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 12px;
}

.indicador-medio {
    position: absolute;
    left: 65%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 12px;
}

.indicador-alto {
    position: absolute;
    left: 93%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 12px;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.distribuidor-azul {
    color: #0300cb;
    background-color: #dee1ff;
    border-color: #0300cb;
}
.distribuidor-rojo {
    color: #cb0000;
    background-color: #ffdede;
    border-color: #cb0000;
}
.distribuidor-amarillo {
    color: #a9a202;
    background-color: #feffde;
    border-color: #a9a202;
}
.distribuidor-naranja {
    color: #cb7b00;
    background-color: #fff4de;
    border-color: #cb7b00;
}
.distribuidor-verde {
    color: #25cb00;
    background-color: #e3ffde;
    border-color: #25cb00;
}
.distribuidor-marron {
    color: #644502;
    background-color: #d8c9b5;
    border-color: #644502;
}
.distribuidor-verde-oscuro {
    color: #036402;
    background-color: #b9d8b5;
    border-color: #036402;
}
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}

.velocidad_75_100 {
    -webkit-animation: rotation_fan .4s infinite linear;
}

.velocidad_50_75 {
    -webkit-animation: rotation_fan .6s infinite linear;
}

.velocidad_25_50 {
    -webkit-animation: rotation_fan 1s infinite linear;
}

.velocidad_0_25 {
    -webkit-animation: rotation_fan 1.4s infinite linear;
}

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