/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/
select:disabled {
    cursor: not-allowed;
}

input:disabled {
    cursor: not-allowed;
}

/*--------------------------------------------------------------
# Datatable
--------------------------------------------------------------*/

.datatable-search, .datatable-dropdown {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.datatable-dropdown {
    padding-right: 10px;
}