.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}
/* ******************* new styles ******************* */

.c-app{
    background-color: #2320370d;
}
.c-sidebar-brand{
    background: #a5b3caed  !important;
    border-right: 1px solid #eeeeee3d;
    border-bottom: 1px solid #eeeeee3d;
}
.c-sidebar-brand-full{
    /* background-color: #fff; */
    margin-bottom: 0;
    height: 57px;
}
.c-sidebar-brand-full .logo{
    height: 100%;
    width: 100%;
}
.c-sidebar-nav{
    background-color: #232037;
}
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar .c-sidebar-nav-link:hover {
    color: #91909b !important;
    background: #d3d1e31f;
}
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover i,.c-sidebar-nav-link:hover i {
    color: #91909b !important;
}
.c-sidebar-nav-dropdown.c-show{
    background: #232037  !important;
}
.bg-primary{
    background: #232037 !important;
}
.c-header{
    background: #232037;
    border-bottom: 1px solid #9781ad;
}
.c-header .c-header-toggler,
.c-header .c-header-nav .c-header-nav-link
{
    color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    color: #232037;
    background-color: #ebea88;
}

.btn-primary{
    color: #fff;
    background-color: #3f3b5b;
    border-color: #3f3b5b;
}
.btn-primary:hover{
    color: #fff;
    background-color: #232037;
    border-color: #232037;
}
.btn-warning{
    color: #fff;
    background-color: #796ce7;
    border-color: #796ce7;
}
.btn-warning:hover{
    color: #fff;
    background-color: #3f3b5b;
    border-color: #3f3b5b;
}
.page-link{
    color: #fff;
    background-color: #3f3b5b;
    border-color: #3f3b5b;
}
.page-link:hover{
    color: #fff;
    background-color: #232037;
    border-color: #232037;
}
#tour{
    border: none;
}
.c-sidebar-nav-item{
    margin-top: 5px;
}
.select2-selection--single{
    height: 40px !important;
    padding: 5px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 4px;
}
.select2-container--default .select2-selection--single {
    background-color: #d3d1e31f;
    border: 1px solid #d3d1e31f;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #eaeaed transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #eaeaed;
}
.select2-dropdown {
    background-color: #d3d1e3;
    border: 1px solid #d3d1e3;
}
.select2-search--dropdown .select2-search__field{
    outline: none;
    padding: 5px;
}
.select2-search--dropdown .select2-search__field:focus{
    border: none;
}
.select2-results__option{
    padding: 5px;
    color: #232037;
}
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link.c-active {

    background: #3f3b5b!important;
}
