/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../images/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/*new css ruby asad 12/26/2024*/

.hgo-main .top-section-hgo {
    background: #443c2c;
    color: #ffffff;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 15px 30px;
    margin-bottom: 20px;
}

.hgo-main .top-section-hgo h4 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: calc(100% - 22px);
}
.hgo-main .seach-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hgo-main .seach-filters .search-input {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    height: 40px;
    padding: 10px;
    width: calc(100% - 100px);
}

.hgo-main .seach-filters .search-input input#SearchInput {
    border: 0;
    padding: 0 0 0 5px;
}

.hgo-main .seach-filters .filters-btn {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    color: #404246;
}
.hgo-main .hgo-main-section .hgo-cards {
    background: #f2f1ee;
    border-radius: 10px;
    border: 0;
    text-align: left;
    text-decoration: none;
}

.hgo-main .hgo-main-section .hgo-cards h6 {
    font-weight: 500;
    font-size: 16px;
    color: #ceb356;
    margin-bottom: 10px;
}

.hgo-main .hgo-main-section .hgo-cards h3 {
    font-weight: 700;
    font-size: 18px;
    color: #443c2c;
    margin: 0;
}

.hgo-main .hgo-main-section .hgo-cards p {
    font-weight: 500;
    font-size: 14px;
    color: #443c2c;
}

.hgo-main .hgo-main-section .hgo-cards .hgo-loc-num {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hgo-main .hgo-main-section .hgo-cards .hgo-loc-num span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #807e77;
    font-weight: 500;
    font-size: 14px;
}

.hgo-main .modal-content .modal-header .modal-title {
    width: 100%;
}

.hgo-main .modal-content .modal-body .filters-modal-form {
    text-align: left;
}

.hgo-main .modal-content .modal-body .filters-modal-form label {
    font-weight: 500;
    font-size: 16px;
    color: #343338;
    margin-bottom: 3px;
}

.hgo-main .modal-content .modal-body .filters-modal-form input, .hgo-main .modal-content .modal-body .filters-modal-form select {
    min-height: 45px;
    border: 1px solid #c3ccd3;
    border-radius: 7px;
}

.hgo-main .modal-content .modal-footer {
    justify-content: space-between;
}

.hgo-main .modal-content .modal-footer button {
    width: 45%;
    border: 1px solid #443c2c;
    border-radius: 5px;
    height: 43px;
    font-weight: 500;
    font-size: 18px;
}

.hgo-main .modal-content .modal-footer .cancel-btn {
    background: transparent;
    color: #443c2c;
}

.hgo-main .modal-content .modal-footer .submit-btn {
    background: #443c2c;
}
.hgo-results {
    background: #f2f1eed1;
    border-radius: 9px;
    padding: 20px;
    text-align: left;
}

.hgo-results .hgo-results-main {
    margin-bottom: 20px;
}

.hgo-results .hgo-results-main p.results-value {
    font-weight: 600;
    font-size: 14px;
    color: #010200;
}

.hgo-results .hgo-results-main p.results-heading {
    font-weight: 500;
    font-size: 12px;
    color: #53503d;
    margin-bottom: 5px;
}
