﻿.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;
}
.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;
}