/*
 Styles Admin css
*/

#overlay_admin_ajax{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
   	flex-direction: row;
	background: rgba(255,255,255,0.5)
}


#overlay_admin_ajax i{
	display: block;
}

.select2-container{
    width: 100%!important;
}

.select2-container--bootstrap4 .select2-selection {
    background-color: unset;
    border-color: unset;
}

.crm-perms > label{
    font-weight: bold;
}

.crm-perms > .internet_pems{
    padding-left: 1em;
    box-sizing: border-box;
}

/*li.has-treeview li.nav-item {
    margin-left: 25px;
}

div.os-host-overflow-x li.has-treeview li.nav-item {
    margin-left: 0px;
}*/



/* Start Old sb-admin styles */
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: unset;
}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        padding: 0 30px;
    }
}
/* End Old sb-admin styles */


/* Start Bootstrap 3.3.7 */
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}

/* End Bootstrap 3.3.7 */


/* Start Dark Mode Button */
.max-height-300 pre {
    max-height: 300px
}

.theme-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px
}

.theme-switch input {
    display: none
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 400ms
}

.slider::before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: 400ms;
    width: 16px
}

input:checked+.slider {
    background-color: #66bb6a
}

input:checked+.slider::before {
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round::before {
    border-radius: 50%
}

.dark-mode .breadcrumb{
    background-color: #343a40;
}

.dark-mode .btn-success,
.dark-mode .btn-secondary,
.dark-mode .btn-info,
.dark-mode .btn-warning,
.dark-mode .btn-danger {
    background-color: #343a40;
    border-color: #6c757d;
    color: #ffffff;
}

/* End Dark Mode Button */

.dark-mode input:-webkit-autofill, .dark-mode input:-webkit-autofill:focus, .dark-mode input:-webkit-autofill:hover, .dark-mode select:-webkit-autofill, .dark-mode select:-webkit-autofill:focus, .dark-mode select:-webkit-autofill:hover, .dark-mode textarea:-webkit-autofill, .dark-mode textarea:-webkit-autofill:focus, .dark-mode textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: black;
}

