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

/*vertical css*/

.level_root.vertical  > li > a  {
    background:#0e9fd3;
}

.level_root.vertical  li.menu_item a:hover {
    background: #0b8ca0;
}
.level_root.vertical .level_1 {
    background: #15a2d6;
}

.level_root.vertical .level_1 li.active{
    background: #000 ;
}

.level_root.vertical .level_2 {
    background:#29bcf2;
}
.level_root.vertical .level_2 li.active{
    background: #115a7f;
}
.level_root.vertical .level_2 li a {
    color:#fff ;
}
.level_root.vertical .level_2> li> a:hover{
    color:#fff;
    background:#06abe2 !important;
}

.level_root.vertical  .level_3{
    background: #000;
}
.level_root.vertical .level_3 li.active{
    background: #07990c;
}

.level_root.vertical  .level_3 > li:hover> a{
    background:rgba(225,225,225,.2) !important;
    color: #fff;
}

.level_root.vertical  .level_3 li a{
    color: #fff;
}

/*.level_root.vertical .level_4{*/
/*    background: ;*/
/*}*/
.level_root.vertical .level_4 >li:hover> a{
    background:#24cbe5 !important ;
}


/*horizontal  css*/
.level_root.horizontal {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.level_root.horizontal  > li > a  {

}
.level_root.horizontal  > li.hasHoverChild:after {
    content: "\f107";
}
.level_root.horizontal  > li.hasHoverChild:hover:after {
    content: "\f106";
}
.level_root.horizontal .onHover {
    position: absolute;
}
.level_root.horizontal::after {
    content: "";
    clear: both;
    display: table;
}
.level_root.horizontal li {
    position: relative;
    height: 100%;
    list-style-type:none;
}

.level_root.horizontal .onHover li {
    text-align: left;
}

.level_root.horizontal li.menu_item .hasHoverChild::after,
.level_root.horizontal li.menu_item .hasClickChild::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 0px;
    color: #fff;
    z-index: 9999;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.level_root.horizontal li.menu_item .hasClickChild.active::after {
    content: "\f106";
    top:0;
}

.level_root.horizontal li.menu_item .hasHoverChild::after {
    content: "\f105";
}

.level_root.horizontal li.menu_item .hasHoverChild:hover::after {
    content: "\f104";
}

.level_root.vertical .level_1 {
    background: #15a2d6;
}

.level_root.horizontal .level_1 li.active{
    background: #000 ;
}

.level_root.horizontal .level_2 {
    background:#29bcf2;
}
.level_root.horizontal .level_2 li.active{
    background: #115a7f;
}
.level_root.horizontal .level_2 li a {
    color:#fff ;
}
.level_root.horizontal.level_2> li> a:hover{
    color:#fff;
    background:#06abe2 !important;
}

.level_root.horizontal .level_3{
    background: #000;
}
.level_root.horizontal.level_3 li.active{
    background: #07990c;
}

.level_root.horizontal .level_3 > li:hover> a{
    background:rgba(225,225,225,.2) !important;
    color: #fff;
}

.level_root.horizontal .level_3 li a{
    color: #fff;
}

/* CUSTOM CSS CHANGES */

html{
    /* Livewire spatie-dashboard override, original in spatie-dashboard 'font-size: 1.2vmax' that zooms the whole app. initial set's it correct*/
    font-size: initial !important;
}

.bullseyelogo{
    display:block;
    margin:auto;
    width: 50%;
    cursor: auto;
    opacity: 0.7;
}

/*SAVE HTML BUTTON CONTENTBUILDER*/
#divSnippetHandleSave {
    position: fixed;
    width: 150px;
    height: 50px;
    top: 20px;
    left: 20px;
    background: black;
    border: 2px solid black;
    color: white;
    transition: all .3s;
    border-radius: 5px;
    z-index: 40000;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
}

#divSnippetHandleSave:hover {
    background-color: white;
    color: black;
}

#sidebar > div.c-sidebar-brand.d-md-down-none > a {
    background-color: unset !important;
    cursor: auto;
}

/* Background none for admin menu. to get the same color of the menu links.*/
.c-sidebar .c-sidebar-brand, .c-sidebar .c-sidebar-header{
    background: none;
}
/* Admin menu links, nice blue color*/
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar .c-sidebar-nav-link:hover {
    background: rgba(0,0,21,.2);
}

/* The cookie notice */
#sticky-bar {
    position: fixed;
    bottom: 0;
    display: block;
    padding: 10px;
    width: 100%;
    z-index: 99999;
}
.cookie-alert {
    bottom: 15px;
    margin: 0 !important;
    z-index: 999;
    transition: all 500ms ease-out;
    opacity: 0.97;
}

/*Clock in the admin panel top.*/
#clock {
    background: #e2e2e2;
    padding: 0.8em;
    max-width: 150px;
    border-radius: 5px;
    text-align: center;
    font-family: "Source Code Pro", monospace;
    font-weight: 500;
    font-size: 1em;
}

/*Dashboard tiles*/
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fas {
    line-height: 74px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #3D4B64;
    color: white;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

/*ACTIVE SWITCH 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: #249A4D;
}

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 ACTIVE SWITCH CSS*/

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding:0; !important;
    border: none; !important;
    /*z-index: 999999999; !important;*/
}
