/*******************************************************
** En este archivo se colocan todos los stilos generales 
** tanto para el login como para la paginas internas 
/*******************************************************/

html{
    font-size: 16px;
}

th {
    font-size: 0.875rem;
    font-weight: bold;
    color: #455A64 !important;
    border: none !important;
}

a:hover, a:visited, a:link{
    color: #455A64;
}

.debugApp{ 
    border: 2px red solid;
}

/*** BOTONES **/
.boton-primario, .boton-secundario, .boton-tercero, .boton-disabled, .boton-oscuro{
    border-radius: 17px;
    font-size: 14px;
    height: 33px;
    padding: 0rem 1.2rem;
    margin: 2px 0px 2px 5px;        
}

.boton-primario{        
    background: #FACC33;    
    color: #ffffff;    
    border: 0px solid #FACC33 !important;
}

.boton-secundario, .boton-tercero{        
    background: #F2F2F2;    
    color: #656565;        
    font-weight: 300;
    border: 0.5px solid #DDE2E6 !important;
    display: inline-flex;
    align-items: center;
}

.boton-secundario i, .boton-tercero i{  
    margin-right: 0.4rem;
}

.boton-oscuro{
    background-color: #3D3C3C !important;
    border: 0.5px solid #3D3C3C !important;
    color: white;    
}

.boton-disabled{        
    background: #F2F2F2;    
    color: #9F9F9F;        
    border: 0.5px solid #DDE2E6 !important;
}

.boton-primario:hover, .boton-secundario:hover, .boton-tercero:hover{
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.boton-tercero:hover{
    background: #FF7043;
    border: 0.5px solid #FF7043 !important;
    color: white;
}

.boton_celular{
    border-radius: 1.375rem;
    border: solid 1px #CCCCCC !important;    
    background-color: #F2F2F2;
    padding: 7% 13%;
    margin-bottom: 0rem;
}

.boton_celular i{
    font-size: 1.125rem;
}

/** Select2 **/
.select2-results__option{
    font-size: 0.9rem;
}

/** Sweet Alert **/
.sweet-alert{
    padding: 1% !important;
}

.sweet-alert .sa-confirm-button-container {
    margin-left: 1%;
}

/** Loading **/
#fondo_carga #mensaje_alerta{    
    font-size: 1.2rem;     
    font-weight: bold; 
    text-align: center;
    color: #3D3C3C !important;   
    display: flex;
    justify-content: center;  
    line-height: 1.1;
}

/** Modal **/

#modal-banner-listado .modal-dialog .modal-content .modal-footer{
    display: flex;
    justify-content: center;
    margin-top: .5rem;
    align-items: center;
}

/** Banners **/
#bannerLateral{
    margin-top: 2rem;
}

#bannerLateral img{
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1199.98px) { 
    .boton-secundario, .boton-tercero{
        padding: 1% 4% !important;
        display: inline-flex;
        align-items: center;
    }

    .boton-primario{
        padding: 1% 3% !important;
    }
}

@media (max-width: 575.98px) {
    /**** Botones ***/
    .boton-primario{                
        height: 28px;        
        padding: 0px 15px !important;
        margin: 0px;        
    }

    .lead {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: normal;
    }
}

/************** ACA VAMOS LIMPIANDO ********************/
/*******************************************************/

input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #DDE2E6 !important;
    background: none;
    font-size: 14px!important;
    color: #455A64!important;
    width: 100%;
}
span.select2-container{
    width: 100% !important;
}

#titulo-so{
    margin-left: .5em;
    font-weight: bold;
}

.color-text-s2{
    color: #99ABB4 !important;
}

.dataTables_length, .dataTables_filter{
    display: none;
}

.contenidoSeccion .select2-container{
    width: 100% !important;
}

.actualizador{
    bottom: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #00cade;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
    border-radius: 50%;
}
.actualizador-finalizado{
    bottom: 10px;
    right: 20px;
    background-color: #0381e8;
    color: #fff;
    padding: 10px;
}

.contenido-plantilla{
    overflow: scroll;
}

/* PLANTILLA-DOCUMENTO  xample*/
.cerrar_modal{
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}
.cerrar_modal button{
    font-weight: 900;
}
.contenedor_boton_cerrar_documento{
    z-index: 999;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 0%);
    backdrop-filter: blur(5px);
    padding-top: 9px;
}
.button_close {
    background: #2e3549;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 15.23px;
    color: #fff;
    max-width: 100px;
    max-height: 35px;
    padding: 0 !important;
    border-radius: 40px;
    border: none;
}
.button_close button{
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    padding: .4rem 1rem;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.ocultar{ display: none !important; }
.select-bottom{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #DDE2E6;
    background: none;
}

.siguiente{
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #FACC33;
    border-radius: 17px!important;
}

.solicitud{
    width: 125px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 67.7%;
    margin-top: 5.7% !important;
    color: white;
    background: #FACC33;
    border-radius: 17px!important;
}

.cancelar{
    font-size: 14px;
    color: #CCCCCC;
    background: #F2F2F2;
    border-radius: 17px!important;
}

.cancelar-black{
    font-size: 14px;
    color: #000000;
    background: #F2F2F2;
    border-radius: 17px!important;
}

.css_preaprobado{
    background-color: #26a69a;
}
.css_viable{      
    background-color: #bbdefb;
    color: #0d47a1 !important;  
}
.css_en_proceso{    
    background-color: #0381e8;
    color: #fff;
}
.css_validar{
    background-color: #cc50c8;
    color: #fff;
}
.css_rechazado{
    background-color: #ff0f5f;
    padding: 1px;
    color: #fff !important;
}
.css_aprobado{
    background-color: #00cade;
    color:#fff !important;
}

.css_desistio{
    background-color: #FF7043;
    color: #fff;
}

.css_pendiente{          
    /* background-color: rgb(241 255 111); */
    border: 1px solid #727272;
    color: #000000 !important;
}

.css_pendiente small{
    font-weight: 300;
}

.css_identidad_manual{
    background-color: #ffe0b2;
    color: #795548 !important;
}

#select-address .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.border{
    border-radius: 4px !important;
    border: 0.5px solid #DDE2E6;
}

/** LOADING **/
#fondo_carga{ 
    position: fixed;
    top: 0%;  
    left: 0px;  
    width: 100%;  
    height: 100%;  
    background-color: rgba(255,255,255, 0.8);  
    z-index: 1200;  
    display: flex;
    justify-content: center;
    align-items: center;        
}

.loading{
    position: relative;   
    width: 400px; 
}

.zona_carga{
    position: relative;
    display: flex;
    justify-content: center;
}

#img_logo{
    position: absolute;
    width: 90px;
    top: 40%;
    
}

.imagen-logo{ height: 50px; position: absolute; top: -25px;}
/*CLASS ERROR*/
    .error{color: red;}
/*MODAL*/
    .modal{overflow: auto !important; max-height: 100%;}
/*ESTILOS SELECT2*/
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 0;
        border-bottom: 1px solid #F0F0F0;
    }
    .select2-container--default .select2-selection--multiple {border: 0; border-bottom: 1px solid #ced4da;}

    .select2-container .select2-selection--single {
        height: 32px !important;
        border-radius: 0px !important;
        border-bottom: 1px solid #e5e6e7 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px !important;
        top: 7px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px !important;
    }

    #mensaje_defecto_cliente{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #bienvenidoPantallaCliente{
        margin-top: 2%;
        text-align:center;
        color:#FACC33;        
    }    
/*ESTILOS FILTRO*/
    .filtros-css{background-color: #FDFDFD !important;}

/*ESTILOS BOTONES*/            
    .btn-danger {background-color: #ff244a}
    .buscar .btn{
        background: #FACC33;
        color: #FFFFFF;
        vertical-align: middle;
        height: 23px;
        padding: 0rem .5rem;
    }
    .btn-buscar{ background-color: #FFFFFF; border:0;}
    .btn-primary{ background-color: #FACC33; border-color: #FACC33;}
    .btn-primary:active{ background-color: #FACC33 !important; border-color: #FACC33 !important;}
    .btn-primary:hover{ background-color: #FACC33b3; border-color: #FACC33;}
    .btn-default{ border: 1px solid #C0C0C0; color: #9F9F9F; background-color: #F2F2F2;}
    .btn-secundary{/*border: 1px solid #C0C0C0;*/ color: #FFFFFF; background-color: #FF9966;}
    a.btn:hover{color: #444444 !important;}
    button.btn-principal, button.btn-principal:link, button.btn-principal:visited{
        background-color: #CC0000;
        border-color: #CC0000;
        color: #FFFFFF;
        font-size: 1.125rem;
        height: 39px !important;

        border-radius: 25px 25px 25px 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
    }
    button.btn-principal:hover{
        background-color: #990000;
        border: 2px solid #990000;
    }

    a.btn-principal, a.btn-principal:link, a.btn-principal:hover, a.btn-principal:visited{
        background-color: #CC0000;
        border-color: #CC0000;
        color: #FFFFFF !important;
        font-size: 1.125rem;
        height: 39px !important;

        border-radius: 25px 25px 25px 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
    }
    a.btn-principal:hover{
        background-color: #990000;
        border: 2px solid #990000;
    }
    button.btn-secundario, button.btn-secundario:link, button.btn-secundario:hover, button.btn-secundario:visited{
        background-color: hsla(0, 100%, 40%, 0);
        border-color: #444444;
        border-width: 2px;
        color: #444444;
        font-size: 1.125rem;
        height: 39px !important;

        border-radius: 25px 25px 25px 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
    }
    button.btn-secundario:hover{ background-color: #F8F9FA; }
    a.btn-secundario, a.btn-secundario:link, a.btn-secundario:hover, a.btn-secundario:visited{
        background-color: hsla(0, 100%, 40%, 0);
        border-color: #444444;
        border-width: 2px;
        color: #444444;
        font-size: 1.125;
        height: 39px !important;

        border-radius: 25px 25px 25px 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
    }
    .btn_nav-movil{z-index: 1001;}

/*ESTILOS SELECT2*/
    .select2-container--default .select2-selection--single{
        border: 1px solid #C0C0C0;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

/*ESTILOS INPUT*/
    .input-group input{ height: 40px;}
    .input-group div{ height: 40px;}
    .buscar .input-group-text{
        background-color: #FACC33;
        font-size: 0.875rem;
        border:none;
        border-color: #FFFFFF !important;
    }
    .buscar-tabla .input-group-text{
        background-color: #FFFFFF;
        color: #8F9292;
        font-size: 0.875rem;
        border:none;
    }
    .input-group.buscar div{ height: 26px;}
    .input-group.buscar input{
        height: 26px;
        color: #FFFFFF;
        background-color: #FACC33;
        font-size: 0.8125rem !important;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
    .input-group.buscar input::placeholder { color: #FFFFFF !important;}
    .input-group.buscar .fas{ font-size: 0.875rem;}
    .buscar .form-control{ font-size: 0.875rem; border: 1.9px solid #FFFFFF;}
    .input-radio {
        display: block;
        position: relative;
    }
    .input-radio label {
          height:37px;
          width: 70px;
          display: block;
          text-align: left;
          cursor: pointer;
          position: relative;
          z-index: 10;
          transition: color 200ms ease-in;
          overflow: hidden;
          margin-bottom: -10px;
          margin-left: -18px;
          margin-top: 12px;
        }
    .input-radio label:before {
            border-radius: 50%;
            content: '';
            position: absolute;
            left: 50%;
            top: 30%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
            opacity: 0;
            z-index: -1;
          }
    .input-radio label:after {
            width: 22px;
            height: 22px;
            content: '';
            border: 2px solid #FACC33;
            border-radius: 20%;
            z-index: 200;
            position: absolute;
            right: 30px;
            top: 30%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
          }
    .input-radio input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
          }
    .input-radio input:checked ~ label:after {
            background-color: #FFFFFF;
            background-image: url("../img/general/checked.png");
            background-repeat: no-repeat;
            background-position: 3px 3px;
            background-size: 12px 12px;
            border-color: #FACC33;
          }
    .input-radio input {
          width: 32px;
          height: 32px;
          order: 1;
          z-index: 2;
          position: absolute;
          right: 30px;
          top: 10%;
          transform: translateY(-50%);
          cursor: pointer;
          visibility: hidden;
        }

/*ESTILOS LABEL*/
    .lbl-accion-comercial{color: #FACC33; font-size: 1rem;}
    .lbl_numero{font-size: 1.5rem;}
    .lablel{
        padding: 5px;
        padding-right: 15px !important;
        color: #444444;
        background-color: hsla(0, 60%, 100%, 0.82);
        font-size: 1.5625rem;
        border-color: #FFFFFF;
        font-weight: bold;
        z-index: 1000px;
        /*height: 59px !important;*/
        width: 110px !important;

        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
    }
    .lablel{ margin-right: auto !important; margin-left: auto !important; }
    .lablel img{
        width: 26px !important;
        height: 26px !important;
        margin-right: 5px;
    }
    .lablel h6{
        padding-top: 0px;
        padding-left: 10px;
        color: #CC0000;
        font-size: 0.9375rem;
        margin-bottom: 0;
        text-align: left;
    }
    label.btn-principal, label.btn-principal:link, label.btn-principal:hover, label.btn-principal:visited{
        background-color: #CC0000;
        border-color: #CC0000;
        color: #FFFFFF;
        font-size: 1.25rem;

        border-radius: 25px 25px 25px 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
    }
    label.btn-principal:hover{ background-color: #990000; border-color: #990000;}

/*ESTILOS TEXTO*/
    .text-bold{font-weight: bold !important;}
    #textCargando{
        text-align: left;
        vertical-align: middle;
        padding-top: 5px;
    }

/*ESTILOS NAV*/
    #nav-superior{
        background-color: #FACC33;
        color: #FFFFFF;
        -webkit-box-shadow: -1px 8px 18px -3px rgba(87,86,87,0.41);
        -moz-box-shadow: -1px 8px 18px -3px rgba(87,86,87,0.41);
        box-shadow: -1px 8px 18px -3px rgba(87,86,87,0.41);
    }
    #nav-superior a, #nav-superior a:link, #nav-superior a:hover, #nav-superior a:visited{
        background-color: #FACC33;
        color: #FFFFFF;
    }
    .navbar-dark .navbar-toggler { color: #fff; border:0; }
    #accordion .card, #accordion .card-header {background-color: #fff; border: 0;}
    #accordion .card-header:hover {color: #787878; background-color: #FACC331A !important;}
    #accordion .card-body {background-color: #fff !important;}
    #accordion .dropdown-item:focus, #accordion .dropdown-item:hover {color: #787878;}
    #accordion .dropdown-item {color: #787878;}
    .nav-tabs.menu-principal {background-color: #F3F3F300;}
    .nav-movil a:hover, .nav-movil a:visited, .nav-movil a:link {color: #fff;}
    .nav-tabs.menu-principal .dropdown-menu a, .nav-tabs.menu-principal .dropdown-menu a:link, .nav-tabs.menu-principal .dropdown-menu a:visited {
        background-color: #FFFFFF !important;
        color: #787878 !important;
    }
    .negrilla{
        font-weight: bold!important;
    }


/*ESTILOS COLOR FONDO*/
    .bg-default{background-color: #FACC33;color: #FFFFFF;}
    .fondo-blanco{background-color: white; border: 1px solid #E6E6E6;}
    .color-alerta{color: #E3303D;}

/*ESTILOS FORMULARIOS*/
    .buscar .form-control:focus{
        border-color: #FFFFFF !important;
        border-left: 0 !important;
        border-top: 0 !important;
        border-right: 0 !important;
    }
    .form-control{
        font-size: 0.875rem;
        border-left: 0 !important;
        border-top: 0 !important;
        border-right: 0 !important;
    }
    .form-control:focus{
        border-color: #FFFFFF !important;
        border-left: 0 !important;
        border-top: 0 !important;
        border-right: 0 !important;
    }
    .form-control, .select2-container--default .select2-selection--single{ border-radius: 0rem;}

/*ESTILOS MODAL*/
    .modal-header{ border-bottom: 0;}
    .modal-header .class_titulo {
        font-size: 1.25rem;
        font-weight: bold;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modal-content{
        border: 0px solid #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
    }
    .modal-footer{ border-top: 0;}
    #modal-enviar{font-size: 1.25rem;}
    #modal-tipificacion label{font-weight: bold;}
    .modal-sm { max-width: 380px; }
    #modal-cargando .modal-content{
        background: linear-gradient(to right, rgb(255, 255, 255, 0), rgb(255, 255, 255, 0.9), rgb(255, 255, 255, 0.9), rgb(255, 255, 255, 0.9), rgb(255, 255, 255, 0));
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    #modal-cargando .modal-body { padding-left: 50px;}
    #modal-cargando .modal-dialog{ width: 350px;}

/*ESTILOS DATATABLE*/

    table.dataTable.no-footer {
        border-bottom: 1px solid #dee2e6;

    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
        color: #FFFFFF;
    }
    table.dataTable tbody th, table.dataTable tbody td { text-align: center;}
    table.dataTable tbody th, table.dataTable tbody td label{  margin-bottom: 0; padding-left: 20px;}

/*ESTILOS ESTADOS COTIZACION*/
    .div-estado-Nueva{
        text-align: center;
        background-color: #fcce00;
        color: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        height: 25px;
        padding-top: 2px;
    }

    .div-estado-Pedido{
        text-align: center;
        background-color: #00ACF3;
        color: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        height: 25px;
        padding-top: 2px;
    }

    .div-estado-Perdida{
        text-align: center;
        background-color: #FF505C;
        color: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        height: 25px;
        padding-top: 2px;
    }

/*ESTILOS IMAGEN*/
    #img-user-superior img{ width: 37px;height: 37px;}
    #img-user-superior{margin-top: -10px !important; line-height: 1;}

/*ESTILOS GRAFICA*/
    .div-grafica{height: 350px;}
    .titulo-div-grafica{ font-size: 1.0625rem;}
    #grafica-reporte-gestion{height: 250px;}

/** TABLA DE LISTA **/
.table th {
    padding: 1% 2% !important;
}

.etiqueta_filtro{
    display: flex;
    align-items: center;
    line-height: normal;
}

/*OTROS ESTILOS*/
    .cargarModelos-css{ background-color: #FDFDFD; border: #F0F0F0 solid 1px; padding: 15px; margin-bottom: 5px;}
    .titulo_reporte{ font-size: 1.125rem;}
    .titulo_card_info{ font-size: 0.8125rem; }
    .class_titulo{
        background-color: #FACC33;
        color: white;
        font-size: 1rem;
        font-weight: bold;
        margin-top: -22px;
        padding: 12px 20px 12px 20px;
        -webkit-box-shadow: 0px 8px 0px -2px rgba(87,86,87,0.14);
        -moz-box-shadow: 0px 8px 0px -2px rgba(87,86,87,0.14);
        box-shadow: 0px 8px 0px -2px rgba(87,86,87,0.14);

        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
    }
    .card{ border-color: #E6E6E6;}
    .card-header{ background-color: #FFFFFF; padding: .2rem 1.25rem; border-bottom: 0;}
    .card-header2{
        border: 1 solid #E6E6E6 !important;
        background-color: #F3F3F3;
        font-size: 1.125rem;
    }
    #card-permisos{
        background-color: #E9F5FC;
        max-width: 600px;
    }
    .contenido_card_info{font-size: 2.1875rem;}
    .borde-bottom-0{border-bottom: 0 !important;}
    .border-0{border: 0 !important;}
    .target-num-cotizacion{
        font-size: 2.125rem;
        background-color: #F3F3F3;
        height: 69px;
        padding-top: 10px;
    }
    #sidebar{ display: none; }
    #sidebar.active{
        display: block;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
     }
    #sidebar.active a, #sidebar.active:hover{ color: #CC0000;}
    .sidebar.active{
        z-index: 1000;
        flex: 0 0 100% !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;

    }
    div.div_file p.texto-input_file{
        text-align: center;
        color:#c00;
        font-size: 1rem;
    }
    div.div_file{position:relative;}
    div.div_file input.select_imagen{
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
        width:100%;
        height:100%;
        opacity: 0;
    }
    .div-cuerpo{padding-top: 35px;}    
    .activar{display: block !important;}
    .link-hover{
        background-color: #E9F5FC;
        width: 30%;
        max-height: 45px;
    }
    .dropdown-toggle::after {display: none;}
    ::-webkit-input-placeholder { color:#cccccc !important; }
    ::-moz-placeholder { color:#cccccc !important; } /* firefox 19+ */
    :-ms-input-placeholder { color:#cccccc !important; } /* ie */
    input:-moz-placeholder { color:#cccccc !important; }
    .error-campo{ color: red; font-size: 0.9rem;}
    .fecha_actividad_a_realizar{color: #ABABAB;}
    
    .fa-filter{font-size: 1.3rem !important;}
    .formError .formErrorContent { color: #877f7b; border: 1px solid #FACC33;}


    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .hide{
      display: none !important;
    }

/*ESTILOS VERSION MOVIL, TABLET*/
@media only screen and (max-width: 1124px) {
   #modal-cargando img.logoBalon{height: 70px !important; width: 70px !important;}
   #modal-cargando{left: 0 !important; right: 0 !important;}
   .modal .modal-content .modal-body h5{font-size: 0.75rem !important;}
   .modal .modal-content .modal-body h5{ font-size: 0.75rem !important;}
   .modal .modal-content .modal-body h3{ font-size: 1rem !important;}
   .modal .modal-content .modal-body .col-3{  margin-top: auto !important; margin-bottom: auto !important;}
    .modal .modal-body{  margin-right: 0 !important;}
    .modal .btn-secundario, .modal .btn-secundario:link, .modal .btn-secundario:hover{
        font-size: 0.875rem;
        flex: 0 0 40%;
        max-width: 40%;
        height: 27px !important;
        padding: 0;
    }
    .modal .btn-principal, .modal .btn-principal:link, .modal .btn-principal:hover{
        font-size: 0.875rem;
        flex: 0 0 40%;
        max-width: 40%;
        height: 27px !important;
        padding: 0;
    }
    #navbarToggleExternalContent{width: 30%;}
}

@media only screen and (max-width: 1024px) {
    .div-nav-movil{
        display: block !important;
    }
    #nav-superior{
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    body{ font-size: 0.7rem; }
    #form_editar{padding: 0 !important; margin-top: 0px !important; margin: 0 !important;}
    #form_editar .card { margin: 0px !important; width: 100% !important; }
    #form_editar{padding: 10px !important;}
    #form_listar .card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    #form_listar{ flex: 0 0 100% !important; max-width: 100% !important; padding: 0 !important; }
    #form-buscar-tabla{ flex: 0 0 100% !important;  max-width: 100% !important;}
    .input-group {display: inherit !important; flex-wrap: nowrap !important;}
    #btn_crear_nuevo{width: 25% !important; margin-left: auto !important; margin-top: 5px; font-size: 0.8rem !important;}
    .btn-danger {width: 25% !important; margin-left: auto !important; margin-top: 5px; font-size: 0.8rem !important;}    
    #modal-cargando{left: 0; right: 0;}
    .modal-dialog-centered{margin-right: auto; margin-left: auto;}
    #nav-superior{display: none !important;}
    .nav-usuario{margin-left: -100px; width: 100%;}
    .class_titulo {  max-width: 100% !important; margin-top: 0 !important; padding: 3px 10px 3px 10px;}
    .card-header{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .card-body {padding:0;}
    .buscar-tabla{ flex: 0 0 100% !important; max-width: 100% !important; padding-top: 10px !important; }
    #tabla_listar{font-size: 0.7rem !important; width: 100% !important;}
    table.dataTable thead th, table.dataTable thead td { padding: 0px 15px; border-bottom: 0; }
    table.dataTable tbody th, table.dataTable tbody td {  padding: 1px 0px; }

    #tabla_listar_info{display: none !important;}
    #lista_seguimientos td div.d-flex{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        /*-ms-flex-direction: column !important;*/
        /*flex-direction: column !important; */
    }
    #lista_seguimientos td img{ width: 15px !important; }
    .div-estado-Nueva { height: 19px !important;}
    .div-estado-Perdida { height: 19px !important; }
    .div-estado-Pedido { height: 19px !important; }
    /* .row{margin: 0 !important;} */
    h2{font-size: 1rem;}
    #navbarToggleExternalContent{width: 50%;}
}

@media only screen and (max-width: 480px) {
    .fas.fa-filter {font-size: 1.2rem; padding-top: 15px;}
    .filtro{font-size: 0.6rem;}
    #modal-cargando{left: 0; right: 0;}
    #modal-cargando img.logoBalon{height: 50px !important; width: 50px !important;}
    #modal-cargando #textCargando h1{font-size: 1.5rem !important;}
    .modal .modal-content .modal-body h5{ font-size: 0.75rem !important; }
    .modal .modal-content .modal-body h5{ font-size: 0.75rem !important; }
    .modal .modal-content .modal-body h3{  font-size: 1rem !important; }
    .modal .modal-content .modal-body .col-3{  margin-top: auto !important; margin-bottom: auto !important; }
    /* .modal .modal-content .modal-body img{  width:76px !important; height: 67px !important;} */
    .modal .modal-content{
        width: 100%; /* VALIDAR 430px*/
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
    }
    .modal .modal-body{ margin-right: 0 !important; }
    .modal .btn-secundario, .modal .btn-secundario:link, .modal .btn-secundario:hover{
        font-size: 0.875rem;
        flex: 0 0 40%;
        max-width: 40%;
        height: 27px !important;
        padding: 0;
    }
    .modal .btn-principal, .modal .btn-principal:link, .modal .btn-principal:hover{
        font-size: 0.875rem;
        flex: 0 0 40%;
        max-width: 40%;
        height: 27px !important;
        padding: 0;
    }
    .nav-usuario{margin-left: -100px; width: 100%;}
    #nav-superior{display: none !important;}
    .nav-usuario{margin-left: -100px; width: 100%;}
    #form_listar .card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    #form_listar{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    #form-buscar-tabla{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .class_titulo {
         max-width: 100% !important;
         margin-top: 0 !important;
         padding: 3px 10px 3px 10px;
    }
    .card-header{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .buscar-tabla{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-top: 10px !important;
    }
    .input-group {display: inherit !important; flex-wrap: nowrap !important;}
    #btn_crear_nuevo{width: 25% !important; margin-left: auto !important; margin-top: 5px; font-size: 0.6rem !important;}
    .btn-danger{width: 25% !important; margin-left: auto !important; margin-top: 5px; font-size: 0.6rem !important;}    
    .card-body {padding:0;}
    #tabla_listar{font-size: 0.4rem !important; width: 100% !important;}
    #tabla_listar_info{display: none !important;}
    table.dataTable thead th, table.dataTable thead td { padding: 0px 15px; border-bottom: 0; }
    table.dataTable tbody th, table.dataTable tbody td { padding: 1px 0px; }
    #lista_seguimientos td div.d-flex{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        /*-ms-flex-direction: column !important;*/
        /*flex-direction: column !important; */
    }
    #lista_seguimientos td img{ width: 15px !important; }
    .div-estado-Nueva { height: 14px !important; }
    .div-estado-Perdida { height: 14px !important; }
    .div-estado-Pedido { height: 14px !important; }
    .row{margin: 0 !important;}
    #navbarToggleExternalContent{width: 100%;}

}

@media only screen and (max-width: 320px) {
    .fas.fa-filter {font-size: 1.2rem; padding-top: 15px;}
    .filtro{font-size: 0.6rem;}
    #modal-cargando{left: 0; right: 0;}
    #modal-cargando img.logoBalon{height: 50px !important; width: 50px !important;}
    .modal{top: auto;}
    #modal-cargando #textCargando h1{font-size: 1.5rem !important;}
    .modal .modal-content .modal-body h5{ font-size: 0.75rem !important;}
    .modal .modal-content .modal-body h5{ font-size: 0.75rem !important; }
    .modal .modal-content .modal-body h3{ font-size: 1rem !important;}
    .modal .modal-content .modal-body .col-3{ margin-top: auto !important; margin-bottom: auto !important; }
    /* .modal .modal-content .modal-body img{  width:76px !important; height: 67px !important; } */
    .modal .modal-dialog{  max-width: 95%;  margin: 0;}
    .modal .modal-content{
        width: 100%; /* VALIDAR 300px */
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
    }
    .modal .modal-body{ margin-right: 0 !important; }
    .modal .btn-secundario, .modal .btn-secundario:link, .modal .btn-secundario:hover{
        font-size: 0.875rem;
        flex: 0 0 40%;
        max-width: 40%;
        height: 27px !important;
        padding: 0;
    }
    .modal .btn-principal, .modal .btn-principal:link, .modal .btn-principal:hover{
        font-size: 0.875rem;
        flex: 0 0 40%;
        max-width: 40%;
        height: 27px !important;
        padding: 0;
    }
    #nav-superior{display: none !important;}
    .nav-usuario{margin-left: -100px; width: 100%;}
    #form_listar .card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    #form_listar{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    #form-buscar-tabla{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .class_titulo {
         max-width: 100% !important;
         margin-top: 0 !important;
         padding: 3px 10px 3px 10px;
    }
    .card-header{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        /*-ms-flex-direction: column !important;*/
        /*flex-direction: column !important;*/
    }
    .buscar-tabla{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-top: 10px !important;
    }
    .input-group {display: inherit !important; flex-wrap: nowrap !important;}
    #btn_crear_nuevo{width: 35% !important; margin-left: auto !important; margin-top: 5px; font-size: 0.6rem !important;}
    .card-body {padding:0;}
    #tabla_listar{font-size: 0.34rem !important; width: 100% !important;}
    table.dataTable thead th, table.dataTable thead td { padding: 0px 15px; border-bottom: 0; }
    table.dataTable tbody th, table.dataTable tbody td { padding: 1px 0px; }
    #tabla_listar_info{display: none !important;}
    #lista_seguimientos td div.d-flex{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        /*-ms-flex-direction: column !important;*/
        /*flex-direction: column !important; */
    }
    #lista_seguimientos td img{ width: 15px !important; }
    .div-estado-Nueva { height: 14px !important; }
    .div-estado-Perdida { height: 14px !important; }
    .div-estado-Pedido { height: 14px !important; }

}