﻿.empeniosModalDiv {
    width: 30%;
    height: 20%;
}

div.completo {
    width: 98%;
}

#div_table_VENCIMIENTO {
    height: 145px;
}

#div_VENCIMIENTO {
    height: 170px;
    width: 97%;
    margin: 5px;
}

#div_Vencimientos {
    width: 97%;
}

#div_DatosCliente {
    width: 97%;
}

#div_OFFLINE {
    height: 110px;
}

#div_Principal {
    width: 97%;
}

#div_table_DETEMPENIO {
    height: auto;
}

#div_DETEMPENIO {
    height: auto;
    width: 97%;
    margin: 5px;
}

#div_Prendas {
    width: 97%;
    height: auto;
}
/*Este es para el Div de Incidencias Nomina*/
div.Rechazado {
    font-size: x-large;
    font-weight: normal;
    color: #FF0000;
    background-color: #000000;
    border: 2px solid #FF0000;
}

div.Aprobado {
    font-size: x-large;
    font-weight: normal;
    color: #fff;
    background-color: #5ca95b;
    border: 2px solid #fff;
}

.Calif {
    /*margin: 15px;
    border: thin solid #008080;
    font-weight: normal;
    background-color: #CCFF99;
    float: right;
    font-size: small;*/
    margin: 15px;
    border: 2px solid var(--color-ff5300);
    font-weight: bold;
    background-color: var(--color-89dfff);
    float: right;
    font-size: small;
    padding: 6px;
    border-radius: 8px;
    text-align: initial;
}

.CalifFalsos {
    border: 2px solid #FF0000 !important;
}

.falsos {
    color: #FF0000;
    font-weight: bold;
}

.noAplicable {
    background-color: mediumvioletred;
    font-size: 16px;
    padding: 3px;
}

.infoBoleta {
    background-color: #f21b1b;
    font-size: 16px;
    float: right;
    padding: 9px;
    margin: 0px 9px;
    font-weight: bold;
    color: white;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #0d0b96;
}

#saldo {
    font-weight: bold;
    font-size: 22px;
    color: red;
}

#cantidad {
    font-weight: bold;
    font-size: 22px;
    color: blue;
}

#nRefrendo {
    font-weight: bold;
    font-size: 22px;
    color: green;
}

.texto {
    text-align: justify;
    font-size: 20px;
    margin: 12px;
}

.right {
    float: right;
}

hr {
    height: 1px;
    background-color: black;
}

.btn {
    cursor: pointer;
}

div.BlackListed {
    border: thin solid #FF0000;
    background-color: #FF8080;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    display: block;
    float: left;
    border-radius: 7px;
    /*height: 50px;
    width:200px;*/
}

div.NOBlackListed {
    border: thin solid #008000;
    background-color: #00FF00;
    font-weight: bolder;
    color: #000000;
    text-transform: uppercase;
    display: block;
    float: left;
    border-radius: 7px;
    /*height: 50px;*/
    /*width:200px;*/
}

#ImgInfoMP {
    width: 30px;
    height: 55px;
    float: left;
    vertical-align: central;
    align-items: center;
    justify-content: center;
    display: flex;
}

#tbl_header .th_avaluo {
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px;
    border: 2px solid #cef1fe;
    background-color: #2296F3;
    color: #cef1fe;
}

#tbl_header thead tr td {
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px;
    background-color: #89dfff;
    color: #002b66;
}

#tbl_header tbody tr td {
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px;
    background-color: #fbd3c0;
    color: #7693b3;
}

div.boton {
    background-image: none !important;
    border-width: 1px 1px 2px 1px;
    border-color: #3599FF;
    border-style: solid;
    display: block;
    color: Black;
    font-weight: bold;
    height: 19px;
    margin-bottom: 14px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--color-2296F3);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

    div.boton label {
        cursor: pointer;
    }

.choice {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

    .choice input[type=radio] {
        height: 21px;
        width: 26px;
        margin: auto;
        cursor: pointer;
    }
