﻿
/*Changed color as per the database environment */
.navbar {
    background-color: #040C17 !important;
}
    .navbar a:hover {
        background-color: #040C17 !important;
    }
.main-header {
    background-color: #040C17 !important;
}
.skin-blue .main-header .logo {
    background-color: #040C17 !important;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
    .skin-blue .main-header .logo:hover {
    background-color: #357ca5;
    }
    .skin-blue .main-header li.user-header {
    background-color: #3c8dbc;
    }
    .skin-blue .main-header .navbar .nav > li > a
    {
         color:#ffffff;
    }
  
    .ui-widget-header {
        background-color: #3c8dbc; 
        color:#ffffff !important;
    }
     .popup-header>div>.content-header,.popup-header>div>.content
    {
         background-color:#3c8dbc !important;
    }     
    .popup-header > div > .content-header > h4,
    .popup-header > div > .content-header > .breadcrumb > li > a ,
    .popup-header > div > .content-header >.breadcrumb >li.active,
    .popup-header > div > .content-header > .breadcrumb > li + li:before  {
        color:#ffffff !important;
    }

.header_bg_cu {
    background-repeat: repeat-x;
    background-color: #040C17;
    border: 0;
    padding-bottom: 0px !important;
}