/* General */

.accRapSistema {
    position:absolute;
    display: inline-block;
    text-align: center;
    width: 110px;
    font-size: 0.8em;
    margin: 10px;
    height: 120px;
    vertical-align: text-top;
    overflow: hidden;
}
    .accRapSistema:hover {
        font-weight:bold;
        cursor:pointer;
    }
    .accRapSistema img {
        display: inline-block;
        text-align: center;
    }
    .accRapSistema label {
        display: block;
        color: #181818;
        text-shadow: 1px 1px 2px #ffffff;
    }

.btn {
    font-size: 1em !important;
}
.btn-barra {
    background-color: #efefef;
    border: solid 1px #cdcdcd;
    padding: 7px 15px 7px 10px;
    color: #414141;
    margin-right: 5px;
}
    .btn-barra:focus {
        box-shadow:none;
    }
    .btn-barra:hover {
        background-color: #0d6efd;
        color: #ffffff;
        border-color: #115fd3;
    }
    .btn-barra svg {
        margin-right:5px;
    }

.btn-guardar {
    background-color: #efefef;
    border: solid 1px #cdcdcd;
    padding: 7px 15px 7px 10px;
    color: #414141;
    margin-right: 5px;
}
    .btn-guardar:focus {
        box-shadow: none;
    }
    .btn-guardar:hover {
        background-color: #04cd36;
        color: #ffffff;
        border-color: #079b2c;
    }
    .btn-guardar svg {
        margin-right: 5px;
    }

button.nav-link {
    padding: 8px;
}

#custom-menu {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    border: 1px solid #d7d7d7;
    padding: 0px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 0.9em;
}
    #custom-menu button {
        display: block;
        text-decoration: none;
        color: #1c1c1c;
        padding: 5px 20px;
    }
        #custom-menu button svg {
            margin-right: 8px;
        }
        #custom-menu button:hover {
            background-color: #747474;
            color: #fff !important;
        }

    #custom-menu .header {
        text-align: center;
        font-size: 0.9em;
        font-weight: bold;
        padding: 3px 10px;
        background-color: #ccc;
        color: #6c6c6c;
    }

#empLogoIcon {
    border: solid 1px #ced4da;
    padding: 3px;
    border-radius: 3px;
    min-height: 60px;
    max-height: 60px;
    min-width: 100%;
    max-width: 100%;
    object-fit: none;
}
#empWallIcon {
    border: solid 1px #ced4da;
    padding: 3px;
    border-radius: 3px;
    min-height: 135px;
    max-height: 135px;
    min-width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.row-checkbox {
    color: #000;
    transition: 0.3s all;
    padding: 3px 0;
}
    .row-checkbox:hover {
        background-color: #e2f0ff;
    }
.row-checkbox-a {
    color: #000;
    text-decoration: none;
}
    .row-checkbox-a:hover {
        color: #000;
    }
.row-checkbox-active {
    color: #000;
    background-color: #e2f0ff;
    font-weight: bold;
}


.column-hide {
    display: none;
}

.contenedor-linea-derecha {
    border-right: solid 1px #d7d7d7;
}

.control-invalido {
    background-color: #fff0f0 !important;
    border: 1px solid #c50000 !important;
}
    .control-invalido:focus {
        border-bottom-color: rgb(197, 0, 0);
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
        border-left-color: rgb(197, 0, 0);
        border-right-color: rgb(197, 0, 0);
        border-top-color: rgb(197, 0, 0);
        outline: 4px solid #ffb4b4;
    }

footer {
    line-height: 20px !important;
    background-color: #f3f3f3;
    border-top: 1px solid #d3d3d3;
    padding: 5px 0px;
    font-size: 0.8em;
}

.grid-button-show {
    margin: 3px 5px;
    font-size: 1em;
    color: #5cadcd;
}
    .grid-button-show:hover {
        color: #004cff;
    }

.grid-button-edit {
    margin: 3px 5px;
    font-size: 1em;
    color: #5cadcd;
}
    .grid-button-edit:hover {
        color: #004cff;
    }

.grid-button-delete {
    margin: 3px 5px;
    font-size: 1em;
    color: #fd6262;
}
    .grid-button-delete:hover {
        color: #e30000;
    }

.grid-button {
    margin: 3px 5px;
    font-size: 1em;
}

.indicadores-mantenimiento {
    position: absolute;
    right: 0;
    margin-right: 10px;
    color: #c50000;
    font-weight: normal;
}

.input-group-text {
    color: #909ba7;
    background-color: #efefef;
}

input, select, textarea {
    font-size: 1em !important;
}
.jsgrid-filter-row input {
    border: 1px solid #c5c5c5 !important;
    border-radius: 5px;
    background-color: #ffffff !important;
}
    .jsgrid-filter-row input:focus,
    .jsgrid-filter-row input:active,
    .jsgrid-filter-row input:focus-visible {
        border: 1px solid #979797 !important;
        background-color: #eee !important;
        outline:none;
    }
.jsgrid-grid-body {
    font-size: 1.1em;
}
.jsgrid-cell {
    padding: 0.3em !important;
}

.listaChequeo {
    background-color: #fff;
    padding: 10px;
}

.localTabla {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-bottom:none;
}
    .localTabla input:disabled {
        background: none;
    }
    .localTabla tbody select, .localTabla tbody input {
        border: none;
        margin: 1px;
        padding: 0 3px 0 3px;
        -moz-appearance:none;
        -webkit-appearance:none;
        appearance:none;

    }
    .localTabla tbody select::-ms-expand {
        display:none;
    }
        .localTabla tbody select:focus, .localTabla tbody input:focus {
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
        }
    .localTabla tbody tr {
        height: 27px !important;
    }
        .localTabla tbody tr.error {
            background-color: #ffd6d6;
        }
        .localTabla tbody tr td {
            margin: 0;
            padding: 0;
            vertical-align: middle;
            border: 1px solid #ccc;
        }
    .localTabla thead button {
        padding: 1px 5px 2px 5px;
        margin: 2px 0 2px 0;
        width: 100%;
    }
    .localTabla thead tr {
        background-color: #0c4eac;
        color: #fff;
        border: solid 1px #ccc;
        height: 29px;
    }
        .localTabla thead tr td {
            padding: 0 5px 0 5px;
            vertical-align: middle;
            font-weight: 600;
            border-right: 1px solid #ccc;
        }

.localTabla-footer .form-label {
    margin: 0;
    font-weight: 500;
    padding: 0;
}

.localTabla-footer {
    background-color: #ededed !important;
    color: #5c5c5c;
    padding: 2px 0 2px 0;
    margin: -10px 0 0 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #d3d3d3;
    border-top: solid 2px #0c4eac;
}
    .localTabla-footer input {
        margin: 0;
        padding: 2px 5px;
    }
        .localTabla-footer input:disabled {
            background-color: #b5b5b5 !important;
            color: #363636;
            border-color: #404040;
            font-weight: bold;
        }
        .localTabla-footer input.diferencia:disabled {
            background-color: #e56f6f !important;
            color: #ffffff;
            border-color: #995050;
            font-weight: bold;
        }
    .localTabla-footer label.diferencia {
        color: #b11c1c !important;
    }

.marcarFoco:focus {
    background-color: #ddeaff !important;
}

.marcarHover:hover {
    font-weight:bold;
}

.titulo-pane {
    background-color: #88b3f3;
    color: #fff;
    font-size: 1.1em;
    padding: 4px 11px;
    margin:0;
}

.man-panel-acciones button svg {
    margin-right: 6px;
}

.man-panel-editar {
    padding: 10px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    width: auto;
    display: none;
    font-size: 0.8em;
}

.man-panel-filtros {
    padding: 10px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    width: auto;
    font-size: 0.8em;
}

.man-panel-grid {
    padding: 10px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    width: auto;
    font-size: 0.8em;
}

.man-panel-header {
    background-color: #e3e3e3;
    margin: -9px -9px 9px -9px;
    padding: 5px 10px;
    border-radius: 9px 9px 0 0;
    border-bottom: 1px solid #c5c5c5;
    color: #4c4c4c;
    font-size: 0.9em;
    font-weight: 700;
}

.man-panel-filtros .man-panel-header {
    cursor:pointer;
}
.container-fluid.man-panel-filtros .man-panel-header svg {
    margin-top: -5px;
    background-color: #ffffff9c;
    padding: 3px;
    border-radius: 15px;
    position: relative;
    top: 5px;
    left: 5px;
    border: solid 1px #878787;
}

.man-panel-reportes {
    padding: 10px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.man-panel-header-sub {
    padding: 2px 10px;
    margin: -9px;
    background-color: #3a3d4f;
    color: #ffffffc9;
    font-size: 0.8em;
    font-weight: 400;
}

.man-panel-otros {
    padding: 10px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    width: auto;
}

.man-panel-otros-header {
    background-color: #e3e3e3;
    margin: -9px -9px 9px -9px;
    padding: 5px 10px;
    border-radius: 9px 9px 0 0;
    border-bottom: 1px solid #c5c5c5;
    color: #4c4c4c;
    font-weight: 700;
}

.menu-usuario {
    background-color: #696b76;
    border: 1px solid #c7c7c7;
    border-top: none;
    padding: 15px 20px;
    position: absolute;
    border-radius: 0 0 5px 5px;
    width: 300px;
    box-shadow: 0px 5px 12px 0 #999999;
}
    .menu-usuario hr {
        color: #fff;
    }

.monotype {
    font-family: monospace;
    text-wrap-mode: nowrap;
    font-size: 0.9em;
}

.nav-tabs {
    background-color: #f5f5f5;
}

.nitTabla {
    border-collapse: collapse;
    width: 100%;
    border-bottom: solid 1px #dddddd;
}
    .nitTabla thead th {
        position: sticky;
        top: 0;
        background-color: #0c4eac;
        color:#fff;
        z-index: 1;
    }
    .nitTabla tbody {
        display: table-caption;
        height:250px;
        max-height: 250px;
        overflow-y: auto;
    }
        .nitTabla tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }
            .nitTabla tbody tr:hover {
                background-color: #ebf3ff;
                color: #0c4eac;
                cursor: pointer;
            }
    .nitTabla th, td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        border-top: none;
    }

.ocultarInicio {
    display:none;
}

#pnlAccesoRapido {
    margin: 0 0 0 0;
    position: relative;
    /*position: absolute;*/
    inset: 0;
    background-image: url('/assets/imagenes/wallpaper.jpg');
    background-size: cover; /* llena todo sin deformar */
    background-position: center; /* centrada */
    background-repeat: no-repeat;
    z-index: 0;
}

.panel-info {
    border: solid 1px #afafaf;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
    background-color: #dfdfdf;
    margin-bottom: 10px;
}
    .panel-info input:disabled {
        background-color: #ffffffa6 !important;
    }
    .panel-info label {
        font-weight: bold;
        color: #363636;
    }

.panel-proceso {
    padding: 10px 12px;
    background-color: #fff;
}

.pantallaTrabajo {
    background-color: #f3f3f3;
}
    .pantallaTrabajo .card-body {
        padding: 0;
    }

.periodoActual {
    border-color: #15c775;
    /*box-shadow: #19875459 0px 0px 0px 3.61594px !important;*/
    background-color: #18e38530;
}
    .periodoActual:disabled {
        background-color: #daefe1;
    }

.reporte-container {
    overflow-y: scroll;
    margin: -9px;
    border-radius: 0 0 8px 8px;
}
    .reporte-container .accordion-body svg,
    .reporte-container .reporte-nonis svg {
        margin-right: 6px;
        color: #77b7e5;
    }
    .reporte-container .accordion-header svg {
        margin-right: 6px;
        color: #cbc27e;
    }

    .reporte-container .reporte-nonis ul {
        margin: 0;
        list-style: none;
        padding: 0 0 0 0;
        font-size: 0.9em;
    }
    .reporte-container .reporte-nonis ul li button {
        padding: 0 0 0 10px;
        color: var(--col-fg-men);
    }
        .reporte-container .reporte-nonis ul li button:focus {
            box-shadow: none !important;
        }
    .reporte-container .accordion-item {
        border: none;
    }
    .reporte-container .accordion-body ul {
        margin: 0;
        list-style: none;
        padding: 0 0 0 10px;
        font-size: 0.9em;
    }
    .reporte-container .accordion-body ul li button {
        margin: 0;
        padding: 1px 10px 1px 10px;
        overflow: hidden;
        color: var(--col-fg-men);
        background-color: var(--col-bg-men);
        width: 100%;
        text-align: left;
    }
        .reporte-container .accordion-body ul li button:focus {
            box-shadow: none;
        }
    .reporte-container .accordion-body {
        padding: 0;
    }
    .reporte-container .accordion-button {
        padding: 3px 10px !important;
        font-size: 0.45em !important;
        color: var(--col-fg-men);
        background-color: var(--col-bg-men);
    }
        .reporte-container .accordion-button:focus {
            box-shadow: none !important;
        }
        .reporte-container .accordion-button:not(.collapsed) {
            color: var(--col-fg-men-hov);
            background-color: var(--col-bg-men-hov);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
        }
        .reporte-container .accordion-button:after {
            background-image: url('../assets/imagenes/bullet-menu.png');
            background-size: 10px 10px;
            background-position: center;
            margin-right: -7px;
        }
    .reporte-container .accordion-button::after {
        filter: brightness(0.2);
    }

.reporte-params {
    padding: 5px 0px 40px 0px;
    margin: 10px 0px 10px -20px;
    overflow: auto;
    font-size: 0.8em;
}

.resumenTabla {
    margin: 6px 0 6px 0;
    padding: 3px 6px 2px 6px;
    background-color: #ededed;
    color: #6c6c6c;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
}
    .resumenTabla label {
        font-weight: 600;
    }
    .resumenTabla input:disabled {
        border: none;
        background: none;
        width:250px;
    }

.site-map {
    padding: 2px 12px;
    font-size: 0.8em;
    background-color: #3a3d4f;
    color: #ffffffe0;
}
    .site-map button {
        color: #00b6ff;
        text-decoration: none;
        transition: 0.3s all;
        padding: 0 3px;
        margin: -5px -3px 0 0;
        font-size: 1.1em;
    }
        .site-map button:hover {
            color: #ffca00 !important;
        }

.swal2-modal {
    font-size: 0.8em;
}

.tab-pane {
    border: solid 1px #dee2e6;
    border-top: none;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

table tr td input,
table tr td .comboBuscador,
table tr td .comboBuscador.disabled {
    background: transparent !important;
}

    table tr td .comboBuscador,
    table tr td .comboBuscador.disabled {
        border: none !important;
    }


.titulo-pantalla {
    padding: 5px;
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 500;
}
    .titulo-pantalla button {
        background-color: transparent;
        border: none;
        color: #ffffff9c;
        transition: 0.3s all;
        font-size: 1.1em;
        padding: 0;
        margin: -5px -7px 0 0;
        line-height: 0;
    }
    .titulo-pantalla button:hover {
        color: #fff;
    }

.titulo-sitio {
    min-height: 60px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0px -4px 12px 0px #979797;
    position: relative;
}
    .titulo-sitio div.marca {
        font-size: 1.5em;
        font-weight: 600;
    }
    .titulo-sitio .usuario-nombre {
        font-weight: bold;
        cursor: pointer;
        display: inline;
        font-size: 0.8em;
    }
    .titulo-sitio .usuario-rol {
        font-size: 0.8em;
    }
    .titulo-sitio div.sub-marca {
        font-size: 0.8em;
        margin: -7px 0 0 0;
    }
tr.selected-row td.jsgrid-cell {
    background-color: #c4e2ff;
    color: #000000;
    font-weight: 600;
}

ul#myTab {
    font-size: 0.8em;
}


/* Login & Empresas */
.formulario-login {
    background-color: #f5f5f5;
    width: auto;
    border-radius: 15px;
    padding: 50px;
    margin: 50px auto;
    width: 1000px;
    box-shadow: 0px 10px 18px 0 #0000001f;
}

.listaNumeradaSpan {
    list-style: none;
    padding: 0;
}
    .listaNumeradaSpan span {
        margin-right:10px;
    }

.loginForm {
    margin-right: 30px;
}
    .loginForm .login-head {
        text-align: left;
    }
        .loginForm .login-head h4 {
            font-weight: bold;
            margin-bottom: 30px;
        }

.areaFondo {
    background-color: #e7e7e7;
}



/* Colores */
.c-blanco {
    color: #fff;
}

.bg-gris-claro {
    background-color: #f3f3f3;
}

/* PAGINA PRINCIPAL */
.content {
    height: calc(100vh - 112px);
}

.panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    /* avoid browser level touch actions */
    xtouch-action: none;
    height: calc(100vh - 60px - 31px);
}

.panel-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 5px;
    width: 300px;
    min-height: 100%;
    min-width: 5px;
    max-width:600px;
    white-space: nowrap; 
}

.splitter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 5px;
    background: url('../assets/imagenes/vsizegrip.png') center center no-repeat #dcdcdc;
    min-height: 200px;
    cursor: col-resize;
}

.panel-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* resizable */
    padding: 5px;
    width: 100%;
    min-height: 200px;
    min-width: 300px;
}

.card-body-fixed-height {
    height: calc(100vh - 86px - 84px);
    overflow: auto;
    margin-bottom:5px;
}

.card-body-fixed-height-right {
    height: calc(100vh - 86px - 84px);
    overflow: auto;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .panel-left, .panel-right {
        display: block;
        flex: 0 0 100%;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }

    .card-body-fixed-height, .panel-container, .sidebar-mini .sidebar, .panel-container {
        height: auto;
        overflow: unset;
        display: block;
    }

    .splitter {
        display: none;
    }
}

.comboBuscador {
    border: 1px solid #ced4da;
    background-color:#fff;
}
    .comboBuscador:hover {
        border: 1px solid #ced4da;
        background-color: #fff;
    }
    .comboBuscador:focus {
        border-color: #86b7fe;
        background-color: #fff;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }
    .comboBuscador.disabled {
        background-color: #e9ecef;
        border-color: #ced4da;
        color: #363636;
        opacity: 1;
    }
.comboBuscador-popup {
    font-size: 1em;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    width: auto !important;
}
    .comboBuscador-popup .dropdown-item.active,
    .comboBuscador-popup .dropdown-item:active {
        background-color: #767676;
    }
    .comboBuscador-popup input {
        box-shadow: none;
        border: 1px solid #ced4da !important;
    }
        .comboBuscador-popup input:focus {
            box-shadow: none;
            border: 1px solid #ced4da !important;
        }
#btnNuevoDetalleAsiento {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 70px;
    height: 70px;
    z-index: 1;
    border: 1px solid #0c4eac;
    border-radius: 50%;
    font-size: 3em !important;
    font-weight:bold;
    background-color: #0d6efdd6;
    color: #fff;
    transition: ease-in-out .2s;
}
    #btnNuevoDetalleAsiento:hover {
        width: 80px;
        height: 80px;
    }