.main-header.dark-bg {
    background-color: #fff;
    color: #000;
}

.main-header .logo.dark-bg {
    background-color: #fff;
}

.main-header .logo.dark-bg .img-responsive {
    display: initial !important;
}

.main-sidebar.dark-bg {
    background-color: #24252a;
}

.user-panel.black-bg {
    background: #24252a;
}

.main-header.dark-bg .nav .open > a,
.main-header.dark-bg .navbar-custom-menu ul.navbar-nav li.dropdown a:hover {
    background: #4D5451;
    color: #FFF !important;
}

.main-header .sidebar-toggle::before {
    content: none !important;
}

.sidebar-toggle {
    margin-top: 1px;
}

.sidebar-menu li.header.dark-bg {
    border-bottom: solid 1px #393939;
    border-top: solid 1px #393939;
    background-color: rgba(255, 255, 255, .05);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.dark-bg ul.sidebar-menu > li > a i {
    color: #aaa;
    transition: color 1s ease;
}

.dark-bg ul.sidebar-menu > li > a:hover > i {
    color: #fff;
}

/*
    Dashboard - Profile
*/
.profile .chart-box {
    padding-left: 0px;
}

.profile ul.nav {
    transition: all .5s ease;
}

.profile ul.nav li {
    border-left: 5px solid #fff;
    transition: all .5s ease;
}

.profile ul.nav li a {
    color: #666;
    transition: all .5s ease;
}

.profile ul.nav li.active {
    border-left-color: #36568E;
}

.profile ul.nav li.active a {
    background-color: #fff;
    border-right-color: #fff;
    color: #36568E;
}

.profile ul.nav li a i {
    width: 20px;
    text-align: center;
}

.profile #linkUploadAvatar .cover {
    position: relative;
}

.profile #linkUploadAvatar .conver > .image {
    display: block;
    width: 100%;
    height: auto;
}

.profile #linkUploadAvatar > .cover .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.profile #linkUploadAvatar > .cover:hover .overlay {
    opacity: 1;
}


/*
    Autentication
*/
.col-logo {
    background-color: #fff;
}

.col-form footer {
    padding: 15px 30px 15px !important;
}


.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    padding-bottom: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    margin-top: 25px;
}

/* .main-header.dark-bg {background: #281B89;} */
/* .main-header .logo.dark-bg {background: #2f209e;} */
/* .main-header.dark-bg .navbar-custom-menu ul.navbar-nav li.dropdown a:hover{background: #2f209e;} */
/* .main-header.dark-bg .nav .open > a, .dark-bg .nav .open > a:focus, .dark-bg.nav .open > a:hover{background: #2f209e} */


@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo {
        color: #fff
    }
}

.user-panel > .info {
    margin-top: 11px;
}

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

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

.form-control:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}


/* custom */
.mt-1 {
    margin-top: 7px;
}

.mt-2 {
    margin-top: 14px;
}

.mb-1 {
    margin-bottom: 7px;
}

.mb-2 {
    margin-bottom: 14px;
}

.ml-1 {
    margin-left: 7px;
}

.ml-2 {
    margin-left: 14px;
}

.mr-1 {
    margin-right: 7px;
}

.mr-2 {
    margin-right: 14px;
}

table > thead > tr > th {
    text-transform: uppercase;
!important
}

label {
    text-transform: uppercase;
    font-size: 11px;
}

textarea {
    resize: vertical;
}

.navbar-nav > li > a {
    color: #444 !important;
}

.form-inline {
    display: inline !important
}

.panel-heading {
    padding: 5px 15px;
}

blockquote {
    font-size: 16px;
    border-left: 5px solid #446CB3;

}

blockquote small {
    color: #2e3131;
}

.checkbox {
    line-height: 23px !important;
}

.chart-box-paddingless {
    padding: 0
}

.ml-1 {
    margin-left: 7px !important;
}

select.form-control {
    padding-top: 8px;
}

.table.table-borderless > tbody > tr > td,
.table.table-borderless > tbody > tr > th {
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
}

.comments {
    max-height: 500px;
    overflow-y: scroll;
}

.comment-sidebar {
    z-index: 9999;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
    padding: 14px;
}

.comment-sidebar .header {
    margin-bottom: 21px;
}

.comment-sidebar .header a {
    background: #F00;
    padding: 4px 7px;
    color: #fff;
    border-radius: 5px;

    transition: all ease .5s;
}

.comment-sidebar .header a:hover {
    background: #fff;
    color: #f00;
}

.comment-sidebar .content {
    padding: 0;
    margin: 0;
}

.comment-sidebar .content .panel .panel-heading,
.comment-sidebar .content .panel .panel-footer {
    padding: 7px;
    margin: 0;
}

.comment-sidebar .content .panel .panel-heading h4 {
    margin: 0;
}

.linked-users {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 20vw;
    height: 100vh;
    z-index: 9999;
    padding: 21px 14px;
}

.linked-users .header {
    border-bottom: 2px solid #222;
    margin-bottom: 14px;
    padding-bottom: 7px;
}

.linked-users .header > .title {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.linked-users .footer {
}

.table .bg-danger {
    background-color: #f2dede !important;
}

.table .bg-info {
    background-color: #d9edf7 !important;
}

.table .bg-success {
    background-color: #dff0d8 !important;
}

.col-form footer {
    background-color: #fff;
    border-top: 0px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 7.5px 10px;
}
