/*Version: 1.4*/
.headerImage {
        box-shadow: 0 1px 1px #aaaaaa;
        height: 55px !important;
}

.honImage {
        max-width: 200px;
}

.footer-section {
    position: fixed;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 45px;
    font-family: HoneywellSansWeb-Book;
    font-size: 14px;
    background-color: #303030;
    color: #dfdfdf !important;
    text-align: center;
    padding: 10px 5px;
    z-index: 1000;
}

.footertxt-font {
        font-family: HoneywellSansWeb-Book;
        color: #dfdfdf !important;
}

.footer-ul {
        display: inline-flex;
        margin-bottom: 0px;
}


.footer-li {
    list-style: none;
    margin-left: 10px;
    position: relative;
}

/* Add pipe after each item except last */
.footer-li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #dfdfdf;
    margin-left: 6px;
    margin-right: 5px;
    vertical-align: middle;
}
.footertxt-left {
        text-align: left;
}

.footertxt-center {
        text-align: center;
}

.footertxt-right {
        text-align: right;
}

@media screen and (max-width : 767px) and (orientation: portrait) {
        .footer-section {
                font-size: 10px;
                height: 130px;
        }

        .footer-ul {
                display: inline;
                padding: 0px;
        }

        .footer-li {
                list-style: none;
                margin-left: 0px;
        }

        .footer-li-border {
                border-right: none;
                padding-right: 0px;
        }

}

@media screen and (max-width : 767px) and (orientation: landscape) {
        .footer-section {
                font-size: 12px;
                height: 45px;
        }

        .footer-ul {
                display: inline-flex;
                padding: 0px;
        }

        .footer-li {
                list-style: none;
                margin-left: 0px;
        }

        .footer-li-border {
                border-right: none;
                padding-right: 0px;
        }

}
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#header {
    flex-shrink: 0;
}

/* Allow main content to scroll naturally */
.hid-loginPanel {
    flex: 1 0 auto;
}

/* Footer sticks without blocking scroll */
.footer-section {
    flex-shrink: 0;
    padding-bottom: env(safe-area-inset-bottom);
}


@media screen and (max-width: 480px) and (orientation: landscape) {
    .footer-section {
        height: 50px;        
        padding: 8px 5px;
        font-size: 12px;
    }
}

@media screen and (orientation: portrait) and (max-width: 767px) {

    .footer-li:not(:last-child)::after {
        content: none !important;
        display: none !important;
    }

}
