﻿.loguito {
    width: 100% !important;
}

.mi-institucion {
    font-size: 1.1rem;
}

.table-dark thead tr:last-child th, .table thead.thead-dark tr:last-child th {
    border-color: #1B8DCD !important;
}

.tableProductoTerminado tr td {
    border-bottom: 3px solid #dbdfea !important;
}

    .tableProductoTerminado tr td:nth-child(7) {
        padding-bottom: 30px !important;
    }

.table-calidad-ordenes tr td:nth-child(2){
    width: 280px !important;
    max-width: 280px !important;
}

.table .thead-dark th {
    background-color: #1B8DCD !important;
}

.bg-td-certificado {
    background: #f5f6fa;
}

.ni-lg {
    font-size: 22px !important;
}

.marginTop55 {
    padding-top: 55px !important;
}

table.dataTable.nowrap th, table.dataTable.nowrap td, .table th, .table td {
    vertical-align: middle;
    white-space: normal;
}

input.precioUnitario {
    display: inline-block !important;
    margin: 0 auto !important;
}

.form-error {
    border: 1px solid #ec3237 !important;
}

.form-error-message {
    color: #ec3237;
    font-size: 11px;
    display: block;
    padding: 0;
    margin: 0;
}

.modal-body-lg,
.modal-body-sm {
    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;
}

.hr-mt {
    margin-top: 1rem !important;
    margin-bottom: 1rem !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;*/
}

tr.group,
tr.group:hover {
    background-color: #ccc !important;
    font-weight: bold !important;
    text-align: center !important;
    
}

:root.dark tr.group,
:root.dark tr.group:hover {
    background-color: #B0D36A !important;
}

.spinner-border {
    width: 5rem;
    height: 5rem;
}

.nav-link.footer {
    padding-left: 0px !important;
    font-weight: bolder;
}

.btnRangoFechas {
    margin-top: 34px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.nbt0 {
    border-top: none !important;
    border-bottom: none !important;
}

.cantidad {
    width: 60px !important;
    max-width: 60px !important;
    text-align: center !important;
}

table.monedero tr td:nth-child(1) {
    width: 34% !important;
    max-width: 34% !important;
}

table.monedero tr td:nth-child(2) {
    width: 34% !important;
    max-width: 34% !important;
}

table.monedero tr td:nth-child(3),
table.monedero tr td:nth-child(4) {
    width: 16% !important;
    max-width: 16% !important;
}

.tableMateriasPrimasPigmentos tbody tr td:nth-child(1),
.tableMateriasPrimasPigmentos tbody tr td:nth-child(3) {
    width: 25% !important;
    max-width: 25% !important;
}

.tableMateriasPrimasPigmentos tbody tr td:nth-child(2) {
    width: 20% !important;
    max-width: 20% !important;
}

.tableMateriasPrimasPigmentos tbody tr td:nth-child(4) {
    width: 30% !important;
    max-width: 30% !important;
}


.tableMateriasPrimasPigmentosAgregados tbody tr td:nth-child(1) {
    width: 15% !important;
    max-width: 15% !important;
}

.tableMateriasPrimasPigmentosAgregados tbody tr td:nth-child(2),
.tableMateriasPrimasPigmentosAgregados tbody tr td:nth-child(4) {
    width: 30% !important;
    max-width: 30% !important;
}

.tableMateriasPrimasPigmentosAgregadosCalidad tbody tr td:nth-child(1) {
    width: 40% !important;
    max-width: 40% !important;
}

.tableImpresion thead tr th:nth-child(1) {
    width: 10% !important;
    max-width: 10% !important;
}

.tableImpresion thead tr th:nth-child(2) {
    width: 60% !important;
    max-width: 60% !important;
}

.tableImpresion thead tr th:nth-child(3) {
    width: 15% !important;
    max-width: 15% !important;
}

.tableImpresion thead tr th:nth-child(4) {
    width: 15% !important;
    max-width: 15% !important;
}

table.monedero .verde {
    color: green !important;
}

table.monedero .rojo {
    color: red !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;
    }

    .modal-md {
        max-width: 450px;
    }

    .iframe {
        width: 100%;
        height: 550px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}

@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: 1600px) {
    .modal-xl {
        max-width: 1500px;
    }

    .iframe {
        width: 100%;
        height: 700px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}

@media (min-width: 2100px) {
    .modal-xl {
        max-width: 2200px;
    }

    .iframe {
        width: 100%;
        height: 900px !important;
        border: 0 !important;
    }

        .iframe body {
            overflow-x: hidden;
            overflow-y: hidden
        }
}

@media print {
    @page {
        size: auto;
        margin: 3mm 3mm 3mm 3mm;
    }

    html, body {
        width: 210mm;
        height: 282mm;
        font-size: 14px;
        background: #FFF;
        overflow: visible;
    }

    .print {
        visibility: hidden !important;
        display: none !important;
    }

    .card-bordered {
        border: 0 !important;
    }

    .table {
        width: 100% !important;
    }
}
