#lgHeader {
    display: none;
}

/* Navigation */
#navigation {
    z-index: 100000;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    display: none;
    background-color: #349ad8;
}

#nav {
    font-family: 'Nunito', sans-serif;
    font-size: .750em;
    padding-top: 0;
    margin-top: 0;
    position: relative;
}

#estimateView {
    font-family: 'Nunito', sans-serif;
    font-size: .875em;
    padding-top: 0;
    margin-top: 0;
    float: right;
}

#estimateNavView {
    padding-top: 0;
    margin-top: 0;
    font-size: 1.00em;
    display: none;
}

.topMenu {
    list-style-type: none;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 25px;
}

    .topMenu li {
        display: inline;
        color: black;
        padding: 5px 10px;
        white-space: nowrap;
        cursor: pointer;
    }

        .topMenu li a {
            color: black;
        }

        .topMenu li:hover {
            background-color: #1d69a6;
            color: white;
            border-bottom-color: white;
        }

        .topMenu li.selected {
            background-color: #1d69a6;
            color: white;
            border: 1px solid #1d69a6;
            border-bottom-color: white;
        }

            .topMenu li.selected a {
                color: white;
            }

#menu {
    padding-top: 0;
    margin-top: -10;
    font-size: 1.00em;
    height: 100%;
}

nav ul {
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
}

.navItem {
    padding: 20px;
    border-style: solid;
    border-color: white;
    border-width: 1px 0 1px 0;
    color: white;
    background-color: #349ad8;
    font-size: 12px;
    height: 100%;
}

#navWorkDesk {
    padding: 20px;
    border-style: solid;
    border-color: white;
    border-width: 1px 0 0 0;
    color: white;
    background-color: #349ad8;
    font-size: 13px;
    height: 100%;
    border-width: 0;
}

.navItem:hover {
    background-color: #3292d5;
}

.selectedNavItem {
    background-color: white;
    color: black;
}

a {
    color: white;
}

    a:visited {
        color: white;
    }

.textLink a {
    color: black;
}

    .textLink a:visited {
        color: black;
    }

.nav-btn {
    width: 100%;
    display: block;
}

@media (min-width: 900px) {
    .nav-btn {
        width: auto;
        min-width: 120px;
        display: inline;
    }
}

#lgHideMenuBtn {
    margin-left: 5px;
    text-align: center;
}

#lgShowMenuBtn {
    margin-left: 5px;
}

#smEstimateNavRow {
    max-width: 90%;
    margin-top: 25px;
    padding-left: 30px;
}


@media (min-width: 300px) {
    a {
        text-decoration: none;
        color: white;
    }

    #header {
        text-align: center;
        margin: 0;
        background-color: #ffffff;
    }

    #mobileMenuButton {
        margin-left: 5px;
    }

    .smMenuBtn {
        margin-left: 5px;
    }

    #shopName {
        margin-top: 40px;
        font-size: 18px;
    }

    #imgTechSupport {
        display: none;
    }

    #supportNumber {
        margin-top: 10px;
        font-size: .625em;
    }

    #headerButtons {
        display: none;
    }

    #smHideLinesBtn {
        display: none;
    }

    #lgEstimateNavRow {
        display: none;
    }

    #estimateView {
    }
}


@media screen and (min-width:700px) {
    a {
        text-decoration: none;
    }

    #shopName {
        text-align: left;
        text-indent: 50px;
    }

    #supportNumber {
        margin-top: 0px;
    }

    #smEstimateNavRow {
        max-width: 100%;
        margin-top: 25px;
        padding-left: 75px;
        padding-right: 50px;
    }

    #smEstimateNavRow {
        display: block;
    }

    .lgRow1-header-2 {
        margin-top: 25px;
    }

    .lgRow1-header-3 {
        margin-top: 60px;
    }
}

@media screen and (max-width:700px) {
    .lgRow1-header-2 {
        margin-top: 25px;
    }

    .lgRow1-header-3 {
        margin-top: 60px;
    }
}


@media screen and (min-width: 900px) {
    .lgRow1-header {
        margin-top: 15px;
    }

    .lgEstimateNavRowRatesProfile2 {
        height: 70px;
        position: fixed;
        margin-top: -19px;
        z-index: 1;
    }

    #smHeader {
        display: none;
    }


    #lgHeader {
        display: block;
        height: 100%;
        position: relative;
    }

    #lgHeader:has(.estimate-header-wrapper) {
        margin-top: -10px;
    }

    .lgRow1-header-2 {
        margin-top: 25px;
    }

    .lgRow1-header-3 {
        margin-top: 60px;
    }

    .workDesk-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: -20px !important;
    }

    .workDesk-2 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: -1px !important;
    }

    #nav {
        text-align: center;
        display: block;
        font-size: .750em;
        height: 100%;
        display: none;
    }

    .navItem {
        padding-left: 15px;
        max-height: 56px;
    }

        .navItem:hover {
            background-color: #1d69a6;
        }

    #navigation {
        position: fixed;
        left: auto;
        top: 80px;
        bottom: 0;
        right: auto;
        width: auto;
        display: block;
        background-color: transparent;
        overflow-y: auto;
    }

    #mobileCloseMenuBtn,
    #mobileLiveChatBtn,
    #mobileLogoutBtn {
        display: none !important;
    }

    #navigation #nav {
        height: 100%;
    }

    #navigation #menu {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 0;
        padding: 0 0 100px 0;
    }

    #navigation .navItem {
        flex: 1 1 0;
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 15px;
        box-sizing: border-box;
        text-align: center;
    }

    #content-area {
        position: absolute;
        left: 116px;
        top: 80px;
        right: 0px;
        bottom: 0px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #logo {
        display: block;
    }

    #topHeaderButtons {
        display: none;
    }

    #header {
        position: fixed;
        height: 80px;
        z-index: 100;
        border-bottom: 5px solid #349ad8;
    }

    #headerButtons {
        display: block;
    }

    #nav {
        display: block;
    }

    #SupportContainer {
        padding-left: 0px;
        align: right;
    }

    #imgTechSupport {
        display: block;
    }

    .webestinfo {
        float: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        padding-left: 12px;
        box-sizing: border-box;
    }

    .webestglobalsmallimage img {
        margin: 0;
        max-height: 40px;
        width: auto;
        display: block;
    }

    .helpinfo {
        font-size: 11px;
        margin: 2px 0 0 0 !important;
        white-space: nowrap;
    }

    #supportNumber {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #lgHideLinesBtn {
        display: none;
    }

    .nonMenuWorkDesk {
        padding-left: 80px;
    }

    #smEstimateNavRow {
        display: none;
    }

    .header-detail-container {
        padding-top: 5px;
    }

    #lgEstimateNavRow {
        display: block;
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        height: 35px;
        padding: 0;
    }

    #lgEstimateNavRow .topMenu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        height: 100%;
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    .topMenu li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 6px;
        font-size: 13px;
        border: 1px solid #1d69a6;
        border-radius: 3px;
        margin-left: 3px;
        white-space: nowrap;
        min-width: 0;
    }

    #lgEstimateNavRowRatesProfile {
        display: block;
        text-align: left;
    }

    #lgEstimateNavRowRatesProfile2 {
        display: block;
        text-align: left;
        height: 90px;
    }

    #estimateList, #customReportSubMenuList {
        list-style-type: none;
        margin: 35px 0 0 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        border: 1px solid #349ad8;
        background-color: #f5f9fb;
        margin-top: 20px;
        width: 100%;
        height: 50px;
        padding-top: 16px;
    }

    #estimateNav {
        display: inline;
        background-color: #1d69a6;
        color: white;
        border: 0;
        border-radius: 5px;
        font-size: 14px;
        padding: 5px 10px 5px 10px;
        border: 1px solid #1d69a6;
    }

    #estimateNavAnchorSelected {
        background-color: #ccc;
        padding-top: 21px;
        padding-bottom: 25px;
        padding-left: 8px;
        padding-right: 8px;
    }

    #estimateNavAnchorFirst {
        padding-left: 8px;
    }

    #estimateNav:hover {
        -moz-box-shadow: inset 0px 1px 0px 0px #007dc1;
        -webkit-box-shadow: inset 0px 1px 0px 0px #007dc1;
        box-shadow: inset 0px 1px 0px 0px #007dc1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    #estimateNavSelected {
        display: inline;
        background-color: #1d69a6;
        color: white;
        border: 0;
        border-radius: 5px;
        padding: 5px 10px 5px 10px;
        border: 1px solid #1d69a6;
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .helpinfo {
        display: none;
    }
}

/* Narrow desktop: logo area shrinks, contact text moves beside icon */
@media screen and (min-width: 900px) and (max-width: 1600px) {
    .webestinfo {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding-left: 8px;
        padding-top: 5px;
        height: auto;
    }

    .webestglobalsmallimage img {
        max-height: 30px;
    }
}

