.mainTop {
    background: url('../img/fondo-maiz.webp') no-repeat;
    background-size: cover;
}

.mainbar .mainbar-nav>li>a,
.navbar .navbar-nav>li>a {
    background: rgba(50, 50, 50, .7);
}

.mainbar .mainbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover {
    background: rgba(50, 50, 50, 1);
}

.navbar-collapse{
    border-color:  transparent  !important;
}

.navbar .navbar-nav>li>a {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    text-shadow: 1px 1px 2px #3E8851;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar .navbar-nav>li {
    margin: 10px 10px 0 0;
}

.textoFiltros{ font-weight: normal;text-transform: uppercase; }

table.table-bordered.dataTable th.seccion1,
table.table-bordered.dataTable th.seccion2,
table.table-bordered.dataTable th.seccion3,
table.table-bordered.dataTable th.seccion4,
table.table-bordered.dataTable th.seccion5,
table.table-bordered.dataTable th.seccion6,
table.table-bordered.dataTable th.seccion7,
table.table-bordered.dataTable th.seccion8,
table.table-bordered.dataTable th.seccion9,
table.table-bordered.dataTable th.seccion10,
table.table-bordered.dataTable td.seccion1,
table.table-bordered.dataTable td.seccion2,
table.table-bordered.dataTable td.seccion3,
table.table-bordered.dataTable td.seccion4,
table.table-bordered.dataTable td.seccion5,
table.table-bordered.dataTable th.seccionRoja {
    font-weight: bold;
    color: #FFF;
    border: 1px solid #fff !important;
    text-align: center;
}

table.table-bordered2.dataTable2 th.seccion1,
table.table-bordered2.dataTable2 th.seccion2,
table.table-bordered2.dataTable2 th.seccion3,
table.table-bordered2.dataTable2 th.seccion4,
table.table-bordered2.dataTable2 th.seccion5,
table.table-bordered2.dataTable2 th.seccion6,
table.table-bordered2.dataTable2 th.seccion7,
table.table-bordered2.dataTable2 th.seccion8,
table.table-bordered2.dataTable2 th.seccion9,
table.table-bordered2.dataTable2 th.seccion10,
table.table-bordered2.dataTable2 th.seccionRoja,
seccion1 {
    font-weight: bold;
    color: #FFF;
    border: 0 !important;
    text-align: center;
}

table.table-bordered.dataTable th.seccion1,
table.table-bordered.dataTable td.seccion1 {
    background: rgb(0, 32, 96) !important;
}

table.table-bordered.dataTable th.seccion2,
table.table-bordered.dataTable td.seccion2 {
    background: rgb(0, 176, 80) !important;
}

table.table-bordered.dataTable th.seccion3,
table.table-bordered.dataTable td.seccion3 {
    background: rgb(112, 48, 160);
}

table.table-bordered.dataTable th.seccion4,
table.table-bordered.dataTable td.seccion4 {
    background: rgb(226, 107, 10);
}

table.table-bordered.dataTable th.seccion5,
table.table-bordered.dataTable td.seccion5 {
    background: rgb(0, 176, 240);
}

table.table-bordered.dataTable th.seccion6,
table.table-bordered.dataTable td.seccion6 {
    background: #FFBF00;
}

table.table-bordered.dataTable th.seccion7,
table.table-bordered.dataTable td.seccion7 {
    background: rgb(52, 152, 219);
}

table.table-bordered.dataTable th.seccion8,
table.table-bordered.dataTable td.seccion8 {
    background: rgb(54, 161, 48);
}

table.table-bordered.dataTable th.seccion9,
table.table-bordered.dataTable td.seccion9 {
    background: rgb(235, 166, 39);
}

table.table-bordered.dataTable th.seccion10,
table.table-bordered.dataTable td.seccion10 {
    background: rgb(210, 188, 19);
}

table.table-bordered.dataTable th.seccionRoja {
    background: rgb(226, 41, 41);
}


/* tablas con letras chicas dataTable2*/

table.table-bordered2.dataTable2 th.seccion1 {
    background: rgb(0, 32, 96);
}

table.table-bordered2.dataTable2 th.seccion2 {
    background: rgb(0, 176, 80) !important;
}

table.table-bordered2.dataTable2 th.seccion3 {
    background: rgb(112, 48, 160);
}

table.table-bordered2.dataTable2 th.seccion4 {
    background: rgb(226, 107, 10);
}

table.table-bordered2.dataTable2 th.seccion5 {
    background: rgb(0, 176, 240);
}

table.table-bordered2.dataTable2 th.seccionRoja {
    background: rgb(226, 41, 41);
}


/* ---------------------------------- */

.seccion1 .indeca,
.seccion2 .indeca,
.seccion3 .indeca,
.seccion4 .indeca,
.seccion5 .indeca,
.seccionRoja .indeca {
    font-weight: bold;
    color: #FFF;
}

.seccion1 .indeca {
    background: rgb(229, 25, 146);
}

.seccion2 .indeca {
    background: rgb(128, 128, 128);
}

.seccion3 .indeca {
    background: rgb(0, 176, 80);
}

.seccion4 .indeca {
    background: rgb(112, 48, 160);
}

.seccion5 .indeca {
    background: rgb(226, 107, 10);
}

.seccionRoja .indeca {
    background: rgb(229, 25, 146);
}

.contador {
    font-size: 9px;
    color: #FF0000;
    border: 0 !important;
    text-align: -webkit-center;
}

.tooltip-inner {max-width: 100% !important;}

table.table-bordered.dataTable th.contador {
    font-size: 9px;
    color: #e60000;
    text-align: center;
    font-weight: 600;
}

table.table-bordered.dataTable th.contador-der {
    font-size: 9px;
    color: #e60000;
    text-align: right;
    font-weight: 600;
}

table.table-bordered2.dataTable2 th.contador {
    font-size: 9px !important;
    color: #FF0000;
    text-align: center;
    font-weight: 100;
}

.contadorSearch {
    font-size: 5px;
    color: #FF0000;
    border: 0 !important;
    text-align: -webkit-center;
    font-weight: normal;
}

table.table-bordered.dataTable th.contadorSearch {
    font-size: 9px;
    color: #e60000;
    text-align: center;
    font-weight: normal;
}

table.table-bordered2.dataTable2 th.contadorSearch {
    font-size: 1px !important;
    color: #FF0000;
    text-align: center;
    font-weight: normal;
}

input {
    text-align: center;
    border: 1px solid !important;
    border-color: rgba(0, 100, 0, .5) !important;
    text-transform: uppercase !important;
}

td input {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

.sololectura {
    cursor: not-allowed;
    background: #dddddd;
    text-transform: uppercase !important;
}

.homemen {
    font-size: 3em;
    color: rgb(0, 0, 0);
}

.espacios {
    white-space: pre-wrap;
}

.homeitem {
    padding: 15px 0;
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

td.seccion6 {
    text-align: center;
    color: #ca2211;
    font-weight: bold;
    background: #ffffff;
    border-color: #fff;
}

.table-bordered>td.seccion6 {
    border-color: #fff;
}

table.hoy tr {
    background: #edde34;
    border: 1px #FFF solid;
    font-weight: bold;
    color: #000;
}

.badge-danger {
    background: #F00;
}

select.form-control,
input.form-control {
    padding: 0;
    height: 20px;
    text-transform: uppercase;
    color: #000;
    border-color: rgba(0, 100, 0, .6);
}

.form-control[readonly] {
    border-color: rgba(50, 50, 50, .5) !important;
}

.unReadable {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

span.select2-selection {
    padding: 0;
    height: 20px !important;
    text-transform: uppercase;
}

table span.select2-selection {
    height: 17px !important;
}

span.select2-selection .select2-selection__rendered {
    line-height: 20px !important;
}

table span.select2-selection .select2-selection__rendered {
    line-height: 17px !important;
}

.select2-selection__arrow {
    height: 20px !important;
}

table span.select2-selection__arrow {
    height: 15px !important;
}

.btn {
    margin-top: 0px;
    height: 25px;
    text-transform: uppercase;
}

td input.sp {
    border: 1px solid !important;
    width: 100% !important;
    display: initial !important;
    border-color: rgba(0, 100, 0, .6) !important;
}
td input.sp:read-only {
    background:rgba(45, 158, 200, 0.3) !important;
}

.btnbar {
    height: 30px;
}

.btn-xs {
    font-size: 10px !important;
    height: 15px !important;
}

.text-verde {
    color: green;
    font-weight: bold;
}

.text-naranja {
    color: orange;
    font-weight: bold;
}

.text-red {
    color: red;
    font-weight: bold;
}

.text-azul {
    color: blue;
    font-weight: bold;
}

.text-rojo {
    color: red;
    font-weight: bold;
}

.text-morado {
    color: purple;
    font-weight: bold;
}

.text-amarillo {
    color: yellow;
    font-weight: bold;
}

.text-azulclaro {
    color: rgb(52, 152, 219);
}

.ms-choice {
    border: 1px solid rgba(0, 100, 0, .6) !important;
}

@media print {
    html,
    body {
        overflow-x: visible !important;
        height: auto !important;
        width: auto !important;
        margin: 0px;
        padding: 0px;
    }
    @page {
        size: letter landscape;
        margin: 1.5cm .5cm 0cm .5cm;
        padding: 20px 0 0 0;
    }
    .imp1 {
        margin: 0cm !important;
        padding: 0cm !important;
    }
    body {
        -webkit-print-color-adjust: exact;
    }
    table {
        margin: 0;
        padding: 0;
        top: 0;
        bottom: 0;
    }
    td.seccion1,
    th.seccion1 {
        background-color: #999 !important;
        color: #000 !important;
    }
    .mainbar,
    .btn,
    .footer,
    #multi,
    .entregas {
        display: none;
    }
    .hoy {
        position: fixed;
        top: 0px;
        right: 0;
    }
    .content-header {
        border-bottom: none;
    }
    .content::before {
        background-image: none;
    }
    .row {
        display: table;
    }
    .row.div {
        display: table-cell;
    }
    .imTop {
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        height: 80px;
        width: 193px;
        /*background-image: url('../img/logo.png') !important;*/
    }
    .table-responsive {
        overflow: hidden;
    }
    .pri-1 {
        width: 8.3% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-2 {
        width: 16.6% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-3 {
        width: 25% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-4 {
        width: 33.3% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-5 {
        width: 41.6% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-6 {
        width: 50% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-7 {
        width: 58.3% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-8 {
        width: 66% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-9 {
        width: 75% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-10 {
        width: 83.3% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-11 {
        width: 91.3% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    .pri-12 {
        width: 100% !important;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    @media (min-width: 768px) {
        .pri-1 {
            width: 8.3% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-2 {
            width: 16.6% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-3 {
            width: 25% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-4 {
            width: 33.3% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-5 {
            width: 41.6% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-6 {
            width: 50% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-7 {
            width: 58.3% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-8 {
            width: 66% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-9 {
            width: 75% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-10 {
            width: 83.3% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-11 {
            width: 91.3% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
        .pri-12 {
            width: 100% !important;
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }
    }
    td input.sp {
        display: none !important;
    }
    .page-break {
        page-break-after: always;
    }
}

table.dataTable.table-bordered {
    margin: 0px !important;
}

td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

@media screen and (max-width: 800px) {
    td {
        overflow: hidden;
    }
    table-responsive {
        overflow: hidden;
    }
}


/*   background: rgba(32,15,85,1);
background: -moz-linear-gradient(top, rgba(32,15,85,1) 0%, rgba(32,15,85,0.83) 19%, rgba(57,57,240,0.64) 41%, rgba(245,240,245,0.31) 78%, rgba(252,252,252,0.11) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,15,85,1)), color-stop(19%, rgba(32,15,85,0.83)), color-stop(41%, rgba(57,57,240,0.64)), color-stop(78%, rgba(245,240,245,0.31)), color-stop(100%, rgba(252,252,252,0.11)));
background: -webkit-linear-gradient(top, rgba(32,15,85,1) 0%, rgba(32,15,85,0.83) 19%, rgba(57,57,240,0.64) 41%, rgba(245,240,245,0.31) 78%, rgba(252,252,252,0.11) 100%);
background: -o-linear-gradient(top, rgba(32,15,85,1) 0%, rgba(32,15,85,0.83) 19%, rgba(57,57,240,0.64) 41%, rgba(245,240,245,0.31) 78%, rgba(252,252,252,0.11) 100%);
background: -ms-linear-gradient(top, rgba(32,15,85,1) 0%, rgba(32,15,85,0.83) 19%, rgba(57,57,240,0.64) 41%, rgba(245,240,245,0.31) 78%, rgba(252,252,252,0.11) 100%);
background: linear-gradient(to bottom, rgba(32,15,85,1) 0%, rgba(32,15,85,0.83) 19%, rgba(57,57,240,0.64) 41%, rgba(245,240,245,0.31) 78%, rgba(252,252,252,0.11) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#200f55', endColorstr='#fcfcfc', GradientType=0 );
}
.marcador  p{color:#fff;} */

.table td,
.table th {
    font-size: 11px !important;
}

.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
    background: #FFF;
    z-index: +200;
}

.cortatext {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.cortatextb {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
}

.cortatext2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.cortatext3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70px;
}

.cortatext4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 40px;
}

.cortatext5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 600px;
}

.cortatext6 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}

@media(min-width:600px) {
    .fixed-column {
        display: none;
    }
}

.load-lg {
    color: #FF0000;
    font-size: 4em;
}

.load-sm {
    color: #FF0000;
    font-size: 2em;
}

.load-xs {
    color: #FF0000;
}

.drillin {
    color: #8d28a8 !important;
    font-weight: bold;
    cursor: pointer;
}

.drillinblack {
    color: #000000 !important;
    font-weight: bold;
    cursor: pointer;
}

.drillinblue {
    color: #283593 !important;
    font-weight: bold;
    cursor: pointer;
}

.drillinorange {
    color: #e4b118 !important;
    font-weight: bold;
    cursor: pointer;
}

.drillindistinc {
    color: #283593 !important;
    font-weight: 1000;
    cursor: pointer;
}

.drillingreen {
    color: rgb(0, 176, 80) !important;
    font-weight: bold;
    cursor: pointer;
}

.drillinred {
    color: #E60000 !important;
    font-weight: bold;
    cursor: pointer;
}

.celdgreen {
    background-color: rgba(192, 247, 192, 0.996) !important;
    font-weight: bold;
    cursor: pointer;
}

.drillin:hover {
    color: #70118a;
    text-decoration: none;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

td.text-danger {
    color: #ca2211;
    font-weight: bold;
}

table tbody td .btn {
    horizontal-align: middle;
    display: block;
    margin: auto;
    height: auto;
}

.form-search .combobox-container,
.form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

.form-search .combobox-container .input-group-addon,
.form-inline .combobox-container .input-group-addon {
    width: auto;
}

.combobox-selected .caret {
    display: none;
}


/* :not doesn't work in IE8 */

.combobox-container:not(.combobox-selected) .glyphicon-remove {
    display: none;
}

.typeahead-long {
    max-height: 300px;
    overflow-y: auto;
}

.control-group.error .combobox-container .add-on {
    color: #B94A48;
    border-color: #B94A48;
}

.control-group.error .combobox-container .caret {
    border-top-color: #B94A48;
}

.form-control-error { border: 1px solid !important; border-color: #dc3545 !important; }
.form-control-error-bkg { background-color: #ffff0052 !important; }

.form-text-error {color: #dc3545 !important; font-size: 0.875em; }

.control-group.warning .combobox-container .add-on {
    color: #C09853;
    border-color: #C09853;
}

.control-group.warning .combobox-container .caret {
    border-top-color: #C09853;
}

.control-group.success .combobox-container .add-on {
    color: #468847;
    border-color: #468847;
}

.control-group.success .combobox-container .caret {
    border-top-color: #468847;
}

.btntop {
    margin-top: -0.8%;
    margin-bottom: -.3%;
}

.tabletop {
    margin-top: 1px;
}

.fondob {
    background: #fff;
    padding: 20px;
    border: 0px solid #fff;
    color: #000;
}

@media(max-width:800px) {
    .btntop {
        margin-top: -10px;
        margin-bottom: 1%;
    }
    .tabletop {
        margin-top: 10px;
    }
    .btntop>div {
        margin-bottom: -.8em
    }
}

.sinFlecha::-webkit-outer-spin-button,
.sinFlecha::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

ventasP_filter {
    display: none;
}

input:focus,
.sp:focus,
input.form-control:focus,
select.form-control:focus,
select:focus,
.select2-container--focus,
span.select2-container:focus {
    background-color: rgba(89, 244, 66, .2);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075), 0 0 10px rgba(10, 200, 16, 0.9)
}

.dataTable>thead>tr>th[class*="sort"]:after,
.dataTable>thead>tr>th[class*="sort"]:before {
    display: none;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding: 0 !important;
}

.anchoselect {
    max-width: 70px;
}

.anchoselect>option {
    max-width: 100px;
}

.text-vert {
    max-width: 1px;
    word-wrap: break-word;
    line-height: 1 !important;
}

.anchoMax-100 {
    max-width: 100px !important;
}

.anchoMax-50 {
    max-width: 50px !important;
}

.anchoMax-35 {
    min-width: 35px !important;
}

.anchoMin-15 {
    min-width: 10px !important;
}

.anchoMax-200 {
    max-width: 200px !important;
}

.anchoMax-300 {
    max-width: 300px !important;
}

.ancho-50 {
    width: 50px !important;
}

.ancho-80 {
    width: 80px !important;
}

.ancho-400 {
    width: 400px !important;
}

.inputSel {
    background-color: #ccc;
}

table tbody td .quitar {
    display: unset !important;
}

td {
    padding: 0 3px !important;
}

input[type=checkbox].mcb {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    min-width: 12px !important;
}

.modal {
    top: 40px;
    overflow: hidden;
}

.modal-dialog {
    margin-left: 15%;
    margin-right: 15%;
}


/*para centrar modales pequeños*/

.modCenter {
    margin-left: 35% !important;
}

.modal-lg {
    margin-left: 2%;
}

.icon-addon {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border: 0px solid #ccc !important;
    background: none;
}

.ms-choice>span {
    margin: -3px;
}

div.dt-button-background {
    display: none !important;
}

li.dt-button.buttons-columnVisibility.active a,
li.dt-button.buttons-columnVisibility a {
    background: #FFF;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

li.dt-button.buttons-columnVisibility.active a:before {
    content: '✓ ';
    color: #468847;
    font-size: 13px;
}

.botones div.dt-buttons {
    float: inherit;
}

li.dt-button.buttons-columnVisibility a:before {
    content: '✘ ';
    color: #FF0000;
    font-size: 13px;
}

#load {
    color: #f00;
    font-size: 1.4em;
}

.loadSm {
    color: #f00;
}

.ttip {
    color: #002060;
    font-weight: bold;
    background: #ddd;
}

@media screen and (max-width: 767px) {
    .botones div.dt-buttons {
        width: inherit;
        margin-bottom: 0;
    }
}

.vertical-text {
    width: 5px;
    word-wrap: break-word;
    font-family: monospace;
}

.imgEvidencia img {
    max-width: 75%;
    height: auto;
}

.itemModal {
    width: 120px;
    min-height: 120px;
    max-height: auto;
    float: left;
    margin: 3px;
    padding: 3px;
}

@media screen and (max-width: 767px) {
    .botones div.dt-buttons {
        
    width: '100px';
        margin-bottom: 0;
    }
}

.vertical-text {
    width: 5px;
    word-wrap: break-word;
    font-family: monospace;
}

.btn.btn-inline {
    display: inline;
}

.btn.btn-primary.btn-inline {
    display: inline;
    border-color: #002060;
}

.select2-search__field {
    text-transform: uppercase;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}


/*input[type="date"]::-webkit-calendar-picker-indicator{
	color:#fff;
}*/


/*ESTILO RADIO BUTTON  */

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid grey;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #185A9C;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

textarea {
    text-align: center;
    border: 1px solid !important;
    border-color: rgba(0, 100, 0, .5) !important;
    font-size: 11px;
    max-width: 100%;
    max-height: 80px;
    min-height: 20px;
    min-width: 100%;
    font-size: 10px;
    font-type: Arial;
    text-transform: uppercase;
}

td textarea {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

.sololectura {
    cursor: not-allowed;
    background: #dddddd;
}

.iconoVid {
    margin: 0 0 0 -12px;
    display: inline-flex;
}

textarea:focus,
.sp:focus,
textarea.form-control:focus,
select.form-control:focus,
select:focus,
.select2-container--focus,
span.select2-container:focus {
    background-color: rgba(89, 244, 66, .2);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075), 0 0 10px rgba(10, 200, 16, 0.9)
}

.textoFiltros{
    color: black;
    font-weight: normal !important;
}

.mul .select2-container--default .select2-selection--multiple .select2-selection__choice,
.mul .select2-search {
    background-color: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.mul .select2-container--default .select2-search--inline .select2-search__field {
    background-color: transparent;
    border: 0px !important;
    margin: 0px;
    padding: 0px;
}

.mul .select2-container--default .select2-selection--multiple {
    overflow: hidden;
}

.resalta {
    background: #FFFF99;
    font-weight: bolder;
    color: #000;
}

.resalta2 {
    background: #FD3;
    font-weight: bolder;
    color: #000;
}
.resalta3 {
    background: #EEE;
    font-weight: bolder;
    color: #000;
}
.resalta4 {
    background: #BDECB6;
    font-weight: bolder;
    color: #000;
}
.resalta5 {
    background: rgb(0, 176, 80) !important;
    font-weight: bolder;
    color: #ffffff;
}

.tdchico {
    width: 10px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.tdgrande {
    width: 30px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

@media only screen and (min-width: 900px) {
    #detExist2 {
        margin: 0 0 0 25%;
    }
    #detExist2 .modal-body {
        height: 400px;
    }
}

.leyenda td {
    font-size: 8px !important;
}

.leyenda2 td {
    font-size: 7px !important;
    vertical-align: bottom !important;
}

.verticalText {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.3pt;
    margin: 1px auto;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customText {
    letter-spacing: 0.3pt;
    margin: 1px auto;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 800px) {
    .agendaDivAlto {
        height: 500px;
    }
}

.fullscreen-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.fullscreen-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.casifullscreen2-modal .modal-dialog {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}

.casifullscreen2-modal .modal-content {
    height: auto;
    max-height: 650px;
    overflow-y: scroll;
    border-radius: 0;
}

.casifullscreen-modal .modal-dialog {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

.casifullscreen-modal .modal-content {
    height: auto;
    max-height: 650px;
    overflow-y: scroll;
    border-radius: 0;
}

html,
body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

.btn-cam {
    height: 65px;
}

span.btn.btn-file.btn-cam.disabled span.fileupload-new svg {
    color: #444 !important;
}

.rotarFoto {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.leaflet-popup-content {
    width: auto !important;
    min-width: 350px !important;
}

.leaflet-popup-content img {
    max-width: 550px !important;
}

.leaflet-popup-tip {
    display: none;
}

.info.legend {
    width: 580px;
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.info.legend img {
    max-width: 100%;
    max-height: 500px;
}

.k-input {
    font-size: 10px !important;
    height: 18px !important;
}

.k-datepicker {
    width: 100% !important;
}

.text-white {
    color: white;
}

tr:hover .text-white {
    color: #CCC;
}

.text-gray {
    color: #EEE;
}

tr:hover .text-gray {
    color: #CCC;
}

.pesos:before {
    content: '$';
    text-align: right;
}

.topImput {
    padding: 0;
    text-transform: uppercase;
    color: #000;
    border-color: rgba(0, 100, 0, .6);
    height: 19px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.mytime {
    width: 100%;
}

.mytime span.k-picker-wrap {
    padding: 0;
}

.mytime span.k-picker-wrap input.k-input {
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 20px !important;
}

.mytime span.k-picker-wrap span.k-select {
    display: none;
}

.intermitente {
    font-weight: bold;
    animation: blure 1s ease-out infinite;
}

@keyframes blure {
    from {
        text-shadow: 5px 5px 10px, 0px 0px 5px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 5px #FF0000, 0px 0px 15px #FF0000, 0px 2px 10px #FF0000, 0px 2px 10px #FF0000, 0px 2px 10px #FF0000, 0px 2px 10px #FF0000, 0px -2px 10px #FF0000, 0px -2px 10px #FF0000;
    }
}
/*Des02 (alex) estos estilos son para una tabla en cotizacionPedido*/

.NoDataTable > table {
    /*max-width:980px;*/
    table-layout:fixed;
    margin:auto;
}
.NoDataTable > th .NoDataTable > td {
    /*padding:5px 10px;*/
    
}
.NoDataTable > thead, .NoDataTable > tfoot {
    background:#f9f9f9;
    display:table;
    width:100%;
   /* width:calc(100% - 18px);*/
}
.NoDataTable > tbody {
    height:50vh;
    overflow:auto;
    overflow-x:hidden;
    display:block;
    width:100%;
}
.NoDataTable > tbody > tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.letra > thead > tr > td,.letra > thead > tr > th{
    font-size: 12px !important;
}
.letra > tbody > tr > td,th{
    font-size: 12px !important;
}

.letra,.letra > select > option{
    font-size: 12px !important;
}
input[id^="mf"]:not(:placeholder-shown) {
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075), 0 0 10px rgba(10, 200, 16, 0.9);
    background-color: rgba(89, 244, 66, .2);
}

th.sticky-header {
 position: sticky;
 top: 0;
 z-index: -100;
 /*To not have transparent background.
 background-color: white;*/
}

.tbl-izq {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.no-m-r {
    margin-right: 0px;
    padding-right: 0px;
}

.modal-body .table {
    overflow: auto;
    max-height: 164px;
}

.f-14{
    font-size: 14px;
}

.w10r{
    width: 10rem;
}

.btn-primary, .btn-twitter {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
    font-weight: 700;
    font-size: 12px;
}

.white{
    color: white !important;
}

.f600{
    font-weight: 600 !important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 1px 10px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.w200{
    min-width: 200px;
}

.mw-200{ max-width: 200px !important;}
.mw-150{ max-width: 150px !important; }
.mw-20{ max-width: 20px !important; }

.breadcrumb>.active {
    color: black;
    font-weight: 600;
}


.paginate_button{
    background-color: black !important;
    color: white !important;
    font-weight: 600 !important;
}

.bor{
    border: 1px solid;
}

.dtM td{
    max-width:20px !important;
}

.lefti {
    text-align: left !important;
}

.righti {
    text-align: right !important;
}

.centertd {
    text-align: center !important;
    max-width: 20px !important;
}

.lefttd {
    text-align: left !important;
    max-width: 20px !important;
}

.righttd {
    text-align: right !important;
    max-width: 20px !important;
}

.centertd {
    max-width: 1px;
    text-align: center !important;
}

.lefttd {
    max-width: 1px;
    text-align: left !important;
}

.righttd {
    max-width: 1px;
    text-align: right !important;
}

.col1 {
    font-weight: bold;
    background: #C0C0C0 !important;
    color: #000000 !important;
    font-weight: normal !important;

}

.col2 {
    font-weight: bold;
    text-align: center !important;
    background: rgb(0, 176, 80) !important;
    color: #FFFFFF !important;
    font-weight: normal !important;

}

.col3 {
    text-align: center !important;
    font-weight: bold;
    background: #00B0F0 !important;
    color: #FFFFFF !important;
    font-weight: normal !important;

}

.col4 {
    text-align: center !important;
    font-weight: bold;
    background: #F5B041 !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
}

.col44 {
    font-weight: bold;
    background: #f5b041be !important;
    color: #FFFFFF !important;
    font-weight: normal !important;

}

.col5 {
    text-align: center !important;
    font-weight: bold;
    background: #7030A0 !important;
    color: #FFFFFF !important;
    font-weight: normal !important;

}

.col8 {
    text-align: center !important;
    font-weight: bold;
    background: rgb(0, 32, 96) !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
    
}

.col9 {
    text-align: center !important;
    font-weight: bold;
    background: rgb(0, 176, 80) !important;
    color: #FFFFFF !important;
    font-weight: normal !important;

}
.col10 {
    text-align: center !important;
    font-weight: bold;
    background: rgb(226, 107, 10) !important;
    color: #FFFFFF !important;
    font-weight: normal !important;

}
.col11 {
    text-align: center !important;
    font-weight: bold;
    background: rgb(215, 0, 0) !important;
    color: #FFFFFF !important;
    font-weight: normal !important;

}
.col12 {
    font-weight: bold;
    background: var(--color-amarillo);
    color: #000000 !important;
    font-weight: normal !important;

}




.coldrillin {
    background: #8d28a8 !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
    font-weight: bold;
    cursor: pointer;
}

.flex{
    display: flex;
    align-items: center;
}

.flex-nav{
    display: flex;
    align-items: center;
    height: 25px;
}

.flex-nav input::placeholder {
    font-size: 11px !important;
}

.prl-0{
    padding-left: 0px;
    padding-right: 0px;
}

.fontMenuBtnYellow:hover{
    background-color: #FFFF00 !important;
    border-radius: 5px;
    opacity:0.77;
}

.fontMenuBtnAmarillo{
    background-color: #FFFF00 !important;
    color: #000000 !important;
    border-radius: 5px;
    opacity:0.95;
}