#main-wrapper .left-sidebar,
#main-wrapper .left-sidebar .sidebar-nav ul,
#main-wrapper .topbar .top-navbar .navbar-header
{
    background-color: #001b28 !important;
}

/**
    * Sidebar and Topbar text/icon color
*/
#main-wrapper .left-sidebar .sidebar-nav ul li a,
#main-wrapper .left-sidebar .sidebar-nav ul li a i {
    color: #dedede !important;
}

.user-name {
    color: #f1e4e4 !important;
}

/**
    * Sidebar item selected color
*/
.sidebar-nav>ul>li.selected>a {
    background-color: #df9f1f !important;
    color: white !important;
}

/**
    * App UI colors
*/
.bg-app {
    background-color: #3b628e !important;
    color: white !important;
}

.bg-app-light {
    background-color: #6387b6 !important;
    color: white !important;
}

/**
    * Settings UI colors
*/
.bg-settings {
    background-color: #7293bc !important;
    color: white !important;
}

.bg-settings-light {
    background-color:  #92b3dd !important;
    color: white !important;
}

/**
    * Main, Info, Success UI colors
*/
.bg-main {
    background-color: #061e2a !important;
    color: white !important;
}

.bg-danger {
    background-color: #7b3c4f !important;
    color: white !important;
}

/**
    * Custom Buttons UI colors
*/
.btn-submit {
    background-color: #007570 !important;
    border-color: #249279 !important;
    color: white !important;
}

.btn-submit:hover {
    background-color: #249279 !important;
}

.btn-edit {
    background-color: #2e877b !important;
    border-color: #2e877b !important;
    color: white !important;
}

.btn-edit:hover {
    background-color: #43a081 !important;
}

.btn-info, .label-info {
    background-color: #3e6290 !important;
    border-color: #3e6290 !important;
    color: white !important;
}

.btn-info:hover {
    background-color: #597bab !important;
}

.btn-danger {
    background-color: #7b3c4f !important;
    border-color: #7b3c4f !important;
    color: white !important;
}
.btn-danger:hover {
    background-color: #985669 !important;
}

.btn-secondary {
    background-color: #374955 !important;
    border-color: #374955 !important;
    color: white !important;
}

.btn-secondary:hover {
    background-color: #374955 !important;
}

.btn-cancel {
    background-color: #9ca2b1 !important;
    border-color: #9ca2b1 !important;
    color: white !important;
}

.btn-cancel:hover {
    background-color: #adb5bd !important;
}

.btn-style-1 {
    background-color: #2a4251 !important;
    border-color: #2a4251 !important;
    color: white !important;
}

.btn-style-1:hover {
    background-color: #566e7e !important;
}

.btn-style-2 {
    background-color: #0e436e !important;
    border-color: #0e436e !important;
    color: white !important;
}

.btn-style-2:hover {
    background-color: #3d6593 !important;
}

.text-main-color {
    color: #001b28 !important;
}

.underline {
    text-decoration: underline
}

