.app-header, .sidebar{
    background-color: #2f353a !important;
}

.app-header.bg-dark .navbar-brand {
    min-width: 320px;
    color: #ffffff !important;
}


.sidebar .nav {
    width: 300px;
}

.sidebar .sidebar-nav, .sidebar .sidebar-scroll{
    width: auto;
    max-width: 300px;
}

.sidebar-lg-show .sidebar-pills {
    width: 320px;
}

.sidebar.sidebar-pills .nav-link, .sidebar.sidebar-pills .nav-title{
    color: #ffffff !important;
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover{
    color: #007dd0 !important;
}

.sidebar-dev{
    background-color: #6f3e00 !important;
}

a{
    color: #007dd0;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon, .sidebar.sidebar-pills .nav-link:hover .nav-icon{
    color: #007dd0;
}

.sidebar-pills .nav-link:hover .nav-icon{
    color: #007dd0 !important;
}

.btn-link{
    color: #007dd0;
}



table.dataTable thead>tr>th{
    border-right: 1px #dce0e7 dashed;
    color: #000000;
}

table.dataTable thead>tr>th:last-child{
    border-right: none;
}

table.dataTable tbody>tr>td{
    border-right: 1px #dce0e7 dashed;
}

table.dataTable tbody>tr>td:last-child{
    border-right: none;
}

.text-capitalize-first-letter::first-letter {
    text-transform: uppercase;
}

li.nav-dropdown > ul.nav-dropdown-items{
    margin-left: 25px;
}

.sidebar.sidebar-pills .nav-dropdown .nav-link:not(.nav-dropdown-toggle){
    padding-left: 12px;
}

li.nav-item.nav-dropdown.open > a > i.la-folder{
    display: none !important;
}
li.nav-item.nav-dropdown.open > a > i.la-folder-open{
    display: inline-block !important;
}


li.nav-item.nav-dropdown > a > i.la-folder{
    display: inline-block !important;
}

li.nav-item.nav-dropdown > a > i.la-folder-open{
    display: none !important;
}

.app-footer{
    background-color: #2f353a !important;
    border-top: 1px #6B767BFF dashed;
}

.sidebar .nav-dropdown.open>.nav-dropdown-items {
    max-height: 10000px;
}

.lw-loading-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF50;
}

.lw-loading-box .lw-loading-image{
    margin: auto;
    display: inherit;
    margin-top: 35vh;
    height: 30vh;
    width: 30vh;
    z-index: 1000;
}

.field-error-text, .error-block{
    font-size: 12px;
    color: red;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

#drags-component .card-footer {
    text-align: right;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
}

.control-label{
    font-weight: bold;
}

#settings-styles .form-group #color,
#settings-styles .form-group #borderColor,
#settings-styles .form-group #fillColor {
    width: 100% !important;
}

@media (max-width:992px){
    html:not([dir=rtl]) .sidebar {
        margin-left: -300px;
    }
}
