.supplier-info-header {
    background-color: #1d70b8;
    margin-top: -10px;
    padding-top: 50px;
}

    .supplier-info-header .govuk-width-container {
        display: flex;
    }

    .supplier-info-header .govuk-heading-xl {
        color: #fff;
    }

.govuk-phase-banner__content__tag {
    background-color: #1d70b8;
    color: #fff;
    text-transform: uppercase;
}

/**
 * Custom header layout to allow for language switcher
*/
@media screen and (min-width: 768px) {
    .app-header-layout {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

/**
 * Language switcher, adapted from hmrc-frontend to roughly match FTS
 */
.app-language-select {
    margin: 0;
    float: right;
}

.app-language-select__list {
    float: right;
    margin: 0;
}

.app-language-select__list-item {
    display: inline-block;
    margin-right: 0;
    border-bottom: 0;
}

    .app-language-select__list-item:first-child::after {
        content: "";
        display: inline-block;
        position: relative;
        top: 0.1875em;
        height: 1em;
        border-right: 0.09375em solid #b1b4b6;
    }

    .app-language-select__list-item a,
    .app-language-select__list-item [aria-current] {
        padding: 0.3125em;
    }

    .app-language-select__list-item [aria-current] {
        color: #b1b4b6;
        font-weight: 700;
    }

/**
 * Wide container, reserved for support admin use only
*/
.app-width-container--wide {
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
}

.app-notification-banner--failure {
    border-color: #d4351c;
    background-color: #d4351c;
}

/**
 * Global "test site" banner
 * Styles lifted from FTS
 */
.app-global-banner {
    background-color: #bbd4ea;
    border-bottom: 1px solid #ffffff;
}

.app-global-banner .govuk-warning-text--inverted .govuk-warning-text__text {
    color: #000 !important;
}

.app-global-banner .govuk-warning-text__icon {
    background-color: #000 !important;
    border-color: #000;
    color: #fff;
    margin-top: 6px;
}

/**
 * Timeout dialog
*/
.app-timeout-dialog {
    border: 0;
    padding: 0;
    max-width: 700px;
    margin-top: 5%;
}

.app-timeout-dialog::backdrop {
    background-color: rgba(0,0,0,0.5);
}

.app-timeout-dialog__header {
    background-color: #D3D3D3;
    padding: 15px;
    margin: 0;
}

.app-timeout-dialog__inner {
    padding: 15px 15px 5px 15px;
}

.app-timeout-dialog__inner:first-child {
    margin-top: 0;
}

.app-timeout-dialog .govuk-button {
    margin-bottom: 15px;
}

.table-header {
    border: solid 1px #b1b4b6;
    background-color: #f3f2f1;
    padding: 20px 20px 0px 20px;
    margin-bottom: 0;
}

.table-content {
    border: solid 1px #b1b4b6;
    border-top: none;
    background-color: #ffffff;
    padding: 20px 20px 0px 20px;
    margin-bottom: 30px;
}

.no-border {
    border: none !important;
}
