﻿/*#region Header */

.header_Banner {
    /*height: 60px;*/
    background-color: #1F2532;
}

.header_logo {
    height: 65px;
    width: 260px;
}

.mobile_header_logo {
    height: 70px;
    width: 260px;
    margin-top: 15px;
}

.header_Options {
    margin-top: 24px;
}

.header_currentActiveText {
    color: #f7f7f7 !important;
    text-decoration: none !important;
}

.header_currentACtiveDiv {
    margin-top: 17px;
    border-bottom: solid #ff5722 4px;
    padding-bottom: 0px;
}

#header a {
    color: #CFD4D3;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px solid #1F2532;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-left: 5px;
}

    #header a:hover {
        color: #f7f7f7 !important;
        text-decoration: none;
    }

#consumerFooter a {
    color: #CFD4D3;
    font-family: Arial;
    font-size: 12px;
}

    #consumerFooter a:hover {
        color: #f7f7f7 !important;
        text-decoration: none;
    }

#logoutBox a {
    color: #CFD4D3 !important;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: none;
}

    #logoutBox a:hover {
        color: #1F2532 !important;
    }

#logoutBox li:hover {
    border-bottom-color: #e65100;
    background-color: #f7f7f7;
}

.header_LogoutBoxLayout {
    margin-top: 40px;
    background-color: #1F2532;
    width: 210px !important;
    border: solid 1px #CFD4D3;
}

.header_NoBottomPad {
    margin-bottom: 0 !important;
}

#logo a:hover {
    text-decoration: none;
    border-bottom: none;
}

.header_UserIconPadder {
    margin-top: 14px;
}

.header_FloatRight {
    float: right;
    padding-right: 18px;
}

.header_FloatLeft {
    float: left;
}

.header_LogOutContainer {
    float: right;
    margin-top: 24px;
}

.header_LoginTitle {
    font-size: 19px;
    color: #CFD4D3;
    font-family: "Open Sans";
}

.header_divider {
    border-left: solid 0.5px #bbbbbb;
    margin-right: 20px;
    height: 25px;
    float: left;
    margin-top: 18px;
}

/*#endregion */

/*#region Breadcrumbs */

.breadcrumb_Banner {
    height: 60px;
    background-color: #F9F9F9;
}

.breadcrumb_Title {
    margin-top: 17px;
    font-size: 18px;
    float: left;
}

.breadcrumb_box {
    margin-top: 19px;
    margin-left: 15px;
    overflow: hidden;
    position: relative;
    float: right;
}

.breadcrumbs_FloatRight {
    float: right;
}

.breadcrumbs_FloatLeft {
    float: left;
}

.breadCrumbs_overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

/*#endregion */

/*#region Hamburger */

#hamburgerMenu {
}

    #hamburgerMenu a {
        color: white;
    }

.hamburger_Options {
    height: 40px;
    background-color: #1F2532;
}

.hamburger_CurrentActive {
    border-bottom: solid #ff5722 3px;
}

/*#endregion */

/*#region Footer */

.footer_Banner {
    height: 64px;
    background-color: #1F2532;
}

.footer_ConsumerBanner {
    height: 80px;
    background-color: #1F2532;
}

.footer_logo {
    padding-top: 24px;
    padding-left: 27px;
    height: 64px;
    width: 215px;
    position: relative;
}

.footer_Consumerlogo {
    padding-top: 18px;
    height: 64px;
    position: relative;
}


.footer_divider {
    border-right: solid 0.5px #bbbbbb;
    margin-left: 15px;
    margin-right: 18px;
}

.footer_termsAndCons_text {
    font-family: Arial;
    font-size: 12px !important;
    text-align: center;
    color: #bbbbbb !important;
}

#footer  {
    color: #bbbbbb !important;
}

a:hover{
    text-decoration: none !important;
}

.footer_copyRight_text {
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    color: #9E9E9E;
    margin-top: 5px;
}

.footer_support_text {
    padding-top: 20px !important;
    font-size: 18px;
    color: #bbbbbb;
    text-align: right;
    padding-right: 20px !important;
    font-family: "Open Sans";
}

.footer_textVerticalPadding{
    margin-top: 15px;
    text-align: center;
}

.footer_small_text {
    font-family: Arial;
    font-size: 12px;
    color: #9E9E9E !important;
    margin-top: 5px;
}

#footer {
    position: relative;
    height: 64px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.footer_Padder {
    margin-bottom: 0;
}

/*#endregion */

/*#region Error Styles */

.error_Title {
    color: #909090;
    font-size: 23px;
    padding-top: 15px;
    font-weight: 100;
    padding-bottom: 15px;
    text-align: center;
    padding-bottom: 25px;
}

.error_content {
    width: 435px;
    margin: 0 auto;
    text-align: center;
}

.error_BodyText {
    color: #909090;
    font-size: 15px;
}

.error_LinkText {
    color: #039be5;
    font-size: 16px;
}

.error_ImagePad {
    padding-right: 7px;
}

.error_ContentPadding {
    padding-bottom: 10px !important;
}

/*#endregion */

/*#region Layout */

.body_ContentHolder {
    min-height: 800px;
}



.loaderContainer {
    width: 100px;
    height: 75px;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: -webkit-center;
}

/*#endregion */

/*#region Search not found */

.notfound_container{
    margin-top: 100px;
}

/*#endregion */

ul {
    box-shadow: inset;
    border-top: none;
    box-shadow: none !important;
}