/* DEFAULTS
----------------------------------------------------------*/
@font-face {
    font-family: "Raleway-Bold";
    src: url("../fuentes/calibrib.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Raleway-ExtraBold";
    src: url("../fuentes/calibrib.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Raleway-ExtraLight";
    src: url("../fuentes/calibril.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Raleway-Heavy";
    src: url("../fuentes/calibrib.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Raleway-Light";
    src: url("../fuentes/calibril.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Raleway-Medium";
    src: url("../fuentes/calibri.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Raleway-Regular";
    src: url("../fuentes/calibri.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Raleway-SemiBold";
    src: url("../fuentes/calibrib.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "BrowalliaUPC";
    src: url("../fuentes/BrowalliaUPC.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "browaui";
    src: url("../fuentes/browaui.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "browaub";
    src: url("../fuentes/browaub.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "browau";
    src: url("../fuentes/browau.ttf"); /* TTF file for CSS3 browsers */
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #d9d9d9;
    height: 100%;
}

.pageLogin {
    width: 1264px;
    margin: auto;
}


.login_cobranzas {
    display: none;
}

.login {
    position: absolute;
    margin-top: 110px;
    margin-left: 250px;
    z-index: 2;
    width: 765px;
    height: 150px;
}

.loginLogo {
    background-image: url(../images/disenio/logoKaizen.png);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.login_fondo1 {
    background-color: #ffffff;
    width: 1264px;
    height: 377px;
}

.login_fondo1_1 {
    width: 1264px;
    height: 377px;
    text-align: center;
}

.login_fondo1_1_1 {
}

.login_fondo2 {
    background-color: #FFA065;
    width: 1264px;
    height: 71px;
}

.login_fondo3 {
    background-color: #335D96;
    width: 1264px;
    height: 74px;
}


.login_fondo4 {
    display:none;
}

.login_fondo5 {
    background-color:#335D96;
    width: 1264px;
    height: 162px;   
}

.login_volver {
    font-family: browaub, sans-serif;    
    text-align:center;
    padding:100px;
    border: none;
    cursor: pointer;
    color:#d9d9d9;
    font-size:20px;
}


.login_flecha {
}

.loginUsuario {
    float: left;
}

.loginClave {
    float: right;
}

.loginBoton {
    float: left;
    padding: 5px 34px 15px 34px;
}

.loginRecuperarClave {
    float: left;
    padding: 0px 10px 0px 34px;
    font-family: browaub, sans-serif;
}

.loginTextBox {
    height: 42px;
    width: 320px;
    border: 0px;
    padding: 10px;
    color: #ffffff;
    font-family: BrowalliaUPC,Sans-Serif;
    font-size: 20px;
    margin: 35px 0px 0px 35px;
    background-color: gray;
    text-align: center;
}




    .loginTextBox::placeholder {
        color: #d9d9d9;
        font-size: 20px;
        text-align: center;
    }

.loginTextBoxClave {
    height: 42px;
    width: 320px;
    border: 0px;
    padding: 10px;
    color: #ffffff;
    font-family: BrowalliaUPC,Sans-Serif;
    font-size: 20px;
    margin: 35px 35px 0px 0px;
    background-color: gray;
    text-align: center;
}

    .loginTextBoxClave::placeholder {
        color: #d9d9d9;
        font-size: 20px;
        text-align: center;
    }



.loginButton {
    width: 698px;
    height: 50px;
    background-color: #FFA065;
    border: 0px;
    box-shadow: 0px 5px 1px #274648;
    border-radius: 3px;
    font-family: browaub,Sans-Serif;
    font-size: 18px;
    color: white;
    background-repeat: no-repeat;
    background-position: 300px 6px;
    cursor: pointer;
}

    .loginButton:hover {
    }

    .loginButton:focus {
    }

.loginClave {
    float:right;
    display: grid;
    justify-items: start;
}

    .loginClave span {
        font-family: BrowalliaUPC,Sans-Serif;
        display: flex;
        align-items:center;
    }

.loginCheckBoxMostrarClave {
    margin: 5px 5px 5px 0px;
}


.loginBotonRecClave {
    text-align: left;
    margin: 0px 0px 0px 35px;
    font-family: BrowalliaUPC,Sans-Serif;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 0px 0px 0px;
}

.cabecera_superior {
    background-color: #efefef;
    width: 100%;
    height: 40px;
}

.cabecera_superior_contenido {
    width: 1200px;
    margin: auto;
}

.cabecera_superior_contenido_dolar {
    float: right;
    height: 40px;
}

.cabecera_superior_contenido_dolar_texto {
    float: left;
    padding: 10px 2px;
    font-family: Raleway-SemiBold,Sans-Serif;
    color: #4b8569;
    font-size: 15px;
}

.cabecera_superior_contenido_dolar_lb {
    float: left;
    height: 40px;
    padding: 10px 2px;
    font-family: Raleway-SemiBold,Sans-Serif;
    font-size: 15px;
}

.cabecera_superior_contenido_dolar_im {
    float: left;
    height: 40px;
    width: 40px;
    background-image: url('../images/disenio/dolar.png');
}

.cabecera_superior_contenido_msj_texto {
    float: left;
    height: 40px;
    padding: 10px 2px;
    font-family: Raleway-SemiBold,Sans-Serif;
    font-size: 15px;
    color: #4b8569;
}

.cabecera_superior_contenido_msj_lb {
    float: left;
    height: 40px;
    padding: 10px 2px;
    font-family: Raleway-SemiBold,Sans-Serif;
    color: red;
    font-size: 15px;
}

.cabecera_superior_contenido_msj_im {
    float: left;
    height: 40px;
    width: 40px;
}

.cabecera_superior_contenido_separador2 {
    float: right;
    height: 40px;
    width: 1px;
    background-color: #ababab;
    margin: 0px 0px 0px 20px;
}

.cabecera_superior_contenido_separador1 {
    float: right;
    height: 40px;
    width: 1px;
    background-color: #ffffff;
    margin: 0px 20px 0px 0px;
}

.cabecera_superior_contenido_usuario {
    float: right;
    height: 40px;
}

.cabecera_superior_contenido_usuario_texto {
    float: left;
    padding: 10px 2px;
    font-family: Raleway-SemiBold,Sans-Serif;
    color: #4b8569;
    font-size: 15px;
}

.cabecera_superior_contenido_usuario_lb {
    float: left;
    height: 40px;
    padding: 10px 2px;
    font-family: Raleway-SemiBold,Sans-Serif;
    font-size: 15px;
}

.cabecera_superior_contenido_usuario_im {
    float: left;
    height: 40px;
    width: 40px;
    background-image: url('../images/disenio/user.png');
}

.cabecera_titulo_ant {
    background-color: #ffffff;
    width: 100%;
    height: 1px;
}

.cabecera_titulo_ant2 {
    background-color: #e3e3e3;
    width: 100%;
    height: 6px;
}

.cabecera_titulo {
    background-color: #d9d9d9;
    width: 100%;
    height: 114px;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: 735px;
    background-position-y: -125px;
}

.cabecera_titulo_contenido {
    width: 1200px;
    margin: auto;
}

.cabecera_titulo_contenido_cobranzas {
    font-family: Raleway-Light,Sans-Serif;
    color: #c0392b;
    font-size: 35px;
    height: 70px;
    float: left;
    text-align: left;
    padding: 25px 0px 5px 0px;
}

.cabecera_titulo_contenido_separador1 {
    height: 20px;
    width: 1px;
    float: left;
    background-color: #ababab;
    padding: 25px 0px 0px 0px;
    margin: 20px 0px 0px 20px;
}

.cabecera_titulo_contenido_separador2 {
    height: 20px;
    width: 1px;
    float: left;
    background-color: #ffffff;
    padding: 25px 0px 0px 0px;
    margin: 20px 20px 0px 0px;
}

.cabecera_titulo_contenido_sist {
    font-family: Raleway-Light,Sans-Serif;
    color: #8c8c8c;
    font-size: 35px;
    height: 70px;
    float: left;
    padding: 25px 0px 0px 0px;
}

.cabecera_titulo_fondo_logo {
    float: left;
    background-image: url('../images/disenio/fondoLogo.png');
    height: 113px;
    width: 1320px;
    background-repeat: no-repeat;
    background-position-y: -48px;
    position: absolute;
    background-position-x: 549px;
    background-position: 740px -48px;
}

.cabecera_titulo_contenido_logo {
    background-image: url('../images/disenio/logoKaizen2.png');
    float: left;
    width: 1120px;
    height: 80px;
    margin-top: 2px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 1000px center;
}

.cabecera_titulo2 {
    background-color: #335D96;
    width: 100%;
    height: 96px;
}

.cabecera_titulo3 {
    background-color: #bdbdbd;
    width: 100%;
    height: 8px;
}


.cabecera {
    width: 1200px;
    height: 70px;
    background-color: #FFA065;
    text-align: center;
    margin: -120px auto 0px auto;
    position: relative;
    border-bottom: 4px solid #202a2b;
}

.cabecera_menu {
    float: left;
    width: 1140px;
    height: 70px;
}


.cabecera_menu_inicio {
    margin: 0px;
    height: 30px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(352deg) brightness(105%) contrast(101%);
}

.cabecera_menu_salir {
    float: right;
    border:none;
    background-image: url('../images/disenio/salirBtn.png');
    background-repeat: no-repeat;
    background-position: 5px 25px;
    background-color: #FFA065;
    width: 50px;
    height: 65px;
    cursor: pointer;
}

.cabecera_ubicacion {
    width: 1120px;
    margin: auto;
    padding: 65px 0px;
    color: #999a9a;
    font-family: Raleway-SemiBold,Sans-Serif;
}

.titulo {
    font-family: Raleway-Regular,Sans-Serif;
    font-size: 27px;
    color: #354849;
    padding: 16px 50px 10px 15px;
    border-bottom: 4px solid #c0392b;
}

.contenido {
    width: 1200px;
    margin: auto;
}

.contenido_titulo {
    width: 1200px;
    margin: auto;
    padding: 55px 0px 45px 0px;
}

.contenido_titulo_izq {
    width: 930px;
    float: left;
    border-bottom: 1px solid #a2a2a2;
    height: 44px;
}

.contenido_titulo_der {
    width: 237px;
    float: right;
    height: 60px;
    margin-top: -69px;
    border-left: 33px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 54px solid white;
}

.contenido_titulo_logo_seleccione {
    background-image: url('../images/disenio/SeleccionarEmpresa.png');
    height: 50px;
    width: 1200px;
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    background-position: 945px -8px;
}

.contenido_titulo_logo {
    height: 50px;
    width: 1190px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    float: right;
    background-position: 685px -4px;
}

.contenido_pagina {
    background-color: #ffffff;
    min-height: 250px;
    width: 100%;
    overflow: auto;
    float: left;
}

.contenido_separador {
    border-bottom: 1px solid #d9d9d9;
    float: left;
    height: 20px;
    width: 100%;
}

.contenido_pie {
    height: 70px;
    width: 1200px;
    border-top: solid 1px #d9d9d9;
    background: #e9e9e9;
    float: left;
}

.contenido_pie_logo {
    height: 70px;
    width: 100px;
    background: #e9e9e9 url('../images/disenio/logoKaizen.png') no-repeat left center;
    float: left;
    margin: 0px 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.contenido_pie_texto {
    padding-top: 30px;
    height: 70px;
    width: 700px;
    float: left;
}

.contenido_pie_texto1 {
    font-family: Raleway-Bold,Sans-Serif;
    font-size: 14px;
    color: #999a9a;
    float: left;
}

.contenido_pie_texto2 {
    font-family: Raleway-SemiBold,Sans-Serif;
    font-size: 14px;
    margin: 0px 0px 0px 3px;
    color: #999a9a;
    float: left;
}

.contenido_pie_texto3 {
    font-family: Raleway-Medium,Sans-Serif;
    font-size: 12px;
    margin: 2px 0px 0px 3px;
    color: #999a9a;
    float: left;
}

.empresaActual_empresa {
    width: 50%;
    float: left;
}

.empresaActual_modulo {
    width: 47%;
    float: left;
    padding-left: 18px;
}

.empresaActual_elegir {
    float: left;
    text-align: center;
    padding: 25px 0px 0px 0px;
    width: 100%;
    margin: 0px 0px 0px -18px;
}

.comboNuevo {
    font-family: Raleway-Medium,Sans-Serif;
    color: #354849;
    padding: 7px;
    width: 250px;
    border: none;
    overflow: hidden;
    background: #cccccc url('../images/disenio/kaizen/flechaCombo.png') no-repeat right center;
    border: 1px solid #ccc;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.textoNormalNuevo {
    font-family: Raleway-Medium,Sans-Serif;
    color: #354849;
    padding: 0px 10px 0px 0px;
    font-size: 17px;
}

.textoResaltadoNuevo {
    font-family: Raleway-Bold,Sans-Serif;
    color: #354849;
    padding: 0px 10px 0px 0px;
    font-size: 17px;
}

.botonNuevoCelda input {
    min-width: 125px;
    padding-right: 40px;
    padding-left: 20px;
    height: 32px;
    border: none;
    font-family: Raleway-SemiBold,Sans-Serif;
    background: #4b8569 url(../images/disenio/v_arrow_white.gif) no-repeat right center;
    color: white;
    cursor: pointer;
    background-position: 90%;
    background-size: 6px;
    margin: 0px 5px;
}

.botonNuevo {
    min-width: 125px;
    padding-right: 40px;
    padding-left: 20px;
    height: 32px;
    border: none;
    font-family: Raleway-SemiBold,Sans-Serif;
    background: #A3A3A3 url(../images/disenio/v_arrow_white.gif) no-repeat right center;
    color: white;
    cursor: pointer;
    background-position: 90%;
    background-size: 6px;   
}

.filtro {
    width: 50%;
    float: left;
    padding-top: 20px;
    height: 30px;
}

.filtroLinea {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.filtro_texto {
    width: 29%;
    text-align: right;
    padding-top: 10px;
    float: left;
}

.filtro_control {
    width: 65%;
    text-align: left;
    float: left;
}

.textBoxChicoNuevo {
    font-family: Raleway-Medium,Sans-Serif;
    color: #354849;
    font-size: 17px;
    padding: 2px;
    height: 24px;
    width: 226px;
}

.textBoxGrandeNuevo {
    font-family: Raleway-Medium,Sans-Serif;
    color: #354849;
    padding: 2px;
    font-size: 17px;
    height: 24px;
    width: 450px;
}

/*
.botonIr {
    width: 128px;
    height: 32px;
    border: none;
    font-family: Raleway-SemiBold,Sans-Serif;
    background: #4b8569 url('../images/disenio/v_arrow_white.gif') no-repeat right center;
    color: white;
    cursor: pointer;
    background-position: 87px;
    background-size: 6px;
    margin: 0px 5px;
}

.botonExportar{
    min-width:125px;
    padding-right: 40px;
    padding-left: 20px;
    height: 32px;
    border: none;
    font-family: Raleway-SemiBold,Sans-Serif;
    background: #4b8569 url(../images/disenio/v_arrow_white.gif) no-repeat right center;
    color: white;
    cursor: pointer;
    background-position: 90%;
    background-size: 6px;
    margin: 0px 5px;
}
*/
.botonEliminar {
    width: 140px;
    height: 32px;
    border: none;
    font-family: Raleway-SemiBold,Sans-Serif;
    background: #cc3333 url('../images/disenio/v_arrow_white.gif') no-repeat right center;
    color: white;
    cursor: pointer;
    background-position: 115px;
    background-size: 6px;
    margin: 0px 5px;
}

.divBotonLk {
    min-width: 125px;
    height: 18px;
    padding: 7px 40px 7px 20px;
    text-align: center;
    vertical-align: middle;
    background: #A3A3A3 url('../../images/disenio/v_arrow_white.gif') no-repeat right center;
    background-position: 90%;
    background-size: 6px;
    margin: 0px 5px;
}

.botonLk {
    border: none;
    font-family: Raleway-SemiBold,Sans-Serif;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
}

.divSolapaLk {
    width: 110px;
    height: 18px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    background: #cccccc;
    background-position: 110px;
    background-size: 6px;
    margin: 0px 5px;
    border-radius: 10px 10px 0px 0px;
}

.divSolapaActLk {
    width: 110px;
    height: 18px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    background: #1c3e85;
    background-position: 110px;
    background-size: 6px;
    margin: 0px 5px;
    border-radius: 10px 10px 0px 0px;
}



.resultadosObtenidos {
    color: #c44639;
    font-size: 18px;
    font-family: Raleway-SemiBold,Sans-Serif;
    padding: 20px 25px 0px 25px;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    height: 32px;
}

.contenido_lista {
    padding: 20px 25px 0px 25px;
    float: left;
    width: 1150px;
}

.tablaResultados {
    width: 100%;
    border: 1px solid white;
    margin: 5px 0px 10px 0px;
}

.tablaResultadosHeader {
    font-family: Raleway-Medium,Sans-Serif;
    color: #ffffff;
    padding: 0px 10px 0px 0px;
    font-size: 12px;
    background-color: #1c3e85;
    text-align: center;
    border: 1px solid white;
    padding: 2px 1px;
}

    .tablaResultadosHeader td {
        padding: 5px;
    }



.tablaResultadosItem {
    font-family: Raleway-Medium,Sans-Serif;
    font-size: 12px;
    text-align: center;
    border: 1px solid white;
    color: #354849;
}

    .tablaResultadosItem td {
        padding: 5px;
        background-color: #cccccc;
        border: 1px solid white;
        width: auto;
        max-width: 200px;
        min-width: 10px;
    }

.tablaResultadosSel {
    background: url('../images/disenio/kaizen/seleccion.png') no-repeat center;
    height: 30px;
    width: 30px;
    float: left;
}

.tablaResultadosFacturas {
    width: 100%;
    border: 1px solid #cccccc;
    margin: 5px 0px 10px 0px;
    color: #ffffff;
}

.tablaResultadosFacturasHeader {
    font-family: Raleway-Medium,Sans-Serif;
    color: #ffffff;
    padding: 0px 10px 0px 0px;
    font-size: 11.5px;
    background-color: #1c3e85;
    text-align: center;
    padding: 2px 1px;
    border: 1px solid #cccccc;
}

    .tablaResultadosFacturasHeader td {
        padding: 5px;
        border: 1px solid #cccccc;
    }



.tablaResultadosFacturasItem {
    font-family: Raleway-Medium,Sans-Serif;
    font-size: 11px;
    text-align: center;
    color: #354849;
    background-color: white;
}

    .tablaResultadosFacturasItem td {
        padding: 5px;
        border: 1px solid #cccccc;
    }

.resultados_SinDatos {
    background-color: #ffcccc;
    width: 100%;
    height: 45px;
    float: left;
    margin-top: 10px;
}

.resultados_SinDatosImagen {
    background: #4b8569 url('../images/disenio/noHayRegistros.png') no-repeat right center;
    height: 45px;
    width: 45px;
    float: left;
}

.resultados_SinDatosLabel {
    float: left;
    font-family: Raleway-Medium,Sans-Serif;
    font-size: 15px;
    padding: 13px;
    position: absolute;
    overflow: hidden;
    max-width: 770px;
    max-height: 16px;
}

.filaEditor {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.filaEditor_texto {
    width: 29%;
    text-align: right;
    float: left;
}

.filaEditor_control {
    width: 65%;
    text-align: left;
    float: left;
}

.filaEditor_cerrar {
    width: 29%;
    text-align: left;
    float: left;
}

.filaEditor_guardar {
    width: 35%;
    text-align: left;
    float: left;
}

.filaEditor_eliminar {
    width: 20%;
    text-align: right;
    float: left;
}

input[type="file"] {
    background: #cccccc;
    color: #354849;
    padding: 6px;
    font-family: Raleway-Medium,Sans-Serif;
    width: 300px;
}

.campoEdicionResaltadoLargo {
    margin: 10px;
    font-family: OpenSansRegular,Sans-Serif;
    color: black;
    width: 400px;
}

.botonSeleccion {
    background:url('../../images/disenio/kaizen/seleccion.png') no-repeat center;
    height: 30px;
    width: 30px;
    float: left;
}

.menuItemImg {
    display: inline-block;
    height: 33px;
    vertical-align: middle;
    padding: 5px;
}


.claveErr {
    font-family: Raleway-Medium,Sans-Serif;
    color: #c44639;
    padding: 0px 10px 0px 0px;
    font-size: 15px;
}

.claveOk {
    font-family: Raleway-Medium,Sans-Serif;
    color: #4b8569;
    padding: 0px 10px 0px 0px;
    font-size: 15px;
}


.warning {
    background-color:#ffefcc;
    width:100%;
    height: 45px;
    float:left;
    margin-top: 10px;
}

.warningImagen {
    background: url(../images/disenio/circle-info-solid.svg) no-repeat right center;
    height: 32px;
    width: 32px;
    margin: 5px 0px 5px 10px;
    float: left;
}

.warningLabel {
    float: left;
    font-family: Raleway-Medium,Sans-Serif;
    font-size: 15px;
    padding: 13px;
    overflow: hidden;
    max-height: 16px;
}

.showPassword {
    height: 32px;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
    background: url(../../images/disenio/eye-solid.svg) no-repeat center;
    width: 25px;
    vertical-align: bottom;
}

.hidePassword {
    height: 32px;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
    background: url(../../images/disenio/eye-slash-solid.svg) no-repeat center;
    width: 25px;
    vertical-align: bottom;
}
