/**
 *
 * Apply your custom CSS here
 *
*/

.dataTable th input {
    margin-top: 10px;
    font-size: 10px;
    padding: 2px;
    border: 1px solid #ccc;
    font-weight: normal;
}

.note-editor.panel {
    padding: 5px !important;
}

.note-editor .panel-heading {
    padding-bottom: 0px !important;
}

td.min {
    width: 1%;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .panel .panel-body {
        overflow: auto;
    }

    .dataTables_wrapper table.dataTable thead > tr > th {
        width: unset;
        min-width: 100px;
    }
}
