﻿/* General */
@font-face {
    font-display: swap;
    font-family: 'RocheSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roche-sans/roche-sans-300.eot');
    src: url('../fonts/roche-sans/roche-sans-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roche-sans/roche-sans-300.woff2') format('woff2'),
    url('../fonts/roche-sans/roche-sans-300.woff') format('woff'),
    url('../fonts/roche-sans/roche-sans-300.ttf') format('truetype');
}
.emphasis, strong, b {
    font-family: Roche Sans, Sans-Serif;
}

article, .navbar-product-name {
    font-family: Roche Sans, Sans-Serif;
}

body {
    line-height: 24px;
    font-family: Roche Sans,sans-serif;
    font-size: 16px;
    color: #4d4d4d;
    background-color: #fff;
}

.include-text {
    border: none;
}
.footnote-ct{
    width: 75%;
    margin-left: auto;
    padding: 0 1rem;
}

header.header .container{
    background-color: transparent;
}

header.header + div.searchBarTopContainer{
    background-color: #F0F6FA;
    padding: 30px 0;
}

header > .container-fluid {
    background-color: inherit;
}

.searchBarTopContainer .searchBoxCt .searchform input{
    border-radius: 25px;
    width: 100%;
    padding: 4px 4px 4px 30px;
}

body:not(header.header) .searchBoxCt .searchform input {
    height: inherit;
}
.searchBarTopContainer > .searchBoxCt {
    width: 50%;
    margin: auto;
    left: auto;
}
.searchBarTopContainer .searchButton{
    left: 5px;
    margin-top: -13px;
    color: #ccc;
}

html[dir='rtl'] .searchBarTopContainer .searchBoxCt .searchButton {
    position: absolute;
    margin-top: 2px;
    left: 10px;
}

html[dir="rtl"] .searchBarTopContainer .searchBoxCt .searchform input {
    margin: 0;
}

body > article div.container-fluid .searchBoxCt .searchButton {
	top: 0px;
	margin-top: 0px;
}

.searchBoxCt .searchButton {
	top: 3px;
	margin-top: 0px;
}

.navbar-brand {
    display: flex;
}

html[dir="rtl"] .navbar-brand {
    float: right;
}

.navbar-brand > img {
    width: auto;
    height: 50%;
    margin: auto 0;
}
.navbar-product-name {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: bold;
    max-width: none;
    overflow: visible;
}

.navbar-toggler {
    padding-left: 0;
}

html[dir='rtl'] .navbar-toggler {
    padding-right: 0;
}

.column-main{
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar>.container-fluid {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.arrows-nav {
	width: 100%;
	max-width: none;
	display: flex;
	margin: auto;
}
.arrows-nav > div {
    padding: 0;
}

@media (max-width: 992px){
    .footnote-ct{
        width: 100%;
        margin-left: auto;
    }

    .sidebar {
        background-color: transparent;
    }

    body > article .sidebar > .navbar-header {
        display: block;
    }

    body > header ~ article .sidebar, body > header ~ section .sidebar {
        top: -202px;
        position: relative;
    }

    header.header + div.searchBarTopContainer {
        margin: 0 15px;
        top: 20px;
    }

    .main-nav {
        background-color: transparent;
    }
    .searchBarTopContainer > .searchBoxCt{
        width: 80%;
    }

    .arrows-nav {
        margin: 0;
    }

    .navbar-brand > img {
        position: relative;
        top: 9px;
        margin-top: 0px;
    }

    article > div.container-fluid .navbar-brand > img {
        top: -6px;
    }

    body > article div.container-fluid .sidebar > .navbar-header > .navbar-brand {
        position: relative;
        top: 15px;
    }

    header.header .navbar-brand {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    html:not(.x-viewport) .navbar-brand > img {
        margin: 0 10px;
    }

    header.header .navbar-brand {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    body > header .navbar-brand > img {
        position: relative;
        top: 5px;
        margin-top: 0px;
    }

    body > header .navbar-brand > img.big-logo {
        top: 5px;
    }

    body > header .navbar-brand > img.large-logo {
        top: 5px;
    }

    .sidebar-toggle {
        margin-left: 0;
    }

    .searchBarTopContainer .searchButton {
        margin: 4px 0 0 0;
        top: 0px;
    }

    html[dir="rtl"] .searchBarTopContainer > .searchBoxCt {
        left: 0;
    }

    html[dir='rtl'] .searchBarTopContainer .searchBoxCt .searchButton {
        left: 10px;
        top: 2px;
    }

    html[dir='rtl'] .breadcrumb,
    html[dir='rtl'] .sidebar-toggle {
        float: right;
    }


    html[dir='rtl'] .sidebar-toggle {
        margin-right: 0;
        margin-left: 15px;
    }

    .arrows-nav > div {
        padding: 0 15px;
    }

    header > .container-fluid {
        background-color: inherit!important;
    }

    ol.breadcrumb.hidden-xs {
        padding: 15px 0 11px 0!important;
    }

}
.section-header {
    z-index: 0;
}

/* Breadcrumb */
.breadcrumb {
    padding: 9px 0px;
    background-color: transparent;
    border-bottom: 1px #EFEFEF solid;
    margin-bottom: 0;
}
.breadcrumb > li + li:before {
    content: inherit;
}
.breadcrumb>.active,
.breadcrumb>li a{ color:rgb(76,147,219); }
ol.breadcrumb.hidden-xs,
ol.breadcrumb.hidden-xs > li.bread-item:first-child,
ol.breadcrumb.hidden-xs > li.active:last-child {
    display: inline-block !important;
    position: relative;
    z-index: 1;
    padding: 7px 0 11px 0;
    font-size: 18px;
    line-height: 0;
}
ol.breadcrumb.hidden-xs > li.active:last-child,ol.breadcrumb.hidden-xs > li.bread-item:first-child {
    display: none!important;
    font-family: Roche Sans, Sans-Serif;
}
ol.breadcrumb.hidden-xs > li.bread-item {
    display: none;
}

ol.breadcrumb {
    margin-bottom: 33px;
    margin-top: 6px;
}

.link.generateContents, .item-lvl-0.link.content-level-0 {
    font-size: 18px;
    margin-top: 16px;
    margin-left: 0 !important;
}
.item-lvl-0.link.content-level-0 {
    font-family: Roche Sans, Sans-Serif;
}
.link.content-level-0 {
    font-family: Roche Sans-600, Sans-Serif;
    font-size: 22px;
    margin: 32px 0 0 0;
}

.headline-content {
    margin-bottom: 11px;
    font-size: 28px;
}

.dropdown-menu {
    font-size: 14px;
}
/* Arrows */
.fa-arrow-left:before , .fa-arrow-right:before {
    color: rgb(0, 102, 204);
    font-size: 32px;
}

html:not([dir='rtl']) a.arrow.prev.pull-right {
    float: left !important;
}
html:not([dir='rtl']) a.arrow.next.pull-left {
    float: right !important;
}

.fa-arrow-right:before {
    content: url(../images/right.svg);
}

html[dir="rtl"] .fa-arrow-right:before {
    content: url(../images/left.svg);
}

.fa-arrow-left:before {
    content: url(../images/left.svg);
}

html[dir="rtl"] .fa-arrow-left:before {
    content: url(../images/right.svg);
}

html[dir='rtl'] .arrows-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
	max-width: none;
	margin: auto;
}

.searchBarTopContainer .searchform .fulltext-searchfield {
    outline-color: #005899!important;
}

/* Only for iPhones */
@supports (-webkit-overflow-scrolling: touch) {
    .searchform .fulltext-searchfield {
        padding: 4px 4px 4px 46px !important;
    }
}

ol.breadcrumb.hidden-xs > li.bread-item:nth-last-child(2) {
    display: inline-block!important;
}

.breadcrumb>.active, .breadcrumb>li a:before {
    content: "< ";
}

ol.breadcrumb.hidden-xs > li.active:only-child {
    display: inline-block!important;
    pointer-events: none;
}

ol.breadcrumb.hidden-xs > li.active:only-child a:before {
    content: "";
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-responsive .table-row:last-child {
    border-bottom: 1px solid white;
}
.table>tbody>tr>td {
    border-top: 1px solid #ddd;
}
/* Mobile */
@media (max-width: 768px){
    body,
    .table-condensed .table-cell,
    .table.table-condensed>tbody>tr>td.table-cell,
    .container-enum li.enum-element:before{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.18px;
    }
    .container-enum.Numeric > li:before,
    .container-enum.Alpha > li:before {
        font-size: 18px;
        top: 0;
    }
    .h2, h2 {
        font-size: 18px;
    }
    ol.instruction:not(.Continue):not(.Numeric) {
        counter-reset: itemC var(--lastC);
    }
    ol.instruction.Numeric,
    ol.enum-standard,
    ul.enum-standard {
        counter-reset: item var(--lastC);
    }
    ol.instruction.Numeric {
        padding-left: 10px;
    }
    ol.instruction.Continue {
        counter-reset: itemC var(--lastC);
    }
    ol.instruction.Continue > li.step:not(.result) {
        counter-increment: itemC;
    }
    ol.instruction.Continue > li.step:not(.result)::before {
        content: counter(itemC) ".";
        width: initial;
        position: initial;
        margin-right: 0;
    }
    html[dir='rtl'] ol.instruction.Continue > li.step:not(.result)::before {
        content: counter(itemC) ".";
        width: initial;
        position: initial;
        margin: 0 -16px 0 5px;
    }
    ol.instruction li.step.result {
        counter-increment: none;
        padding-left: 0;
    }
    .container-enum.Alpha > li:not( .none-style) {
        padding-left: 5px;
    }
    .enum-container .enum-enum-instruction li.step:before {
        padding-right: 22px;
    }
    html[dir='rtl'] .enum-container .enum-enum-instruction li.step:before {
        padding-left: 22px;
        padding-right: 0px;
    }
    li.step.result:before {
        padding-right: 4px;
    }
    li.step::before {
        width: inherit;
    }

    .navbar-product-name {
        margin: 0 0 30px 0;
    }

    .searchBarTopContainer .searchBoxCt .searchform input::placeholder {
		color: transparent;
	}

    article > div.container-fluid .navbar-brand > img {
        left: 5px;
        top: 11px;
    }

    .navbar-brand > img {
        left: 5px;
        top: 7px;
    }

    body > header .navbar-brand > img {
        left: 5px;
        top: 11px;
    }

    html[dir='rtl'] body > header .navbar-brand > img {
        left: -5px;
    }

    body > header .navbar-brand > img.big-logo {
        top: 11px;
    }

    body > header .navbar-brand > img.large-logo {
        top: 11px;
    }

    .navbar-brand {
        max-width: none;
    }

    body > article .sidebar > .navbar-header > .navbar-brand {
        position: relative;
        top: 2px;
    }
    body > article div.container-fluid .sidebar > .navbar-header > .navbar-brand {
        position: relative;
        top: -2px;
    }

}

@media (max-width: 480px) {
    body > header .navbar-brand > img.large-logo {
        top: 12px;
    }
}

@media (max-width: 450px) {

    body > header .navbar-brand > img {
        top: 11px;
    }

    body > header .navbar-brand > img.big-logo {
        top: 12px;
    }

    body > header .navbar-brand > img.large-logo {
        top: 13px;
    }

}

@media (max-width: 390px) {

    body > header .navbar-brand > img.big-logo {
        top: 14px;
    }


    body > header .navbar-brand > img.large-logo {
        top: 14px;
    }

}

@media (min-width: 768px){
    img.media-theme-img-tag-inline {
        height: 0.9em!important;
    }
}

/* Logo */
.header {
    height: 50px;
}

/* Images */
img.media-theme-img-tag-inline {
    height: 1em;
    width: auto !important;
}

/* Notice */
.notice {
    padding: 0 !important;
    border-color: #000 !important;
}
.notice-container {
    border: 1px solid #000 !important;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}
.notice-icon {
    display: none;
}
.notice-title {
    font-size: 20px !important;
    color: #FFF;
    background-color:rgb(74,74,74);
    width: auto;
    height: auto;
    padding: 5px 0 5px 0 !important;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}
.notice.ANSI.Warning .notice-title,
.notice.ANSI.Advice .notice-title {
    background-color:rgb(74,74,74);
}
.Warning .notice-title::before, .Precaution .notice-title::before {
    content: url('../images/Warning.png');
    display: inline-block;
}
.notice.ANSI.Advice .notice-title {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.notice-body {
    text-align: left;
    background-color: #EFF0F0;
    margin-left: 0 !important;
}

html[dir="rtl"] .notice .notice-body{
    text-align: right;
}

/* Navigavtion sidebar */
.sidebar .navbar-nav.isHomePage li.index {
    display: none;
}
.sidebar .navbar-nav li a{
    background-color: #F8F8F8
}
.sidebar .navbar-nav li.active.level-1 > a, .sidebar .navbar-nav li.active.level-1 > a:hover {
    background-color: #F0F6FA;
    color: rgb(76,147,219);
}
.sidebar .navbar-nav li.level-2 > a {
    background-color: #F8F8F8;
    color: #4d4d4d;
}
.sidebar .navbar-nav li.active.level-2 > a, .sidebar .navbar-nav li.active.level-2 > a:hover, .sidebar .navbar-nav li.level-2 > a:hover {
    background-color: #E4E4E4;
    color: #4d4d4d;
}

/* Links */
.link::before {
    font-size: 20px;
    left: 0;
    margin-right: 10px;
    text-align: center;
    top: -2px;
    padding: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}
.link:hover {
    color: #4d4d4d;
}
.link, .link:active, .link:visited {
    color: rgb(76,147,219);
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-family: Roche Sans, Sans-Serif;
}

.dropdown-menu {
    font-size: 14px;
}