/* WEB PAGE BACKGROUND */
.content-page, .web-new-theme {background: #ECE8DF !important;} /* light tan */
a {font-weight:bold; }

/* HEADER BACKGROUND */
.gw-header { background-color: #FFFFFF !important; } /* white */
.gw-header-content > div img {
  padding: 0px 0px 0px 20px !important;
  width: auto !important;  /* contain, cover, or auto */
}
.gw-header { position: relative; min-height: 50px; }
.gw-header .text-right { position: absolute; bottom: 0; }
.gw-header .text-left { position: absolute; bottom: 0; right: 0; }

/* TITLE AND FOOTER COLORS */
body.web-new-theme .page-title-block, body.web-new-theme .footer-block {
  background: #186375;  /* dark green */
  color: white;
}

/* START PAGE ICONS AND INFO BLOCK COLORS */
body.web-new-theme .card-box-item:hover {background: white;}
body.web-new-theme .card-box-item, body.web-new-theme .card-box-info-block {
  background: #E7EFF1;  /* light green  */
  border: 1px solid #186375 !important; /* dark green */
}

body .select_map_code_to_search .search-error {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

body .tax_search_form .search-error {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

img.h-tablet {
        content: url("https://henry.governmentwindow.com/resources/sites/henry/img/hc-header-tablet.png") !important;
}

 img.h-mobile {
        content: url("https://henry.governmentwindow.com/resources/sites/henry/img/hc-header-mobile.png") !important;
}

@media screen and (min-width: 1231px) {
    img.h-pc {
        display:block !important;
    }
     img.h-tablet, img. h-mobile {
        display:none !important;
    }
}

@media screen and (max-width: 1230px) {
    img.h-tablet {
        display:block !important;
    }
     img.h-pc, img.h-mobile {
        display:none !important;
    }
}

@media screen and (max-width: 767px) {
    img.h-mobile {
        display:block !important;
    }
     img.h-pc, img.h-tablet {
        display:none !important;
    }
}
.formslist a:hover{		
 background-color: #43638C; 	
 border-radius:5px;
 color: white;	
}
 	
.nav-card a:hover {
 background-color: #43638C;
 border-radius:5px;
 color: white;	
}
 	
.horizontal-nav a:hover {	
 background-color: #43638C;	
 border-radius:5px;	
 color: white;
}
#sidebar .container a:hover {
 background-color: #43638C;
 border-radius:5px;
color: white;
}

.sidebar-logo{
border-radius: 50px;
}
 	
a:hover b{	
 color: white;	
}

header {
background-position: 0% 50% !important;
}

#ticketSearchForm .nav-tabs .nav-item,
#taxesSearchForm .nav-tabs .nav-item {
    background-color: #b4d0f0 !important;
}
body{
background: #ECE8DF!important;
}
/*MAKES BILL NUMBER LINKS BLUE IN TAX SEARCH RESULTS*/
.card-box td a{
    color: blue;
}
/*MAKES THE E-ALERTS COLUMN TITLE GREEN*/
#tbl_tax_results thead .head_tax_ealert {
  color: #006f0b !important;
}
/*MAKES THE MESSAGE ON THE SELECT BILL PAGE BLUE*/
p.warning {
  color: #0000ff !important;
}