﻿/*
==============================
    Estilos Globales
==============================
*/

*{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing: border-box; /*El borde entra dentro del tamaño total de los elementos*/
    font-size:1rem;
}

.pagina{
    margin: 0px auto;
    width: 100%;
    padding-top: 80px;
}

.encabezado{
    padding: 0 20px;
    justify-content: space-between;
    position: fixed !important;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
}

.main {
}

.contenedor-sin-menu{
    padding: 10px;
    height: 100%;
    background-color: #F5F6F8;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contenedor{
    padding: 10px;
    height: 100%;
    min-height: calc(100vh - 80px);
    margin-left: 16.2%;
    background-color: #F5F6F8;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.contenedor-menu{
    padding: 10px;
    height: 100%;
    margin-left: 16.2%;
    background-color: #F5F6F8;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.menu-lateral{
    background-color: #F5F6F8;
    width: 16%;
    position: fixed;
    top: 80px;
    left: 0;
    
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.menu-lateral-scroll {
    overflow: auto;
    height: calc(100vh - 80px);
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.menu-lateral-bienvenida{
    background-color: #F5F6F8;
    width: 16%;
    position: fixed;
    top: 80px;
    left: 0;
    
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.usuario-menu{
    text-align:center;
    vertical-align:middle;
    background-color: none;
    text-align: center;
    font-weight:bold;
    background-color:lightgray;
    margin-bottom:10px;
    font-size: large;
    padding-top:10px;
    padding-bottom:10px;
    height:auto;
    top: 0;
    left: 0;
    
    position: sticky !important;
    right: 0;
    overflow: hidden;
    z-index: 900;
}

.usuario-menu-iniciales{
    float: left;
    width: 20%;
}

.usuario-menu-iniciales-circulo{
    background-color: none;
    float:left;
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding-top: 17px;
}

.usuario-menu-nombre{
    left: 20%;
    width: 80%;
    padding-right: 10px;
    background-color: none;
    float: left;
    font-weight:700;
}


.content-sesion{
    width:100%;
    text-align: center;
    font-weight:bold;
    background-color: #F5F6F8;
    position: sticky !important;
    bottom: 0;
    left: 0;
    height: 35px;
    overflow: hidden;
    z-index: 900;
    margin-top: 10px;
}

.cerrar-sesion-lateral {
    cursor: pointer;
    font-size: large;
    background-color: #F5F6F8;
    background-image:url(../Imagenes/IconosMenu/cerrar_sesioon.svg);
    background-repeat: no-repeat;
    background-position: unset;
    text-indent: 30px;
}

.botton-Menu-lateral {
    cursor: pointer;
    font-size: large;
    background-color: #F5F6F8;
    background-image: url(../Imagenes/IconosMenu/menu_verde.svg);
    background-repeat: no-repeat;
    background-position: unset;
    text-indent: 30px;
    font-size:x-large;
    font-weight:800;
}

.separador-salir{
    width:90%;
    margin-left: 5%;
    margin-bottom: 5px;
    border-top: 2px solid #727272;
}

.fondo-menu {
    
    background: url(../Imagenes/fondo_menu.png) no-repeat center center ;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: white !important;
    top: 0;
    height: calc(100vh - 150px);
}

.divGrid{
    width:250px;
    max-height: 150px;
}

.contenedor-no-padding {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 10px;
}

.fila {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    clear: both;
    display: table;
    margin-bottom: 1px;
    margin-top: 1px;
}

.fila-grid {
    display: flex;
}

.fila-no-margin {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    clear: both;
    display: table;
}

[class*="col-"] {
    /*  Para todas las clases que comiencencen con "col-"   */
    float: left;
}

.col-grid {
    width:100%;
    overflow-x:auto;
}

.col-12 {width: 100%;}
.col-11 {width: 91.66666666%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666666%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666666%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666666%;}
.col-1 {width: 8.33333333%;}

/*
===================================================
    Pantallas Grandes       lg
==================================================
*/
@media(min-width:1200px) {
    .col-lg-12 {width: 100%;}
    .col-lg-11 {width: 91.66666666%;}
    .col-lg-10 {width: 83.33333333%;}
    .col-lg-9 {width: 75%;}
    .col-lg-8 {width: 66.66666666%;}
    .col-lg-7 {width: 58.33333333%;}
    .col-lg-6 {width: 50%;}
    .col-lg-5 {width: 41.66666666%;}
    .col-lg-4 {width: 33.33333333%;}
    .col-lg-3 {width: 25%;}
    .col-lg-2 {width: 16.66666666%;}
    .col-lg-1 {width: 8.33333333%;}
    .col-lg-0 {display:none}
    .offset-lg-11 {margin-left: 91.66666666%;}
    .offset-lg-10 {margin-left: 83.33333333%;}
    .offset-lg-9 {margin-left: 75%;}
    .offset-lg-8 {margin-left: 66.66666666%;}
    .offset-lg-7 {margin-left: 58.33333333%;}
    .offset-lg-6 {margin-left: 50%;}
    .offset-lg-5 {margin-left: 41.66666666%;}
    .offset-lg-4 {margin-left: 33.33333333%;}
    .offset-lg-3 {margin-left: 25%;}
    .offset-lg-2 {margin-left: 16.66666666%;}
    .offset-lg-1 {margin-left: 8.33333333%;}
    .offset-lg-0 {margin-left:0;}
    
    .menu-lateral {width: 16%;}
    .contenedor {margin-left: 16.2%;}
    .contenedor-menu {display: block;margin-left: 16.2%;}
    .menu-lateral-bienvenida{width: 16%;}
    .buttonMenuPrincipal {display:none;}
}

/*===================================================
    Pantallas Grande - Mediana       lg-md
==================================================*/


@media(min-width:992px) {
    .col-lg-md-12 {width: 100%;}
    .col-lg-md-11 {width: 91.66666666%;}
    .col-lg-md-10 {width: 83.33333333%;}
    .col-lg-md-9 {width: 75%;}
    .col-lg-md-8 {width: 66.66666666%;}
    .col-lg-md-7 {width: 58.33333333%;}
    .col-lg-md-6 {width: 50%;}
    .col-lg-md-5 {width: 41.66666666%;}
    .col-lg-md-4 {width: 33.33333333%;}
    .col-lg-md-3 {width: 25%;}
    .col-lg-md-2 {width: 16.66666666%;}
    .col-lg-md-1 {width: 8.33333333%;}
    .col-lg-md-0 {display:none}
    .offset-lg-md-11 {margin-left: 91.66666666%;}
    .offset-lg-md-10 {margin-left: 83.33333333%;}
    .offset-lg-md-9 {margin-left: 75%;}
    .offset-lg-md-8 {margin-left: 66.66666666%;}
    .offset-lg-md-7 {margin-left: 58.33333333%;}
    .offset-lg-md-6 {margin-left: 50%;}
    .offset-lg-md-5 {margin-left: 41.66666666%;}
    .offset-lg-md-4 {margin-left: 33.33333333%;}
    .offset-lg-md-3 {margin-left: 25%;}
    .offset-lg-md-2 {margin-left: 16.66666666%;}
    .offset-lg-md-1 {margin-left: 8.33333333%;}
    .offset-lg-md-0 {margin-left:0;}
    .logo-centro h1 {
        margin: auto;
    }
    
    .menu-lateral {width: 16%;}
    .contenedor {margin-left: 16.2%;}
    .contenedor-menu {display: block;margin-left: 16.2%;}
    .menu-lateral-bienvenida{width: 16%;}
    .buttonMenuPrincipal {display:none;}
}

/*
===================================================
    Pantallas Mediana       md
==================================================
*/
@media(max-width:1199px) And (min-width:992px) {
    .col-md-12 {width: 100%;}
    .col-md-11 {width: 91.6666666%;}
    .col-md-10 {width: 83.33333333%;}
    .col-md-9 {width: 75%;}
    .col-md-8 {width: 66.6666666%;}
    .col-md-7 {width: 58.33333333%;}
    .col-md-6 {width: 50%;}
    .col-md-5 {width: 41.66666666%;}
    .col-md-4 {width: 33.33333333%;}
    .col-md-3 {width: 25%;}
    .col-md-2 {width: 16.66666666%;}
    .col-md-1 {width: 8.33333333%;}
    .col-md-0 {display: none}
    .offset-md-11 {margin-left: 91.66666666%;}
    .offset-md-10 {margin-left: 83.33333333%;}
    .offset-md-9 {margin-left: 75%;}
    .offset-md-8 {margin-left: 66.66666666%;}
    .offset-md-7 {margin-left: 58.33333333%;}
    .offset-md-6 {margin-left: 50%;}
    .offset-md-5 {margin-left: 41.66666666%;}
    .offset-md-4 {margin-left: 33.33333333%;}
    .offset-md-3 {margin-left: 25%;}
    .offset-md-2 {margin-left: 16.66666666%;}
    .offset-md-1 {margin-left: 8.33333333%;}
    .offset-md-0 {margin-left:0;}
    
    .menu-lateral {width: 16%;}
    .contenedor {margin-left: 16.2%;}
    .contenedor-menu {display: block;margin-left: 16.2%;}
    .menu-lateral-bienvenida{width: 16%;}
    .buttonMenuPrincipal {display:none;}
}

/*
===================================================
    Pantallas Pequeñalla       sm
==================================================
*/
@media(max-width:991px) And (min-width:768px) {
    .col-sm-12 {width: 100%;}
    .col-sm-11 {width: 91.66666666%;}
    .col-sm-10 {width: 83.33333333%;}
    .col-sm-9 {width: 75%;}
    .col-sm-8 {width: 66.66666666%;}
    .col-sm-7 {width: 58.33333333%;}
    .col-sm-6 {width: 50%;}
    .col-sm-5 {width: 41.66666666%;}
    .col-sm-4 {width: 33.33333333%;}
    .col-sm-3 {width: 25%;}
    .col-sm-2 {width: 16.66666666%;}
    .col-sm-1 {width: 8.33333333%;}
    .col-sm-0 {display: none}
    .offset-sm-11 {margin-left: 91.66666666%;}
    .offset-sm-10 {margin-left: 83.33333333%;}
    .offset-sm-9 {margin-left: 75%;}
    .offset-sm-8 {margin-left: 66.66666666%;}
    .offset-sm-7 {margin-left: 58.33333333%;}
    .offset-sm-6 {margin-left: 50%;}
    .offset-sm-5 {margin-left: 41.66666666%;}
    .offset-sm-4 {margin-left: 33.33333333%;}
    .offset-sm-3 {margin-left: 25%;}
    .offset-sm-2 {margin-left: 16.66666666%;}
    .offset-sm-1 {margin-left: 8.33333333%;}
    .offset-sm-0 {margin-left:0;}
    
    .menu-lateral {width: 18%;}
    .contenedor {margin-left: 18.2%;}
    .contenedor-menu {display: block;margin-left: 18.2%;}
    .menu-lateral-bienvenida{width: 18%;}
    .buttonMenuPrincipal {display:none;}
}

/*
===================================================
    Pantallas Pequeñalla  - extra pequeña      sm-xs
==================================================
*/
@media(max-width:991px) {
    .col-sm-xs-12 {width: 100%;}
    .col-sm-xs-11 {width: 91.66666666%;}
    .col-sm-xs-10 {width: 83.33333333%;}
    .col-sm-xs-9 {width: 75%;}
    .col-sm-xs-8 {width: 66.66666666%;}
    .col-sm-xs-7 {width: 58.33333333%;}
    .col-sm-xs-6 {width: 50%;}
    .col-sm-xs-5 {width: 41.66666666%;}
    .col-sm-xs-4 {width: 33.33333333%;}
    .col-sm-xs-3 {width: 25%;}
    .col-sm-xs-2 {width: 16.66666666%;}
    .col-sm-xs-1 {width: 8.33333333%;}
    .col-sm-xs-0 {display:none}
    .offset-sm-xs-11 {margin-left: 91.66666666%;}
    .offset-sm-xs-10 {margin-left: 83.33333333%;}
    .offset-sm-xs-9 {margin-left: 75%;}
    .offset-sm-xs-8 {margin-left: 66.66666666%;}
    .offset-sm-xs-7 {margin-left: 58.33333333%;}
    .offset-sm-xs-6 {margin-left: 50%;}
    .offset-sm-xs-5 {margin-left: 41.66666666%;}
    .offset-sm-xs-4 {margin-left: 33.33333333%;}
    .offset-sm-xs-3 {margin-left: 25%;}
    .offset-sm-xs-2 {margin-left: 16.66666666%;}
    .offset-sm-xs-1 {margin-left: 8.33333333%;}
    .offset-sm-xs-0 {margin-left:0;}
    .logo-centro h1 {
        margin:auto;
    }
    .menu-lateral {width: 18%;}
    .contenedor {margin-left: 18.2%;}
    .contenedor-menu {display: block;margin-left: 25.2%;}
    .menu-lateral-bienvenida{width: 25%;}
    .buttonMenuPrincipal {display:none;}
}

/*
===================================================
    Pantallas extra Pequeñalla       xs
==================================================
*/


@media(max-width:767px) {
    .col-xs-12 {width: 100%;}
    .col-xs-11 {width: 91.66666666%;}
    .col-xs-10 {width: 83.33333333%;}
    .col-xs-9 {width: 75%;}
    .col-xs-8 {width: 66.66666666%;}
    .col-xs-7 {width: 58.33333333%;}
    .col-xs-6 {width: 50%;}
    .col-xs-5 {width: 41.66666666%;}
    .col-xs-4 {width: 33.33333333%;}
    .col-xs-3 {width: 25%;}
    .col-xs-2 {width: 16.66666666%;}
    .col-xs-1 {width: 8.33333333%;}
    .col-xs-0 {display: none}
    .offset-xs-11 {margin-left: 91.66666666%;}
    .offset-xs-10 {margin-left: 83.33333333%;}
    .offset-xs-9 {margin-left: 75%;}
    .offset-xs-8 {margin-left: 66.66666666%;}
    .offset-xs-7 {margin-left: 58.33333333%;}
    .offset-xs-6 {margin-left: 50%;}
    .offset-xs-5 {margin-left: 41.66666666%;}
    .offset-xs-4 {margin-left: 33.33333333%;}
    .offset-xs-3 {margin-left: 25%;}
    .offset-xs-2 {margin-left: 16.66666666%;}
    .offset-xs-1 {margin-left: 8.33333333%;}
    .offset-xs-0 {margin-left:0;}

    .menu-lateral {width: 0;}
    .contenedor {
        min-height: calc(100vh - 160px);
        margin-left: 0%;
    }
    
    .pagina{
        padding-top: 160px;
    }

    .encabezado {
        height:160px;
    }

    .contenedor-menu {
        height: 80px; 
        margin-left: 0; 
        position: fixed; 
        width:100%; 
        top: 140px; 
        z-index:999;
        overflow:hidden;
    }

    .menu-lateral-bienvenida{
        width: 100%; 
        top:220px;
        overflow:visible;
    }

    .menu-lateral-scroll {
        overflow: auto;
        height: calc(100vh - 260px);
    }

    .fondo-menu {
        display: none;
    }
    .buttonMenuPrincipal {display:inline-block;}
}

/*
===================================================
    Estilos de estetica 
==================================================
*/

body, form, html, * {
    border: none;
    font-family: Gotham Light;
}

body {
    background-color: #F5F6F8;
}

.etiquetas {
    width: 20%;
}

.centrar{
    text-align:center;
}

.aliear-izquierda {
    text-align: left;
}

.aliear-derecha {
    text-align: right;
}

.centrarDiv
{
    align-items: center;
    vertical-align: central;
    text-align: center;
    margin: 0 auto;
}

.link-con-bordes {
    border: solid;
    border-width: 1px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 13px;
    color: #092e43;
    border-color: #092e43;
}

.colorVerde {
    color: #70B52C;
}

.nombrePantalla {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    background: none;
    /*border: solid 1px #e7e7e7;
    background-color: #f8f8f8;

    */
    vertical-align: middle;
}

.cerrarSesion {
    /*background-image: url(../Imagenes/btn_inicio.png) !important;*/
    color: #7c3039 !important;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 3px;
    padding-left: 25px !important;
    background-color: white;
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    font-weight:bold;
}

.buttonMenuPrincipal {
    cursor: pointer;
    background-color: #F5F6F8;
    background-image: url(../Imagenes/IconosMenu/menu_verde.svg);
    background-repeat: no-repeat;
    background-position: unset;
    width:30px;
    height:30px;
}

.barra-botones {
    /*
    background-color: #f8f8f8;
    border: solid 1px #e7e7e7;*/
    background:none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    vertical-align: middle;
}

.logo-izquierdo {
    color: #000000;
    background-color: #ffffff;
    display: flex;
}

.logo-izquierdo img {
    margin-left:auto;
    margin-right:auto;
}

.logo-centro {
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    height: 80px;
    display: flex;
}

.logo-derecho {
    background-color: #ffffff;
    display: flex;
    color: #000000;
}

.logo-derecho img {
    margin: auto;
}

.pie {

    background-color: none;
    color: #FFF;
    height: auto;
    padding-top: 30px;    
    padding-bottom: 30px;
    

}

.pie-izquierdo {
    background-color: #092e43;
    color: #FFF;
    height: 50px;
    padding-left: 10px;
    padding-top: 15px;
}


.pie-izquierdo * {
    color: #FFF;
}

.pie-centro {
    background-color: #092e43;
    padding-right: 10px;
}


.pie-derecho {
    background-color: #7e7f80;
    display: flex;
}

.pie-derecho img{
    margin:auto;
}

.link {
    text-decoration: none;
    color: #092e43 !important;
    background-position: right center !important;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-right: 25px;
    background-color: white;
}

.imagen-panel {
    width:22px;
    height:22px;
}

.imgBuscar {
    /*background-image: url(../Imagenes/btn_buscar.png) !important;*/
}

.imgGuardar {
    /*background-image: url(../Imagenes/btn_guardar.png) !important;*/
}

.imgLimpiar {
    /*background-image: url(../Imagenes/btn_limpiar.png) !important;*/
}

.imgAgregar {
    /*background-image: url(../Imagenes/btn_guardar.png) !important;*/
}

.imgSalir {
    /*background-image: url(../Imagenes/btn_salir.png) !important;*/
}

.imgRevisar {
    /*background-image: url(../Imagenes/btn_revisar.png) !important;*/
}

.imgAutorizar {
    /*background-image: url(../Imagenes/btn_autorizar.png) !important;*/
}

.imgRechazar {
    /*background-image: url(../Imagenes/btn_rechazar.png) !important;*/
}

.imgExcel {
    /*background-image: url(../Imagenes/exportar_excel.png) !important;*/
}

.imgImprimir {
    /*background-image: url(../Imagenes/btn_imprimir.png) !important;*/
}

.linkGrid {
    height: 25px;
    cursor: pointer;
    float: left;
    padding-left: 25px !important;
    background-repeat: no-repeat;
    background-position: 2px 4px !important;
    background-position: left;
}

.buttonAgregar {
    /*background-image: url(../Imagenes/btn.png) !important;*/
    color: #092e43;
}

    .buttonAgregar:hover {
        /*background-image: url(../Imagenes/btn.png) !important;*/
        font-weight:bold;
    }

.buttonActualizar {
    /*background-image: url(../Imagenes/btn.png) !important;*/
    color: #092e43;
}

    .buttonActualizar:hover {
        /*background-image: url(../Imagenes/btn.png) !important;*/
        font-weight: bold;
    }

.btnGraficar {
    border: none;
    background: #e76e08;
    color: #f2f2f2;
    padding: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 500ms ease;
}

    .btnGraficar:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 23px;
        background: rgba(255,255,255,0.3);
        -webkit-border-radius: 5px;
        -webkit-transition: all 2s ease;
    }

    .btnGraficar:hover:before {
        width: 100%;
    }

/*ESTILOS PARA EL MENU DE LA PAGINA*/
/*OPCION1*/

.botonMenu {
    height: 25px;
    cursor: pointer;
    float: left;
    margin-right: 3px;
    padding-left: 15px !important;
    background-color: #f5f6f8;
    text-align: center;
    text-indent: 15px;
    font-weight: bold;
}

    .botonMenu:hover {
        color: #727272;
    }

.boton {
    cursor: pointer;
    padding: 5px !important;
    background-color: #ffffff;
    border: solid 2px #000;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .boton:hover {
        font-weight: bold;
    }

.localizacion {
    /*background-image: url(../Imagenes/btn_localizacion.png) !important;*/
    color: #092e43;
}

    .localizacion:hover {
        /*background-image: url(../Imagenes/btn_localizacion.png) !important;*/
        font-weight: bold;
    }

.foto {
    /*background-image: url(../Imagenes/btn_foto.png) !important;*/
    color: #092e43;
}

    .foto:hover {
        /*background-image: url(../Imagenes/btn_foto.png) !important;*/
        font-weight: bold;
    }

.buscar {
    /*background-image: url(../Imagenes/btn_buscar.png) !important;*/
    color: #092e43;
}

    .buscar:hover {
        /*background-image: url(../Imagenes/btn_buscar.png) !important;*/
        font-weight: bold;
    }

.descargar {
    /*background-image: url(../Imagenes/btn_descargar.png) !important;*/
    color: #092e43;
}

    .descargar:hover {
        /*background-image: url(../Imagenes/btn_descargar.png) !important;*/
        font-weight: bold;
    }

.guardar {
    /*background-image: url(../Imagenes/btn_guardar.png) !important;*/
    color: #092e43;
}

    .guardar:hover {
        /*background-image: url(../../Imagenes/btn_guardar.png) !important;*/
        font-weight: bold;
    }

.imprimir {
    /*background-image: url(../Imagenes/btn_imprimir.png) !important;*/
    color: #092e43;
}

    .imprimir:hover {
        /*background-image: url(../Imagenes/btn_imprimir.png) !important;*/
        font-weight: bold;
    }

.limpiar {
    /*background-image: url(../Imagenes/btn_limpiar.png) !important;*/
    color: #092e43;
}

    .limpiar:hover {
        /*background-image: url(../Imagenes/btn_limpiar.png) !important;*/
        font-weight: bold;
    }

.salir {
    /*background-image: url(../Imagenes/btn_salir.png) !important;*/
    color: #092e43;
    cursor: pointer;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: 2px 4px !important;
    background-position: left;
    text-indent: 15px;
}

    .salir:hover {
        /*background-image: url(../Imagenes/btn_salir.png) !important;*/
        font-weight: bold;
    }

.cancelar {
    /*background-image: url(../../Imagenes/btn_cancelar.png) !important;*/
    color: #092e43;
}

    .cancelar:hover {
        /*background-image: url(../Imagenes/btn_cancelar.png) !important;*/
        font-weight: bold;
    }

.revisar {
    /*background-image: url(../Imagenes/btn_revisar.png) !important;*/
    color: #092e43;
}

    .revisar:hover {
        /*background-image: url(../Imagenes/btn_revisar.png) !important;*/
        font-weight: bold;
    }

.autorizar {
    /*background-image: url(../Imagenes/btn_autorizar.png) !important;*/
    color: #092e43;
}

    .autorizar:hover {
        /*background-image: url(../Imagenes/btn_autorizar.png) !important;*/
        font-weight: bold;
    }

.rechazar {
    /*background-image: url(../Imagenes/btn_rechazar.png) !important;*/
    color: #092e43;
}

    .rechazar:hover {
        /*background-image: url(../Imagenes/btn_rechazar.png) !important;*/
        font-weight: bold;
    }

.exExcel {
    /*background-image: url(../Imagenes/exportar_excel.png) !important;*/
    color: #092e43;
}

    .exExcel:hover {
        /*background-image: url(../Imagenes/exportar_excel.png) !important;*/
        font-weight: bold;
    }

.menuPagina {
    /*
    background-color: #f8f8f8; */
    border-bottom: solid 1px lightgray;
   
    background:none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    vertical-align: middle;
}

.titulosPagina {
    text-transform: uppercase;
    text-align: center;
    padding: 4px 2px;
    color: #000000 !important;
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
    font-size: 1rem;
    font-weight:bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*ESTILOS PARA CONTROLES*/

button {
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    padding: 8px 11px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: o-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: ms-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: linear-gradient(top, #f9f9f9, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
}

    button:hover {
        -ms-box-shadow: 0px 0px 7px #0099e6;
        -moz-box-shadow: 0px 0px 7px #0099e6;
        -webkit-box-shadow: 0px 0px 7px #0099e6;
        -o-box-shadow: 0px 0px 7px #0099e6;
        box-shadow: 0px 0px 7px #0099e6;
    }

select {
    border-color: Silver;
    list-style: none outside;
    border: 2px solid #c4c4c4;
    background-color: #ffffff;
}

select,
textarea,
input[type="text"]:not(.buton-login),
input[type="password"]:not(.buton-login),
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    padding: 3px 2px;
    margin-bottom: 3px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    textarea:focus,
    input[type="text"]:not(.buton-login):focus,
    input[type="password"]:not(.buton-login):focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

input[type="radio"],
input[type="checkbox"] {
    margin: 2px 0 0;
    margin-top: 1px;
    *margin-top: 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

input[type="file"] {
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: #ffffff;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
}

    input:focus:invalid:focus,
    textarea:focus:invalid:focus,
    select:focus:invalid:focus {
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

a, a:link {
    text-decoration: none;
    color: #092e43;
}

    a:hover {
        text-decoration: none;
        color: Gray;
        border-bottom: #317082 1px dotted;
    }

/*FIN ESTILOS PARA CONTROLES*/

/*POST BACK*/
#UpdateProgress {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-image: url(../Imagenes/postback.png) !important;
    background-repeat: repeat !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;
}

    #UpdateProgress > div {
        width: 500px;
        height: 100px;
        color: #000;
        text-align: center;
        vertical-align: middle;
        font-size: 3em;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -250px;
        position: fixed;
    }
/*FIN POST BACK*/

/*NOTIFICACIONES*/
#popup, #popupFix {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 900;
    background-image: url(../Imagenes/postback.png) !important;
    background-repeat: repeat !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;
    display: flex;
    justify-content: center;
}

.popup-body {
    position: absolute;
    min-height: 150px;
    min-width: 150px;
    top: 25%;
    padding: 15px;
    z-index: 1000;
    text-indent: 15px;
    color: #000;
    border: 1px solid #e9e9e9;
    background: #fafafa;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 15px #000;
    -ms-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -o-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}

    .popup-body .popup-exit {
        cursor: pointer;
        width: 50px;
        position: absolute;
        top: 10px;
        right: 25px;
    }

    .popup-body .popup-title {
        border-bottom: 3px solid #092e43;
        padding-bottom: 10px;
        cursor: move;
        color: #7c3039;
    }

    .popup-body .popup-content {
        margin-top: 15px;
        color: #000;
    }

    .popup-body .reajustable{
        width: 10px;
        height: 10px;
        position: absolute;
        cursor: se-resize;
        right: 0;
        bottom: 0;
        background-image: url(../Imagenes/reajustable.png) !important;
    }

/*AVISO DE PRIVACIDAD*/

#popup-aviso{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 900;
    background-image: url(../Imagenes/postback.png) !important;
    background-repeat: repeat !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;
}

.popup-body-aviso {
    min-height: 400px;
    min-width: 400px;
    padding: 20px;
    position: absolute;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 10%;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    z-index: 1000;
    -moz-box-shadow: 0px 0px 15px #fff;
    -ms-box-shadow: 0px 0px 15px #fff;
    -webkit-box-shadow: 0px 0px 15px fff;
    -o-box-shadow: 0px 0px 15px #fff;
    box-shadow: 0px 0px 15px #fff;
    overflow:hidden;
}

    .popup-body-aviso .popup-exit-aviso {
        position: absolute;
        top: 55px;
        right: 10px;
        height: 30px;
        cursor: pointer;
        padding-left: 15px !important;
        padding-right: 5px !important;
        background-color: #fafafa;
        background-repeat: no-repeat;
        background-position: 2px 4px !important;
        background-position: left;
        text-indent: 15px;
    }

        .popup-body-aviso .popup-exit-aviso:hover {
            font-weight: bold;
        }

    .popup-body-aviso .popup-consultar-aviso {
        position: absolute;
        top: 85px;
        right: 10px;
        height: 30px;
        cursor: pointer;
        padding-left: 15px !important;
        padding-right: 5px !important;
        background-color: #fafafa;
        background-repeat: no-repeat;
        background-position: 2px 4px !important;
        background-position: left;
        text-indent: 15px;
    }
        .popup-body-aviso .popup-consultar-aviso:hover {
            font-weight: bold;
        }

    .popup-body-aviso .popup-title-aviso {
        border-bottom: 3px solid #092e43;
        padding-bottom: 10px;
        cursor: move;
    }

    .popup-body-aviso .popup-content-aviso {
        margin-top: 15px;
        color: #000;
    }

    .popup-body-aviso .reajustable-aviso {
        width: 10px;
        height: 10px;
        position: absolute;
        cursor: se-resize;
        right: 0;
        bottom: 0;
        background-image: url(../Imagenes/reajustable.png) !important;
    }

    .container {
        position: relative;
        overflow: hidden;
        width: 100%;
        /*padding-top: 56.25%;  16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
        /*padding-top: 75%;  4:3 Aspect Ratio */
        /*padding-top: 66.66%;  3:2 Aspect Ratio */
        /*padding-top: 62.5%;  8:5 Aspect Ratio */
        padding-top: 100%; /*1:1 Aspect Ratio */
    }

    /* Then style the iframe to fit in the container div with full height and width */
    .responsive-iframe {
        top: 0;
        right: 0;
        left: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

/*NOTIFICACIONES DESCARGA ARCHIVO*/
.popup_ar {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    z-index: 900;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1;
    cursor: pointer;
}

.popup-body_ar {
    padding: 10px;
    position: absolute;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 0;
    top: 0;
    background: #fafafa;
    border: 1px solid #000;
    z-index: 1000;
    -moz-box-shadow: 0px 0px 15px #000;
    -ms-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    -o-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}

    .popup-body_ar .popup-exit_ar {
        cursor: pointer;
        width: 50px;
        font-weight: bolder;
        padding-bottom: 20px;
    }

    .popup-body_ar .popup-title_ar {
        font-weight: bold;
        border-bottom: 3px solid #092e43;
        padding-bottom: 2px;
        cursor: pointer;
    }

.sinPostBack {
}

.conPostBack {
}

/*FIN NOTIFICACIONES*/

/*CLASES PARA VALIDACIONES DE JAVASCRIPT*/
.JSNumeros {}

.JSNumerosPunto {}

.JSDosDecimales {}

.JSSeparacionMiles {}

.JSLetras {}

.JSLetrasEspacio {}

.JSLetrasEspacioAcentos {}

.JSLetrasEspacioAcentosPunto {}

.JSLetrasEspacioPunto {}

.JSAlfanumericos {}

.JSAlfanumericosGuion {}

.JSAlfanumericosEspacio {}

.JSAlfanumericosEspacioAcentos {}

.JSAlfanumericosEspacioAcentosPunto {}

.JSAlfanumericosEspacioPunto {}

.JSAlfanumericosExtendido {}

.JSNada {}

.JSValidaRFC {}

.AutoFocus{}
/*FIN CLASES PARA VALIDACIONES DE JAVASCRIPT*/
/*CSS GRID*/
.grid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
}

    .grid caption {
        padding: 4px 2px;
        color: #000000 !important;
        /*background-color: rgba(0, 0, 0, 0.075);*/
        border-bottom: solid 1px #000000;
        border-top: solid 1px #000000;
        font-size: 1rem;
        font-weight:bold;
        margin-bottom: 10px;
    }

    .grid td {
        padding: 2px;
        border-bottom: solid 1px #DADADA;
        color: #000000;
    }

    .grid th { /*ENCABEZADO*/
        padding: 4px 2px;
        color: #000000 !important;
        /*background-color: rgba(0, 0, 0, 0.075);*/
        border-bottom: solid 1px #000000;
        border-top: solid 1px #000000;
        font-size: 1rem;
        font-weight:bold;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .grid td a {
        color: #6686E2;
        background-color: none;
        text-decoration: none;
    }

    .grid td a:hover {
        color: #000;
    }

    .grid tr:hover {
        background: #b8b9bd;
    }

    .grid th a {
        color: #092e43;
        text-decoration: none;
    }

.selectedRowGrid {
    background: Silver;
}

.maxheight200 {max-height: 200px;}
.maxheight250 {max-height: 250px;}
.maxheight300 {max-height: 300px;}
.maxheight350 {max-height: 350px;}
.maxheight400 {max-height: 400px;}
.maxheight450 {max-height: 450px;}
.maxheight500 {max-height: 500px;}
.maxheight550 {max-height: 550px;}
.maxheight600 {max-height: 600px;}

/*FIN CSS GRID*/

.js-filtro{

}

.js-filtro-grid{
    position:fixed !important;
}

.js-grid-tabla{

}

.js-grid-tabla-not-pagining{

}

.campo-obligatorio{
    color:red;
    font-weight:700;
    font-size:16px;
}

/*ESTILOS DEL SCROLL*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical  {
    width:10px;
}

::-webkit-scrollbar-button:increment,::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
}

/*FILE UPLOAD*/
.fileUpload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.fileUpload + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.fileUpload + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
    color: #000;
}

.fileUpload + label svg:hover {
    color: dimgray;
}

.fileUpload2 {
    position: absolute;
}