﻿/*impresión de elementos*/
@media screen {
    .noPrint {
    }

    .noScreen {
        display: none;
    }
}

@media print {
    .noPrint {
        display: none;
    }

    .noScreen {
    }
}

.nk-help {
    padding: 5px;
    background-color: #f9f9f9;
    border-bottom: 0.5px solid #d0d0d0;
    border-color: #eff1f5;
}

    .nk-help > p {
        margin: 0px;
        color: #4f4f4f;
        font-size: small;
    }

        .nk-help > p:before {
            content: "\f05a";
            color: #26C281;
            padding-right: 5px;
            font-family: FontAwesome;
        }


.label-large {
    vertical-align: super;
    font-size: large;
}


.nk-spacer {
    padding: 0px 0px;
    border: solid 1px #ddd;
    width: 100%;
    float: left;
}

.nk-photo {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -10px;
}

.nk-perfil-img {
    max-height: 100px;
}

.nk-ellipsis-multiline {
    display: block;
    display: -webkit-box;
    /*font-size: $font-size*1px;*/
    line-height: 1.4;
    /*white-space: nowrap;*/
    max-height: 6em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5em;
}

    .nk-ellipsis-multiline p:not(:first-of-type) {
        display: none;
    }


.nk-notificaciones-sin-leer {
    background-color: #bcd7ee;
}

.modal-mdMaxi {
    width: 60% !important;
}

.modal-lgMaxi {
    width: 90% !important;
}
.modal-lgTodo {
    width: 100% !important;
}

/*Fix datatable fixed column primera columna no se puede seleccionar casilla*/
.DTFC_LeftBodyLiner {
    overflow-y: hidden !important;
    width: 99.9% !important;
}

table.DTFC_Cloned tr.even {
    height: 57px !important;
}




/*Sticky header y columnas */





.sticky-table-column {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
    width: 100%
}



.sticky-table-column__sticky {
    background-color: white;
    left: 0;
    position: sticky;
    z-index: 98;
    padding: 0 .25rem;
    border: 1px solid #ddd;
}




.sticky-table-headers__sticky {
    background-color: white;
    border: 1px solid #ddd;
    top: 0;
    position: sticky;
    z-index: 99
}


.table-striped > tbody > tr:nth-of-type(2n+1) > td.sticky-table-column__sticky {
    background-color: #f9f9f9 !important;
}


.nk-seccion {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}


.nk-actions {
    /* anterior
       padding: 5px 5px 5px 0px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;*/
    padding: 5px;
    background-color: #fbfbfb;
    /* margin-bottom: 1px; */
    /* border-style: solid; */
    border-bottom: 0.5px solid #d0d0d0;
    border-color: #eff1f5;
}


.nk-seccion {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.boton-azul {
    background-color: white;
    border: 2px solid #4B77BE;
    color: #4B77BE;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .boton-azul:hover {
        background-color: #4B77BE;
        color: white;
    }



.boton-gris {
    background-color: white;
    border: 2px solid #95A5A6;
    color: #95A5A6;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .boton-gris:hover {
        background-color: #95A5A6;
        color: white;
    }


 


/*cabecera fija super*/

.table-container-fixed-row-col {
    width: 100%; /* Full width */
    overflow-x: auto; /* Enables horizontal scrolling */
}

table.fixed-row-col {
    width: 100%;
    border-collapse: separate; 
    width: 100%;
    table-layout: fixed; /* Ensures the columns take up the specified width */
}

    table.fixed-row-col th, table.fixed td {
        padding: 10px;
        border: 1px solid #ddd;
    }

    table.fixed-row-col th {
        background-color: #f2f2f2;
    }

    table.fixed-row-col thead tr:first-child {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: #fff;
    }

    table.fixed-row-col thead tr:nth-child(2) {
        position: sticky;
        top: 38px;
        z-index: 11;
        background-color: #fff;
    }

    table.fixed-row-col tbody tr:nth-child(even) {
        /*background-color: #f9f9f9;*/
    }

    table.fixed-row-col th:nth-child(odd):not(.sin-color) {
        border-color: #3FABA4;
    }

    table.fixed-row-col th:nth-child(even):not(.sin-color) {
        border-color: #c7e112;
    }

    .fixed-column {
        position: sticky;
        left: 0;
        background-color: #f4f4f4; /* Optional: To highlight the fixed column */
        z-index: 3; /* Ensures it's on top */
    }
/*cabecera fija super END*/

/*checkbox centrado en tabla */ 
td.center-checkbox {
    text-align: center; /* Horizontal centering */
    vertical-align: middle; /* Vertical centering */
}

    td.center-checkbox input[type="checkbox"] {
        margin: 0; /* Remove default margin */
    }
/*checkbox centrado en tabla FIN */


.modal-lg-app
{
    width:100%;
}