body {
    overflow-x: hidden;
}
.parsley-error {
    border-color: #f44336 !important;
}
.parsley-success {
    border-color: #4caf50 !important;
}
.parsley-errors-list {
    margin-left: 0px;
    padding-left: 0px;
}
.parsley-errors-list li {
    list-style: none;
    color: #f44336;
    font-size: 13px;
    font-weight: 500;
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 5px;
    padding-left: 5px;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: left;
    padding-left: 0.5em;
}
.select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden;
}

.cke_notifications_area {
    display: none;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem !important;
}

.table tbody tr td.dtfc-fixed-right,
.table tbody tr td.dtfc-fixed-left {
    background-color: #ffffff !important;
}

.menu-item.open > .menu-sub {
    padding-left: 0.5rem;
}

.light-style table.dataTable th,
.light-style table.dataTable td {
    border-color: #cdcdce !important;
    padding: 0.25rem 0.5rem;
}

.light-style table th,
.light-style table td {
    text-align: center !important;
    border-color: #cdcdce !important;
    white-space: nowrap;
    min-width: 50px;
    padding: 0.3rem 0.5rem;
}

.light-style table.small th,
.light-style table.small td {
    font-size: 0.875rem !important;
}

/* first column of table should be 10px width */
.light-style table th:first-child,
.light-style table td:first-child {
    min-width: 10px;
}

.table-light th {
    color: #fff !important;
    background-color: #8177f2 !important;
    border-color: #8177f2 !important;
}
