

/*Page Section Header Background and Font Color*/

/**/
.quote-content .submit-content-header {
    color: #333;
}
.quote-content .submit-content {
    color: #333; 
}
.quote-content hr {
    border-color: #333; 
}

#DivNoBorder .pbSubheader {
  background: #333;
  color: #ffffff !important; 
}
table.detailList #helpicon {
    color: #333 !important;
}
table.detailList .tooltip-inner{
    background-color:#353b42 !important; //Tooltip displayed when hover on the help icon
}
    
table.detailList .tooltip-arrow{
    border-top-color:#353b42 !important; //Tooltip displayed when hover on the help icon
}
.dashboard-content .message {
    background-color: #333 !important; /*Error Message*/
    color: #ffffff !important;
}
.dashboard-content .message .messageCell {
    color: #ffffff !important; /*Error Message*/
}
.dashboard-content .bPageBlock .pbBody .pbSubheader {
        background: #333 !important;
        color: #ffffff !important; 
}
.dashboard-content .bPageBlock .pbBody .pbSubheader .requiredText {
        color: #ffffff;  
}
.dashboard-content .bPageBlock .pbBody .pbSubheader h3 {
          color: #ffffff !important;
}

/*Navbar Color*/
.navbar-default {
    background-color: #fff; /*Navbar Background*/
    border-color: #353b42 !important; /*Navbar Border*/
}
.navbar-default .navbar-form {
    border-color: #353b42 !important; 
}
.triangle-down:before {
  border-top-color: #353b42 !important; /*Navbar Triangle Color*/
}


/*Next and Previous Buttons*/
.btn {
    background: #353b42 !important; /*Color of the buttons*/
    color: #ffffff !important; /*Color of button text*/
 }
.btnDisabled, .btnDisabled.left, .btnDisabled.right {
    background: #353b42 !important; /*Background Color of button*/
    color: #ffffff !important; 
}

/*Navigation Color on Left Hand Side*/
sidebar-components #NavigDiv .pageNavItem.current{
    background: #353b42 !important;
    color: #ffffff !important;
}
.sidebar-components #NavigDiv .pageNavItem:hover {
      /*NavItems Hover*/
      background: #353b42 !important;
      color: #ffffff !important; 
    }


#NavigDiv form .pageNavItem.current{
    background: #353b42; /* primary color */
    color: #ffffff !important;
}
.accountBlock .bPageBlock.brandSecondaryBrd.secondaryPalette {
    border-top-color: #353b42 !important; /* primary color */
}
.detailPage .bPageBlock, .editPage .bPageBlock {
    border-top-color: #353b42 !important; /* primary color */
}

.pageNavItem, .pageNavItemUnclick{
    color : #5d5e5e !important;
}