div[id="divVerDetalle"]
{
    background-color: white;
    border-radius: 10px 0px 0px 0px;
    bottom: 0px;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.7);
    color: black;
    display: none;
    max-height: 100%;
    overflow-y: auto;
    padding: 7px;
    position: fixed;
    right: 0px;
    text-align: right;
    z-index: 2000;
}

.alertaMensajeError
{
    background-color: red;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    color: white;
    line-height: 23px;
    padding: 7px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    width: auto;
    z-index: 10000;
}

.alertaMensajeGlobal
{
    bottom: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    color: white;
    left: 0;
    line-height: 23px;
    opacity: 0;
    padding: 7px;
    position: fixed;
    right: 0;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

.apartadoBuscar
{
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 0px;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    z-index: 8000;
}

.apartadoBuscar > div
{
    width: 100%;
}

.button
{
    background-color: #EC6B4B;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    display: inline-block;
    color: white;
    font-size: 17px;
    margin: 4px;
    padding: 7px;
    vertical-align: middle;
}

.button:hover
{
    background-color: #1497CC;
    cursor: pointer;
}

.button:focus
{
    outline: none;
}

.colorCampoEditable
{
    background-color: #FF8F00;
    background-image: url(/appsivak/public/img/fondorayas.png);
    color: white;
    text-decoration: blink;
}

.contenedorEnumerado
{
    cursor: default;
    position: relative;
}

.contenedorEnumerado .contenedorEnumeradoNumeracion
{
    background-color: #EEEEEE;
    border-radius: 25px;
    bottom: 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    color: black;
    display: inline-table;
    height: 25px;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 50px;
}

.contenedorEnumerado .contenedorEnumeradoNumeracion > b
{
    display: table-cell;
    vertical-align: middle;
}

.estiloCheckCircular
{
    display: inline-block;
    user-select: none;
    vertical-align: middle;
}

.estiloCheckCircular > div
{
    background-color: #D4360E;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: inline-table;
    margin: 2px;
    position: relative;
    text-align: center;
}

.estiloCheckCircular > div:hover
{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) , 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.estiloCheckCircular > div > b
{
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.estiloCheckCircular > div > img
{
    display: none;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
}

.itemReporte
{
    background-color: #FF8F00;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
    display: inline-table;
    font-size: 12px;
    height: 70px;
    margin: 4px;
    padding: 10px;
    transition: background-color 0.3s;
    vertical-align: middle;
    width: 200px;
}

.itemReporte.nuevoReporte {
    background-color: #07c730;
}

.itemReporte:hover
{
    background-color: #5AC3EE;
}

.itemReporte .textoItemReporte
{
    display: table-cell;
    vertical-align: top;
}

.listaDatos > .fila
{
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 1px;
    padding: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: justify;
    vertical-align: top;
}

.listaDatos > .grupoDatos
{
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}

.listaDatos > .grupoDatos > .fila
{
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 1px;
    padding: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: justify;
    vertical-align: top;
}

.listaDatos > .fila label:not([class*="noLabel"])
{
    font-weight: bold;
}

.listaDatos > .grupoDatos > .fila label:not([class*="noLabel"])
{
    font-weight: bold;
}

.select
{
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    font-size: 15px;
    height: 36px;
    margin: 4px;
    padding: 4px;
}

.select:focus
{
    outline: none;
    box-shadow: 0px 0px 2px blue;
}

.table
{
    background-color: white;
    border-collapse: collapse;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    color: black;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.table th
{
    height: 45px;   
    padding-left: 4px;
    padding-right: 4px;
}

.table td
{
    padding-left: 4px;
    padding-right: 4px;
}

.table > tbody > tr
{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    cursor: default;
    height: 40px;
}

.table > tbody > tr:nth-child(1)
{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.table > tbody > tr:nth-child(2n+1)
{
    background-color: #F9F9F9;
}

.table > tbody > tr:hover
{
    background-color: #FFFAB4;
}

.text
{
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    display: inline-block;
    font-size: 15px;
    height: 28px;
    margin: 4px;
    padding: 4px;
    vertical-align: middle;
}

.text:focus
{
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

input[readonly=readonly]
{
    background-color: #EEEEEE;
}

.textDocumento
{
    border: none;
    border-bottom: 1px dotted black;
    font-size: 14px;
    height: 28px;
    margin: 4px;
    outline: none;
    padding: 0px;
}

.textDocumento:focus
{
    outline: none;
}

.textarea
{
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    font-family:'Helvetica','Verdana','Monaco',sans-serif;
    font-size: 15px;
    margin: 4px;
    padding: 4px;
    resize: none;
}

.textarea:focus
{
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.textoGrande
{
    font-size: 16px;
}

.textoMediano
{
    font-size: 12px;
}

.textoNormal
{
    font-size: 14px;
}

.textoPequenio
{
    font-size: 10px;
}

.divTipoText
{
    border: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px;
    padding: 4px;
    vertical-align: middle;
    min-width: 175px;
}

/* MODAL ALERTA VENCIMIENTO*/
.vencimiento-modal {
    display: none;
    position: fixed; 
    z-index: 1;
    padding-top: 20%;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(139, 53, 53); 
    background-color: rgba(100, 98, 98, 0.4); 
  }
  .vencimiento-modal-content {
    background-color: #f1605b;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  .vencimiento-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .vencimiento-close:hover,
  .vencimiento-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }