.btnMenuReportes{
    width: 315px;
    margin-top: 12px;
}

.card-title{
    padding: 10px 0px 10px 20px;
}

li{
    display: block;
}

.letra2{
    display: none;
}

#bordeDerechoAct{
    border: solid;
    border-right-color: beige;
    border-bottom: none;
    border-top: none;
    border-left: none;
}

#loader {
    position: fixed;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/static/img/loading2.gif') center no-repeat rgb(249,249,249);
    opacity: 0.5;
    
}

#contenedorCargaDocs{
    position: fixed;
    margin-top: 20px;
    left: 30%;
    width: 40%;
    height: 55%;
    z-index: 9999;
    background:  rgb(252, 252, 252);
    opacity: 0.8;
}

#loaderCargaDocs{
    text-align: center;
    position: relative;
    transform: translate(0%, 90%);
}

.modalLog{
    width: 50%;
    margin-left: 22%;
    margin-top: 7%;
}

.alert-dark{
    background-color: #0000000d;
}

.fa-file{
    background-color: white;
    border-color: #6C84C8;
}

.table-result-carga{
    height: 200px;
    overflow-y: auto;
}

.table-result-carga thead {
    background-color: #6C84C8;
    color: white;
    position: sticky;
    top: 0;
}

.table-result-carga tbody tr th{
    text-align: center;
}

#tablaCargaDocs thead tr th{
    text-align: center;
}
/*Carga de archivos */
/*estilos*/
.drop-area{
    border: dashed 4px #b4a9a9;
    width: 90%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 24px 0px 0px 45px;
    cursor: pointer;
}

.drop-area.active{
    background-color: #eae7e7;
}

.drop-area:hover{
    background-color: #eae7e7;
    border: dashed 4px #b4a9a9;
}

.file-container{
    margin: 5px 0px 0px 45px;

}


/*input*/
/* .file-select {
    position: relative;
    display: inline-block;
}

.file-select::before {
    background-color: #6C84C8;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar archivo'; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
  
.file-select input[type="file"] {
    opacity: 0;
    width: 160px;
    height: 30px;
    display: inline-block;
} */