button {
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}

button:hover {
    color: #1883ba;
    background-color: #ffffff;
    cursor: pointer;
}

input.btn {
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: black;
    background-color: #DBE2E6;
    border-radius: 6px;
    border: 2px solid #0016b0;
}

input.btn:hover {
    color: #DBE2E6;
    background-color: black;
    cursor: pointer;
}

input {
    border-radius: 4px;
    border: 1px solid #0016b0;
}

select {
    border-radius: 4px;
    border: 2px solid #0016b0;
}

/* table {
    border-radius: 6px;
    border: 2px solid #0016b0;
}
 */
div.row.buttons input,
div.form select,
div.form input,
select,
input {
    padding: 5px;
    font-weight: 600;
    font-size: 12px;
    color: black;
    background-color: #DBE2E6;
    border-radius: 6px;
    border: 2px solid #0016b0;
    cursor: pointer;
}

.filters input {
    padding: 2px;
    width: 95%;
    font-weight: 600;
    font-size: 12px;
    color: black;
    background-color: #DBE2E6;
    border-radius: 3px;
    border: 1px solid #0016b0 !important;
    cursor: pointer;
}

.empty-input{
    background-color: #ba1818;
    border: 2px solid #b00000;
}

.chbx {
    background: url(uncheck.png);
    background-size: cover;
}

.chbx:checked {
    background: url(check.png);
    background-size: cover;
}

.header {
    justify-content: center;
    text-align: center;
}

.expediente {
    color: red;
}

.list-mov,
.sin-mov {
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.sin-mov p {
    border-style: solid;
    border-color: blue;
    border-width: 2px;
    padding: 25px;
}

table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

th,
td {
    padding: 1em;
    background: #ddd;
    border-bottom: 2px solid white;
}

.th-arqueo {
    font-weight: bold;
    font-size: 12px;
}

.td-arqueo {
    font-size: 12px;
    background-color: #e9f0fb;
}

.table-mov {
    width: 90%;
}

.table-add-mov {
    width: 50%;
    background-color: #e9f0fb;
    border-collapse: collapse;
}

.filters input, 
.filters select{
    width: 95% !important;

}

.btnGrabar{
    padding: 15px !important;
    background-color: #81DCF1 !important;
}