.pds-app-header-bar header a {
    color: #333
}

    .pds-app-header-bar header a:focus, .pds-app-header-bar header a:hover {
        text-decoration: none
    }

.pds-app-header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    background: #00427c;
    color: #fff;
    z-index: 6000;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%
}

@media (max-width:768px) {
    .pds-app-header-bar {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.pds-detail-screen-pro-mode .pds-app-header-bar {
    background: #d31727
}

.pds-app-header-bar header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden
}

@media (max-width:768px) {
    .pds-app-header-bar header {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media (max-width:480px) {
    .pds-app-header-bar header {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100vw - 250px);
        flex: 1 1 calc(100vw - 250px)
    }
}

.pds-app-header-bar header a {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: Karla,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    overflow: hidden
}

@media (max-width:768px) {
    .pds-app-header-bar header a {
        overflow: hidden
    }
}

.pds-app-header-bar header a .pds-logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0
}

.pds-detail-screen-pro-mode .pds-app-header-bar header a .pds-logo-text pds-app-switcher {
    display: none
}

.pds-app-header-bar header a .pds-logo-text-primary {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width:768px) {
    .pds-app-header-bar header a .pds-logo-text-primary {
        font-size: 18px
    }
}

.pds-app-header-bar header a .pds-logo-text-secondary {
    font-family: Karla,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.pds-app-header-bar header a:focus {
    outline: 1px solid #00f5ff
}

.pds-app-header-bar header pds-icon {
    margin-right: 10px
}

.pds-app-header-bar header svg {
    width: 28px;
    height: 60px
}

.pds-detail-screen-pro-mode .pds-app-header-bar header {
    display: none
}

.pds-app-header-bar .pds-app-back {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600
}

    .pds-app-header-bar .pds-app-back pds-icon {
        margin-right: 15px
    }

        .pds-app-header-bar .pds-app-back pds-icon svg {
            width: 26px;
            fill: #fff
        }

.pds-app-header-bar .pds-app-header-bar-center, .pds-detail-screen-pro-mode .pds-app-header-bar .pds-app-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pds-app-header-bar .pds-app-header-bar-center {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .pds-app-header-bar .pds-app-header-bar-center {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background: #fff;
        margin-left: -45px;
        min-width: 300px
    }
}

@media (max-width:480px) {
    .pds-app-header-bar .pds-app-header-bar-center pds-class-picker {
        width: 100%;
        padding-right: 5px
    }
}

.pds-app-header-bar .pds-app-header-bar-center .pds-page-title {
    display: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.pds-detail-screen-pro-mode .pds-app-header-bar .pds-app-header-bar-center .pds-page-title {
    display: block
}

.pds-app-header-bar .pds-app-actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:768px) {
    .pds-app-header-bar .pds-app-actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.pds-app-header-bar .pds-app-actions .pds-app-action {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50px;
    flex: 0 1 50px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .pds-app-header-bar .pds-app-actions .pds-app-action pds-icon {
        fill: #fff;
        height: 34px;
        width: 34px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

        .pds-app-header-bar .pds-app-actions .pds-app-action pds-icon svg {
            width: 20px
        }

    .pds-app-header-bar .pds-app-actions .pds-app-action:focus, .pds-app-header-bar .pds-app-actions .pds-app-action:hover, .pds-app-header-bar .pds-app-actions .pds-app-action a:focus, .pds-app-header-bar .pds-app-actions .pds-app-action button:focus {
        outline: none;
        border: none;
        cursor: pointer
    }

        .pds-app-header-bar .pds-app-actions .pds-app-action:focus pds-icon, .pds-app-header-bar .pds-app-actions .pds-app-action:hover pds-icon, .pds-app-header-bar .pds-app-actions .pds-app-action a:focus pds-icon, .pds-app-header-bar .pds-app-actions .pds-app-action button:focus pds-icon {
            border-radius: 50%;
            background: #fff
        }

            .pds-app-header-bar .pds-app-actions .pds-app-action:focus pds-icon svg, .pds-app-header-bar .pds-app-actions .pds-app-action:hover pds-icon svg, .pds-app-header-bar .pds-app-actions .pds-app-action a:focus pds-icon svg, .pds-app-header-bar .pds-app-actions .pds-app-action button:focus pds-icon svg {
                z-index: 1;
                fill: #00427c
            }

.pds-app-header-bar .pds-app-actions button.pds-app-action {
    background: none;
    border: none
}

.pds-detail-screen-pro-mode .pds-app-header-bar .pds-app-actions pds-app-switcher {
    display: none
}

.pds-app-header-bar .pds-app-actions .pds-app-action.pds-app-action-priority-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:480px) {
    .pds-app-header-bar .pds-app-actions .pds-app-action.pds-app-action-priority-2 {
        display: none
    }
}

.pds-app-header-bar .pds-app-actions .pds-app-action.pds-app-action-priority-3, .pds-app-header-bar .pds-app-actions pds-user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768px) {
    .pds-app-header-bar .pds-app-actions .pds-app-action.pds-app-action-priority-3, .pds-app-header-bar .pds-app-actions pds-user-menu {
        display: none
    }
}

.pds-app-header-bar .pds-app-actions .pds-app-action.pds-app-action-priority-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .pds-app-header-bar .pds-app-actions .pds-app-action.pds-app-action-priority-4 {
        display: none
    }
}


.pds-app-header-bar header a .pds-logo-text .sg-divider {
    width: 2px;
    height: 18px;
    background-color: #ffffff;
    margin-right: 36px;
    margin-left: 36px;
}

@media (max-width:1440px) {
    .pds-app-header-bar pds-detail-select select {
        width: calc(100% - 110px)
    }
}

.pds-notification-badge-content .pds-notification-badge-circle {
    background-color: #0066a5;
    text-align: center;
    min-width: 24px;
    border-radius: 9px;
    padding: 3px 5px;
    line-height: 12px
}

    .pds-notification-badge-content .pds-notification-badge-circle.pds-has-count {
        color: #fff;
        font-weight: 700;
        font-size: 12px
    }

    .pds-notification-badge-content .pds-notification-badge-circle.pds-missing-notification-count {
        min-width: inherit;
        border-radius: 50%;
        height: 10px;
        width: 10px
    }

    .pds-notification-badge-content.pds-is-elevated .pds-notification-badge-circle, .pds-notification-badge-content .pds-notification-badge-circle.pds-additional-styles {
        background-color: #d31727
    }

pds-notification-badge {
    position: absolute;
    top: 5px;
    right: 5px
}

.pds-notification-badge-container {
    position: relative
}