#navbar  /*dark topmost background*/
{
    background-color:Black;
}

#main-container, #divSettingsLogoBackground  /*main background*/
{
    background-color:Black; 
	background-image:url(040/c.jpg);
    background-repeat: no-repeat !important;
    background-size: cover;
    object-fit: scale-down;
}

/*wizard steps*/
.wizard-steps li.active .step, .wizard-steps li.active::before, .wizard-steps li.complete .step, .wizard-steps li.complete::before
{
    border-color:#808080 !important;
}

/*primary buttons*/
.navbar-buttons a.btn, .main-container .btn-primary, .main-container .btn-primary:focus, #ctl00_hlkCartSave .btn-primary, #ctl01_hlkCartSave .btn-primary, .btn-primary:focus, #divButtonHolder .btn-primary:active, #divButtonHolder .btn-primary:hover, #divButtonHolder .open .dropdown-toggle.btn-primary, #divButtonHolder .btn-primary, #divButtonHolder .btn-primary:focus, #btnpnlLoggedIn.btn-info, #btnpnlLoggedIn.btn-info:focus , #btnAutoFill, .entries-up, #litEntry button:focus, #menu-toggler, #ctl00_lblLogoSubTitle a:hover, #ctl01_lblLogoSubTitle a:hover, #pnlInstructions a:hover, #pnlReceipt a:hover 
{
    background-color:#764e3e !important;
    border-color:#764e3e !important;
}

/*primary buttons - darker*/
.main-container .btn-primary:hover, #btnAutoFill:hover, .entries-up:hover, #menu-toggler:hover{
    background-color:#52342a  !important;
}

/*--footer background - most of the time no color -*/
#navbar, .footer .footer-inner .footer-content
{
    background-color: none;
}

.main-content, .footer, .no-skin .sidebar-shortcuts , .no-skin .sidebar
{
    background-color:none;
}

/*--here downward mostly the same for all other skins -*/
#ctl00_lblLogoSubTitle, #ctl00_lblLogoSubTitle a, #ctl01_lblLogoSubTitle, #ctl01_lblLogoSubTitle a, #litEntry button, #pnlCart h5, #pnlInstructions a, #pnlReceipt a {
    color:white !important;
}


.widget-box
{
    background-color:White;
    background-image:none !important;
    border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    
}

.widget-header
{
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    -moz-border-radius-topleft: 7px !important;
    -moz-border-radius-topright: 7px !important;
}

.form-actions, #litEntry
{
    margin-bottom:0px !important;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    -moz-border-radius-bottomleft: 7px !important;
    -moz-border-radius-bottomright: 7px !important;
}

.widget-body {
    border-bottom-left-radius:7px!important;
    border-bottom-right-radius:7px!important;
}


 #ctl00_pnlLoggedIn ul li, #ctl01_pnlLoggedIn ul li {
	 background-color:White !important;
	 color:lightgray !important;
 }


.widget-title {
    color:black;
}

.wizard-steps li span.title, #pnlInstructions h1, #txtReview, #lblHeading, #pnlReceipt label .lbl, h3     {
    color:lightgray !important;
}

.footer .footer-inner .footer-content {
    color:lightgray;
	border:none !important;
}

#imgFooterLogo {
    filter:invert(.8);
    -webkit-filter: invert(100%);
}

#pnlInstructions a:hover, #pnlReceipt a:hover{
    color:#232F3E;
    text-decoration:none;
}

#pnlCart div#Div1,center #pnlCart, #Div2, #pnlResults, #sidebar-shortcuts , #sidebar  {
    background-color:transparent !important;
}
#ctl00_pnlCart, #ctl01_pnlCart{
    background-color:white;
}

 .btn-group .input-group-btn{
	 color:White !important
 }

 #sidebar-collapse, #ctl00_pnlCart, #ctl01_pnlCart, #sidebar-shortcuts {
    border-bottom-right-radius: 7px !important;
    -moz-border-radius-bottomright: 7px !important;
}