/* General */
@import "base/variables.css";

a,
a:focus {
    outline: 0;
}

body {
    font-family: VoltaModernDisplay-55Roman;
}

b,
strong {
    font-family: VoltaModernDisplay-75;
}

pre {
    line-height: 100%;
}

:focus {
    outline: 0 !important;
}

.site-branding {
    background-image: linear-gradient(160deg, var(--color--primary-95) 0%, var(--color--primary-95) 78.66%);
}

.page-title {
    font-size: 36px;
}

.site-branding__logo img {
    min-height: 35px;
    max-height: 4.5rem;
}

.site-header__initial {
    background-color: var(--color--primary-95);
}

ul.action-links {
    list-style: none;
    margin: 0px;
}

a.btn {
    text-decoration: none;
    border: 0.125rem solid #221f1f;
    color: #221f1f;
}

a.btn:hover {
    color: #fff;
    background-color: #221f1f;
}

.page-wrapper {
    max-width: 100%;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
}

table {
    width: 100%;
    max-width: 100%;
}

.view-website-dashboard .view-filters .views-exposed-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-content p,
.cke_editable p {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.text-center {
    text-align: center;
}

.text-content,
.cke_editable {
    font-family: VoltaModernDisplay-55Roman;
}

.form--inline .form-actions {
    margin-top: 2.2rem;
}

/* Login Page */
.region--pre-content #block-wmp-novartis-core-userloginheaderblock-2,
.region--pre-content #block-userloginheaderblock-2 {
    text-align: center;
}

.page-user-login .region--content .openid-connect-login-form {
    text-align: center;
}

.page-user-login .region--content {
    max-width: 34.375rem;
    padding: 0 1rem !important;
    margin: 0 auto 3.125rem;
}

ul.account-menu {
    list-style: none;
    margin: 0px;
}


ul.account-menu ul.nav.navbar-nav {
    display: none;
    position: absolute;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
    min-width: 8rem;
    top: 80%;
    right: 0px;
    z-index: 111;
}

ul.account-menu li.nav-item:hover .navbar-nav {
    display: block;
}

ul.account-menu ul.nav.navbar-nav a.nav-link {
    padding: 0.2rem 0.7rem;
    display: block;
    text-decoration: none;
}

ul.account-menu .nav-item {
    padding: 5px 0px;
    cursor: pointer;
}

.site-header__inner .container {
    position: relative;
}

.aria-hidden,
.hidden {
    display: none;
}

div#navbar-bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 11;
    font-size: 14px;
    padding-right: 30px;
}

ul.account-menu ul.nav.navbar-nav a.nav-link:hover {
    color: #2f2f2f;
}

.page-user-login .region--content .form-actions {
    justify-content: center;
}

body:not(.is-always-mobile-nav) .primary-nav__menu-link-inner:after {
    transform-origin: center;
    border-top-width: 0px;
}

.form-item__label.is-disabled {
    color: #2f2f2f;
}

body:not(.is-always-mobile-nav) .primary-nav__menu-link:focus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 1.125rem);
    height: 3.375rem;
    content: "";
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 0.25rem;
}

/* Form required star icon */

.form-item__label.form-required::after,
.fieldset__label.form-required::after,
.required-mark::after {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.3em;
    margin-left: 0.3em;
    content: "";
    vertical-align: text-top;
    /* Use a background image to prevent screen readers from announcing the text. */
    background-image: url("../image/required.svg");
    background-repeat: no-repeat;
    background-size: 0.5rem 0.5rem;
}

.fieldgroup {
    max-width: 670px;
}

.view-website-provision-workflow-dashboard .views-exposed-form,
.view-clone-site .views-exposed-form {
    display: flex;
    flex-wrap: wrap;
}

.view-website-provision-workflow-dashboard .views-exposed-form .js-form-item.form-item,
.view-clone-site .views-exposed-form .js-form-item.form-item {
    margin-right: 15px;
}
.site-header__fixable .site-header__initial {
    display: none;
}
@media screen and (-ms-high-contrast: active) {

    .form-item__label.form-required::after,
    .fieldset__label.form-required::after,
    .required-mark::after {
        background-image: url("../image/required.svg");
    }
}

@media (min-width: 75rem) {
    body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed {
        max-width: 100%;
    }

    .container {
        max-width: 84.375rem;
    }


    .site-footer__inner {
        padding-top: 2.5rem;
        padding-bottom: 4.625rem;
    }


    .social-bar {
        background-color: transparent;
    }

    .site-header__fixable.is-expanded:not(.is-fixed) {
        min-height: 6.25rem;
    }

    body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed {
        top: 0;
    }

    .header-nav {
        margin-top: 0px;
    }

    .header-nav .navbar-nav {
        list-style: none;
    }

    .header-nav .navbar-nav li a {
        color: #221f1f;
        text-decoration: none;
    }

    [dir="ltr"] body:not(.is-always-mobile-nav) .site-footer {
        border-left: none;
    }

    [dir="rtl"] body:not(.is-always-mobile-nav) .site-footer {
        border-right: none;
    }
}

@media (min-width: 62.5rem) {

    .layout--content-medium,
    .layout--pass--content-medium>* {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 1 / 15;
    }

    .region>.block {
        margin-bottom: 2.225rem;
    }

    .node--view-mode-teaser .node__title {
        font-size: 2rem;
        line-height: 3.25rem;
    }

    body:not(.is-always-mobile-nav) .primary-nav__menu--level-2 {

        padding: 1.375rem;
        max-height: calc(100vh - 5.3125rem);
    }
}

@media (min-width: 43.75rem) {

    .mobile-buttons {
        margin-top: 2.25rem;
    }

    .pager__item {
        width: 2.375rem;
        height: 2.375rem;
    }
}


.header-nav.is-active ul.account-menu ul.nav.navbar-nav {
    box-shadow: none;
    width: 100%;
    position: relative;
    margin: 0px;
    height: 0px;
    overflow: hidden;
}

.header-nav.is-active ul.account-menu ul.nav.navbar-nav.open {
    height: auto;
}

.header-nav.is-active ul.account-menu ul.nav.navbar-nav a.nav-link {
    padding-left: 0px;
}

.header-nav.is-active div#navbar-bottom {
    position: relative;
}

.sync-domains-form #filter_text,
.sync-domains-form #filter_product {
    margin: 10px 0px;
}

.sync-domains-form .website-fieldset {
    white-space: nowrap;
    border: none;
    background: none;
}

.breadcrumb__link {
    color: #221f1f;
    text-decoration: none;
}

.breadcrumb__link:hover {
    text-decoration: underline;
}

.website-details-block .row .website_name {
    font-size: 2rem;
}

.website-details-block .row .website_description {
    padding: 5px 0 0 0;
    display: block;
}

.website-details-block .views-field .views-label {
    font-weight: 700;
    font-family: VoltaModernDisplay-75;
}
#layout-builder-modal button.button, #layout-builder-modal input[type="submit"].button {
    width: auto;
}