:root {
    --theme: #F05A28;
    --dark: #1c1c1c;
}

.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;
}

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

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

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 2px solid #f4f4f4;
}

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

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

.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;
}
.dt-buttons{ display: none; }
.select-checkbox{ display: none; }
.btn-lg { min-width:120px; }
.bottom-line-primary {
    width:20px;
    border-bottom:4px solid #337ab7;
    margin:5px 0 10px 0;
}
.lg-font{ font-size:24px!important; }

/* global */
.mb-0{ margin-bottom:0!important; }
.pt-1{ padding-top:0.5em!important; }
.btn-default{ background:#d8d8d8; }

/* datatable */
.table-search-div{
    margin-bottom:20px;
}

/* header */
.skin-purple .main-header .logo {
    background-color: #009688;
}
.skin-purple .main-header .logo:hover{
    background-color: #00968890;
}
.skin-purple .main-header .navbar .sidebar-toggle:hover{
    background-color: #00968890;
}
.skin-purple .main-header .navbar{
    background-color: #009688;
}
.header-label{
    border:2px solid #ffffff!important;
    top:-10px;
    padding:4px 16px;
    font-size:1em;
    font-weight: 500;
    border-radius:3px;
}
.rank-label{
    text-align: center;
    border:2px solid #ffffff!important;
    padding:3px 6px;
    font-size:0.8em;
    font-weight: 500;
    border-radius:3px;
}
div.dataTables_processing{
    z-index:1;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    /*display:none;*/
}

.overlay>.fa{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

div.dataTables_processing{
    width: 100% !important;
    height: 100% !important;;
    top: 0 !important;;
    margin: 0 !important;;
    left: 0 !important;;
}

/*#Slider Css*/
    /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*END OF SLIDER CSS*/




