@font-face {
    font-family: "Myriadpro";
    src: url("Fuentes/Myriadpro/myriadpro.eot");
    src: url("Fuentes/Myriadpro/myriadpro.eot?#iefix") format("embedded-opentype"), url("Fuentes/Myriadpro/myriadpro.woff") format("woff"), url("Fuentes/Myriadpro/myriadpro.ttf") format("truetype");
}

/*force background colour printing in chrome browser*/
body, span, div, table, tr, tbody, tfoot, td, hr {
    -webkit-print-color-adjust: exact;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Myriadpro';
}

header {
    /*background-image: url('ImagenesBase/up.png');*/
    background-color: black;
    background-attachment: fixed;
    background-size: 100vw 35px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    z-index: 1000;
    flex-direction: row;
    font-family: 'Myriadpro';
    border-bottom: 3px solid #fff;
    justify-content: space-between;
}

    header .login_logo {
        display: flex;
        flex-wrap: wrap;
        height: 24px;
        margin-left: 3px;
        width: 161px;
    }

.footer {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    flex-direction: row;
    color: #fff;
    /*background: rgba(0,0,0,0.9);*/
    justify-content: center;
    font-family: 'Myriadpro';
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

#login_sub-menu {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

body {
    padding-top: 40px;
}



.login_body 
{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.principal_body {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.menuOpciones_body {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.login_content {
    display: flex;
    margin-top: 90px;
}

.login_login {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    height: 350px;    
    background: rgba(0,0,0,0.5);
    /*-webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.74);*/
    /*box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.74);*/
    /*border-radius: 2px;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
}

.mantenimiento {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    height: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.DivBloquearAccionesPantalla {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.1;
    background-color: rgba(255,255,255,1);;
}

.home_btn-menu
{
    margin-left: 5px;
}

.login_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(0,0,0,0.9);*/
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.login_link {
    color: #fff !important;
    text-decoration: underline !important;
}

.login_mensaje {
    height: 60px;
    width: 80%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 15px;
    color:white;
}

.login_usuario {
    height: 40px;
    width: 80%;
    background: rgba(255,255,255,.7);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 15px;
    -webkit-border-radius: 2px;
}

.login_contrasenna {
    height: 40px;
    width: 80%;
    background: rgba(255,255,255,.9);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 15px;
    -webkit-border-radius: 2px;
}

.login_boton {
    height: 50px;
    width: 80%;
    background: rgba(0,0,0,0.6);
    border: 1px solid white;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
}

    .login_boton:active {
        background: rgba(59,60,62,0.9);
    }

.login_logo-dos {
    margin-top: 20px;
    width: 80%;
    height: 60px;
}

    .login_logo-dos img {
        width: 100%;
    }

.login_login a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    height: 15px;
    width: 100%;
    text-align: center;
}

@media (min-width:260px) {
    .login_login {
        width: 90%;
    }
}

@media (min-width:460px) {
    .login_login {
        width: 320px;
    }
}

@media (min-width:800px) {
    .login_login {
        width: 320px;
        margin: 0;
    }

    .login_content {
        justify-content: center;
        margin: auto;
    }
}

@media (min-width:1024px) {
    .login_login {
        width: 320px;
        margin: 0;
    }

    .login_content {
        justify-content: center;
        margin: auto;
    }
}

@media (min-width:1300px) {
    .login_login {
        width: 320px;
        margin: 0;
    }

    .login_content {
        justify-content: center;
        margin: auto;
    }
}

@media (min-width:1366px) {
    .login_login {
        width: 320px;
        margin: 0;
    }

    .login_content {
        justify-content: center;
        margin: auto;
    }
}

@media (min-width:1800px) {
    .login_login {
        width: 320px;
        margin: 0;
    }

    .login_content {
        justify-content: center;
        margin: auto;
    }
}

/*---------------------Home-------------------*/

.home_body {
    background-repeat: repeat;
}

.home_lab {
    display: flex;
    align-items: center;
    width: auto;
}

    .home_lab label {
        color: #fff;
        font-size: 35px;
        cursor: pointer;
        margin-top:2px;
    }

.home_logo {
    /*height: 24px;*/
}

.home_more-use {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    /*font-weight: bold;*/
    width: 100%;
    /*text-align: center;*/
    text-align: left;
    margin-left: 10px
}

.home_more-use-logo {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    /*font-weight: bold;*/
    width: 100%;
    text-align: right;
    margin-right: 6px;
}

.home_menu-icon {
    display: block;
    color: white;
    font-size: 30px;
    margin-right: 10px;
    /*width: 100%;*/
    text-align: right;
}

#home_ico-menu {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.home_icon span {
    margin-left: 3px;
}

.home_icon {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    top: 35px;
    background: rgba(0,0,0,.8);
    transition: all 1s;
    margin-left: -100%;
}

    .home_icon a {
        font-size: 22px;
        color: #fff;
        text-decoration: none;
        padding: 5px;
        border-bottom: 1px solid #2f2e2e;
    }

.home_ver {
    margin-left: 0;
    transition: all 1s;
}

.home_esconder {
    display: none;
}

.home_icon a:active {
    background: #2f2e2e;
}

.home_enlace {
    width: 100%;
    position: absolute;
    transition: all 1s;
    background: rgba(0,0,0,0.9);
    left: 0;
    display: flex;
    flex-direction: column;
    margin-left: -100%;
    color: #fff;
    height: 120vh;
    z-index: 1;
    top: 35px;
}

.home_ocultar {
    display: none;
}

.home_mostrar {
    margin-left: 0;
    transition: all 0.5s;
}

.home_usuarios {
    width: 100%;
    height: 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.home_foto-perfil {
    width: 65px;
    height: 65px;
    padding: 3px
}

    .home_foto-perfil img {
        width: 100%;
        border-radius: 50%;
        border: 1px solid #fff;
    }

.home_perfil {
    width: 68%;
    font-size: 13px;
    height: 50px;
}

.home_usuarios h5 {
    width: 100%;
    margin-left: 5px;
    margin-top: -10px;
}

.home_modulos {
    width: 100%;
    top: 0;
    height: 65%;
    overflow-y: scroll;
}

    .home_modulos li {
        padding-left: 5px;
        display: flex;
        list-style: none;
        background: rgba(47,46,46,.5);
        border-bottom: 1px solid #2f2e2e;
        height: 30px;
        align-items: center;
    }

        .home_modulos li a {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            width: 100%;
        }

        .home_modulos li:hover {
            background: #2f2e2e;
            .home_menu-icon
        }

.home_welcome {
    width: 50px;
}

    .home_welcome img {
        width: 100%;
    }

/*---------------------RESPONSIVE-------------------*/
@media(max-width:540px) {

    .home_more-use {
        color: #fff;
        font-size: 9px;
    }

    .home_more-use-logo {
        color: #fff;
        font-size: 13px;
        margin-right: 0px;
    }
}

@media(min-width:540px) {

    .home_menu-icon {
        display: none;
    }

    .home_icon {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 275px;        
        top: 0;
        background: none;
        margin-top: 0%;
        margin-left: 1px;
    }

        .home_icon span {
            display: none;
        }

        .home_icon a {
            font-size: 20px;
            border-bottom: 0
        }

            .home_icon a:active {
                background: 0;
            }
}

@media(min-width:720px) {

    .home_enlace {
        width: 300px;
    }

    .home_modulos li a {
        font-size: 18px;
        width: 100%;
    }

    .home_more-use {
        display: block;
    }

        .home_more-use a {
            color: #fff;
            text-decoration: none;
            font-size: 20px;
        }

    .home_more-use-logo {
        display: block;
    }

        .home_more-use-logo a {
            color: #fff;
            text-decoration: none;
            font-size: 20px;
        }
}

@media(min-width:1024px) {

    .home_enlace {
        width: 270px;
    }
}

/*------------------------------contenido-----------------------*/

.home_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 5px;
    justify-content: center;
}

.home_aviso {
    width: 100%;
   /* display: flex;
    flex-wrap: wrap;*/
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 5px;
    justify-content: center;
}

.home_ventas {
    margin-top: 5px;
    width: 90%;
    color: #fff;
}

.home_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .home_name span {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 30px;
        padding: 5px;
        justify-content: center;
    }

.home_ventas h3 {
    font-size: 18px;
    width: 60%;
    text-align: center;
}

.home_items {
    margin-top: 10px;
    /*background: rgba(35,31,32,0.3);*/
    padding: 2px;
    box-sizing: border-box;
    text-align: right;
    font-size:13px;
    border-bottom: 1px solid white;
}

.home_transacciones {
    margin-top: 5px;
    width: 90%;
    color: #fff;
}

.home_litros {
    margin-top: 5px;
    width: 90%;
    color: #fff;
}

.home_mas_usados {
    margin-top: 5px;
    width: 90%;
    color: #fff;
}

@media(max-width:375px) {
    .home_info {
        margin-bottom: 30px;
    }

    .home_aviso {
        margin-bottom: 30px;
    }
}

@media(min-width:440px) {
    .home_info {
        width: 100%;
    }

    .home_aviso {
        width: 100%;
    }
}

@media(min-width:720px) {
    .home_info {
        width: 70%;
        justify-content: space-around;
    }

    .home_aviso {
        width: 70%;
        justify-content: space-around;
    }

    .home_ventas {
        width: 175px;
    }

    .home_transacciones {
        width: 175px;
    }

    .home_litros {
        width: 175px;
    }

    .home_mas_usados {
        width: 175px;
    }
}

@media(max-width:1024px) {

    .home_info {
        width: 100%;
        justify-content: space-around;
    }

    .home_aviso {
        width: 100%;
        justify-content: space-around;
    }

    .home_ventas {
        width: 175px;
    }

    .home_transacciones {
        width: 175px;
    }

    .home_litros {
        width: 175px;
    }

    .home_mas_usados {
        width: 175px;
    }
}

.sistema_box {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.sistema_config {
    width: 90%;
}

    .sistema_config ul {
        margin-top: 5px;
        justify-content: center;
    }

    .sistema_config li {
        list-style: none;
        padding: 8px;
        font-size: 18px;
        text-align: left;
        width: 100%;
        color: #FFF;
        align-items: center;
        box-sizing: border-box;
    }

    .sistema_config a {
        text-decoration: none;
    }

    .sistema_config h2 {
        text-align: center;
        padding: 10px;
    }

.sistema_report {
    width: 90%;
}

    .sistema_report ul {
        margin-top: 5px;
        justify-content: space-between;
    }

    .sistema_report li {
        width: 100%;
        list-style: none;
        padding: 8px;
        font-size: 18px;
        text-align: left;
        color: #FFF;
        box-sizing: border-box;
    }

    .sistema_report a {
        text-decoration: none;
    }

    .sistema_report h2 {
        text-align: center;
        padding: 10px;
    }

.sistema_empty_box {
    background: transparent !important;
    padding: 5px !important;
}

@media(min-width:440px) {
}


@media(min-width:720px) {
    .sistema_report {
        width: 300px;
    }

    .sistema_config {
        width: 300px;
    }

    .sistema_box {
        justify-content: space-around;
        width: 90%;
    }
}

/*---------------------------end-----------------------------*/

.home_welcome {
    justify-content: center;
    margin: auto;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
}

.home_picture {
    width: 80%;
    margin: auto;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

    .home_picture img {
        width: 100%;
    }

.home_welcome h1 {
    font-size: 45px;
    height: 60px;
    width: 100%;
    text-align: center;
    color: #fff;
}

@media(min-width:720px) {
    .home_picture {
        width: 250px;
    }

    .home_welcome h1 {
        width: 100%;
        text-align: center;
    }

    .home_welcome {
        width: 70%;
    }
}


@media(max-width:1024px) {
    .home_picture {
        width: 300px;
    }

    .home_welcome h1 {
        width: 100%;
        text-align: center;
    }

    .home_welcome {
        width: 100%;
    }
}

/*-------------------------------stilos sistemas-----------------------------*/


.home_box {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}


.home_config {
    width: 90%;
}

    .home_config ul {
        background: rgba(255,255,255,0.8);
    }

    .home_config li {
        list-style: none;
        padding: 20px;
        font-size: 22px;
    }

    .home_config h2 {
        background: #bbb;
        text-align: center;
        padding: 10px;
    }


.home_report {
    width: 90%;
    margin-top: 20px;
}

    .home_report ul {
        background: rgba(255,255,255,0.8);
    }

    .home_report li {
        list-style: none;
        padding: 20px;
        font-size: 22px;
    }

    .home_report h2 {
        background: #bbb;
        text-align: center;
        padding: 10px;
    }

@media(min-width:440px) {
}


@media(min-width:720px) {
    .report {
        width: 300px;
    }

    .home_config {
        width: 300px;
    }

    .home_box {
        justify-content: space-around;
        width: 80%;
    }
}

@media(min-width:750px) {
    .home_report {
        margin-top: 0;
    }
}

/*-------------------------------stilos usuarios-----------------------------*/

.usuario_perfil-usuario {
    position: fixed;
    background: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    color: #000;
    top: 0;
    z-index: 1000;
}

section.usuario_perf-cinco {
    margin-top: 10px;
    margin-bottom: -85px;
    height: auto;
    width: 200px;
}

.usuario_nombre-usuario {
    color: #29476b;
    font-size: 80%;
}


.usuario_center-perfil {
    margin: auto;
    margin-top: 50px;
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255,255,255,1);
    border: solid 1px royalblue;
}

.usuario_log {
    width: 200px;
    margin-block-start: auto;
}

    .usuario_log img {
        margin-top: 4px;
        width: 100%;
    }

.usuario_perf-uno {
    width: 96%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(66 102 144 / 70%);
}

    .usuario_perf-uno label {
        font-size: 24px;
        color: #000;
        cursor: pointer;
    }

.usuario_perf-espacio {
    width: 96%;
    height: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent;
}

    .usuario_perf-espacio label {
        font-size: 24px;
        color: #000;
        cursor: pointer;
    }

.usuario_perf-dos {
    height: 150px;
    margin-bottom: -15px;
    margin-right: -20px;
    width: 209px;
    justify-content: space-around;
}

.usuario_perf-dat h3 {
    font-size: 30px;
    text-align: center;
}

.usuario_perf-dat .p-uno {
    text-align: center;
}

.usuario_foto {
    margin: auto;
    width: 160px;
    margin-right: 75px;
    height: 180px;
}

    .usuario_foto img {
        width: 80%;
        border-radius: 50%;
        border: 3px solid #c2c2c2;
        margin-left: 20px;
    }

.usuario_perf-dat {
    width: 100%;
    font-size: 14px;
    height: 120px;
}

.usuario_perf-empresa {
    width: 340px;
    font-size: 14px;
    height: 20px;
}

.usuario_perf-tres {
    width: auto;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
    margin-left: 0px;
    justify-content: center;
}

.usuario_perf-cuatro {
    width: 90%;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    margin-left: 35px;
    margin-right: auto;
    justify-content: center;
}

section.usuario_perf-Cinco {
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -70px;
    margin-left: 23px;
    margin-right: 30px;
    justify-content: center;
}

.usuario_tres {
    width: 100%;
}

.usuario_perf-tres select {
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    height: 25px;
    width: 100%;
    background: #fff;
    border: 1px solid #c2c2c2
}

.usuario_perf-cuatro select {
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    width: 255px;
    background: #fff;
    border: 1px solid #c2c2c2;
    margin-left: 10px;
}


select#cboLocal {
    margin-left: 30px;
    max-width: 170px;
}

select#cboEmpresa {
    width: 170px;
}

@media (min-width:400px) {
    .usuario_center-perfil {
        max-width: 391px;
        height: auto;
        border: solid 1px royalblue;
        margin-top: 100px;
        align-items: center;
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
        background: rgba(255,2555,2555,1);
    }

    .usuario_perf-espacio {
        width: 96%;
        height: 1px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid transparent;
    }

    select#cboLocal {
        margin-left: 30px;
        max-width: 250px;
    }

    select#cboEmpresa {
        width: 250px;
    }

    .usuario_perf-dat .p-uno {
        text-align: center;
    }

    .usuario_perf-dos {
        height: 150px;
        margin-top: 10px;
        margin-bottom: -10px;
        margin-right: 50px;
        margin-left: -20px;
        width: 145px;
        justify-content: space-around;
    }

    .usuario_perf-tres {
        width: auto;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-left: 25px;
        justify-content: center;
    }

    .usuario_perf-cuatro {
        width: 90%;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-left: 30px;
        margin-right: auto;
        justify-content: center;
    }

    .usuario_perf-dat h3 {
        font-size: 30px;
        text-align: -webkit-left;
    }

    .usuario_perf-dat {
        width: 180px;
    }

    .usuario_perf-empresa {
        width: 100%;
    }
}


@media (min-width:540px) {
    .usuario_center-perfil {
        max-width: 500px;
        height: auto;
        border: solid 1px royalblue;
        margin-top: 100px;
        align-items: center;
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
        background: rgba(255,2555,2555,1);
    }

    select#cboLocal {
        margin-left: 30px;
        width: 240px;
    }

    .usuario_perf-espacio {
        width: 96%;
        height: 7px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid transparent;
    }

    select#cboEmpresa {
        width: 240px;
    }

    .usuario_perf-dat .p-uno {
        text-align: center;
    }

    .usuario_perf-dos {
        height: 150px;
        margin-top: 10px;
        margin-bottom: -29px;
        margin-right: 35px;
        width: 209px;
        justify-content: space-around;
    }

    .usuario_perf-tres {
        width: auto;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-left: 80px;
        justify-content: center;
    }


    .usuario_perf-cuatro {
        width: 90%;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 4px;
        margin-left: 85px;
        margin-right: auto;
        justify-content: center;
    }

    .usuario_perf-dat h3 {
        font-size: 30px;
        text-align: -webkit-left;
    }

    .usuario_perf-dat {
        width: 180px;
    }

    .usuario_perf-empresa {
        width: 100%;
    }
}


@media (min-width: 1333px) {
    .usuario_center-perfil {
        height: 330px;
        margin-top: 100px;
        width: 75%;
        align-items: center;
        justify-content: space-around;
    }

    .usuario_perf-espacio {
        width: 96%;
        height: 1px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid transparent;
    }

    select#cboLocal {
        margin-left: 30px;
    }

    select#cboEmpresa {
        width: 170px;
    }

    .usuario_perf-tres {
        width: 50%;
    }

    .usuario_perf-cuatro {
        width: 50%;
    }

    .usuario_perf-dos {
        height: 150px;
        margin-top: 10px;
        margin-bottom: -29px;
        margin-right: 35px;
        width: 209px;
        justify-content: space-around;
    }

    section.usuario_perf-dos {
    }

    .usuario_perf-dat {
        width: 180px;
        font-size: 14px;
        height: 120px;
    }

    .usuario_perf-empresa {
        width: 340px;
        font-size: 14px;
        height: 20px;
    }
}


@media (min-width:1024px) {
    .usuario_center-perfil {
        width: 500px;
        height: auto;
        border: solid 1px royalblue;
        margin-top: 100px;
        align-items: center;
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
        background: rgba(255,2555,2555,1);
    }

    .usuario_perf-espacio {
        width: 96%;
        height: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid transparent;
    }

    select#cboLocal {
        margin-left: 30px;
        width: 240px;
    }

    select#cboEmpresa {
        width: 240px;
    }

    .usuario_foto {
        width: 160px;
        height: 180px;
        margin-right: 75px;
    }
}


@media (min-width:1333px) {
    .usuario_center-perfil {
        width: 500px;
        height: auto;
        border: solid 1px royalblue;
        margin-top: 100px;
        align-items: center;
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
        background: rgba(255,2555,2555,1);
    }

    .usuario_perf-espacio {
        width: 96%;
        height: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid transparent;
    }

    select#cboLocal {
        margin-left: 30px;
        max-width: 240px;
    }

    select#cboEmpresa {
        width: 240px;
    }

    .usuario_perf-tres {
        width: auto;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-left: 80px;
        justify-content: center;
    }

    .usuario_perf-cuatro {
        width: 340px;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3px;
        margin-left: 45px;
        margin-right: 30px;
        justify-content: center;
    }
}

/*--------------------------Estilos swich Checkbox------------------------*/

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .form-switch i {
        position: relative;
        display: inline-block;
        margin-right: .5rem;
        width: 25px;
        height: 16px;
        background-color: #e6e6e6;
        border-radius: 20px;
        vertical-align: text-bottom;
        transition: all 0.3s linear;
    }

        .form-switch i::before {
            content: "";
            position: absolute;
            left: 0;
            width: 25px;
            height: 16px;
            background-color: #fff;
            border-radius: 11px;
            transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            transition: all 0.25s linear;
        }

        .form-switch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 13px;
            height: 13px;
            background-color: #fff;
            border-radius: 11px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
            transform: translate3d(2px, 2px, 0);
            transition: all 0.2s ease-in-out;
        }

    .form-switch:active i::after {
        width: 15px;
        transform: translate3d(2px, 2px, 0);
    }

    .form-switch:active input:checked + i::after {
        transform: translate3d(16px, 2px, 0);
    }

    .form-switch input {
        display: none;
    }

        .form-switch input:checked + i {
            background-color: #4b61d7;
        }

            .form-switch input:checked + i::before {
                transform: translate3d(10px, 2px, 0) scale3d(0, 0, 0);
            }

            .form-switch input:checked + i::after {
                transform: translate3d(10px, 2px, 0);
            }

/*--------------------------stilos cambiar contrase�a------------------------*/

.contrasenna_acceskey {
    position: fixed;
    background: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    color: #000;
    top: 0;
    z-index: 1000;
}

.contrasenna_claves {
    margin: auto;
    margin-top: 50px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255,255,255,1);
}

.contrasenna_clave-uno {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}



    .contrasenna_clave-uno label {
        font-size: 24px;
        color: #000;
        cursor: pointer;
    }

.contrasenna_log {
    width: 140px;
}

    .contrasenna_log img {
        margin-top: 4px;
        width: 100%;
    }

.contrasenna_clave-dos {
    width: 100%;
}

    .contrasenna_clave-dos h3 {
        line-height: 20px;
        padding-left: 5px;
    }

    .contrasenna_clave-dos li {
        list-style: none;
        padding: 3px;
        box-sizing: border-box;
    }

    .contrasenna_clave-dos ul {
        margin-top: 10px;
    }

.contrasenna_clave-tres {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

    .contrasenna_clave-tres input {
        width: 100%;
    }

.contrasenna_input {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    height: 25px;
}

.contrasenna_boton-cambiar {
    width: 50%;
    color: #fff;
    height: 30px;
    font-size: 20px;
    background: #084064;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .contrasenna_boton-cambiar:active {
        background: #0c5b8d;
    }

@media(min-width:360px) {
    .contrasenna_clave-dos {
        height: 45%;
        margin-left: 10px;
    }

    .contrasenna_claves {
        justify-content: space-around;
        margin-top: 50px;
    }
}

@media(min-width:480px) {
    .contrasenna_clave-tres {
        width: 65%;
    }

    .contrasenna_clave-dos {
        margin-left: 10px;
    }

    .contrasenna_claves {
        justify-content: space-around;
        margin-top: 70px;
    }

    .contrasenna_boton-cambiar {
        width: 40%;
    }
}

@media(min-width:720px) {
    .contrasenna_claves {
        width: 80%;
    }

    .contrasenna_clave-dos {
        width: 50%;
    }

    .contrasenna_clave-tres {
        width: 40%;
        margin-bottom: 5px;
    }

    .contrasenna_boton-cambiar {
        width: 30%;
        margin-left: 55%;
    }
}

@media(min-width:1024px) {
    .contrasenna_claves {
        width: 50%;
    }

    .contrasenna_clave-dos {
        width: 50%;
    }
}

@media(min-width:1333px) {
    .contrasenna_claves {
        width: 45%;
    }

    .contrasenna_clave-dos {
        width: 50%;
    }
}

/*-------------------------------stilos tickete------------------------------*/
textarea {
    resize: none;
}

.tickete_mailt {
    position: fixed;
    background: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    color: #000;
    top: 0;
    z-index: 1000;
}

.tickete_correo {
    margin: auto;
    margin-top: 30px;
    width: 90%;
    height: 470px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255,255,255,1);
}

.tickete_correo-uno {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}

    .tickete_correo-uno label {
        font-size: 24px;
        color: #000;
        cursor: pointer;
    }

.tickete_log {
    width: 140px;
}

    .tickete_log img {
        margin-top: 4px;
        width: 100%;
    }

.tickete_correo-dos {
    width: 100%;
    padding: 5px;
}

.tickete_form-clas {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .tickete_form-clas p {
        width: 100%;
        font-size: 18px;
    }

    .tickete_form-clas select {
        width: 100%;
        height: 25px;
        font-size: 18px;
        border: 1px solid #c2c2c2;
        border-radius: 3px;
    }

.tickete_input {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    height: 25px;
    margin-top: 5px;
    width: 100%;
    font-size: 18px;
    padding-left: 5px;
}

.tickete_texta {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 5px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    padding-left: 5px;
    font-size: 17px;
    height: 80px;
    max-height: 80px;
    resize: none;
}

.tickete_enviar {
    width: 50%;
    height: 30px;
    font-size: 20px;
    background: #084064;
    border: 0;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

    .tickete_enviar:active {
        background: #0c5b8d;
    }

.tickete_correo-tres {
    width: 90%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
}

    .tickete_correo-tres p {
        width: 100%;
    }

.tickete_mailt a {
    color: #084064;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    width: 100%;
}

.tickete_correo-tres a:hover {
    color: #0c5b8d;
}

@media(min-width:480px) {
    .tickete_correo {
        margin-top: 50px;
        width: 75%;
        height: 470px;
    }

    .tickete_texta {
        min-width: 100%;
        height: 120px;
    }

    .tickete_mailt a {
        font-size: 25px;
    }
}

@media(min-width:720px) {
    .tickete_correo {
        margin-top: 80px;
        width: 60%;
        height: 415px;
    }

    .tickete_form-clas p {
        margin-top: 5px;
        width: 20%;
        font-size: 20px;
    }

    .tickete_form-clas select {
        width: 28%;
        height: 30px;
        font-size: 18px;
        margin-top: 5px;
    }

    .tickete_form-clas {
        justify-content: space-between;
    }

    .tickete_input {
        border: 1px solid #c2c2c2;
        border-radius: 3px;
        height: 25px;
        margin-top: 5px;
        width: 100%;
        font-size: 18px;
        padding-left: 5px;
    }

    .tickete_mailt a {
        font-size: 25px;
    }
}

@media(min-width:1024px) {
    .tickete_correo {
        margin-top: 100px;
        width: 50%;
        height: 415px;
    }

    .tickete_mailt a {
        font-size: 30px;
        width: 100%;
    }
}

@media(min-width:1333px) {
    .tickete_correo {
        margin-top: 100px;
        width: 35%;
        height: 415px;
    }

    .tickete_form-clas p {
        margin-top: 5px;
        width: 20%;
    }
}

/*-------------------------------stilos historial------------------------------*/
.historial_mailt {
    position: fixed;
    background: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    color: #000;
    top: 0;
    z-index: 50;
}

.historial_correo {
    margin: auto;
    margin-top: 30px;
    width: 90%;
    height: auto;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255,255,255,1);
}

.historial_correo-uno {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}

    .historial_correo-uno label {
        font-size: 24px;
        color: #000;
        cursor: pointer;
    }

.historial_log {
    width: 140px;
}

    .historial_log img {
        margin-top: 4px;
        width: 100%;
    }

.historial_log-dos {
    /*width: 80px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .historial_log-dos img {
        margin-top: 4px;
        width: 100%;
    }

.historial_correo-dos {
    width: 100%;
    padding: 5px;
}

.historial_form-clas {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .historial_form-clas p {
        width: 100%;
        font-size: 18px;
    }

    .historial_form-clas select {
        width: 100%;
        height: 25px;
        font-size: 18px;
        border: 1px solid #c2c2c2;
        border-radius: 3px;
    }

.historial_input {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    height: 25px;
    margin-top: 5px;
    width: 100%;
    font-size: 18px;
    padding-left: 5px;
}

.historial_texta {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 5px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    /*padding-left: 5px;*/
    font-size: 17px;
    height: 80px;
    max-height: 80px;
    resize: none;
}

.historial_enviar {
    width: 50%;
    height: 30px;
    font-size: 20px;
    background: #084064;
    border: 0;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

    .historial_enviar:active {
        background: #0c5b8d;
    }

.historial_correo-tres {
    width: 97%;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
}

    .historial_correo-tres p {
        width: 100%;
    }

.historial_mailt a {
    color: #084064;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    width: 100%;
}

.historial_correo-tres a:hover {
    color: #0c5b8d;
}

@media(min-width:480px) {
    .historial_correo {
        margin-top: 50px;
        width: 75%;
    }

    .historial_texta {
        min-width: 100%;
        height: 120px;
    }

    .historial_mailt a {
        font-size: 25px;
    }
}

@media(min-width:720px) {
    .historial_correo {
        margin-top: 80px;
        width: 60%;
    }

    .historial_form-clas p {
        margin-top: 5px;
        width: 20%;
        font-size: 20px;
    }

    .historial_form-clas select {
        width: 28%;
        height: 30px;
        font-size: 18px;
        margin-top: 5px;
    }

    .historial_form-clas {
        justify-content: space-between;
    }

    .historial_input {
        border: 1px solid #c2c2c2;
        border-radius: 3px;
        height: 25px;
        margin-top: 5px;
        width: 100%;
        font-size: 18px;
        padding-left: 5px;
    }

    .historial_mailt a {
        font-size: 25px;
    }
}

@media(min-width:1024px) {
    .historial_correo {
        margin-top: 100px;
        width: 50%;
    }

    .historial_mailt a {
        font-size: 30px;
        width: 100%;
    }
}

@media(min-width:1333px) {
    .historial_correo {
        margin-top: 100px;
        width: 65%;
    }

    .historial_form-clas p {
        margin-top: 5px;
        width: 20%;
    }
}

/*-------------------------------estilos anteriores------------------------------*/

.Login_div {
    margin: 0 auto;
    width: 300px;
    height: 100px;
    background-color: White;
}

.Login_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.Login_divFormulario {
    padding-top: 100px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.Login_divNEOLogo {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
}

.Login_NEOLogoImagen {
    width: 75%;
}

.Login_etiqueta {
    color: #fff;
    font-size: 15px;
    text-align: left;
}

.Login_campoTexto {
    width: 250px;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
    margin-top: 5px;
}

    .Login_campoTexto:focus {
        outline: none;
        border: 1px solid rgba(255,255,255,0.9);
    }

.Login_botonIngresar {
    width: 260px;
    height: 35px;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 2px;
    color: #a18d6c;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    margin-top: 10px;
}

    .Login_botonIngresar:hover {
        opacity: 0.8;
    }

    .Login_botonIngresar:active {
        opacity: 0.6;
    }

    .Login_botonIngresar:focus {
        outline: none;
        border: 1px solid rgba(248,128,23,0.9);
    }

/*** Estilos de la pantalla de principal ***/
.Principal_body {
    height: 600px;
    background-color: #fafafa;
}

.Principal_div {
    float: left;
    width: 100%
}

.Principal_divVacio {
    float: left;
    width: 15%;
}

.Principal_divLogo {
    float: left;
    width: 70%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: White;
}

.Principal_opcionesMasUsadasEtiqueta {
    padding-left: 15px;
    padding-bottom: 10px;
    color: #fff; /*#323232;*/
    z-index: -3;
    font-size: 12px;
    text-align: left;
    height: 30px;
}

#Principal_divOpciones .menuOpcion {
    height: 30px;
    float: none;
    width: 280px;
}

.Principal_menuOpcion {
    padding-top: 10px;
    float: none;
    height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 280px;
}

    .Principal_menuOpcion:hover {
        color: #fff;
        cursor: pointer;
    }

#Principal_contenedorBloqueMenu {
    padding-left: 5px;
    padding-bottom: 15px;
}

#Principal_bloqueMenu {
    background-color: #075c8f;
    height: 70px;
    width: 260px;
}

#Principal_divOpciones #Principal_bloqueMenu {
    height: 45px;
}

#Principal_divOpciones #Principal_bloqueMenuNegocio {
    height: 45px;
    width: 240px;
    border-left: 40px solid #588ebd;
}

    #Principal_divOpciones #Principal_bloqueMenuNegocio:hover {
        background-color: #C6C6C6;
        color: #fff !important;
    }

#Principal_divOpciones #Principal_bloqueMenuReportes {
    height: 40px;
    width: 240px;
    border-left: 40px solid #798c8c;
}

    #Principal_divOpciones #Principal_bloqueMenuReportes:hover {
        background-color: #C6C6C6;
    }

#Principal_divOpciones #Principal_bloqueMenuConfiguracion {
    height: 40px;
    width: 240px;
    border-left: 40px solid #26a59a;
}

    #Principal_divOpciones #Principal_bloqueMenuConfiguracion:hover {
        background-color: #C6C6C6;
    }

#Principal_divOpciones #tituloBloque {
    height: 25px;
    vertical-align: middle;
}

    #Principal_divOpciones #tituloBloque .Principal_amenuLevel2 {
        font-size: 15px;
    }

.Principal_amenuLevel2 {
    color: #fff; /*#323232;*/
    font-size: 15px;
    text-decoration: none;
}

/*** Estilos para master page ***/
.Master_body {
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    color: #fff;
    background-color: #fafafa;
}

.Master_Encabezado {
    height: 42px;
    background-color: #3f3f3f;
}

.Master_encabezadoEtiquetas {
    color: #fff;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    line-height: 35px;
}

    .Master_encabezadoEtiquetas:hover {
        color: #F89942;
        font-size: 16px;
        text-decoration: none;
        background-color: #3f3f3f;
        cursor: pointer;
    }

.Master_seccionLogo {
    float: left;
    margin-top: 10px;
}

.Master_seccionImagen {
    width: 45px;
}

.Master_seccionUsuario {
    float: left;
    width: 20%;
}

.Master_seccionMenu {
    float: left;
    width: 55%;
    text-align: center;
}

.Master_seccionBotones {
    float: left;
    width: 20%;
    text-align: right;
}

.Master_encabezadoBoton {
    margin: 10px;
    float: right;
}

    .Master_encabezadoBoton:hover {
        background-color: rgba(248, 153, 66, .6)
    }

.Master_Ruta {
    margin: 0;
    color: White;
    height: 25px;
}

.Master_RutaDiv {
    background-color: Black;
}

.Master_RutaBreadcrumb {
    height: 25px;
    padding-left: 10px;
    text-align: left;
    padding-top: 4px;
}

a .Master_Ruta, a.Master_Ruta:visited, a.Master_Ruta:link {
    text-decoration: none;
    color: White;
    margin-right: 0.5em;
    font-size: 13px;
}

    a.Master_Ruta:hover {
        text-decoration: underline;
    }

.Master_PerfilUsuarioLogin {
    font-weight: bold;
    color: #323232;
    z-index: -3;
    font-size: 32px;
}

.Master_PerfilUsuarioOtrosDatos {
    color: #323232;
    z-index: -3;
    font-size: 12px;
}

.Master_PerfilUsuarioEtiquetaSeleccionUnica {
    font-weight: bold;
    color: #323232;
    z-index: -3;
    font-size: 24px;
}

.Master_PerfilUsuarioListaSeleccionUnicaAjustable {
    border: 1px solid;
    color: #2A5270;
    border-color: #6E96B4;
    background: #FAFAFF;
    z-index: -3;
    font-size: 24px;
}

/*** Estilos para MenuOpciones ***/
.MenuOpciones_body {
    background-position: 100% 0%;
    background-repeat: no-repeat;
}

.MenuOpciones_ModuloEtiqueta {
    padding-left: 50px;
    font-size: 24px;
    height: 55px;
    padding-top: 5px;
    text-align: left;
}

.MenuOpciones_Modulo {
    float: left;
    overflow: auto;
    width: 28%;
    margin-top: 5%;
}

.MenuOpciones_divOpcion {
    position: relative;
    width: 275px;
    height: 100px;
    border-radius: 10px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    cursor: pointer;
}

.MenuOpciones_divOpcionContenido {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: 100px;
}

.MenuOpciones_opcionContenido {
    font-size: 17px;
    text-decoration: none;
}

.MenuOpciones_divOverlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
}

/* Seccion de estilos para los botones*/

.divBotonesDetalle {
    position: fixed;
    top: 35px;
    left: 0px;
    width: 100%;
    padding-top: 4px;
}

.tablaBotonesDetalle {
    margin: 0 auto;
    text-align: left;
}

.botonAzul {
    font-size: 13px;
    width: 120px;
    height: 30px;
    cursor: pointer;
    font-weight: normal;
    border-radius: 2px;
}

.botonRojo {
    color: white;
    font-size: 14px;
    width: 120px;
    height: 30px;
    cursor: pointer;
    font-weight: bold;
    border: 0px solid #009D4D;
    border-radius: 2px;
    background: #ED1C24;
    /*margin:0px 10px 0px 10px;*/
}

.botonAzul_Height30 {
    height: 30px;
}

.botonAzul_Height23 {
    height: 23px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
}

.scroll {
    min-height: 67.5%;
    width: 780px;
    top: 162%;
    overflow: scroll;
    overflow-y: hidden;
    text-align: -webkit-center;
}

.botonGris {
    font-size: 13px;
    width: 120px;
    height: 23px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: normal;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
}

.botonColapsarSeccion {
    background-repeat: no-repeat;
    font-size: 14px;
    width: 0px;
    height: 16px;
    border: 0px;
    cursor: pointer;
}

.botonVerde_PA {
    margin: 2px 2px 2px 0px;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}

.botonRojo_PA {
    margin: 2px 2px 2px 0px;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}

.botonGris_PA {
    margin: 2px 2px 2px 0px;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}

boton, boton_imagen, boton_radio_button, boton_check_box {
    border: 1px solid;
    z-index: -3;
    font-size: 14px;
}

/*** Estilos para los formularios ***/

.formulario_titulo_Paginas_Detalle {
    z-index: -3;
    font-size: 16px;
    cursor: pointer;
    padding-top: 15px;
}

.formulario_titulo_DIV_Emergente {
    z-index: -3;
    font-size: 16px;
    cursor: pointer;
}

.formulario_titulo_Paginas_Detalle .label {
    font-weight: bold;
    padding-top: 3px;
}

.formulario_titulo_DIV_Emergente .label {
    font-weight: bold;
    padding-top: 3px;
}

.formulario_cuerpo {
    font-size: 13px;
    margin: 0px;
    min-width: 800px;
}

.formulario_etiqueta {
    z-index: -3;
    font-size: 13px;
}

.formulario_etiquetaNegrita {
    z-index: -3;
    font-size: 13px;
    font-weight: bold;
}

.formulario_etiquetaNegrita16 {
    z-index: -3;
    font-size: 16px;
    font-weight: bold;
}

.formulario_campoTexto {
    border: 1px solid;
    z-index: -3;
    font-size: 14px;
    width: 180px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoFecha {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoFechaFiltro {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    width: 80px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoAnchoCompletoFormulario {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    width: 574px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoReadOnly {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoNumericoFiltro {
    border: 1px solid;
    z-index: -3;
    font-size: 14px;
    text-align: right;
    width: 82px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoNumerico {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    text-align: right;
    width: 180px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoNumerico16 {
    border: 1px solid;
    z-index: -3;
    font-size: 16px;
    text-align: right;
    width: 180px;
    -webkit-border-radius: 2px;
}

.formulario_campoTextoNumerico_ReadOnly {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    text-align: right;
    -webkit-border-radius: 2px;
}

.formulario_checkBox input {
    margin: 3px 3px 3px 0px;
    -webkit-border-radius: 2px;
}

.formulario_listaSeleccionUnica {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    width: 180px;
    -webkit-border-radius: 2px;
    /*height:18px;*/
}

.formulario_listaSeleccionUnicaFiltro {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    width: 182px;
    -webkit-border-radius: 2px;
    /*height:18px;*/
}


.formulario_listaSeleccionUnicaAjustable {
    border: 1px solid;
    z-index: -3;
    font-size: 13px;
    height: 18px;
    -webkit-border-radius: 2px;
}

.formulario_enlaceRojo {
    z-index: -3;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.formulario_tdEtiqueta {
    width: 180px;
    vertical-align: top;
    text-align: left;
}

.formulario_tdCampo {
    width: 210px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

.alineadoDerecho {
	text-align: right;
}

.formulario_tdEspacio {
    height: 6px;
}

.formulario_tdSeparadorNaranja {
    padding-top: 3px;
    margin-top: 5px;
    padding-bottom: 3px;
}

.formulario_tdSeparador {
    padding-bottom: 15px;
}


.formulario_filtrosSeparador {
    /*padding-bottom: 3px;*/
}

.formulario_radioButtom {
    margin-right: 20px;
}

.formulario_radioButtom input {
    vertical-align: text-top;
    margin-right: 5px;
}

/*** Estilos para las ventanas emergentes***/

.DivEmergente_Background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.7;
}

.DivEmergente_Contenedor {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
}

.DivEmergente_Contenido {
    position: relative;
    margin: 0 auto;
    top: 10px;
    z-index: 1001;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    width: 815px;
}

.DivEmergente_EncabezadoTitulo {
    float: left;
    width: 85%;
}

.DivEmergente_EncabezadoBotones {
    float: left;
    text-align: right;
    width: 15%;
}

/*** Estilos para la tabla de PA **/
.PA_tablaFooterTexto {
    z-index: -3;
    font-size: 13px;
}

.PA_tablaFooter {
    height:24px;
}

.PA_tablaFondoGrid {
    height: 100%;
    vertical-align: top;
}

.PA_tablaGrid {
    border-collapse: collapse;
    overflow-x:hidden;
    overflow-y:auto;
    height:600px;
    display:block;    
}

    .PA_tablaGrid tbody {
        width:100%;
        display:table;
    }

    .PA_tablaGrid th {
        font-weight: normal;
        border-style: hidden;
        border-width: 0px;
        vertical-align: top;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        height: 24px;
    }

    .PA_tablaGrid tr {
        border-style: none;
        /*line-height: 25px;*/
    }

        .PA_tablaGrid tr td a {
            text-decoration: none;
            cursor: pointer;
        }

    .PA_tablaGrid td {
        border-style: solid;
        border-width: 1px;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 0px;
        height: 25px;
    }

    .PA_tablaGrid tr:hover {
        background-color: #bbbbbb;
        cursor: pointer;
    }

.PA_numeroPagina {
    text-align: center;
    z-index: -3;
    font-size: 12px;
}

.KPISVentas {
    font-size: 14px;
    font-weight: bold;
}

/*Estilo para el uso de google maps*/
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
}

#busqueda {
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

.pac-container {
    z-index: 100000;
}

#type-selector {
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-size: 13px;
        font-weight: 300;
    }

#target {
    width: 345px;
}

#target {
    width: 345px;
    position: absolute;
    width: 40%;
    margin: 0 auto;
    top: 350px;
    left: 30%;
    font-size: 9pt;
    text-align: center;
}

.headerSubTitulo {
    font-size: 20px;
}


bodyIngreso {
    margin: 0;
    padding: 0;
    font-size: 12px;
    min-width: 320px;
}

.bodyBackground {
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    min-width: 320px;
}

.helper {
    float: left;
    width: 30%;
}

.logo {
    float: left;
    text-align: center;
    width: 20%;
    padding-top: 20%;
    text-align: right;
}

.header {
    padding-top: 20%;
    padding-left: 2%;
    float: left;
    text-align: center;
    z-index: 1;
    width: 20%;
}

.headerTitulo {
    font-size: 35px;
}

.login {
    padding-left: 2%;
    padding-top: 20%;
    float: left;
    height: 150px;
    width: 20%;
    z-index: 2;
}

.loginTxt {
    width: 250px;
    height: 30px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
    margin-top: 10px;
}

    .loginTxt:focus {
        outline: none;
    }

.loginBoton {
    width: 260px;
    height: 35px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    margin-top: 10px;
}

    .loginBoton:hover {
        opacity: 0.8;
    }

    .loginBoton:active {
        opacity: 0.6;
    }

    .loginBoton:focus {
        outline: none;
    }

@media only screen and (min-width: 300px) {
    .headerTitulo {
        font-size: 15px;
    }

    .helper {
        width: 0%;
    }

    .logo, .header, .login {
        width: 100%;
        padding-top: 3%;
        padding-left: 3%;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) {
    .headerTitulo {
        font-size: 15px;
    }

    .helper {
        width: 0%;
    }

    .logo, .header, .login {
        width: 100%;
        padding-top: 3%;
        padding-left: 10%;
        text-align: center;
    }
}

@media only screen and (min-width: 450px) {
    .headerTitulo {
        font-size: 18px;
    }

    .helper {
        width: 0%;
    }

    .logo, .header, .login {
        width: 50%;
        padding-top: 5%;
        padding-left: 20%;
        text-align: center;
    }
}

@media only screen and (min-width: 510px) {
    .headerTitulo {
        font-size: 18px;
    }

    .helper {
        width: 0%;
    }

    .logo, .header, .login {
        width: 50%;
        padding-top: 5%;
        padding-left: 25%;
        text-align: center;
    }
}

@media only screen and (min-width: 630px) {
    .headerTitulo {
        font-size: 20px;
    }

    .helper {
        width: 0%;
    }

    .logo, .header, .login {
        width: 50%;
        padding-top: 5%;
        padding-left: 25%;
        text-align: center;
    }
}

@media only screen and (min-width: 780px) {
    .headerTitulo {
        font-size: 22px;
    }

    .helper {
        width: 5%;
    }

    .logo, .header, .login {
        padding-top: 20%;
        padding-left: 3%;
        width: 25%;
        text-align: left;
    }
}

@media only screen and (min-width: 810px) {
    .headerTitulo {
        font-size: 25px;
    }

    .helper {
        width: 13%;
    }

    .logo, .header, .login {
        width: 22%;
    }
}

@media only screen and (min-width: 870px) {
    .headerTitulo {
        font-size: 30px;
    }

    .helper {
        width: 13%;
    }

    .logo, .header, .login {
        width: 22%;
    }
}

@media only screen and (min-width: 900px) {
    .headerTitulo {
        font-size: 30px;
    }

    .helper {
        width: 12%;
    }

    .logo, .header, .login {
        width: 23%;
    }
}

@media only screen and (min-width: 1024px) {
    .headerTitulo {
        font-size: 30px;
    }

    .helper {
        width: 10%;
    }

    .logo, .login {
        width: 20%;
    }

    .header {
        width: 31%;
        padding-top: 20%;
    }
}

@media only screen and (min-width: 1200px) {
    .headerTitulo {
        font-size: 35px;
    }

    .helper {
        width: 10%;
    }

    .logo, .login {
        width: 20%;
    }

    .header {
        width: 31%;
        padding-top: 20%;
    }
}

@media only screen and (min-width: 1400px) {
    .headerTitulo {
        font-size: 35px;
    }

    .helper {
        width: 10%;
    }

    .logo, .login {
        width: 20%;
    }

    .header {
        width: 31%;
        padding-top: 20%;
    }
}

/*Reportes*/
table {
    font-size: 13px;
    /*line-height: 1.42857143;*/
    /*border-spacing: 0;*/
    /*border-collapse: collapse;*/
}

th {
    text-align: left;
    padding: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.rectangulo {
    float: left;
    width: 35px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.imgLink {
    content: url('../Imagenes/Multimedia/link-5-24.png');
    height: 18px;
}

.imgVideo {
    content: url('../Imagenes/Multimedia/video-play-3-24.png');
    height: 18px;
}

@media only screen and (max-device-width: 540px) and (orientation: portrait) {
    #home_li {
        display: none;
    }
}

.icon-menu:before {
    margin-left: 3px !important;
}

.footer a[href^=tel] {
    color: inherit !important;
    text-decoration: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/*Estilo footer con ayuda */

.footerAyuda {
    width: 100%;
    height: 30px;
    display: flex;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    flex-direction: row;
    color: #fff;
    background: rgba(0, 0, 0, 0.00);
    font-family: 'Myriadpro';
    text-align: right;
    font-size: 12px;
    text-decoration: none;
}

/*scrollbar*/

.scrollbar {
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    text-align: center;
    margin: auto;
}

#style-1::-webkit-scrollbar,
#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar,
#style-5::-webkit-scrollbar,
#style-6::-webkit-scrollbar,
#style-7::-webkit-scrollbar,
#style-8::-webkit-scrollbar,
#style-9::-webkit-scrollbar,
#style-10::-webkit-scrollbar,
#style-11::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

/**  STYLE 1 */
#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/**  STYLE 2 */
#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/**  STYLE 3 */
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(0,0,0,0.9);
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: grey;
}

/**  STYLE 4 */
#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

/**  STYLE 5 */
#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

/**  STYLE 6 */
#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

/** STYLE 7 */
#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}

/**  STYLE 8 */
#style-8::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/**  STYLE 9 */
#style-9::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

/**  STYLE 10 */
#style-10::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #96A6BF, #63738C);
    box-shadow: inset 0 0 1px 1px #5C6670;
}

#style-10::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
    box-shadow: 0 0 1px 1px #bbb, inset 0 0 7px rgba(0,0,0,0.3)
}

#style-10::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(left, #8391A6, #536175);
}

/**  STYLE 11 */
#style-11::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

#style-11::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}

    #style-11::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    #style-11::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }



