/*PREREGISTRO*/

#preregistro {
    background-color: white;
    height: 483px !important;
    overflow: hidden;
}

.instrucciones {
    font-size: 17px !important;
    color: #6d6e71;
    font-weight: bold !important;
    margin-top: 30px;
}

.line-divider {
    border-bottom: 1px solid #ddd;
    margin: 20px 0 40px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px !important;
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.categorias {
    margin-left: -15px;
}

.status {
    margin-top: 10px;
    margin-bottom: 10px;
}

.textos {
    height: 420px;
    overflow-y: auto;
    padding: 15px 20px 30px 20px;
    margin: 20px 10px 11px 10px;
    text-align: justify;
    line-height: 22px;
    border: 1px solid silver;
}
.textosMan {
    height: 160px;
    overflow-y: auto;
    padding: 15px 20px 30px 20px;
    margin: 20px 10px 11px 10px;
    font-size:14px;
    text-align: justify;
    line-height: 22px;
    border: 1px solid silver;
}
.frmEFirma {
    height: 390px;
    overflow-y: auto;
    padding: 15px 20px 30px 20px;
    margin: 20px 10px 11px 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    border: 1px solid silver;
}
.cartaActualizacion {
    height: 100px;
    overflow-y: auto;
    padding: 15px 20px 30px 20px;
    margin: 20px 10px 11px 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    border: 1px solid silver;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 100%;
}

.alert-success-firma {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    width: 80%;
    display: inline-block;
    max-width: 100%;
}

.alert-warning-firma {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    width: 80%;
    display: inline-block;
    max-width: 100%;
}

.alert-danger-firma {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 80%;
    display: inline-block;
    max-width: 100%;
}

.subrayadohover:hover {
    text-decoration: underline;
    cursor: pointer;
}
.fondoazulclaro {
    background-color: #d2edf3 !important;
}
.paddingarriaba8derizq6 {
    padding: 8px 6px;
}
.fontsize15 {
    font-size: 15px !important;
    text-align:center;
}
.borderradius8 {
    border-radius: 8px;
}


.terminos-legales {
    margin-top: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 0 0 13px 0;
}

.linea {
    border-bottom: 1px solid #e1e1e1;
}

#cargador {
    height: 446px !important;
    background-color: #ffffff;
    margin-left: -15px;
    position: relative !important;
    display: block;
}

    #cargador .spinner4 {
        position: absolute !important;
        left: 47% !important;
        top: 43% !important;
    }

#confirmacion img {
    width: 175px;
    margin-top: 50px;
}

#confprereg {
    margin: 60px 0px;
    text-align: center;
    font-size: 15px;
}

/*#enviarpr {
    float: left;
    margin-left: 9px;
}*/

#btnEnviar {
    margin-right: 0px;
}

#formPreRegistro .glyphicon-remove {
    color: #A94442;
}

#formPreRegistro .glyphicon-ok {
    color: #3C763D;
}

/*Modal Aviso de privacidad*/

.modal-aviso {
    width: 80% !important;
    max-width: 1008px;
    margin: 30px auto;
}

.modal-new-body {
    min-height: 380px !important;
    overflow-y: auto !important;
    height: 380px !important;
    padding: 40px !important;
    text-align: justify !important;
    line-height: 26px !important;
}

.modal-content {
    max-height: 620px;
}

/* Registro de empresa - pestañas */

.register-sub-tabs > .tab-content {
    min-height: 433px !important;
    border: 1px solid silver;
    margin: 0 10px 10px 10px;
    padding: 20px 20px 0px;
    height: 485px;
}

.nav-tabs > li > a {
    border-radius: 8px 8px 0 0;
    color: #000;
    background-color: #f0f0f0;
    /*min-width:199px;*/
}

.nav-tab-completed {
    color: #fff !important;
    background-color: #8dc63f !important;
}

.nav-tab-incompleted {
    color: #000 !important;
    background-color: #ffe512 !important;
}

.nav-tabs > li > a, .nav-tabs > li:hover > a, .nav-tabs > li:hover > a:focus {
    border-bottom: 4px solid rgb(137, 212, 227) !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active:hover > a, .nav-tabs > li.active:hover > a:focus {
    border-radius: 8px 8px 0 0;
    color: #fff !important;
    background-color: #717073 !important;
    border-bottom: 4px solid rgb(248, 151, 29) !important;
}

    .nav-tabs > li.active > a.nav-tab-completed, .nav-tabs > li.active:hover > a.nav-tab-completed, .nav-tabs > li.active:hover > a.nav-tab-completed:focus {
        border-radius: 8px 8px 0 0;
        color: #fff !important;
        background-color: #8dc63f !important;
        border-bottom: 4px solid rgb(248, 151, 29) !important;
    }

    .nav-tabs > li.active > a.nav-tab-incompleted, .nav-tabs > li.active:hover > a.nav-tab-incompleted, .nav-tabs > li.active:hover > a.nav-tab-incompleted:focus {
        border-radius: 8px 8px 0 0;
        color: #000 !important;
        background-color: #ffe512 !important;
        border-bottom: 4px solid rgb(248, 151, 29) !important;
    }

/*Se agrego a la subtab el color azul*/
.nav-sub-tabs > li > a, .nav-sub-tabs > li:hover > a, .nav-sub-tabs > li:hover > a:focus {
    background-color: #8dc63f;
    height: 30px !important;
    border-bottom: 4px solid rgb(137, 212, 227) !important;
}

.nav-sub-tabs > li > a {
    height: 30px !important;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background-color: #8dc63f;
    padding-right: 28px !important;
}

/*Se agrego a la subtab el color naranja*/
.nav-sub-tabs > li.active > a, .nav-sub-tabs > li.active:hover > a, .nav-sub-tabs > li.active:hover > a:focus {
    border-radius: 8px 8px 0 0;
    color: #459e00 !important;
    background-color: #fff !important;
    border-bottom: 4px solid rgb(248, 151, 29) !important;
}

    .nav-sub-tabs > li.active > a.nav-tab-completed, .nav-sub-tabs > li.active:hover > a.nav-tab-completed, .nav-sub-tabs > li.active:hover > a.nav-tab-completed:focus {
        border-radius: 8px 8px 0 0;
        color: #fff !important;
        background-color: #8dc63f !important;
        border-bottom: 4px solid transparent !important;
    }

    .nav-sub-tabs > li.active > a.nav-tab-incompleted, .nav-sub-tabs > li.active:hover > a.nav-tab-incompleted, .nav-sub-tabs > li.active:hover > a.nav-tab-incompleted:focus {
        border-radius: 8px 8px 0 0;
        color: #000 !important;
        background-color: #ffe512 !important;
        border-bottom: 4px solid #F8971D !important;
    }

/*.glyphicon-tab {
    top: 9px;
}*/

    /* Subpestañas registro */

    .nav-sub-tabs > li.active > a, .nav-sub-tabs > li.active:hover > a, .nav-sub-tabs > li.active:hover > a:focus {
        color: #FFFFFF !important;
        background-color: #717073 !important;
        font-size: 12px;
        padding-top: 6px;/* !important*/
    }

.nav-sub-tabs > li > a, .nav-sub-tabs > li:hover > a, .nav-sub-tabs > li:hover > a:focus {
    background-color: #eee;
    color: #000;
    font-size: 12px;
    padding-top: 6px !important;
}

.subpestanaok {
    color: #fff !important;
    background-color: #8dc63f !important;
    background-image: url(https://stylesitio-ghcpe3bud4ffe8fq.a01.azurefd.net/uiusuarios/Content/themes/empresa/images/icon-ok-w.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 4px center;
}

.nav-sub-tabs > li.active > a.subpestanaok, .nav-sub-tabs > li.active:hover > a.subpestanaok, .nav-sub-tabs > li.active:hover > a.subpestanaok:focus {
    color: #fff !important;
    background-color: #8dc63f !important;
    background-image: url(https://stylesitio-ghcpe3bud4ffe8fq.a01.azurefd.net/uiusuarios/Content/themes/empresa/images/icon-ok-w.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 4px center;
}

/*#pestanas .nav-tabs > li {
    max-width: 23% !important;
}*/

.dirhipotecario {
    /*word-break: break-all;*/
    font-size: 10px;
}

/** carta terminos legales **/

#txt_terminos p, #txt_terminos ul {
    text-align: justify;
    list-style: none;
}










/*POP OVER*/

#popover .popover {
    display: block;
    width: 400px !important;
    max-width: 400px !important;
}

#popover3 .popover {
    display: block;
    width: 400px !important;
    max-width: 400px !important;
}

.popover {
    z-index: 9999;
    position: fixed;
}

.interrogacion {
    margin-top: 7px;
    margin-left: -4px;
}

.popover-title, .popover-content {
    color: #616161;
    font-weight: 500
}

/*REGISTRO - DATOS GENERALES - GENERALES*/

.margen-campos {
    margin-top: 30px;
}

.radio-inline {
    padding-left: 36px;
}

.contornointerrogacion {
    border-radius: 15px;
    display: inline-block;
    border: 2px solid rgb(141, 198, 63);
    padding: 5px;
}

/*REGISTRO - DATOS GENERALES - UBICACIÓN modo consulta */

/*#map-canvas {
height: 100%;
margin: 0px;
padding: 0px
}*/

#map-canvas {
    width: 48%;
    height: 406px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    /*transform: translateZ(0px);*/
}

.aquivaelmapa {
    height: 355px;
    background-color: gray;
}

#datosmapa .col-xs-12 {
    margin-bottom: 30px;
}

#datosmapa {
    height: 405px;
    overflow-y: auto;
}

/** Estilos para ubicador **/

#ifUbicador {
    width: 1130px;
    height: 501px;
    border: medium none;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    margin: -20px auto 0px auto;
}

/*CARTA DE RESPONSABILIDAD*/

.leido {
    text-align: right;
}

#tabCartaderesponsabilidad {
    min-height: 454px;
}

/* Documentación */

.alturamaxforma {
    height: 396px;
    overflow-y: auto;
    overflow-x: hidden;
}

#tabDatosDocumentacion .margen-campos {
    margin-top: 20px;
}

#tabDatosDocumentacion .form-control {
    padding: 6px 0px;
}

#tabDatosDocumentacion .btn {
    padding: 6px;
}

#formadoctos .rowContainer {
    height: 65px;
}

.col-sm-8 .fakeloader {
    min-width: 475px !important;
    height: 36px !important;
}

/* Listados o componentes de lista */

.datoslista {
    height: 355px;
    overflow-y: auto;
}

.paneldelista {
    border: 1px solid #c0c0c0;
    padding: 0px;
    /*margin-bottom:20px;*/
}

.titulopaneldelista {
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    padding: 4px;
}

.contenidopaneldelista {
    height: 366px;
    overflow-x: hidden;
    overflow-y: auto;
}

.datoslista .col-xs-11 {
    margin-bottom: 20px;
}

.registropaneldelista {
    border-bottom: 1px solid #c0c0c0;
    margin: 0px;
    padding: 0px 6px 0px 6px;
    word-break: break-all;
}

    .registropaneldelista:hover {
        background-color: #e1e1e1;
    }

.btn-lista-panel {
    background-color: #8DC63F !important;
    border-color: #83C529 !important;
    padding: 2px 4px !important;
    margin: 5px 0px 5px 8px !important;
    /*min-width: 62px !important;*/
}

.btn-grande-lista {
    background-color: #8dc63f !important;
    border-color: #83C529 !important;
    margin: 20px 0px 0px 10px !important;
}

.cuerpo-lista {
    padding: 20px 20px 0px 20px !important;
}

.infocampo {
    color: #939598;
    font-style: italic;
    margin: 3px 0px 0px 0px;
}

.textonaranja {
    color: #fbb035;
}

.alturamaxformalista {
    height: 343px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Estilos para datos de contacto (telefonos y mails) */

.contenidopaneldecontacto {
    height: 105px;
    overflow-y: auto;
    overflow-x: hidden;
}

.datoslistacontacto {
    height: 180px;
}

.rowContainerLada {
    display: inline-block !important;
    width: 30%;
    vertical-align: top;
    margin-right: 1%;
}

#Lada {
    width: 92%;
}

.rowContainerTel {
    display: inline-block !important;
    width: 46%;
    vertical-align: top;
    margin-right: 1%;
}

    .rowContainerTel small {
        min-width: 300px;
    }

#Numero {
    width: 95%;
}

.rowContainerLada small {
    width: 133px !important;
    line-height: 15px;
}

.rowContainerExt {
    display: inline-block !important;
    width: 20%;
    vertical-align: top;
}

#Extension {
    padding: 0px 5px;
}

#error-icon-Extension {
    margin-right: -10px;
}

#error-icon-FechaRegistro {
    display: none;
}

#tabDatosContacto .paneldelista {
    margin-bottom: 0px;
}



/* Estilos para accionistas */

.alturamaxformaccionista {
    height: 291px;
    margin: -2px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0px;
}

.altura26 {
    height: 26px;
}

.margen_derecho15pc {
    margin-right: 15%;
}

/* Estilos para contactos */

.contenidopaneldecontacto {
    height: 106px;
}

.margensuperiorcero {
    margin-top: 0px;
}

.registrodelista {
    overflow: hidden;
    word-break: break-all;
}

/* Estilos para cuentas bancarias */

#CuentaBancaria {
    height: 297px;
    margin-top: 22px;
    overflow-x: hidden;
    overflow-y: auto;
}

    #CuentaBancaria label {
        margin-left: -15px;
    }

.paddingtop0 {
    padding-top: 0px !important;
}

#formactasbanc .alturamaxformalista {
    overflow-y: hidden;
}

#CuentaBancaria .field-validation-error,
#formareptec .field-validation-error {
    margin-top: -1px;
    position: absolute;
}

/* Estilos para empresas filiales */

#opcionfilial2 {
    padding-right: 30px;
}

#btnBuscarEmpresasFiliales {
    margin-top: 117px;
}

/** tabla de Certificados/verificadora **/

.contieneedos {
    height: 363px;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0px;
}

#tabCertificadosVerificadora .fileinput {
    margin-bottom: 0px;
}

.ancho97 {
    width: 97%;
}

.certveriabajo {
    margin-bottom: 30px;
}

.oculto {
    display: none !important;
}

.inhabilita {
    color: #cccccc;
}

#error-icon-TipoCertificado_idTipoCertificado, 
#error-icon-TipoCobertura_idTipoCobertura {
    right: -8px !important;
    top: -7px !important;
}

#tablaedocobertura i {
    right: 110px !important;
    top: 30px !important;
}

#frmCertVerificadora .glyphicon-remove {
    color: #a94442;
}

#frmCertVerificadora .glyphicon-ok {
    color: #3c763d;
}

#formacertverif > div > div > div > div:nth-child(8) {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.bordearriba {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

#frmCertVerificadora small {
    width: 290px;
    line-height: 14px;
}

/** Para domicilio fiscal **/

.previodom {
    padding: 6px 8px 6px 8px;
    background-color: #fbfbfb;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 40px;
    width: 100%;
    margin-left: 15px !important;
    width: 89%;
}

.labeldomfis {
    font-weight: bold;
    color: #717073;
}

#resumen {
    max-width: 85%;
    display: inline-block;
    vertical-align: top;
}

/** Pestaña datos de empresa **/


.paddingleft60 {
    padding-left: 60px;
}

#tabDatosEmpresaInstitución {
    max-height: 410px;
    overflow: hidden;
}

/** Pestaña Certificados / Unidad de valuación **/

#pestañas .date {
    width:100%;
    top:0px;
}

#pestañas .date input[type='text'] {
    width:79%;
}
/*NOM-247-SE-2021 Cambios para la vista*/
#pestañas .input-group-addon {
    width:40%;
}

#furuv-EstadoCuentaCopia, #furuv-IdentificacionOficial, #furuv-SolicitudAltaCuenta, #furuv-CedulaProfesional {
    width:100%;
}

/** ajustes a pestañas en pantalla de 1024 **/

.margenizq10 {
    margin-left: 10px;
}

.tab01, .tab02, .tab03, .tab05 {
    min-width: 15%;
}

.tab04, .tab06 {
    min-width: 18%;
}

/** para liga de descarga de carta de aceptacion **/

.descargacarta {
    min-width: 18%;
    border: 1px solid #c0c0c0;
    background-color: #ECECEC;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: #555555;
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

    .descargacarta:hover {
        background-color: #D7D7D7;
    }

    .descargacarta a {
        color: #555555;
    }

        .descargacarta a:hover {
            text-decoration: none;
        }

.textopestana {
    padding-right: 15px;
}

/** Representantes legales **/

.margender40 {
    margin-right: 40px;
}

/** ajustes en elementos a resolucion de 1024px **/

@media (max-width: 1024px) {

    /** Registro empresa 1024 **/

    .nav-tabs > li {
        font-size: 12px !important;
    }
   
        .nav-tabs > li > a {
            height: 36px;
        }      

    .nav-sub-tabs > li > a {
        padding-right: 28px !important;
    }

    #pestanaspadres.nav > li > a {
        padding-top: 3px;
        padding-bottom: 6px;
        padding-left: 6px;
        line-height: 11px;
        font-size: 11px;
        /*width: 96%;*/
        padding-right: 20px;
    }

    #subtabs2 li {
        max-width: 25%;
    }

    #subtabs3.nav-sub-tabs > li > a {
        font-size: 12px;
    }

    small {
        width: 250px;
        line-height: 15px;
    }

    #tablaedocobertura > i {
        margin-right: -25px;
    }

    .nav-sub-tabs {
        font-size: 12px;
    }

    #tablacobertura1 {
        width: 99%;
    }

    .rowContainerLada {
        width: 24%;
    }

    .rowContainerTel {
        width: 51%;
    }

    /*.descargacarta {
        width: 81%;
    }*/

    .btn-lista-panel {
        margin: 5px 0px 5px 8px;
        font-size: 13px;
    }

    #tabDatosEmpresaDatosContacto {
        overflow: hidden !important;
    }

    #Lada {
        width: 87%;
    }

    #Numero {
        width: 94%;
    }

    .rowContainerLada small, .rowContainerExt small {
        width: 89px !important;
    }


    /*** tabla de Certificados/verificadora 1024 ***/

    /*#tablacobertura2 {
        width: 350px;
    margin-left: 0%;
    }

        #tablacobertura2 thead {
            width: 350px;
        }

        #tablacobertura2 tbody {
            height: 335px;
            width: 350px;
        }

        #tablacobertura2 tr {
            width: 350px;
        }

        #tablacobertura2 th {
            width: 100px;
        }

        #tablacobertura2 td {
            width: 100px;
        }

            #tablacobertura2 th:nth-child(1), #tablacobertura2 td:nth-child(1) {
                width: 130px;
            }*/

    #frmCertVerificadora small {
        width: 228px;
        word-break: break-all;
        max-height: 15px;
        overflow: hidden;
    }

    /** cuentas bancarias 1024 **/

    #CtasBancarias {
        margin-top: 12px;
    }

    #opcionctasbancarias1 {
        margin-left: -20px;
    }

    .col-sm-8 small {
        width: 345px;
    }

    /** Para domicilio fiscal 1024 **/

    .previodom {
        width: 88.5%;
    }

    /** Estilos para ubicador 1024 **/

    #ifUbicador {
        width: 1130px;
        height: 431px;
        border: medium none;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        margin: -20px auto 0px auto;
    }

/** subpestañas de registro de empresa **/

.textopestana {
    padding: 0px;
}

}

/** motivos de rechazo **/

.motrechazo {
    background-color: #939598;
    width: 220px;
    padding: 17px;
    text-align: center;
    font-weight: bold;
    border-radius: 7px;
    line-height: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
    position: relative;
    /* top: -124px; */
    top: -417px;
    left: 50%;
    margin-left: -110px;
    color: #ffffff;
    opacity: 0.75;
    z-index: 1001;
}

    .motrechazo:hover {
        text-decoration: underline;
        background-color: #555555;
    }

.panelmotrec {
    background-color: #939598;
    padding: 10px 10px 0px 10px;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    position: relative;
    top: -417px;
    height: 300px;
    /*opacity:0.75;*/
    z-index: 1000;
}

#cabezamotivos {
    margin-bottom: 0px;
    max-width: 98.5%;
}

.cuerpomotivos {
    width: 100%;
    height: 249px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    margin-bottom: 0px;
    background-color: #ffffff;
}

    .cuerpomotivos > table {
        /*opacity:0.9;*/
        width: 100%;
        margin-bottom: 0px;
        background-color: #ffffff;
    }

.encabezadotabla {
    background-color: #C2C2C2;
    color: #ffffff;
}

.cuerpomotivos a {
    font-size: 24px;
    padding: 4px 6px 0px 6px;
    border-radius: 4px;
    background-color: #ffe512;
    color: #333;
    opacity: 1.0;
}

    .cuerpomotivos a:hover {
        background-color: #8dc63f;
        color: #f0f0f0;
        opacity: 1.0;
    }

/*GRID*/

/** para popup de detalle de registro *


#ui-id-1 .green, #ui-id-1 .red, #ui-id-1 .yellow {
    display:inline-block;
}

#ui-id-1 span {
    cursor:pointer;
}*/

.fcsinborde {
    border: none;
    box-shadow: none;
    font-weight: bold;
    vertical-align: top;
    height: 41px;
}

.modal-footer > .btn {
    vertical-align: top;
    height: 30px;
    padding: 4px 8px;
    margin-left: 10px;
}

.modal-footer > .botonatender, .modal-footer > .botonaceptarrechazo, .modal-footer > .botonrevocarrechazo {
    margin-left: 10px;
}

.descripcionodt {
    margin: 5px 0px;
}

.odtactual {
    width: 100%;
    border: 1px solid #000;
    padding: 18px 0px;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
    color: #555555;
    font-weight: bold;
    font-size: 16px;
}

    .odtactual:hover {
        text-decoration: underline;
    }

.encabezadoseccion {
    font-weight: bold;
    margin: 6px 0px 2px 0px;
    display: inline-block;
}

/*Table DataGrid*/

.iconoboton:hover {
    background-color: #cccccc;
}

.botonasignar {
    background-image: url(https://stylesitio-ghcpe3bud4ffe8fq.a01.azurefd.net/uiusuarios/Content/themes/empresa/images/icon_asignar.png);
    background-repeat: no-repeat;
    background-size: 20px 14px;
    cursor: pointer !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 10px;
    background-position: center;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
}

    .botonasignar:hover {
        background-color: #cccccc;
    }

/** Clases Roger desarrollo mvc razor **/

.ruv-icon-interrogation {
    content: url("https://stylesitio-ghcpe3bud4ffe8fq.a01.azurefd.net/uiusuarios/Content/themes/empresa/images/icono-01.png");
    background: url("https://stylesitio-ghcpe3bud4ffe8fq.a01.azurefd.net/uiusuarios/Content/themes/empresa/images/icono-01.png") no-repeat;
    display: block;
    width: 18px;
    height: 18px;
}

/*.tab-min-width-15 {
    min-width: 15%;
}*/

.tab-min-width-18 {
    min-width: 18%;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    stroke: #8dc63f;
}

.spinner-align-right {
    position: absolute;
    top: 5px;
    line-height: 34px;
    text-align: center;
    right: -15px;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

/** info consulta empresa **/

.iconoinfo {
    width: 16px;
    margin: -4px 6px 0px 0px;
}

.anchoempresa {
    display: inline-block;
    max-width: 225px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    word-break: break-all;
    min-width: 125px;
    padding-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.separadorinfoemp {
    border-right: 1px solid #ACACAC;
    padding-right: 35px;
}

.anchomax250 {
    max-width: 250px;
}

.anchomax71pc {
    min-width: 71%;
}

.anchomax71pc span {
max-width: 494px;
overflow: hidden;
height: 14px;
word-break: break-all;
}

.seispxizquierda {
    padding: 6px 20px !important;
}

.paddingleft18 {
    padding-left: 18px;
    list-style: none;
}

.contieneinfoemp {
    margin-left: -9px;
    margin-top: 6px;
    min-width: 697px;
}

.infoemp {
    /*display: inline-block;
    vertical-align: top;
    min-height: 28px;*/
    padding: 5px 0px 5px 10px;
    border-right: 1px solid #e1e1e1;
    height: 39px;
    line-height: 15px;
    font-size: 11px;
    background-color: #f0f0f0;
}

    .infoemp label {
        /*width: auto !important;
        max-width: 130px;*/
        padding: 0px;
        font-weight: bold;
        margin-bottom: 0px;
    }

.infoemp div {
    max-height: 15px;
    overflow: hidden;
    word-break: break-all;
    padding-right: 5px;
}

    .infoemp span {
        display: block;
        margin-top: -7px;
        min-width: 14px;
        min-height: 14px;
        padding: 0px;
    }

.separainfoemp {
    display: inline-block;
    color: #C0C0C0;
    text-align: center;
    padding: 0px 21px 0px 20px;
    vertical-align: super;
}

.lineahorpunteada {
    border-bottom: 1px dotted #939598;
}

.categoriaderecha {
    /*display:inline-block;
    text-align:right;
    min-width:200px;*/
    float: right;
}

.contornoder {
    border-right: 1px solid silver;
    width: 1px;
    height: 34px;
    margin: 17px 0 0 78px;
    position: absolute;
    top: 0;
    right: -80px;
}

.ajustecontornoder {
    margin: 17px 0px 0px 0px;
    right: -179px;
}

/** Consulta de empresa **/

.botonjsinhabil {
    background-color: #fff !important;
    color: #c0c0c0 !important;
}

input[type="text"]:disabled, input[type="number"]:disabled, [disabled].form-control, .disabled-fu {
    background-color: #FAFAFA;
}

.limitafecha {
    max-width: 68px;
    overflow: hidden;
    max-height: 14px;
}

@media (max-width:1024px) {
    .limitafecha {
    max-width: 65px;
    }
}

.ancho1004 {
    width: 1004px !important;
    margin: 0px auto;
}

#usuariosexternosconsulta, #usuariosexternosconsulta thead, #usuariosexternosconsulta tr {
    display: inline-block !important;
    width: 964px !important;
}

    #usuariosexternosconsulta tbody {
        display: inline-block !important;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 323px;
    }

    #usuariosexternosconsulta th, #usuariosexternosconsulta td {
        display: inline-block !important;
        width: 99px !important;
        overflow: hidden;
        padding: 0px;
        height: 29px;
        word-wrap: break-word;
    }

    #usuariosexternosconsulta td {
        margin-right: 4px;
        padding-top: 0px !important;
        height: 41px;
    }

    #usuariosexternosconsulta th {
        min-height: 35px;
    }

#gvUsuarios > thead > tr > th:nth-child(1), #gvUsuarios > tbody > tr > td:nth-child(1),
#gvUsuarios > thead > tr > th:nth-child(4), #gvUsuarios > tbody > tr > td:nth-child(4) {
    width: 124px !important;
    word-break:break-all;
}

#gvUsuarios > thead > tr > th:nth-child(7), #gvUsuarios > tbody > tr > td:nth-child(7) {
    width: 79px !important;
}

#gvUsuarios > thead > tr > th:nth-child(8), #gvUsuarios > tbody > tr > td:nth-child(8) {
    width: 49px !important;
}

#gvUsuarios > thead > tr > th:nth-child(9), #gvUsuarios > tbody > tr > td:nth-child(9) {
    word-break:break-all;
    width: 48px !important;
}

.filtroconsemp {
    /*margin-left: 12px;*/
    font-size: 16px;
    margin-top: 0px;
}

.margenarri-36 {
    margin-top: -36px;
}

/** consulta empresa 1024 **/

@media (max-width: 1024px) {

    .contornoder {
        margin: 17px 0px 0px 11px;
    }

    .contieneinfoemp {
        margin-left: 19px;
        margin-top: 4px;
        width: 494px;
    }

    .alturamaxformaccionista {
        height: 292px;
    }

    .infoemp {
        font-size: 10px;
        padding: 4px 0px 5px 10px;
    }

    .separainfoemp {
        padding: 0px 3px;
        vertical-align: inherit;
    }

    .infoemp label {
        line-height: 0px !important;
    }

    .infoemp span {
        display: inline-block;
    }

    .categoriaderecha {
        display: inline-block;
        float: right;
    }

    .lineahorpunteada {
        max-width: 562px;
        margin-bottom: 2px;
    }

    .anchomax71pc {
        min-width: 54%;
    }

        .anchomax71pc span {
            width: 430px;
        }

    .infoemp span {
        display: block;
        margin-top: 0px;
    }

    .ajustecontornoder {
        right: -170px;
    }
}

/** Bloques de listados de registro empresa **/

#lstbeh-content-paneldelistaPersonalTecnicos, #lstbeh-content-paneldelistaCuentasBancarias, #lstbeh-content-paneldelistaEmpresasFiliales, #lstbeh-content-paneldelistaAccionistas, #lstbeh-content-paneldelistaRepresentantesLegales, #lstbeh-content-paneldelistaRepresentantesTecnicos {
    height: 366px !important;
}

/** panel motivos de rechazo consulta empresa **/

.simple-menu-02.simple-menu-02-open {
    bottom: 297px;
    left: 50%;
    margin-left: -100px;
    text-decoration: none !important;
    color: black !important;
}

.simple-menu-02 {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 200px;
    height: 40px;
    background: #eee;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 10px 10px 0 0;
    z-index: 1000;
    color: black !important;
    text-align: center;
    padding-top: 10px;
    margin-left: -80px;
    padding-left: 14px;
    text-decoration: none !important;
}

.transitions {
    background: #ffe512;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cbp-spmenu a {
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
    color: rgb(118, 185, 240) !important;
}

.cbp-spmenu-horizontal .documentos {
    float: left;
    width: 23%;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 0.8em;
}

    .cbp-spmenu-horizontal .documentos:hover {
        background: #E0E0E0;
    }

    .cbp-spmenu-horizontal .documentos > span {
        text-align: center;
        width: 100%;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 9px;
        margin-top: 10px;
    }

    .cbp-spmenu-horizontal .documentos .checks span {
        width: 49%;
        margin: 0;
        padding: 0;
    }

        .cbp-spmenu-horizontal .documentos .checks span:first-child {
            text-align: right;
            padding-right: 20px;
        }

        .cbp-spmenu-horizontal .documentos .checks span:last-child {
            text-align: left;
            padding-left: 20px;
        }

.cbp-spmenu-horizontal .validar-todo {
    height: 100%;
    width: 8%;
    float: left;
}

    .cbp-spmenu-horizontal .validar-todo span {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 13px 0;
    }

        .cbp-spmenu-horizontal .validar-todo span:first-child {
            margin-top: 70px;
        }

#showRight .badge {
    margin: 0 11px;
}

.simple-menu-02:hover {
    text-decoration: none !important;
    background-color: #D3D3D3;
}

.d-general table {
    width: 100%;
    margin: 0px auto;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    max-width: 1920px;
    min-width: 1024px;
    background-color: #fff;
}

    .d-general table thead {
        width: 100%;
        background: rgb(238, 238, 238);
    }

    .d-general table tbody {
        /*height: 400px;
              height: 366px;*/
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        width: 100%;
        border-bottom: 1px solid #dddddd;
    }

        .d-general table tbody > tr:hover {
            background-color: #e1e1e1;
        }

    .d-general table tr {
        width: 100%;
        float: left;
        display: inline-table;
        border-bottom: 1px solid #c0c0c0;
        cursor: pointer;
    }

    .d-general table > thead > tr > th {
        border-bottom: 1px solid #000000;
        padding: 5px 10px;
    }

    .d-general table tbody tr td {
        padding: 5px 10px;
    }

    .d-general table th:nth-child(1), .d-general table td:nth-child(1) {
        width: 10%;
    }

    .d-general table th:nth-child(2), .d-general table td:nth-child(2) {
        width: 20%;
    }

    .d-general table th:nth-child(3), .d-general table td:nth-child(3) {
        width: 30%;
    }

    .d-general table th:nth-child(4), .d-general table td:nth-child(4) {
        width: 30%;
    }

    .d-general table th:nth-child(5), .d-general table td:nth-child(5) {
        width: 10%;
    }

    .d-general table th:nth-child(1), .d-general table td:nth-child(1) {
        text-align: center;
    }

.d-general .modal-body {
    padding: 0px;
}

.txtverde {
    color: #3c763d;
}

.txtrojo {
    color: #a94442;
}

.cbp-spmenu-horizontal-mr {
    width: 100%;
    height: 297px;
    left: 0;
    z-index: 2100;
}

.cbp-spmenu-bottom-mr {
    bottom: -297px;
}

    .cbp-spmenu-bottom-mr.cbp-spmenu-open {
        bottom: 0px;
    }

.anchocolumna10 {
    width: 10%;
}

.anchocolumna20 {
    width: 20%;
}

.anchocolumna30 {
    width: 30%;
}

.altura_motrec {
    height: 265px;
}

/*Nuevos estilos*/

.nueva-clase {
    padding-left: 60px;
}

/** grid / tabla consulta empresa **/

#gvConsultaEmpresas {
    font-size: 12px;
    /*word-break: break-all;*/
}

    #gvConsultaEmpresas th, #gvConsultaEmpresas td {
        padding: 6px;
    }

    #gvConsultaEmpresas th {
        padding-top: 0px;
    }

@media (max-width:1024px) {
    #gvConsultaEmpresas thead tr th, #gvConsultaEmpresas tbody tr td {
        width:9%;
        word-break:break-all;
        padding:10px 2px !important;
        text-align:center
    }
}

#ConsultaEmpresas .filtrosusr {
    padding: 0px;
    font-size: 11px;
}

.anchocolumna5 {
    width: 5%;
}

.anchocolumna6 {
    width: 6%;
}

.anchocolumna8 {
    width: 8%;
}

#mrechazo .modal-content {
    max-height: 620px;
    width: 760px;
    margin: 40px auto 0;
}

#mrechazo .height-cont {
    max-height: 450px;
    overflow-y: auto;
}

#mrechazo .modal-body {
    position: relative;
    padding: 15px;
}

.header-table {
    background: rgb(244, 244, 244);
}

.header-modal {
    padding: 0px 0 12px;
    font-size: 20px;
}

.botonusuarios {
    background-image: url(https://stylesitio-ghcpe3bud4ffe8fq.a01.azurefd.net/uiusuarios/Content/themes/empresa/images/icon_operadores.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 10px;
    background-position: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
}

.botondetalle {
    background-image: url(https://stylesitio-ghcpe3bud4ffe8fq.a01.azurefd.net/uiusuarios/Content/themes/empresa/images/icon_lupa.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 10px;
    background-position: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
}

.botonglyphicon {
    cursor: pointer !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-top: 8px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    margin-top: -8px;
}

#ligaurl {
    cursor: text;
    /*cursor: pointer;
      font-size: 13px;*/
}

.columnamail {
    word-break: break-all;
    max-width: 8%;
}

#ConsultaEmpresas input[type="text"] {
    width: 86% !important;
    margin-left: 0px !important;
    padding: 4px !important;
}

#ConsultaEmpresas .input-group-addon {
    display: inline-block;
    margin: 0px;
    height: 26px;
    vertical-align: top;
    width: 14%;
    font-size: 12px;
    padding: 5px 0px;
    cursor: pointer;
}

#ConsultaEmpresas .cargaknockout {
    margin-top: 38px;
}

.anchura750 {
    width: 750px;
    margin: 0px auto;
}

.gris50p {
    color: #939598;
}

.ancho75p {
    width: 75%;
}

.ancho95p {
    width: 95%;
}

#datetimepicker0, #datetimepicker1 {
    width:100%;
}

/*@media (max-width: 1024px) {

    #ConsultaEmpresas input[type="text"] {
        width: 114px !important;
    }
}*/

#musuarios hr {
    margin: 6px 0px -3px 0px;
    border: 1px;
    border-top: 1px solid #c0c0c0;
}

#musuarios .modal-body {
    padding: 0px 15px 0px 15px;
}

#musuarios .mostrando {
    margin: 10px 0px 0px 10px;
    display: inline-block;
    padding-left: 0px;
    float: left;
    border: none;
}

#musuarios .modal-footer {
    margin-top: 37px;
}

.popdetalle3 .tablascroll {
    width: 100%;
    margin-bottom: 15px;
}

    .popdetalle3 .tablascroll tbody {
        width: 100%;
        /*height:116px;*/
        border-top: 1px solid #000000;
    }

    .popdetalle3 .tablascroll tr {
        width: 100%;
    }

.popdetalle3 .fileinput {
    margin-bottom: 12px;
    margin-top: -6px;
}

.popdetalle3 .btn-lista-panel {
    float: right;
    margin: 0px -2px 0px 0px;
}

.popdetalle3 .headercomentarios {
    width: 245px;
}

.popdetalle3 .cuerpocomentarios {
    padding-left: 0px;
}

/*.popdetalle3 {
    width:31%;
    margin-right:2%;
    display:inline-block;
    vertical-align: top;
}*/

.popdetalle3 > label {
    display: inline-block;
    width: 51%;
    padding-top: 10px;
    /*background-color:aqua;*/
}

.popdetalle3 > .form-control {
    display: inline-block;
    width: 47%;
    /*float: right;
    background-color:green;*/
}

.popdetalle3 .h6 {
    margin-top: 0px !important;
}

#minfo {
    font-size: 12px;
}

    #minfo hr {
        margin: 7px 0px 0px 0px;
        border: 1px;
        border-top: 1px solid #c0c0c0;
    }

    #minfo .fcsinborde {
        border: none;
        box-shadow: none;
        font-weight: bold;
        vertical-align: top;
        height: 41px;
        font-size: 12px;
    }

    #minfo .tablascroll tbody tr:hover {
        background-color: #ececec !important;
    }

    #minfo .tablascroll th {
        width: 120px;
        word-break: break-all;
        padding: 8px 10px 8px 10px;
    }


    #minfo .tablascroll td {
        border-bottom: 1px solid #c0c0c0;
        width: 120px;
        word-break: break-all;
        border-top: none;
        padding: 8px 10px 8px 10px;
    }

    #minfo .tablascroll tbody {
        width: 100%;
        height: 261px;
        border-top: 1px solid #000000;
        /*border-bottom: 1px solid #000000;*/
        overflow-x: hidden;
        overflow-y: auto;
        display: inline-block;
    }

    #minfo .listaodtsasoc span {
        color: #555555;
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        line-height: 15px;
        display: block;
        width: 243px;
        margin-bottom: 3px;
    }

    #minfo .popdetalle3 .headercomentarios {
        width: 262px;
        /*border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 5px;
  margin-bottom: 5px;*/
        word-break: normal;
        font-style: normal;
        font-weight: normal;
    }

        #minfo .popdetalle3 .headercomentarios div {
            font-weight: bold;
            text-transform: uppercase;
        }

        #minfo .popdetalle3 .headercomentarios span {
            padding-left: 8px;
            display: block;
            margin-bottom: 4px;
            text-align: justify;
        }

    #minfo .modal-header, #mrechazo .modal-header, #musuarios .modal-header {
        padding: 15px 15px 10px 15px;
    }

.alturamotrec {
    height: 359px !important;
}

.anchuraoperadores {
    width: 920px;
    margin: 0px auto;
}

.alturaodtsasoc {
    height: 215px !important;
}

.dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    /*cursor: hand;*/
    color: #333333 !important;
    border: 1px solid transparent;
}

.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333333 !important;
    border: 1px solid transparent;
}

    .paginate_button.current, .paginate_button.current:hover {
        color: #333333 !important;
        border: 1px solid #cacaca;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, white 0%, gainsboro 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, white 0%, gainsboro 100%);
        /* W3C */
    }

    .paginate_button.disabled, .paginate_button.disabled:hover, .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none;
    }

    .paginate_button:hover {
        color: white !important;
        border: 1px solid #111111;
        background-color: #585858;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #585858 0%, #111111 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #585858 0%, #111111 100%);
        /* W3C */
    }

    .paginate_button:active {
        outline: none;
        background-color: #2b2b2b;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
        /* W3C */
        box-shadow: inset 0 0 3px #111;
    }


/*Clases para nueva modal - Detalle de órdenes de trabajo*/

.popdetalle4 {
    width: 64%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    height: 376px;
    overflow-x: auto;
    border-bottom: 1px solid #000000;
}

    .popdetalle4 .titulos {
        border-bottom: 1px solid #e5e5e5;
        padding: 4px 0;
    }


    .popdetalle4 label {
        margin-right: 20px;
    }

        .popdetalle4 label span {
            font-weight: 400;
            margin-left: 2px;
        }

    .popdetalle4 table {
        margin-bottom: 30px !important;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 15px;
    }

#fakeLoader_detalleodts {
    margin-top: 60px;
    height: 388px !important;
}

/** Migracion **/

#frmCorreo i {
    margin-right: -15px;
}

#validarCorreo, #ingresarlogin {
    margin-right: 56px;
}

#formulario .glyphicon-remove, #formulario small {
    color: #a94442;
}

#formulario small {
    position: absolute;
}

#frmCorreo .glyphicon-ok {
    color: #3c763d;
}




/*Estilos para filtro de USUARIOS */

#filtrousuario {
    width: 200px;
    margin-left: 10px;
    margin-top: -2px;
}

.m-filtro-u {
    margin-top: 10px;
    margin-bottom: 3px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 9px !important;
}

.anchurausuarios {
    width: 980px;
    margin: 0px auto;
}

/*Estilos para SUBMODAL de USUARIOS */

.submodalm {
    margin-top: 0 !important;
}

#my-submodal hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

#my-submodal h4 {
    margin: 9px 0 -10px;
}

#gvUsuarios .btn-xs {
    padding: 1px 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    width: 40px;
}

#my-submodal .titulochecks {
    border: 1px solid #c0c0c0;
    border-bottom: none;
    background-color: #f0f0f0;
    padding: 0px 0px 1px 0px;
    font-weight: bold;
}

.permisos {
    padding: 0px 15px 0px;
    overflow-y: auto;
    min-height: 300px;
    max-height: 440px;
}

#my-submodal .bloquechecks {
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.my-submodal .modal-body {
    max-height: 250px;
}

/*.anchurausuarios > .modal-content > .modal-body {
    min-height: 435px;
}*/

#my-submodal .checkproducto label {
    width: 75%;
    text-align: left;
    margin: 4px 10px 0px 0px;
    font-weight: normal;
    font-size: 14px;
}

#my-submodal .checkproducto input {
    position: absolute;
    top: 4px;
}

/*Estilos para Consultar Usuarios Empresa*/

.filtroscu {
    margin-top: 4px;
}

#ConsultaUsuarios .cargaknockout {
    margin-top: 22px;
}

#ConsultaUsuarios .filtrosusr {
    padding: 0px;
    font-size: 11px;
}

#ConsultaUsuarios #gvConsultaEmpresas th, #ConsultaUsuarios #gvConsultaEmpresas td {
    width: 25%;
}

    #ConsultaUsuarios #gvConsultaEmpresas th:first-child, #ConsultaUsuarios #gvConsultaEmpresas td:first-child {
        width: 30%;
    }

.fileinputborder-notSelected {
    border-color: #000 !important;
}

.fileinputborder {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

/** para modal de detalle de Consulta de Usuarios Empresa **/

.ancho1004 {
    width: 1004px !important;
    margin: 0px auto;
}

.ancho65p {
    width: 60%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.ancho30p {
    width: 37%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
}

.altomotrecodt {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ancho40p {
    width: 40%;
}

.ancho58p {
    width: 58%;
}

.tamanofuente11 {
    font-size: 11px;
}

.columnas25p {
    word-break: break-word;
    padding: 5px;
}

    .columnas25p th, .columnas25p td {
        width: 25%;
        padding: 5px;
    }

    .columnas25p hr {
        margin: 10px 0px 20px 0px !important;
    }

    .columnas25p span {
        font-weight: normal;
    }

.row-selected-azul {
    background-color: rgb(167, 221, 233) !important;
    cursor: pointer !important;
}

.min-height-50 {
min-height: 388px;
}

.min-height-50 > .fakeloader {
width: 973px !important;
height: 388px !important;
}

.main-container-vyd .min-height-50 > .fakeloader {
width: 695px !important;
height: 30px !important;
}

.loadingots {
    position: absolute;
    z-index: 1000;
    width: 90%;
    height: 19px;
    opacity: 0.9;
    background-color: rgb(255, 255, 255);
}

.spinnerots {
    position: absolute;
    right: 50%;
    top: 50%;
    width:20px;
    height:20px;
}

#gvUsuarioEmpresa td:nth-child(1), 
#gvUsuarioEmpresa td:nth-child(3), 
#gvUsuarioEmpresa td:nth-child(4), 
#gvUsuarioEmpresa td:nth-child(6) {
width: 15%;
word-break:break-all;
vertical-align: top;
}

#gvUsuarioEmpresa td:nth-child(2), 
#gvUsuarioEmpresa td:nth-child(5), 
#gvUsuarioEmpresa td:nth-child(7), 
#gvUsuarioEmpresa td:nth-child(8) {
width: 10%;
word-break:break-all;
vertical-align: top;
}

/*Modal Cambiar Empresa*/

#formularioEmpresas #login h3 {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
}

#formularioEmpresas #login h3 small {
  font-size: 55%;
  position: relative;
  top: -5px;
  margin-left: 2px;
}
.login .inmodal .modal-body {
  background: #fff;
  padding: 20px 30px 30px 30px;
}

#formularioEmpresas .encabezadostablalogin {
  font-weight: bold;
  border-bottom: 1px solid #939598;
  padding: 6px 3%;
}

#formularioEmpresas .columnastablalogin {
  border-bottom: 1px solid #cccccc;
  padding: 6px 3%;
}
.login .inmodal .modal-header {
  padding: 20px 15px;
  text-align: center;
}

#formularioEmpresas .form-signin-heading {
  margin-bottom: 20px;
}

#formularioEmpresas form {
  margin-top: 7px;
}

#formularioEmpresas .scrolltablalogin {
  width: 100%;
  height: 176px;
  overflow-x: hidden;
  overflow-y: auto;
}

#formularioEmpresas .checkfavorito {
  margin: 15px 15px 10px 0;
}

#formularioEmpresas .checkfavorito input {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

#formularioEmpresas .modal-dialog {
  width: 800px;
}


#formularioEmpresas #tbEmpresas{
   width: 100%;    
}

#formularioEmpresas .modal-footer button {
    margin: 0!important;
    height: auto!important;
    font-size: 14px!important;
    width: auto!important;
    float: right!important;
    border-radius: 4px!important;
    padding: 6px 12px!important;
}

.ancho100p {
    width: 100%;
}

.ancho20p {
    width: 20%;
}

/** nuevos estilos para pestañas de consulta empresa a 1024 **/

@media (max-width:1024px) {

    #liTérminoslegales, #liDatosGenerales, #liDatosdeEmpresa, #liDatosderepresentantes, #liDocumentación, #liCartaderesponsabilidad {
        max-width: 17.5%;
    }

    #liDatosdirectorhipotecariodelaentidadfinanciera {
        max-width: 28%;
    }

    #liDatosEmpresaInstitución, #liCertificadosverificadora, #liPersonalTécnico, #liCuentasBancarias, #liEmpresaFilial {
        max-width: 23%;
    }

    #liTérminoslegales > a, #liDatosGenerales > a, #liGenerales > a, #liUbicación > a, #liDomicilioFiscal > a, #liDatosContacto > a, #liDatosdeEmpresa > a,
    #liDatosEmpresaInstitución > a, #liCertificadosverificadora > a, #liPersonalTécnico > a, #liCuentasBancarias > a, #liEmpresaFilial > a,
    #liCertificadosUnidaddevaluación > a, #liDatosderepresentantes > a, #liDatosaccionista > a, #liDatosrepresentantelegal > a,
    #liDatosrepresentantetécnico > a, #liDatosdirectorhipotecariodelaentidadfinanciera > a, #liDocumentación > a, #liCartaderesponsabilidad > a {
        padding-top: 2px !important;
    }

    /*#tabCartaderesponsabilidad {
        min-height: 454px;
    }*/

    #contenidopaneldecontacto .fakeloader {
        width: 288px;
    }

    #pestañas .date input[type='text'] {
    width:72%;
}

.paraubicador {
width:100%;
height:430px;
overflow:auto;

}

}

#furuv-divDocConstanciaAnuvac, #furuv-divDocCertificadoAnuvac {
    width:100%;
}

#liTérminoslegales > a, #liDatosGenerales > a, #liDatosdeEmpresa > a, #liDatosderepresentantes > a, 
#liDocumentación > a, #liCartaderesponsabilidad > a, #liTérminosyCondiciones > a {
        padding: 7px; /*padding: 10px;*/
    }

.paraubicador {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 5px;
    height: 453px;
}

/** desde aki se agrego lo de custom_new_dashboard.css del maquetado lineas 879 a 897 - 13 nov 15 **/

/** solicitud baja empresa **/

.motivobaja {
    min-height: 180px;
    max-height: 180px;
    max-width: 100%;
    /*margin-bottom: 30px;*/
}

@media (max-width:1024px) {

    .motivobaja {
    min-height: 157px;
    max-height: 157px;
}

}

.panelbaja {
    padding: 20px;
    margin: 0px 20px;
    border: 1px solid #cccccc;
    height: 460px;
}

.motbaja .help-block {
    top: 174px;
}

span.field-validation-error {
    font-size: 85%;
}

.panelbaja .field-validation-error {
    position:absolute;
}

/** desde aki se agrego lo de custom_new_dashboard.css del maquetado lineas 1053 a 1085 - 13 nov 15 **/


/** Estilos consulta empresas eliminadas **/

.filtrosempeli .btn-lista-panel {
    margin: 5px 10px 0px 0px;
    padding: 0px 5px;
}

/** Nuevos Estilos para Convenio PROFECO **/

#filtrostarifas {
    margin-top: 10px;
}

#filtrostarifas .filtrosusr{
    margin-bottom:10px;
}

#filtrostarifas .filtrosusr label {
    line-height: 1.3!important;
}

.custom_fechas input[type="search"], .custom_fechas select {
    display: inline-block;
    height: 26px;
    vertical-align: top;
    font-size: 12px;
    padding: 0px 5px;
}

.rep {
    font-size: 15px;
    margin: 5px 0px 0px 0px;
    border-top: 1px solid #DEDEDE;
    padding-top: 5px;
}

.botonBuscar {
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    margin: -2px auto 5px;
    padding: 6px !important;
}

.custom_fechas{
    padding: 0;
    font-size: 11px;
    line-height: 0.99;
}

.custom_fechas input {
    height: 26px;
}

.custom_fechas .input-group-addon{
    padding: 0 10px;
}


#laurl thead tr th, #laurl tbody tr td {
    padding: 10px 15px!important;
    font-size: 12px;
    width: 20%;
}

#laurl thead tr th:last-child{
    text-align:center;
}

#laurl tbody tr td button {
    margin: 9px auto!important;
    font-size: 12px;
    float: none!important;
    padding: 4px 10px;
    color: black;
    background: white;
    display: block;
}


#modalActualizarConvenio .modal-dialog {
    width: 920px;
}

#modalActualizarConvenio .modal-header, #modalCargarConvenio .modal-header {
    background: #8DC63F;
    color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#modalValidacion .modal-header {
    background-color: #f7a54a;
    color: white;
}

.convenio{
  padding:0;
}

.form-convenio .inputCE{
  margin-top: 30px!important;
}

.exp {
    margin-right: 8px;
}
.car {
    margin-right: 20px;
}

/** Nuevos Estilos para modal Actulizar Convenio **/

.nombreCorreo {
    margin-bottom: 10px;
    margin-top: 12px;
    border-bottom: 1px solid #e7eaec;
    padding-bottom: 13px;
}


.nombreCorreo .col-xs-6 div:first-child {
    font-size: 12px;
    font-weight: bold;
}

.mensajeWarning {
    margin-bottom: 10px;
    margin-top: 12px;
    padding-bottom: 13px;
}

.idconvenio {
    margin-bottom: 15px;
    font-size: 17px;
}

.mensajeWarning .col-xs-6 div:first-child {
    font-size: 12px;
    font-weight: bold;
}

#modalActualizarConvenio .modal-body .header-modal.nombreCorreo,
#modalActualizarConvenio .modal-body .header-modal.cn,
#modalActualizarConvenio .modal-body .header-modal {
    font-size: 13px;
}


#formaperfiles.form-horizontal .form-group {
    margin-right: -15px!important;
    margin-left: -15px!important;
}

#modalActualizarConvenio .modal-footer > .btn, #modalCargarConvenio .modal-footer > .btn {
    vertical-align: top;
    height: 34px;
    padding: 6px 12px;
    /* margin-left: 10px; */
}

.dropdown-menu{
    z-index:3000!important;
}

#modalCargarConvenio input[type=radio] {
    margin-top: 8px;
}

/** Nuevos estilos tabla certificados verificadora **/

#tablacobertura2 tr:nth-child(even) {
        background-color: #fbfbfb;
    }

.divheadcervertabla {
    height:20px;
    overflow-x:hidden;
    overflow-y:hidden;
}

.tablaheadcerver {
    margin-right: -16px;
    width: 100%;
}

.divbodycervertabla {
height:377px;
overflow-x:hidden;
overflow-y:auto;
}

.tablabodycerver {
    margin-right: -16px;
    width: 104.5%;
}

#tbEmpresasVinculadas{
    width:100%;
}



/*Ajuste Admin CONVENIOS*/

#laurl {
    margin-bottom: 20px;
}


/*Estilo para el mensaje - No se han cargado CONVENIOS*/

.elmensaje{
    height: 300px;
    text-align: center;
    font-size: 23px!important;
    position: relative;
    top: -10px;
}


#modalCargarConvenio #datetimepicker0 {
    width: 66.66666667%!important;
}

#modalCargarConvenio #datetimepicker1 {
    width: 99%;
    margin-left: 5px;
}

#formaperfiles .col-sm-8 .fakeloader {
    min-width: 155px !important;
    height: 36px !important;
    width: 226px!important;
    opacity: 0.5!important;
}

#formaperfiles .col-sm-8 .fakeloader svg {
    right: 55%!important;
    top: -8%!important;
    width: 20px!important;
}

#modalCargarConvenio input[type=radio] {
    margin-top: 8px;
}

#modalCargarConvenio .form-control-feedback {
    right:-30px !important;
}

#fixconvenio small {
    margin-left:112px;
}

#fixconvenio .form-control-feedback {
    right: -15px !important;
}

/*Vertical Tabs para CONVENIO*/

.vertical-tabs .nav-tabs > li.active > a,
.vertical-tabs .nav-tabs > li.active > a:hover,
.vertical-tabs .nav-tabs > li.active > a:focus {
    color: #555 !important;
    cursor: default;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px 0 0 4px;
    border-right-color: transparent !important;
}

.vertical-tabs .nav-tabs > li > a,
.vertical-tabs .nav-tabs > li:hover > a,
.vertical-tabs .nav-tabs > li:hover > a:focus {
    border: 1px solid #ddd !important;
    border-right-color: transparent !important;
}

.vertical-tabs .nav-tabs > li > a {
    margin-right: 0 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: rgb(202, 202, 202);
    width: 272px;
}

.vertical-tabs .margen-campos-02,
.vertical-tabs .margen-campos-03 {
    margin-top: 28px;
    min-height: 370px;
}

    .vertical-tabs .margen-campos-02 .form-height,
    .vertical-tabs .margen-campos-03 .form-height {
        min-height: 340px;
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }

.vertical-tabs #formagrales input, .vertical-tabs .form-vertical-tabs input {
    width: 175px;
    float: left;
}

.vertical-tabs .margen-campos-03 #formagrales input, .vertical-tabs .margen-campos-03 #formaEstadosCertificado input {
    width: 292px;
    float: left;
}


.vertical-tabs .col-usuarios ul li a{
    width: auto;
}


#tmotivos thead tr th, #tmotivos tbody tr td {
    padding: 10px 15px!important;
    font-size: 12px;
}


#tmotivos {
    margin-bottom: 10px;
}

.alturam {
    height: 396px;
}

/*#cuerpousuariosgrid tr td:last-child {
    color: #a94442;
}*/

/*Estilo para el mensaje - No se han cargado CONVENIOS*/

.elmensaje{
    height: 300px;
    text-align: center;
    font-size: 23px!important;
    position: relative;
    top: -10px;
}

#modalSinCambios .modal-body p {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.selectpicker {
    width: 100%;
    height: 34px;
    padding: 0px 5px;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
}



/*Estilo para ajsutes modal CONVENIOS*/


.rechazado {
    background: #FEFBD9!important;
    border: 1px solid #FFD93C!important;
}

/*#datetimepickerTime01, #datetimepickerTime02 {
    width: 66.66666667%;
}*/

#modalActualizarConvenio #datetimepickerTime01 input,
#modalActualizarConvenio #datetimepickerTime02 input {
        /*width: 96%;*/
    	height: 34px;
}

#modalActualizarConvenio #datetimepickerTime01 span,
#modalActualizarConvenio #datetimepickerTime02 span{
    	height: auto;
    	padding: 4px 0 5px;
        min-width: 35px;
}

#fileuploadActualizar{
padding: 0;
}

#fileuploadActualizar .fileinput .form-control{
    background-color: #FEFBD9!important;
}

.fechaVigenciaIn input{
    margin-top: 10px;
}

/*Estilos para filtro CONVENIOS*/

.filtro-convenio input, .filtro-convenio span{
     float: right;
}

.btnfiltro {
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    margin: 0 0 0 10px;
    padding: 3px 6px !important;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    top: 9px;
    right: 0;
}

#table-convenio thead tr th, #table-convenio tbody tr td {
    padding: 10px 15px!important;
    font-size: 12px;
    width: auto;
}

.bloqueFiltros{
    width: 24% !important;
}

.bloqueFiltrosDos{
    width: 25% !important;
}

.custom_fechas div {
    float: left;
}

/** fix Administrar ficha de pago **/

#tblCuerpoFichaPagoGrid td:nth-child(3) {
    word-break: break-all;
}

/** Para link de video tutorial en preregistro **/

.botongrisfalso {
    display: inline-block;
    background-color: #555;
    padding: 10px 12px;
    color: #fff;
    border-radius: 6px;
    margin-top: -10px;
    font-size: 14px;
}

.botongrisfalso:hover {
    color:#aaf347;
}

.botongrisfalso img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*.botongrisfalso {
    display: inline-block;
    background-color: #e1e1e1;
    border: 1px solid #ccc;
    padding: 10px 12px;
    color: #000;
    border-radius: 6px;
    margin-top: -10px;
    font-size: 14px;
}

.botongrisfalso img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    filter: brightness(0.85);
}*/

/** ajuste nuevo logo ruv **/

.altura50 {
height:50px;
}



