﻿#nds #page #content .content-wrapper header {
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    height: 115px;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

    #nds #page #content .content-wrapper header .page-container {
        height: 100%;
        padding: 0 44px;
        max-width: 1760px;
    }

        #nds #page #content .content-wrapper header .page-container #logo {
            position: absolute;
            top: 7px;
            left: 25px;
            width: 110px;
            text-transform: uppercase;
            font-family: 'ABBvoice',sans-serif;
            font-size: 11px;
            -moz-text-align-last: justify;
            -ms-text-align-last: justify;
            text-align-last: justify;
            text-align: justify;
            -moz-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
            -o-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
            -webkit-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
            transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
            color: #555;
            white-space: nowrap;
            line-height: normal;
        }

            #nds #page #content .content-wrapper header .page-container #logo a {
                text-decoration: none;
                color: #262626;
            }

            #nds #page #content .content-wrapper header .page-container #logo img {
                width: 100%;
                border: none;
            }

        #nds #page #content .content-wrapper header .page-container .app-name {
            position: absolute;
            top: 27px;
            left: 135px;
            text-decoration: none;
            color: #000;
            line-height: 21px;
        }

            #nds #page #content .content-wrapper header .page-container .app-name a.title {
                color: #000;
                text-decoration: none;
                font-weight: 300;
                font-size: 21px;
            }

                #nds #page #content .content-wrapper header .page-container .app-name a.title span {
                    display: inline;
                }

        #nds #page #content .content-wrapper header .page-container .action-menu-container {
            position: absolute;
            right: 0;
            user-select: none;
            white-space: nowrap;
            padding: 0 15px;
            height: 77px;
            line-height: 71px;
            background-clip: padding-box;
            border-bottom: 2px solid transparent;
            border-top: 2px solid transparent;
        }

            #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu {
                position: relative;
                display: inline-block;
                user-select: none;
                white-space: nowrap;
                font-size: 17px;
                color: #262626;
                cursor: pointer;
                padding: 0 8px;
            }

                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu.showIcon::before {
                    position: relative;
                    content: "\F4FE";
                    font-family: Font Awesome\ 5 Free;
                    font-size: 17px;
                    font-weight: 900;
                    padding-right: 6px;
                    color: #262626;
                }

                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .action-title {
                    display: inline-block;
                    font-size: 17px;
                    font-family: ABBvoice, Verdana, Arial, sans-serif;
                    font-weight: 500;
                }

                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .fa {
                    font-size: 13px;
                    padding-left: 5px;
                    line-height: 15px;
                    height: 15px;
                    vertical-align: middle;
                }

                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu:hover .action-title,
                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu:hover::before {
                    color: #ff000f;
                }

                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content {
                    position: absolute;
                    right: 0;
                    top: 70px;
                    left: auto;
                    background-color: #fff;
                    border-bottom-left-radius: 3px;
                    border-bottom-right-radius: 3px;
                    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
                    display: block;
                    height: 0;
                    min-width: 250px;
                    overflow: hidden;
                    transition: all .2s cubic-bezier(.77,0,.175,1) 0s;
                    padding: 0;
                    z-index: 2;
                }

                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu:hover .flyout-content,
                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu.open .flyout-content {
                    height: 140px;
                    padding: 15px 0;
                }

                    #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu.close .flyout-content {
                        height: 0;
                        padding: 0;
                    }

                #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content .sub-menu {
                    min-width: 180px;
                    margin: 0;
                    padding: 0;
                }

                    #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content .sub-menu .sub-item {
                        position: relative;
                        display: block;
                        font-size: 13px;
                        height: 38px;
                        line-height: 38px;
                        padding: 0;
                        text-transform: none;
                        width: 100%;
                    }

                        #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content .sub-menu .sub-item .fa {
                            position: absolute;
                            display: none;
                            left: 15px;
                            top: 9px;
                            font-size: 13px;
                            font-weight: 900;
                        }

                        #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content .sub-menu .sub-item:hover .fa,
                        #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content .sub-menu .sub-item.selected .fa {
                            display: block;
                        }

                        #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content .sub-menu .sub-item a {
                            color: #262626;
                            display: block;
                            padding: 0 5px 0 33px;
                            font-size: 16px;
                            line-height: 32px;
                            text-transform: none;
                            text-decoration: none;
                            font-weight: 400;
                        }

                            #nds #page #content .content-wrapper header .page-container .action-menu-container .action-menu .flyout-content .sub-menu .sub-item a.disabled {
                                color: #696969;
                                display: block;
                                padding: 0 5px 0 33px;
                                font-size: 16px;
                                line-height: 32px;
                                text-transform: none;
                                text-decoration: none;
                                font-weight: 400;
                            }

    #nds #page #content .content-wrapper header .step-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        text-align: left;
        background-color: #f5f5f5;
        height: 40px;
        font-family: 'ABBvoice',sans-serif;
        font-weight: 400;
        white-space: nowrap;
        color: #262626;
        font-size: 15px;
        user-select: none;
    }

        #nds #page #content .content-wrapper header .step-nav .page-container .header-right {
            position: absolute;
            top: 0;
            right: 0;
            line-height: 41px;
            margin-right: 26px;
            background-color: #ebebeb;
            padding: 0 15px;
            font-weight: 500;
            color: #686868;
        }

#nds #page #content .content-wrapper header .step-nav .page-container nav {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    position: relative;
    line-height: 41px;
}

            #nds #page #content .content-wrapper header .step-nav .page-container nav .icon {
                color: #686868;
                margin-right: 6px;
            }

            #nds #page #content .content-wrapper header .step-nav .page-container nav:before {
                content: '\F105';
                font-family: Font Awesome\ 6 Free;
                font-weight: 600;
                font-size: 13px;
                white-space: nowrap;
                color: #686868;
                padding-left: 25px;
                position: absolute;
                left: -50px;
                line-height: 43px;
            }

            #nds #page #content .content-wrapper header .step-nav .page-container nav:first-child:before {
                display: none;
            }

            #nds #page #content .content-wrapper header .step-nav .page-container nav a {
                display: inline-block;
                position: relative;
                line-height: 37px;
                color: #686868;
                text-decoration: none;
            }

                #nds #page #content .content-wrapper header .step-nav .page-container nav a:hover {
                    color: #262626;
                    text-decoration: underline;
                }

                #nds #page #content .content-wrapper header .step-nav .page-container nav a.isActive {
                    color: #262626;
                    border-bottom: 2px solid #ff000f;
                }

                    #nds #page #content .content-wrapper header .step-nav .page-container nav a.isActive:hover {
                        color: #262626;
                        text-decoration: none;
                        cursor: default;
                    }


    #nds #page #content .content-wrapper header .mobile-icon {
        position: absolute;
        height: 74px;
        top: 0;
        right: 0;
        font-size: 0;
        text-align: center;
        display: none;
    }

        #nds #page #content .content-wrapper header .mobile-icon .fa {
            display: inline-block;
            vertical-align: middle;
            width: 70px;
            height: 100%;
            font-size: 28px;
            line-height: 71px;
            color: #36322f;
            cursor: pointer;
            -moz-transition: opacity .2s cubic-bezier(.4,0,.2,1) 0s;
            -o-transition: opacity .2s cubic-bezier(.4,0,.2,1) 0s;
            -webkit-transition: opacity .2s cubic-bezier(.4,0,.2,1) 0s;
            transition: opacity .2s cubic-bezier(.4,0,.2,1) 0s;
        }

    #nds #page #content .content-wrapper header .mobile-step-nav {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        visibility: hidden;
        display: block;
        text-align: left;
        background-color: #f5f5f5;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        overflow: hidden;
        font-family: 'ABBvoice',sans-serif;
        font-weight: 400;
        white-space: nowrap;
        color: #262626;
        font-size: 15px;
        user-select: none;
        box-sizing: content-box;
    }

        #nds #page #content .content-wrapper header .mobile-step-nav nav {
            display: block;
            opacity: 0;
            text-align: left;
            position: relative;
            line-height: 41px;
            padding: 5px 25px;
            border-bottom: 1px solid #ebebeb;
            background-color: #fff;
            overflow: hidden;
        }

            #nds #page #content .content-wrapper header .mobile-step-nav nav.mobileTitle {
                font-size: 18px;
                font-weight: 700;
                border-bottom: 2px solid #6e6e6e;
                color: #262626;
                padding: 5px 23px;
            }



#nds #page #content .content-wrapper header .mobile-step-nav nav a {
    display: block;
    position: relative;
    line-height: 41px;
    color: #686868;
    text-decoration: none;
}

            #nds #page #content .content-wrapper header .mobile-step-nav nav .fa {
                position: absolute;
                left: 10px;
                top: 0;
                padding: 19px 0;
                display: none;
            }

            #nds #page #content .content-wrapper header .mobile-step-nav nav.selected .fa {
                display: block;
            }

            #nds #page #content .content-wrapper header .mobile-step-nav nav.selected a {
                font-weight: 700;
            }

                #nds #page #content .content-wrapper header .mobile-step-nav nav a.isActive:before {
                    content: '';
                    position: absolute;
                    left: -20px;
                    top: -10px;
                    border-left: 4px solid #686868;
                    height: 61px;
                }

            #nds #page #content .content-wrapper header .mobile-step-nav nav .icon {
                color: #686868;
                margin-right: 6px;
            }

    #nds #page #content .content-wrapper header.mobile-nav-open .mobile-step-nav {
        height: 100%;
        border-top-color: #ebebeb;
        border-bottom-color: #ebebeb;
        visibility: visible;
        overflow-y: auto;
    }

        #nds #page #content .content-wrapper header.mobile-nav-open .mobile-step-nav nav {
            opacity: 1;
        }

    #nds #page #content .content-wrapper header.mobile-nav-open {
        /*height: calc(50% - 75px);*/
        height: 100%;
    }

@media all and (max-width: 430px) {
    #nds #page #content .content-wrapper header .page-container .app-name {
        display: none;
    }
}

@media all and (max-width: 600px) {
    #nds #page #content .content-wrapper header {
        height: 75px;
    }

        #nds #page #content .content-wrapper header .step-nav {
            display: none;
        }

        #nds #page #content .content-wrapper header .mobile-icon {
            display: block;
        }

    #nds #page #content .content-wrapper #content .content-wrapper {
        padding-top: 120px;
    }

    #nds #page #content .content-wrapper header .page-container .action-menu-container {
        display: none;
    }
}
