﻿html {
    overflow: hidden;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fbf9f5;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
    max-height: 100%;
}

.info-user {
    padding: 0;
    margin: inherit;
    height: 15px;
}

    .info-user p {
        font-weight: bold;
        font-size: smaller;
        display: inline-block;
        color: #151e49;
        height: 15px;
        padding-right: 3px;
    }

footer { /*Estilo Pie de Pagina Login*/
    margin-left: 5px;
    margin-right: 5px;
    bottom: 0 !important;
    background-color: #161F49 /*#338bbc*/;
    text-align: center;
    width: 99.4%;
    font-size: 12px;
    height: 20px;
    position: fixed;
}

    footer p {
        padding-top: 3px;
        color: white;
    }

/*@media screen and (min-width: 100px) and (max-width: 1366px) {
    /* Set padding to keep content from hitting the edges */
.body-content {
    height: 490px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 35px;
}
/*border:1px solid #ff0000;*/

}

@media screen and (min-width: 100px) {
    .body-content {
        height: 800px;
        overflow: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
    }
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.form-input {
    height: 20px;
    font-size: 10px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.W100p {
    width: 100%;
}

.myDate {
    width: 64px !important;
}

.myNoDayBeforeDate {
    width: 64px !important;
}

.myImmsDate {
    width: 64px !important;
}

.myBornDate {
    width: 64px !important;
}

.tableSua {
    font-size: 10px;
}

.table-container {
    overflow-x: auto;
    height: 65vh;
}

.icon { /*Some CSS to set the background image (not tested) */
    padding: 0px;
    width: 20px;
    height: 20px;
}

.menuIcon { /*Some CSS to set the background image (not tested) */
    padding: 0px;
    width: 30px;
    height: 30px;
}

.excel-area { /*Some CSS to set the background image (not tested) */
    width: 100%;
    text-align: right;
    height: 100px;
    float: left;
}


.container-sua {
    padding-top: 0px;
    margin-bottom: 0px;
}
/*imgL*/
.imgH {
    max-height: 50px;
    max-width: 100px;
}

.imgL {
    max-height: 45px;
    max-width: 100%;
}
/*imgL*/

.logo { /*Some CSS to set the background image (not tested) */
    padding: 0px;
    text-align: left;
    height: 88px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    border: none;
    float: left;
}

.title {
    border-bottom: 2px solid #151E49;
    height: 70px;
    min-width: 200px;
    padding: 0px;
    /*vertical-align: top; 
    float: right;
    display: inline;*/
}

    .title h1, h3 {
        line-height: 2%;
    }

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;
    font-size: 12px;
}

#header {
    height: 20%;
    width: 100vh;
}


.cuerpo {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 130px);
    margin-bottom: 0px;
    padding: 0px;
}

/*@media screen and (min-width: 100px) and (max-width: 1366px) {
    .cuerpo {
        height: 512px;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
    .cuerpo {
        height: 810px;
    }
}*/


.btnSIAP {
    font-family: 'Ubuntu', sans-serif;
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    font-weight: bold;
}





    .btnSIAP:hover,
    .btnSIAP:focus,
    .btnSIAP:active,
    .btnSIAP.active,
    .open .dropdown-toggle.btnSIAP {
        color: #333333 !important;
        background-color: #ebebeb !important;
        border-color: #adadad !important;
    }

    .btnSIAP:active,
    .btnSIAP.active,
    .open .dropdown-toggle.btnSIAP {
        background-image: none !important;
    }

    .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;
    }


.login { /*Some CSS to set the background image (not tested) */
    padding: 0px;
    margin-top: 2px;
    text-align: left;
    /*    width: 40%;  */
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    border: 0px;
    display: inline;
}

.textMenu {
    text-align: justify;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}



.footer {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    height: 20px;
    bottom: 0;
    position: fixed;
}

.logo-login { /*Some CSS to set the background image (not tested) */
    padding: 0px;
    width: 100%;
    vertical-align: central;
    height: auto;
    text-align: center;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
}

.logo-login-main { /*Some CSS to set the background image (not tested) */
    padding-left: 15px;
    width: 100%;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 95px;
    border: 0px;
    border: 0px;
}

.menu {
    height: 35px !important;
    background-color: #2E538A /*#161F49*/;
    margin: 0;
    margin-bottom: -5px;
    border-bottom: solid 2px;
    border-bottom-color: white;
}


.navbar-header {
    margin: 0px !important;
    padding: 0px !important;
    top: 1px;
    position: inherit;
}

.menubar-header {
    margin-bottom: 2px !important;
    padding: 0px !important;
    top: 0px;
    position: inherit;
    background-color: #F1F1F1;
}

.login-line {
    margin-top: 0px;
    background-color: #D5E2F3;
    width: 100%;
    height: 15px;
    color: #2E538A;
    text-align: right;
    font-size: 10px;
    padding-right: 25px;
}






tfoot {
    background-color: #fff;
    color: #000000;
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
    font-size: 10px;
}

    tfoot td {
        border-bottom: 0;
        border-right: 0;
    }

#contenedor {
    margin-left: 0px;
    margin-top: 20px;
    padding: 0 0 0 0;
    width: 90%;
    position: inherit;
    min-height: 450px;
    border: 0px solid #2A538A;
    height: auto;
}

#lcontenedor-interno {
    width: 100%;
    overflow: hidden;
    float: left;
    clear: left;
    min-height: 300px;
    margin-bottom: 1px;
    padding: 1px;
}

#lgcontenedor-interno {
    width: 49%;
    overflow: hidden;
    float: left;
    min-height: 300px;
    margin-bottom: 1px;
    position: inherit;
    margin-top: 10px;
    margin-left: 10px;
    height: auto;
}

#rgcontenedor-interno {
    width: 49%;
    overflow: hidden;
    float: right;
    min-height: 300px;
    margin-bottom: 1px;
    border-left: 0px dotted #2A538A;
    margin-top: 10px;
    margin-right: 10px;
    position: inherit;
    height: auto;
}

#bcontenedor-interno {
    text-align: center;
}


.rarrow_button {
    background: url(Images/arrow_right.png) no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
}

.raddEmployee_button {
    background: url(Images/addEmployee1.png) no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: none;
    float: left;
    clear: both;
    vertical-align: text-top;
    display: inline;
}

.rpdf_button {
    background: url(Images/pdf.gif) no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
}

.rsearch_button {
    background: url(Images/buscar.png) no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
}

.larrow_button {
    background: url(Images/arrow_left.png) no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
}
/*
.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

    */

/*Clases para SubMenus en Dropdown*/
.menu-item {
    font-family: 'Ubuntu', sans-serif;
}

    .menu-item li {
        font-family: 'Ubuntu', sans-serif;
    }

.dropdown-menu {
    font-family: 'Ubuntu', 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: 'Ubuntu', 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*/
/**
    Stylos para la tabla
}*/

.table-container {
    overflow-y: auto;
}

table-sua {
    width: auto;
    background-color: transparent;
}

.name-col {
    width: 800px !important;
}

.plaza-col {
    width: 250px;
}

table-fixed {
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

    .table-fixed thead th {
        height: 30px;
        /*text-align: left;*/
    }

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
}

.table-fixed thead {
    /* fallback */
}


    .table-fixed tbody td, .table-fixed thead th {
        float: left;
        white-space: nowrap;
    }

.submenu-imss {
    background-color: #F9F9F9;
    border: 1px #2E538A solid;
    color: #2E538A;
    border-radius: 0px;
    padding: 5px 0px 5px 3px;
    margin: 0;
    -webkit-box-shadow: 10px 10px 1px 0px #2E538A;
    box-shadow: 10px 10px 1px 0px #2E538A;
}

    .submenu-imss input[type=text], .submenu-imss select, .submenu-imss input[type=date] {
        max-width: 100%;
        width: 100%;
        max-height: 20px;
    }

    .submenu-imss .imgBtn{
        max-height:25px;
        cursor:pointer;
    }

.marqueeFilter {
    background-color: #F9F9F9;
    min-height: 150px;
    border-spacing: 1.0rem;
    min-height: 80px;
    border: 1px #2E538A solid;
    color: #2E538A;
    box-shadow: 10px 10px 1px #2E538A;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
}

    .marqueeFilter table {
        font-size: 11px;
    }

    .marqueeFilter td {
        min-width: 50px;
    }

.left-Marquee {
    float: left;
    clear: right;
    display: inline;
    vertical-align: top;
    height: 400px;
    width: 500px;
}

.right-Marquee {
    float: left;
    display: inline;
    vertical-align: top;
    height: 400px;
    width: 550px;
}

.right-Marquee-inside {
    float: right;
    vertical-align: top;
    height: 350px;
    width: 250px;
    border: 1px solid #2E538A;
    display: inline-block;
    margin: 20px 20px;
    background-color: #B0E1EE;
    border-radius: 25px;
}

.foto-Marquee {
    height: 200px;
    width: 200px;
    padding-top: 30px;
    margin: 50px 20px;
    border: 1px solid #151E49;
    border-radius: 25px;
    background: #2A538A;
    text-align: center;
    clear: both;
    display: inline-block;
}

.menu-archivos-table {
    border-radius: 25px;
    border: none;
    background-color: #B0E1EE;
    width: 200px;
    height: 340px;
    color: #2A538A;
}

    .menu-archivos-table td {
        margin: 10px;
        padding: 10px;
    }


.input-table {
    border-spacing: 0.5rem !important;
    border-collapse: collapse !important;
    border: none;
    width: 95%;
}

    .input-table p {
        color: #2E538A;
    }


.value-label {
    background-color: #FFF !important;
    color: #000 !important;
    border: 2px solid #dadada;
    border-radius: 7px;
    font-weight: normal !important;
    padding: 1px;
}

.cursor {
    cursor: pointer;
}

/*web form*/


/*formato tablas*/
.textoTabla {
    text-align: center;
    font-weight: bold;
    font-size: smaller;
}

.mGrid {
    width: 100%;
    color: black;
    background-color: #f6f5f5;
    margin: 5px 0 10px 0;
    font-size: 11px;
    /*border: solid 1px #525252;  */
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        /*border: solid 1px #c1c1c1;  */
        height: 28px;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #F9F9F9;
        height: 40px;
        background: white url(grd_head.png) repeat-x top;
        /*border-left: solid 1px #525252;  */
        font-size: 0.9em;
        text-align: center;
        border-bottom: solid 2px #E7E7E7;
    }

        .mGrid th a li {
            color: #2E538A;
        }

    .mGrid .alt {
        background: white url(grd_alt.png) repeat-x top;
        border-bottom: solid 1.5px #EFEFEF;
        border-top: solid 1.5px #EFEFEF;
        height: 28px;
    }

    .mGrid .pgr {
        background: #4D738A url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            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;
            }

/*fin formato tablas*/


.info-bar {
    background-color: #F9F9F9;
    min-height: 150px;
    border-spacing: 1.0rem;
    min-height: 80px;
    border: 1px #2E538A solid;
    color: #2E538A;
    box-shadow: 10px 10px 1px #2E538A;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 10px;
}

.item {
    font-size: 12px;
    font-weight: bold;
}

.item2 {
    color: black;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

.deduccion {
    color: red;
    background-color: transparent;
    width: 65px;
    border: none;
    font-size: x-small;
    text-align: right;
}

.percepcion {
    color: green;
    background-color: transparent;
    width: 65px;
    border: none;
    font-size: x-small;
    text-align: right;
}

.neto {
    color: blue;
    background-color: transparent;
    width: 65px;
    border: none;
    font-size: x-small;
    text-align: right;
    font-weight: bold;
}

.dias {
    color: blue;
    background-color: transparent;
    width: 60px;
    border: none;
    font-size: x-small;
    text-align: center;
}
/*fin estilos web-form*/

/*controles de formularios*/
.form-control {
    height: 23px !important;
    border-radius: 4px !important;
    width: 100%;
    padding-top:0px;
    padding-bottom:0px;
}
