table {
    margin-top: 20px;
    width: 100% !important;
}

table th, table td {
    text-align: center;
}

table td .fa {
    font-size: 20px;
}

.dataTables_wrapper > .row:last-child {
    align-items: center;
    display: flex;
}

.dataTables_info {
    text-align: right;
}

.modal input[type='file'] {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 6px;
    width: 100%;
}

.modal textarea {
    max-height: 200px;
    min-height: 100px;
    width: 100% !important;
}

.modal table {
    max-height: 150px;
}

.modal table input {
    margin: 0 auto;
    max-width: 150px;
}

.datatable a {
    margin-left: 20px;
}

.datatable a i {
    color: #5bc0de;
}

.dt-buttons {
    display: none;
    justify-content: flex-end;
}

.table-btn .dt-buttons {
    display: flex !important;
}


.modal label {
    font-size: 12px !important;
    color: #313131 !important;
}


.datepicker-dropdown {
    top: 180px !important;
}

.row_solicitudes {
    background-color: #FFF2CC !important;
}