/* custom menu item toggle button */
.glyphicon-nav {
    width: 18px;
    padding: 8px 0;
    position: relative;
    display: inline-block;
}

.glyphicon-nav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    top: 0;
}

.glyphicon-nav:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 2px;
    width: 100%;
    background: white;
}

.header_menu_color {
    background-color: #222F3E;
}

/* custom drop down menu */

.tests_dropdown {
  position: static !important;
  width:100%;
}

.tests_dropdown_menu {
    border: rgba(0, 128, 185, 0.9);
    border-radius: 4px;
    padding: 20px 0;
    width: 100%;
    min-height: 366px !important;
    box-shadow: none;
    z-index: 1053;
    -webkit-box-shadow: none;
}

.no_opacity {
    opacity: 1;
}

.tests_dropdown_menu > li > ul {
    padding: 0;
    margin: 0;
}

.tests_dropdown_menu > li > ul > li {
    list-style: none;
}

.tests_dropdown_menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
}

.tests_dropdown_menu > li ul > li > a:hover,
.tests_dropdown_menu > li ul > li > a:focus {
  text-decoration: underline;
  color: #ffffff;
  background-color: rgba(0, 128, 185, 0.9);
}

.tests_nav_default .tests_nav>.open>a, .tests_nav_default .tests_nav>.open>a:hover, .tests_nav_default .tests_nav>.open>a:focus {
    background-color: rgba(0, 128, 185, 0.9);
}

.bg_color_grayish_blue {
    background-color: #374558;
}

.links_color {
    color: #595959 !important;
}

.menu_dropdown_product {
    color: #FFFFFF !important;
}

.advisor_header_city_name {
    margin-left: 104px;
}

.advisor_header_city_name > .dropdown-menu,
.header_city_name > .dropdown-menu {
    left:4px !important;
    right:auto !important
}

.header_city_name {
    /*left: -227% !important;*/
    margin-top: 13px;
}

.advisor_screen_header {
    height: 45px;
}

.advisor_header_logo {
    margin-top: -1px;
}

.search_result_header_menu {
    float: right;
    margin-top: 40px;
}

#header_search .header_block {
    min-height: 90px;
}

.call_us_btn {
    display: none;
}

.header_z_index {
    z-index: 1053;
}

.header_menu_item {
    margin-top: -6px;
    margin-right: 4px;
}

.mobile_logo_height {
    height: 29px !important;
}

@media (max-width: 768px) {
    .header_city_name {
        left: -100% !important;
        margin-top: 13px;
    }

    .call_number {
        display: none;
        visibility: none;
    }

    .call_us_btn {
        display: block;
        margin-top: 13px;
        margin-right: 10px;
    }

    #header_search .header_block {
        min-height: 72px;
    }

    .call_us {
        margin-right: 15px;
        margin-top: 0px;
    }

    .header_menu {
        float: left;
    }

    .search_result_header_menu {
        float: left;
    }
}
.wallet_dropdown_menu {
    width: 30%;
    min-height: 155px !important;
    padding: 18px 18px;
}

.dashboard_nav_default .dashboard_nav>.open>a, .dashboard_nav_default .dashboard_nav>.open>a:hover, .dashboard_nav_default .dashboard_nav>.open>a:focus {
    background-color: #374558;
}
#footer_logo {
    width: 101px;
    height: 78px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.footer_logo_content {
    width: 90%;
    margin-left: 7px;
}

.footer_content {
    margin-top: 20px;
}

.footer_menu {
    color: #666666;
    margin-top: 20px;
}

.footer_menu_content {
    margin-top: 2px;
}

.footer_copyright {
    float: left;
    color: #666666;
}

#footer {
    width: 100%;
    min-height: 143px;
}

.footer_line {
    border: 1px solid #d8d8d8;
}

.footer_bottom_bar {
    width: 100%;
    height: 10px;
    background-color: #06b45c;
    position: absolute;
    margin-top: 10px;
}

.align_absolute {
    position: absolute;
}

.footer_top_block {
    position: absolute;
    bottom: 45%;
    right: 0;
}


.footer_menu a, .footer_menu a:hover, .footer_copyright a{
    color: #646464;
    text-decoration: none;
}

@media (max-width: 800px) {
    #footer_logo {
        width: 84px;
        height: 65px;
        margin-left: 10px;
    }

    .footer_icon {
        width: 8%;
    }

    .footer_logo_content img {
        width: 73%;
        margin-left:11px;
        margin-top: 7px;
    }
}