﻿/*variables*/
:root {
    --gutter-width: 0.3rem;
    --outer-margin: 0.3rem;
    --tpmexBlue: #143C6A;
    --tpmexGrey: #50758B;
    --tpmexGrey2: rgba(80, 117, 139, 0.2);
    --tpmexBlueLight: #0060A8;
    --tpmexBlueLight2: #79c6ff;
    --siapColor1: #143C6A;
    --infoColor: #BCDBEA;
    --redNom: #842636;
    --editNom: #f8f8f8;
    --fontBase: 11px;
    --fontBaseX1_2: calc(var(--fontBase)*1.2);
    --fontBaseX1_3: calc(var(--fontBase)*1.3);
    --fontBaseX1_5: calc(var(--fontBase)*1.5);
    --fontBaseX2: calc(var(--fontBase)*2);
    --fontBaseX3: calc(var(--fontBase)*3);
    --fontBaseX4: calc(var(--fontBase)*4);
}
/*variables*/

.inputBorder {
    border-bottom: solid 1px lightgrey !important;
    border-radius: 0px;
}

.paddingAbajo10px {
    padding-bottom: 10px;
}

.btnTP {
    padding: 0px;
    height: 24px;
    width: 24px;
    font-size: 1.55rem;
}

.btnSIAP {
    font-family: sans-serif;
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .btnSIAP:hover,
    .btnSIAP:focus,
    .btnSIAP:active,
    .btnSIAP.active,
    .open .dropdown-toggle.btnSIAP {
        color: #333333 !important;
        background-color: #ebebeb !important;
        border-color: #ebebeb !important;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .btnSIAP:active,
    .btnSIAP.active,
    .open .dropdown-toggle.btnSIAP {
        background-image: none !important;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .btnSIAP.disabled,
    .btnSIAP[disabled],
    fieldset[disabled] .btnSIAP,
    .btnSIAP.disabled:hover,
    .btnSIAP[disabled]:hover,
    fieldset[disabled] .btnSIAP:hover,
    .btnSIAP.disabled:focus,
    .btnSIAP[disabled]:focus,
    fieldset[disabled] .btnSIAP:focus,
    .btnSIAP.disabled:active,
    .btnSIAP[disabled]:active,
    fieldset[disabled] .btnSIAP:active,
    .btnSIAP.disabled.active,
    .btnSIAP[disabled].active,
    fieldset[disabled] .btnSIAP.active {
        background-color: #ffffff !important;
        border-color: #cccccc !important;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }


.c-tooltip + .tooltip > .tooltip-inner {
    background-color: #151e49;
    opacity: 1 !important;
    border: 0.5px lightgray solid;
}


#login {
    margin: 100px auto;
    margin-left: 55%;
    width: 430px;
    margin-bottom: 7%;
    margin-top: 7%;
}

.op {
    background: #fff;
}

.strong {
    font-weight: bold;
    font-size: 10.5px;
    word-wrap: break-word;
    word-break: normal;
}

.xhide {
    visibility: hidden;
}


/*modals*/
.modal-content {
    padding: 0px;
    border: solid 2px;
    border-color: var(--tpmexBlue);
    box-shadow: none;
    border-radius: 4px;
}

    .modal-content .modal-header {
        background-color: var(--tpmexBlue);
    }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}



.modalPopup {
    background-color: none;
    border-radius: 5px;
    overflow-y: hidden !important;
}

.btn-50px, .btn-30px, .btn-25px, .btn-20px, .btn-22px {
    border-radius: 10px;
    font-size: 10px;
    border-width: .5px;
    vertical-align: middle;
    text-align: center;
    glyph-orientation-vertical: auto;
    align-content: space-between;
    align-items: center;
    border-color: #EFEFEF;
}



.btn-50px {
    width: 50px;
    height: 50px;
}

.btn-30px {
    width: 30px;
    height: 30px;
}

.btn-25px {
    width: 25px;
    height: 25px;
}

.btn-22px {
    width: 22px;
    height: 22px;
}

.btn-20px {
    width: 20px;
    height: 20px;
}

.error {
    color: red;
    font-size: 10px;
    margin: 0;
}

option {
    white-space: nowrap;
    margin: 0px !important;
    padding: 0px !important;
    min-height: 1px !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: inherit !important;
}

select {
    white-space: nowrap;
}

.imgBtn20 {
    margin: 1px;
    max-height: 20px;
    max-width: 20px;
    cursor: pointer;
}

.imgBtn25 {
    margin: 1px;
    max-height: 25px;
    max-width: 25px !important;
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
}


.imgBtn25w {
    margin: 1px;
    max-height: 25px;
    max-width: 100% !important;
    cursor: pointer;
}



.imgBtni {
    max-height: 100% !important;
    max-width: 100% !important;
    cursor: pointer;
}

.redondear {
    border-radius: 20px;
}

.imgBtn30 {
    margin: 1px;
    max-height: 30px;
    max-width: 30px;
    cursor: pointer;
}

.imgBtn27 {
    margin: 1px;
    max-height: 27px !important;
    max-width: 27px !important;
}

.imgBtn28 {
    margin: 1px;
    max-height: 28px !important;
    max-width: 100% !important;
    cursor: pointer;
}

.imgTam {
    max-height: 200px;
    max-width: 300px;
    /* min-width: 300px; */
    vertical-align: middle;
    margin-top: 19vh;
    /* margin-left: 20px; */
}

.Margin3 {
    margin: 3px !important;
}

#header {
    height: 20%;
    width: 100vh;
}

#logoClt {
    height: 100%;
    width: 100%;
}

#login fieldset {
    background-color: #fff;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding: 20px 26px;
    background-color: rgba(255,255,255,0.8); /*Aplicar opacity al div como rgba para que el opacity no afecte los textbox*/
    height: 230px;
}

.btn {
    font-size: 1.3rem;
}

.area .btn, .btns .btn, .submenu .btn, .areaPop .btn, .areaPopn .btn, .areaPop2 .btn, .panel .btn {
    padding: 0px;
}

.nav .btn-default {
    background-color: var(--siapColor1);
}

.btn-primary {
    background-color: #32578D;
}

.btn-save {
    background-color: #e2a458;
    color: white;
    font-weight: bold;
    border-color: #ffedbe;
    border-radius: 5px;
}

    .btn-save:hover {
        background-color: lightsteelblue;
        color: black;
        font-weight: bold;
        border-color: aliceblue;
    }





#login h2 {
    background-color: var(--siapColor1);
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 20px 26px;
}

    #login h2 span[class*="fontawesome-"] {
        margin-right: 14px;
    }

.banda {
    background-color: var(--siapColor1);
    height: 60px;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.cuerpoNEW {
    height: 97.5vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-image: url('../Img/Logos/Fondo1.png');
    max-width: 5000px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150vh 98vh;
}

/*computadoras de 1366px*766px*/
.EncabezadoFijo {
    position: fixed;
    width: auto;
}


input:invalid {
    border: 1px solid red;
}

.field-validation-valid {
    display: none;
}
/* Estilo por defecto */
.toast {
    opacity: 0.95 !important;
}

/*input:valid {
    /*border: 1px solid green;
    border-radius: 5px;
}*/

/* Estilo por defecto */

input:required:invalid {
    border: 1px solid red;
}

input:required:valid {
    /*border: 1px solid green;*/
    border-radius: 5px;
}

/*imgL*/
.imgH {
    max-height: 50px;
    max-width: 100px;
}

.imgL {
    max-height: 350px;
    max-width: 100%;
}
/*imgL*/


.area {
    top: 130px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 5px;
    width: 99.5%;
}

.area {
    border: 2px solid #842636;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;*/
    background-color: #fbf9f5;
    overflow-y: auto;
    overflow-x: hidden;
}

.areaSB {
    margin-bottom: 5px;
    margin-left: 2px !important;
    margin-right: 2px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.gridVHome {
    margin-left: 50px;
    overflow-y: auto;
    overflow-x: auto;
    width: 95%;
}

.gridVHomeTempEli {
    margin-left: 50px;
    overflow-y: auto;
    overflow-x: auto;
    width: 95%;
}


.tablaHome {
    overflow-y: auto;
    overflow-x: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.cuerpo {
    margin-left: 5px;
    margin-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.titulos {
    margin-left: 1px !important;
    margin: 5px !important;
}

.gridVNom {
    padding-left: 10px;
    padding-right: 15px;
}

.gridVHomeI {
    margin-left: 50px;
    overflow-y: auto;
    overflow-x: auto;
    width: 95%;
}

@media screen and (min-width: 100px) and (max-width: 1366px) {
    .gridVHome {
        height: 360px;
    }

    .gridVHomeTempEli {
        height: 200px;
    }

    .tablaHome {
        height: 345px;
    }

    .cuerpo {
        height: 512px;
    }

    .area {
    }

    .areaSB {
        height: 79vh;
    }

    .areaTrabajo {
        height: 74vh;
    }

    .gridVNom {
        height: 510px;
    }

    .gridVHomeI {
        height: 465px;
    }
}
/*computadoras de 1920px*1080px*/
@media screen and (min-width: 1367px) and (max-width: 1920px) {
    .gridVHome {
        height: 630px;
    }

    .tablaHome {
        height: 660px;
    }

    .gridVHomeI {
        height: 750px;
    }

    .gridVHomeTempEli {
        height: 500px;
    }

    .cuerpo {
        height: 820px;
    }

    .gridVNom {
        height: 785px;
    }

    .areaSB {
        height: 86.5vh;
    }

    .area {
    }

    .areaTrabajo {
        height: 73.5vh;
    }
}



.modal-header {
    background-color: var(--siapColor1);
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.modal-body {
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
}

.closeModal {
    background-color: transparent;
    border: none;
}

/*clases herramientas utilerias*/
.textomedioazul {
    background-color: #46b8da;
    border-top-left-radius: 25px;
    padding: 0px;
}

.textomedioazul2 {
    background-color: #46b8da;
    padding: 0px;
}

.btn-infoh {
    background-color: #46b8da;
    text-align: justify;
    border-top-left-radius: 25px;
    margin: 0px;
}

    .btn-infoh:focus .btn-infoh:active,
    .btn-infoh:hover {
        border-top-left-radius: 25px;
    }

.contentmedioazul {
    background-color: none;
    border-radius: 30px 0px;
    border: 2px solid #68abd1;
    margin: 25px;
    padding: 0px;
}
/*fin clases herramientas utilerias*/


/*contenedores*/


.contentmedioamarillo {
    background-color: #fcf8e3;
    border-radius: 30px 0px;
    border: 1px solid #faebcc;
}

.titulosmedioamarillo {
    background-color: #faebcc;
    border-top-left-radius: 30px;
}

.contentmediorojo {
    background-color: #f2dede;
    border-radius: 30px 0px;
    border: 1px solid #ebccd1;
}

.titulosmediorojo {
    background-color: #ebccd1;
    border-top-left-radius: 30px;
}

.contentmedioverde {
    background-color: #dff0d8;
    border-radius: 30px 0px;
    border: 1px solid #d6e9c6;
}

.titulosmedioverde {
    background-color: #d6e9c6;
    border-top-left-radius: 30px;
}
/*fin contenedores*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.inline-f {
    display: inline-flex;
}

.btnimg {
    margin-top: 0px;
    background-color: transparent;
}

    .btnimg:hover {
        background-color: transparent;
    }

.droptabla {
    background-color: #f6f5f5;
    border: solid 1px;
    border-radius: 4px;
    border-color: darkgray;
}

.pestanaHyper {
    margin-top: 0px;
    padding: 0px;
    font-size: 10px;
    font-family: inherit;
    height: 15px;
}

    .pestanaHyper li {
        margin-top: 0px;
        padding: 0px;
    }

    .pestanaHyper a {
        margin-top: 0px;
        padding: 0px;
    }
/*file upload ajax
.ajax__fileupload_uploadbutton{
    background-color:darkslategrey;
    border: 1px solid darkslategrey;
    border-radius:5px;
    width:50px;
    
}

.removeButton{
    border-radius:5px;
    color:darkred;
    width:50px;
}
/*file upload ajax*/

.contenedorImg {
    align-content: center;
    vertical-align: middle !important;
    background-color: #ffedbe;
    padding: 12.5px;
    border-radius: 6px;
    width: 100%;
    max-height: 375px;
}

.modalBackground {
    background-color: lightgrey;
    border-radius: 5px;
    opacity: 0.6;
}

.PopAjax250 {
    background-color: #fffcf3;
    border-radius: 6px;
    border: solid 2px #2E538A;
    overflow-y: auto;
    overflow-x: hidden;
    height: 250px;
}

#modalAutorizar.modal {
    text-align: center;
}

    #modalAutorizar.modal:before {
        content: "";
        display: inline-block;
        height: 20%;
        margin-right: -4px;
        vertical-align: middle;
    }

#modalAutorizar.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*estilos cajas de contenido*/
/*box {
    border: solid .5px #EFEFEF;
    padding: 10px;
    margin: 10px;
    box-shadow: 2px 2px #E7E7E7;
    background-color: white;
}*/
.boxFondo {
    background-color: #f8f8f8;
}



.boxA1 {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 15px;
    padding: 10px;
    background-color: #E7E7E7;
}

.boxA2 {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 15px;
    padding: 10px;
    background-color: #bcd3e1;
}

.boxInfo150 {
    border: 1px solid #2E538A;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffedbe;
    box-shadow: 3px 5px 0px #E7E7E7;
}

.boxEdit250 {
    border: 1px solid #2E538A;
    border-radius: 5px;
    padding: 10px;
    background-color: #EFEFEF;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 3px 5px 0px #E7E7E7;
}

.boxEdit200 {
    border: 1px solid #2E538A;
    border-radius: 5px;
    padding: 10px;
    background-color: #EFEFEF;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 3px 5px 0px #E7E7E7;
}


.ContenedorTitulo {
    background-color: #4E7144;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: #666 solid 1px;
}

.white {
    color: white;
}

.contenedorMenu {
    background-color: #effbe6;
    border-radius: 10px;
    margin-left: 50px;
    width: 95%;
    box-shadow: 3px 5px 0px #ece9cb;
}


.contenedorMenuA {
    background-color: #effbe6;
    border-radius: 10px;
    border: #4E7144 solid 1px;
    margin: 15px;
}

.contenedorMenuP {
    background-color: #effbe6;
    border-radius: 10px;
    border: #4E7144 solid 1px;
}

.contenedorMenuB {
    background-color: #effbe6;
    border-radius: 10px;
    border: #4E7144 solid 1px;
    margin: 15px;
    box-shadow: 3px 5px 0px #EFEFEF;
}

.contenedorMenuC {
    background-color: #effbe6;
    border-radius: 5px;
    border: #d9c694 solid 1px;
    margin: 15px;
}

.tableReportes {
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}

.boxEliminar {
    border: 1px solid #963030;
    border-radius: 5px;
    margin: 15px;
    padding: 10px;
    background-color: #fed0da;
}
/*fin cajas contenido*/

/*estilos lista mensajes*/

.pmensajes {
    max-height: 55px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0px;
}

.pnlMsjs {
    margin-top: 3px;
    margin-bottom: 3px;
}


.ctnMsj {
    height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}



#listMensajesError {
    margin: 0px;
}

.bclose {
    color: gray;
}

.item-error {
    color: #a94442;
    font-weight: bold;
}

    .item-error li {
        color: #a94442;
        font-weight: bold;
    }

.item-mensaje {
    color: #3c763d;
    font-weight: bold;
}

    .item-mensaje li {
        color: #3c763d;
        font-weight: bold;
    }
/*pop*/
.item-errorPop {
    color: red;
    font-size: small;
    font-weight: bold;
}

    .item-errorPop li {
        color: red;
        font-size: small;
    }

.item-mensajePop {
    color: black;
    font-size: small;
    font-weight: bold;
}

    .item-mensajePop li {
        color: black;
        font-size: small;
    }

.pnlMsj1 {
    margin-bottom: -12px;
}

.pnlMsj2 {
    margin-top: -12px;
}
/*fin estilos lista mensajes*/


.txtEstatus {
    height: 18px;
    width: 18px;
    border-radius: 8px;
    border: 2px solid;
    box-shadow: none;
}

header {
    border-bottom: double 3px;
    border-bottom-color: #144865;
    box-shadow: 0px 0px 2px 0px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: white;
    height: auto;
    max-height: 100px;
    font-size: 12px;
}

.btn-Transparent {
    background-color: transparent;
    border: none;
}



body {
    margin: 0;
    padding: 0;
    background-color: #fbf9f5;
    font-family: sans-serif;
    font-size: 11px;
    vertical-align: middle;
    overflow-x: hidden;
}

.panelP, sub-T {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

/*paneles*/
.panelHome {
    position: relative !important;
}

.panel-primary {
    border-color: var(--tpmexBlue);
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    position: absolute;
    padding: 0px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fbf9f5;
}

.panel-tpmxGrey {
    border-color: var(--tpmexGrey);
}

    .panel-tpmxGrey > .panel-heading {
        color: #fff;
        background-color: var(--tpmexGrey);
        border-color: var(--tpmexGrey);
        padding: 5px;
        font-weight: bold;
        font-size: var(--fontBaseX1_5) !important;
    }

.panel-primary > .panel-heading {
    color: #fff;
    background-color: var(--tpmexBlue);
    border-color: var(--tpmexBlue);
    padding: 5px;
    font-weight: bold;
    font-size: var(--fontBaseX1_5) !important;
}

.panelSecurity .panel-success {
    border-color: #4E7144;
    background-color: #fbf9f5;
    border-radius: 10px;
    border-top-right-radius: 50px;
}

    .panelSecurity .panel-success .panel-heading {
        border-color: #4E7144;
        background-color: #4E7144;
        color: white;
        font-weight: bold;
        border-top-left-radius: 8px;
        border-top-right-radius: 48px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.panelDR .panel-danger {
    border-color: #e99556;
}

    .panelDR .panel-danger .panel-heading {
        background-color: #efc75d;
        color: white;
        font-size: 14px;
    }

.panelDR .panel-danger2 {
    border-color: #e99556;
}

    .panelDR .panel-danger2 .panel-heading {
        background-color: #e99556;
        color: white;
        font-size: 14px;
    }

.panelDR .panel-danger3 {
    border-color: #d86868;
}

    .panelDR .panel-danger3 .panel-heading {
        background-color: #d86868;
        color: white;
        font-size: 14px;
    }

.panelDR .btn-success {
    background-color: #4E7144;
    border-color: #4E7144;
}

    .panelDR .btn-success:hover {
        background-color: #66895c;
        border-color: #66895c;
    }

.panelPop {
    background-color: #f8f8f8;
    margin: 5px 5px 0px 5px;
    min-height: inherit;
}

    .panelPop .panel-primary {
        background-color: white;
        border: solid 2px var(--siapColor1);
        border-radius: 8px;
        min-height: 97vh;
    }

        .panelPop .panel-primary .panel-heading, .panelPop .panel-primarySH .panel-heading {
            background-color: var(--siapColor1);
            padding: 0px;
            padding-left: 5px;
            padding-bottom: 5px;
            padding-top: 5px;
            height: auto !important;
            color: white;
            width: inherit;
            border: none;
        }


    .panelPop .panel-primarySH {
        background-color: #f8f8f8;
        border: solid 2px var(--siapColor1);
        border-radius: 8px;
        overflow: hidden !important;
    }


.panel-subheading {
    margin: 0px !important;
    width: inherit !important;
    height: auto !important;
    padding: 0px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    color: black;
    border-top: none !important;
    font-weight: bold;
    box-shadow: 0px 2px 0px #EFEFEF;
}

.panelPop .panel-primary .panel-subheading {
    background-color: #fffcf3;
}


.panel-sp {
    padding: 0px !important;
}


.panel-dn {
    padding: 5px !important;
    display: none;
}

.panel-areaEdit {
    top: 26px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 2px var(--redNom);
    background-color: var(--editNom);
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
/*fin paneles*/
.Seguridad span {
    color: #4E7144;
}

    .Seguridad span:hover {
        color: #88a381;
    }
/*spans*/


/*fin spans*/

footer { /*Estilo Pie de Pagina Login*/
    margin-left: 5px;
    margin-right: 5px;
    bottom: 0 !important;
    background-color: #1F9BDE;
    text-align: center;
    width: 99.4%;
    font-size: 12px;
    height: 20px;
    position: fixed;
}

    footer p {
        padding-top: 3px;
        color: white;
    }

.rfv {
    color: red;
    font-weight: bold;
}

/*#region inputs*/
input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled, input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: black;
}

.form-control, .form-trans, .form-buscar, .form-input {
    padding: 2px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px !important;
    vertical-align: middle;
    margin: 0px;
    height: auto;
    min-height: 23px;
    background-image: none;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select.form-control{
    padding:0;
}

td .form-control, td .form-trans, td .form-input {
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    padding: 0px;
}

.form-control, .form-input {
    background-color: #fff;
}


.form-buscar {
    min-width: 120px;
    max-width: 160px;
}

.form-control:disabled, .form-control:disabled:focus, .form-control:disabled:active, .form-control:disabled:focus:active
.form-control[readonly], .form-control[readonly]:focus, .form-control[readonly]:active, .form-control[readonly]:focus:active,
.form-trans:disabled, .form-trans:disabled:focus, .form-trans:disabled:active, .form-trans:disabled:focus:active
.form-trans[readonly], .form-trans[readonly]:focus, .form-trans[readonly]:active, .form-trans[readonly]:focus:active
.form-input[readonly], .form-input[readonly]:focus, .form-input[readonly]:active, .form-input[readonly]:focus:active {
    -webkit-box-shadow: none;
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly], .form-control[readonly], .form-input:disabled, .form-input[readonly] {
    background-color: #eee;
    border: 1px solid lightgray;
}

.form-trans, .form-trans:disabled, .form-trans[readonly] {
    background-color: transparent;
    border: none;
}

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    padding: 0px;
    font-size: 12px;
}

/*.form-control:focus, .form-control:active, .form-control:focus:active,
    .form-trans:focus, .form-trans:active, .form-trans:focus:active {       
        -webkit-box-shadow: inset 0 1px 1px lightgrey;
        box-shadow: inset 0 1px 1px lightgrey;
    }*/

select.form-control:not([size]):not([multiple]), select.form-trans:not([size]):not([multiple]), select.form-input:not([size]):not([multiple]) {
    height: auto;
    min-height: 23px;
    font-size: 10px;
    max-height: inherit;
}

tr select.form-control:not([size]):not([multiple]), select.form-trans:not([size]):not([multiple]), select.form-input:not([size]):not([multiple]) {
    height: auto;
    min-height: inherit;
    font-size: 10px;
    max-height: inherit;
}

/*#endregion*/


.form-translg {
    border: 0.5px solid #E7E7E7;
    background-color: transparent;
    border-radius: 5px;
    height: 23px;
    color: var(--siapColor1);
    font-size: 9px;
    vertical-align: middle;
}

.txtInput {
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 23px;
    color: var(--siapColor1);
    font-size: 9px;
    vertical-align: middle;
}

.SinMP {
    margin: 0px !important;
    padding: 0px !important;
}

/*estilo estandar inputs*/



.form-texto {
    font-size: 10px;
    height: 25px;
    min-width: 120px;
    max-width: 160px;
}

.form-login {
    font-size: 9px;
    height: 23px;
    min-width: 150px;
}

.form-num {
    width: 30px;
}

.form-size {
    height: 25px;
}

/*utilerias*/
.menusUtilerias {
    margin-left: 10px;
    margin-right: 10px;
}



.pnlsm {
    margin-top: 0px;
    border: solid 1px #ffedbe;
    border-radius: 8px;
    background-color: #fff5dc;
    padding: 5px;
    color: black;
    font-weight: bold;
    box-shadow: 3px 5px 0px #EFEFEF;
}

.pnlssm {
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    border: solid 1px #ffedbe;
    border-radius: 8px;
    background-color: #fffcf6;
    padding: 5px;
    color: black;
    font-weight: bold;
    box-shadow: 3px 5px 0px #EFEFEF;
}

/*utilerias*/
.value-label {
    text-align: center;
    padding: 0;
    font-size: 11px;
}

.value-label2 {
    margin-top: -3px;
    padding: 0;
    font-size: 13px;
}

.filtros p {
    margin-top: 6px;
    font-weight: normal;
    font-size: 10px;
}

.tablaBusqueda {
    margin-top: 7.5px;
}

.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

/*mensajes*/
.mensajes {
    height: 55px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    margin: 5px;
}




.mensaje {
    max-height: 50px;
    overflow-x: hidden;
    background-color: #c4ddb5;
    border-radius: 5px;
    overflow-y: auto;
}

.mensaje2 {
    height: auto;
    overflow-x: hidden;
    background-color: #c4ddb5;
    border-radius: 5px;
    overflow-y: auto;
}

.btnmsj {
    margin-top: 5px;
    background-color: transparent;
    font-style: normal;
    color: black;
    line-height: 20px;
    height: 20px;
}
/*fin mensajes*/
/* default color */

/*#region menu*/
.menu {
    min-height: 35px;
    background-color: var(--siapColor1);
    margin: 0;
    margin-bottom: -5px;
    border-bottom: solid 2px;
    border-bottom-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-default {
    font-family: sans-serif;
}


.menubar-header {
    height: 35px;
    background-color: #EFEFEF;
}


.input-table {
    border-spacing: 0.5rem !important;
    border-collapse: collapse !important;
    border: none;
    width: 95%;
}

    .input-table p {
        color: #2E538A;
    }

.submenu {
    /*border-bottom:solid 2px #842636;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;*/
    margin-top: 0px;
    padding-bottom: 0px;
    margin-left: inherit;
    margin-right: inherit;
    background-color: #F9F9F9;
    padding-top: 1px;
    padding-bottom: 1px;
    color: black;
    font-weight: bold;
    box-shadow: 0px 2px 0px #EFEFEF;
    /*background-color: #fbfae8;
     border-radius:5px;
     
     border-top:solid 1px #f6f6f6;
     border-left:solid 1px #f6f6f6;
     border-right:solid 3px #65a2d5;
     border-bottom:solid 3px #65a2d5;
     margin-top:8px;
     padding-bottom:2px;
     padding-top:2px;*/
}



.submenu2 {
    border: solid 1px #ffedbe;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: inherit;
    margin-right: inherit;
    background-color: #fff9e8;
    color: black;
    font-weight: bold;
    box-shadow: 5px 5px 0px #EFEFEF;
    /*background-color: #fbfae8;
     border-radius:5px;
     
     border-top:solid 1px #f6f6f6;
     border-left:solid 1px #f6f6f6;
     border-right:solid 3px #65a2d5;
     border-bottom:solid 3px #65a2d5;
     margin-top:8px;
     padding-bottom:2px;
     padding-top:2px;*/
}
/*#endregion*/

/*#region sidebar*/
.sidebar {
    background-color: #F1F1F1;
    font-weight: bold;
    font-family: sans-serif;
    text-align: right;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    box-shadow: 2px 7px 5px var(--tpmexGrey2);
    display: block;
    float: left;
    width: 15%;
}

.sidebar-body {
    width: 85%;
    display: block;
    float: left;
}

.sidebar button {
    height: 100%;
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: double var(--tpmexGrey2);
}

    .sidebar button:hover, .sidebar button.selected {
        text-decoration: underline;
        background-color: var(--tpmexGrey2);
        text-decoration: underline;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*quitar borde azul del boton seleccionado*/
    .sidebar button:active, .sidebar button:focus, .sidebar button:active:focus, .sidebar button:visited {
        -webkit-box-shadow: none;
        background-image: none;
        outline: 0;
        box-shadow: none;
    }

.sideTitle {
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1F9BDE;
}

/*#region pop*/
.areaPop2 .sidebar {
    background-color: #F1F1F1;
    margin: -2px 0 0 0;
    font-weight: bold;
    font-family: sans-serif;
    text-align: right;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    box-shadow: 2px 7px 5px var(--tpmexGrey2);
    display: block;
    float: left;
    width: 15%;
}

.areaPop2 .sidebar-body {
    width: 85%;
    display: block;
    float: left;
}

.areaPop2 .sidebar button {
    height: 100%;
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    /*  padding-left: 20px;
    padding-right: 20px;*/
    border-bottom: double var(--tpmexGrey2);
}

.areaPop2 .sidebar .row:hover, .areaPop2 .sidebar .row.selected {
    background-color: var(--tpmexGrey2);
}

.areaPop2 .sidebar button:hover, .areaPop2 .sidebar button.selected {
    text-decoration: underline;
    margin-left: 0;
    margin-right: 0;
}

.areaPop2 .sidebar button:hover, .areaPop2 .sidebar button {
    background-color: transparent;
}

    /*quitar borde azul del boton seleccionado*/
    .areaPop2 .sidebar button:active, .areaPop2 .sidebar button:focus, .areaPop2 .sidebar button:active:focus, .areaPop2 .sidebar button:visited {
        -webkit-box-shadow: none;
        background-image: none;
        outline: 0;
        box-shadow: none;
    }

.areaPop2 .sideTitle {
    color: white;
    text-align: right;
    height: auto;
    min-height: initial;
    max-height: initial;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 5px 0 5px 0;
    background-color: #1F9BDE;
}

    .areaPop2 .sideTitle:hover, .areaPop2 .sidebar .row.sideTitle:hover {
        background-color: #1F9BDE;
    }
/*#endregion*/
/*#endregion*/
.txtTotal {
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    border-bottom: solid 1px var(--siapColor1);
}

.text-underline {
    text-decoration: underline;
}


.checkCell {
    margin-left: 10px;
}

.areaPop2 {
    position: absolute;
    top: 28px;
    left: 0px;
    right: 0px;
    bottom: 5px;
    overflow-y: auto;
    overflow-x: hidden
}

.areaPop {
    margin: -1px 5px 5px 5px;
    border: solid 2px #842636 /*900020*/;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    min-height: inherit;
    background-color: #f8f8f8;
    line-height: 1.3;
    font-size: 12px;
    vertical-align: central;
}

    .areaPop.absolute {
        position: absolute;
        top: 28px;
        left: 0px;
        right: 2px;
        bottom: 0px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .areaPop p {
        margin-top: 3px;
    }

.areaPopn p {
    margin-top: 3px;
}

.areaPopn {
    background-color: #f8f8f8;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: solid 2px var(--siapColor1);
    border-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 1.3;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto;
}

.areaPopnVH p {
    margin-top: 3px;
}

.areaPopnVH {
    background-color: #f8f8f8;
    margin: 5px;
    border: solid 2px var(--siapColor1);
    border-radius: 5px;
    border-top-right-radius: 5px;
    height: 97vh;
    line-height: 1.3;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.titulos {
    margin-top: 2px;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    /*border-top-left-radius: 5px;*/
    border-top-right-radius: 20px;
    background-color: #842636;
    color: white;
    min-width: 150px;
    height: 25px;
    max-width: 400px;
    font-family: sans-serif;
    font-size: 12px;
}

    .titulos p {
        padding-top: 6px;
    }



/*estilos pestañas pop*/

.tablaPestanas {
    margin-top: 5px;
    margin-left: 5px;
}

.pestanasPop {
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    background-color: var(--siapColor1);
    color: white;
    font-family: sans-serif;
}

.pestanasPopS {
    padding-left: 5px;
    padding-right: 15px;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    background-color: #842636;
    color: white;
    font-family: sans-serif;
}


    .pestanasPop p,
    .pestanasPopS p {
        padding-top: 6px;
    }

    .pestanasPop img,
    .pestanasPopS img {
        padding-top: 0px;
        padding-right: 2px;
    }

.pestanasPop a, li {
    text-decoration: none;
    font-style: inherit;
    color: white;
    font-size: 12px;
}

.pestanasPopS a, li {
    text-decoration: none;
    font-style: inherit;
    color: white;
    font-size: 12px;
}
/*fin estilos pestañas pop*/


.titulosPop {
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    background-color: var(--siapColor1);
    color: white;
    width: inherit;
    margin-bottom: 5px;
}

.txt {
    height: 28px;
    display: inline-block;
    font-style: initial;
    font-size: 11px;
}


.info-user {
    padding: 0;
    margin: inherit;
    height: 15px;
}

    .info-user p {
        font-weight: bold;
        font-size: smaller;
        display: inline-block;
        color: var(--siapColor1);
        height: 15px;
        padding-right: 3px;
    }

.celdaId {
    visibility: hidden;
    font-size: 0;
    width: 0px;
    height: 0px;
}

#lblNUser {
    font-size: 10px;
    font-weight: bold;
}

.gridV {
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 350px;
    max-height: 655px;
}

.gridV10 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 350px;
}

.gridVPop {
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 240px;
    margin-bottom: 5px;
}

.gridVPop3 {
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: auto;
    height: 390px;
    margin-bottom: 5px;
}

.gridVPop2 {
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 425px;
    margin-bottom: 5px;
}

.gridPop150 {
    overflow-y: auto;
    overflow-x: auto;
    height: 150px;
    margin-top: 5px;
    background-color: #f6f5f5;
    border-radius: 6px;
    border: solid 1px #c4ddb5;
}

.gridVT {
    border: solid 2px var(--siapColor1);
    border-radius: 5px;
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gridVTPopGrande {
    border: solid 2px var(--siapColor1);
    border-radius: 5px;
    height: 425px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gridT {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gridVT2 {
    border: solid 2px #666;
    border-radius: 5px;
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 11px;
    border: solid 1px lightgrey;
    background-color: white;
    -webkit-box-shadow: inset 0 0 6px #f6f5f5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #EFEFEF;
    border: solid 1px lightgrey;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}



.gridVEmp {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.textoTabla {
    text-align: center;
    font-weight: bold;
    font-size: smaller;
}


.mGridDer {
    width: 100%;
    color: black;
    background-color: #f6f5f5;
    text-align: right;
    /*border: solid 1px #525252;  */
    border-collapse: collapse;
    text-align: right;
}

    .mGridDer td {
        font-size: 10px;
        padding: 1px;
        /*border: solid 1px #c1c1c1;  */
        font-weight: normal;
        text-align: right;
    }

    .mGridDer th {
        padding: 0px 0px;
        color: var(--siapColor1);
        font-weight: bold;
        background-color: #fbf9f5;
        /*border-left: solid 1px #525252;  */
        font-size: 11px;
        text-align: right;
        border-bottom: solid 2px #E7E7E7;
    }

        .mGridDer th a li {
            color: #2E538A;
            text-align: right;
        }

    .mGridDer .alt {
        background: white repeat-x top;
        border-bottom: solid 1.5px #EFEFEF;
        border-top: solid 1.5px #EFEFEF;
        text-align: right;
    }

    .mGridDer .pgr {
        background: #4D738A repeat-x top;
    }

        .mGridDer .pgr table {
            margin: 0px 0;
        }

        .mGridDer .pgr td {
            border-width: 0;
            padding: 0 0px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #ffedbe;
            line-height: 12px;
        }

        .mGridDer .pgr a {
            color: white;
            text-decoration: none;
        }

            .mGridDer .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .mGridDer .derecha {
        font-size: 10px;
        padding: 0px;
        /*border: solid 1px #c1c1c1;  */
        text-align: right;
    }

    .mGridDer .tituloderecha {
        font-size: 10px;
        padding: 0px;
        /*border: solid 1px #c1c1c1;  */
        text-align: right;
        font-size: 12px;
    }

.mGrid {
    width: 100%;
    color: black;
    background-color: #f6f5f5;
    text-align: justify;
    /*border: solid 1px #525252;  */
    border-collapse: collapse;
    text-align: justify;
}

    .mGrid td {
        font-size: 10px;
        padding: 0px;
        /*border: solid 1px #c1c1c1;  */
        font-weight: normal;
        text-align: justify;
    }

    .mGrid tbody {
        /*height: 250px;*//*causa error en varias tablas a nivel general si se deja*/
        overflow: auto;
    }

    .mGrid #chbSuma tbody {
        height: inherit;
    }

    .mGrid th {
        padding: 0px 0px;
        color: var(--siapColor1);
        font-weight: bold;
        background-color: #fbf9f5;
        /*border-left: solid 1px #525252;  */
        font-size: 11px;
        text-align: justify;
        border-bottom: solid 2px #E7E7E7;
    }

        .mGrid th a li {
            color: #2E538A;
            text-align: justify;
        }

    .mGrid .alt {
        background: white repeat-x top;
        border-bottom: solid 1.5px #EFEFEF;
        border-top: solid 1.5px #EFEFEF;
        text-align: justify;
    }

    .mGrid .pgr {
        background: #4D738A repeat-x top;
    }

        .mGrid .pgr table {
            margin: 0px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 0px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #ffedbe;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: white;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .mGrid .derecha {
        font-size: 10px;
        padding: 0px;
        /*border: solid 1px #c1c1c1;  */
        text-align: right;
    }

    .mGrid .tituloderecha {
        font-size: 10px;
        padding: 0px;
        /*border: solid 1px #c1c1c1;  */
        text-align: right;
        font-size: 12px;
    }

    .mGrid tbody table tbody, .mGrid tbody table {
        height: 0px;
    }

    .mGrid tbody tr{
        max-height:25px;
    }

.lGrid {
    width: 100%;
    color: black;
    background-color: #f6f5f5;
    text-align: justify;
    /*border: solid 1px #525252;  */
    border-collapse: collapse;
}

.headerStyle {
}

.lGrid td {
    font-size: 10px;
    padding: 0px;
    /*border: solid 1px #c1c1c1;  */
    text-align: justify;
}

.lGrid th {
    background-color: #f8f8f8;
    height: 0px;
    text-align: justify;
    font-size: 1px;
    border-bottom: solid 2px #E7E7E7;
}

    .lGrid th a li {
        color: #2E538A;
    }

.lGrid .alt {
    background: white repeat-x top;
    border-bottom: solid 1.5px #EFEFEF;
    border-top: solid 1.5px #EFEFEF;
}

.lGrid .pgr {
    background: #4D738A repeat-x top;
}

    .lGrid .pgr table {
        margin: 0px 0;
    }

    .lGrid .pgr td {
        border-width: 0;
        padding: 0 0px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: #ffedbe;
        line-height: 12px;
    }

    .lGrid .pgr a {
        color: white;
        text-decoration: none;
    }

        .lGrid .pgr a:hover {
            color: #000;
            text-decoration: none;
        }



.moneda {
    background-color: transparent;
    min-width: 50px;
    max-width: 90%;
    border: none;
    height: auto;
    text-align: right;
    align-self: flex-end;
    margin-right: 5px;
}
/*tabla nominas*/
.mGrid2 {
    color: black;
    background-color: #f6f5f5;
    margin: 5px 0 10px 0;
    text-align: justify;
    /*border: solid 1px #525252;  */
    border-collapse: collapse;
}

    .mGrid2 td {
        font-size: 10px;
        height: 28px;
        /*border: solid 1px #c1c1c1;  */
        color: black;
        margin: 0px;
        padding: 0px;
    }



    .mGrid2 th {
        padding: 0px;
        color: var(--siapColor1);
        font-weight: bold;
        font-size: x-small;
        text-align: right;
        width: 55px;
        height: 32px;
        text-align: center;
        background: #EFEFEF;
        /*border-left: solid 1px #525252;  */
        border-bottom: solid 2px #E7E7E7;
    }

        .mGrid2 th a li {
            color: #2E538A;
        }

    .mGrid2 td a p {
        color: black;
    }

    .mGrid2 .alt {
        background: white repeat-x top;
        border-bottom: solid 1.5px #EFEFEF;
        border-top: solid 1.5px #EFEFEF;
    }

    .mGrid2 .pgr {
        background: #4D738A repeat-x top;
    }

        .mGrid2 .pgr table {
            margin: 5px 0;
        }

        .mGrid2 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #ffedbe;
            line-height: 12px;
        }

        .mGrid2 .pgr a {
            color: white;
            text-decoration: none;
        }

            .mGrid2 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


/**/
.mGrid3 {
    color: black;
    background-color: #f6f5f5;
    margin: 5px 0 10px 0;
    text-align: justify;
    /*border: solid 1px #525252;  */
    border-collapse: collapse;
}

    .mGrid3 td {
        font-size: 10px;
        height: 28px;
        margin: 0px;
        padding: 0px;
        /*border: solid 1px #c1c1c1;  */
    }

    .mGrid3 th {
        padding: 1px 1px;
        color: var(--siapColor1);
        font-weight: bold;
        font-size: x-small;
        text-align: center;
        width: auto;
        height: 32px;
        background: #EFEFEF;
        /*border-left: solid 1px #525252;  */
        border-bottom: solid 2px #E7E7E7;
    }

        .mGrid3 th a li {
            color: #2E538A;
        }

    .mGrid3 .alt {
        background: white repeat-x top;
        border-bottom: solid 1.5px #EFEFEF;
        border-top: solid 1.5px #EFEFEF;
    }

    .mGrid3 .pgr {
        background: #4D738A repeat-x top;
    }

        .mGrid3 .pgr table {
            margin: 5px 0;
        }

        .mGrid3 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #ffedbe;
            line-height: 12px;
        }

        .mGrid3 .pgr a {
            color: white;
            text-decoration: none;
        }

            .mGrid3 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


.bton {
    text-align: center;
    width: 80px;
    height: 30px;
}



/*tabla imss*/
.tableImss {
    border-color: darkblue;
    border: solid 1.5px;
}

    .tableImss td {
        background-color: var(--siapColor1);
        color: white;
        font-weight: bold;
        padding: 5px;
        text-align: center;
    }

    .tableImss .alt {
        background-color: #E7E7E7;
        color: black;
        font-weight: normal;
    }

/*fin tabla imss*/



/*Clases para SubMenus en Dropdown*/
.menu-item {
    font-family: sans-serif;
}

    .menu-item li {
        font-family: sans-serif;
    }

.dropdown-menu {
    font-family: sans-serif;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
        font-family: sans-serif;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/* END Clases para SubMenus en Dropdown*/
.gridVDispersion {
    margin-left: 20px;
    overflow-y: auto;
    overflow-x: auto;
    width: 95%;
    min-height: 40px;
}

.contendorH400W0 {
    margin-left: 20px;
    overflow-y: auto;
    overflow-x: auto;
    width: 95%;
    height: 400px;
    min-height: 40px;
}


.gridVHomePop {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    overflow-y: auto;
    overflow-x: auto;
    height: 275px;
}


.help-tip {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    background-color: var(--tpmexBlue);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*colors*/
.cl-black {
    color: black !important;
}

.cl-white {
    color: white;
}
/*backgrounds*/
.bg-green-xls {
    background-color: var(--green-xls);
}

.bg-orange {
    background-color: orange;
}

.bg-goldenrodyellow {
    background-color: lightgoldenrodyellow;
}

.bg-tpmexBlue {
    background-color: var(--tpmexBlue);
}

.bg-tpmexBluLight {
    background-color: var(--tpmexBlueLight);
}

.bg-tpmexGrey {
    background-color: var(--tpmexGrey);
}

.bg-tpmexGrey2 {
    background-color: var(--tpmexGrey2);
}

.bg-lightyellow {
    background-color: lightyellow !important;
    border: 1px solid yellow !important;
}

.bg-yellow {
    background-color: yellow !important;
}

.bg-lightgreen {
    background-color: lightgreen;
}

.hTable {
    height: 33px !important;
}


/*#region fondeo*/

#datosFondeo .form-input {
    height: 23px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: right;
    padding-right: 11px;
}

#datosFondeo .form-control {
    height: 23px;
    font-size: 11px;
    vertical-align: middle;
    min-width: 100px;
    padding-right: 11px;
}

#datosFondeo input[type=date].form-control {
    padding-right: 0;
    margin:1px;
}

#datosFondeo .readonly {
    padding-right: 12px;
}

#datosFondeo hr {
    border-top: double black;
    margin: 5px 0 5px 0;
}

#hr-fondeo1 {
    border-top: solid #eaeaea !important;
}

#datosFondeo .row {
    line-height:23px;
}

/*#endregion*/