.formulario-cuentas li{
    width: 200px;
    flex: 1 3 auto;
    float: left;
    margin: 5px;
}
#detalle-cuentas{
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}
#encabezado-tabla-cuentas{
    position:absolute;
    z-index:100;
    font-size: 10px;
    top:110px;
    left:55px;
}
#encabezado-tabla-cuentas th{
    width:200px;
    text-align:center;
    background-color: #F0AD4E;
    color: whitesmoke;
    height: 30px;
}
.filtros-cuentas{
    flex-grow: 2;
    display:flex;
    justify-content:center;
    align-content:space-between;
}
#modal-cuentas{
    margin:auto;
    width:800px;
    text-align: center;
}
#tabla-cuentas {
    width:100%;
    margin:auto;
    flex: 4 1 auto;
    position:relative;
    font-size:10px;
    /* height: 200px; */
    overflow-y: auto;
    height: 400px;
    display: block
}
#tabla-cuentas th{
    width:200px;
    text-align: center;
    background-color: #232a37;
    color: whitesmoke;
    height: 30px;
    position: sticky;
    top: 0;
    
}

.btn-layouts{
    border: 2px solid #1F4FB2;
    border-radius: 5px;
    background-color: #F8F1EA;
    color: #1F4FB2;
}

#tbls-log{
    width:100%;
    margin:auto;
    flex: 4 1 auto;
    position:relative;
    font-size:10px;
    /* height: 200px; */
}

#tbls-log th{
    width:200px;
    text-align:center;
    background-color: #232a37;
    color: whitesmoke;
    height: 30px;
    position: sticky;
    top: 0;
}
/* #contenido-cuentas {
    max-height: 60vh;
    overflow-y: auto;
} */
#contenido-centro-costos{
    /* max-height: 60vh;
    overflow-y: auto; */
}
#contenido-centro-costos-por-usuario
{
    /* max-height: 60vh;
    overflow-y: auto; */
}

.tbls-centro-costos{
    width: 95%;
    margin:auto;
    flex: 4 1 auto;
    position:relative;
    font-size:10px;
    height: 200px;
}

.tbls-centro-costos th{
    width:200px;
    text-align:center;
    background-color: #232a37;
    color: whitesmoke;
    height: 30px;
    position: sticky;
    top: 0;
}

#tbls-centro-costos{
    width:90%;
    margin:auto;
    flex: 4 1 auto;
    position:relative;
    font-size:10px;
    height: 200px;
}

#tbls-centro-costos th{
    width:200px;
    text-align:center;
    background-color: #1F4FB2;
    color: whitesmoke;
    height: 30px;
    position: sticky;
    top: 0;
}

.container-input {
    text-align: center;
    background: #282828;
    border-top: 5px solid #c39f77;
    padding: 50px 0;
    border-radius: 6px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.input-file-layout {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: inherit;
    padding: 0.625rem 1.25rem;
    border: 2px solid #1F4FB2;
}

.input-file-layout + label img {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
    font-size:16px; 
    font-weight:bold;
    /* font-family: 'Arial, sans-serif'; */
}

.input-file-background + label {
    color: #1F4FB2;
    background-color: #F8F1EA;
}

.inputfile {
  display: none;
}

#btns-layout-centro-costos-por-usuario button {
    margin: 0 15px;
}

.tbla-cc-por-usuario{
    width: 90%;
    margin: auto;
    flex: 4 1 auto;
    position: relative;
    font-size: 10px;
    overflow-y: auto;
    height: 400px;
    display: block;
}

.tbla-cc-por-usuario th {
    width: 200px;
    text-align: center;
    background-color: #232a37;
    color: whitesmoke;
    height: 30px;
    position: sticky;
    top: 0;
}