﻿table.dataTable.nowrap th, table.dataTable.nowrap td {
    vertical-align: middle;
    white-space: normal;
}

.form-error {
    border: 1px solid #ec3237 !important;
}

.form-error-message {
    color: #ec3237;
    font-size: 11px;
    display: block;
    padding: 0;
    margin: 0;
}

.modal-body-lg {
    padding: 0px 0px 1px 0px !important;
    /*background: #f5f6fa !important;*/
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    outline: 0;
}

.displayNone {
    display: none !important;
}

.fondo-pleaseWait {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=40); /*Needed for IE*/
    -moz-opacity: 0.4; /*Older mozilla broswers like NN*/
    -khtml-opacity: 0.4; /*Old versions of Safari and "KHTML" browser engines*/
    opacity: 0.4; /*FF, Safari, and Opera*/
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 999999;
    /*display: none;*/
}

.updateProgress {
    font-size: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 45%;
    left: 0;
    z-index: 9999999;
    /*display: none;*/
}

.spinner-border {
    width: 5rem;
    height: 5rem;
}

.table tfoot tr:last-child th {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 1px solid #dbdfea !important;
    line-height: 1.65 !important;
}

.btnRangoFechas {
    margin-top: 34px !important;
}

.nk-footer-links .nav-link {
    padding-left: 0 !important;
    font-weight:bold;
}

.mt-65 {
    margin-top: 65px !important;
}

tr.group th {
    border-right: 1px solid #3c4d62 !important;
    border-bottom: 0 !important;
}

td.pallet {
    border-bottom: 3px solid #2263b3 !important;
    font-size: 18px !important;
    
}

td.noborderb {
    border-bottom: 1px solid #fff !important;
}

/*.trAgregar > td {
    background-color: #fefee9 !important;
}*/

/*tr.crear > th:nth-child(4n),
tr.crear > th:nth-child(7n) {
    border-right: 1px solid red !important;
}

tr.crear2 td:nth-child(4n),
tr.crear2 td:nth-child(7n) {
    border-right: 1px solid #dbdfea !important;
}

tr.crear2 td:nth-child(4n),
tr.crear2 td:nth-child(7n) {
    border-right: 1px solid #dbdfea !important;
}*/
.entradas thead tr th,
.entradas tbody tr td {
    vertical-align: middle !important;
}

a.alert {
    font-weight: bold !important;
    color: #fff !important;
    padding-left:0 !important;
    text-decoration: underline !important;
}

.control-recto {
    display: block;
    width: 100%;
    border: 1px solid #2B3748;
}

.hidden-control {
    visibility: hidden !important;
}

.ajax__calendar_container td {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.redFlag {
    color: red !important;
}

table.cajitas tbody td
{
    width:20% !important;
    max-width: 20% !important;
}

@media (max-width: 500px) {
    .iframe {
        width: 100%;
        height: 450px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}

@media (min-width: 576px) {
    .nk-content-no-padding {
        padding: 32px 14px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 920px;
    }

    .iframe {
        width: 100%;
        height: 550px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1150px;
    }

    .iframe {
        width: 100%;
        height: 550px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1300px;
    }

    .iframe {
        width: 100%;
        height: 550px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}

@media (min-width: 1900px) {
    .modal-xl {
        max-width: 1750px;
    }

    .iframe {
        width: 100%;
        height: 700px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}




