@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500|Roboto+Slab:100,300,400,700|Roboto:100,200,300,400');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;
*/

/* App Icons */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot');
    src:  url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_1:before {
    content: "\e900";
}
.icon-icon_charge:before {
    content: "\e901";
}
.icon-icon_wheel:before {
    content: "\e902";
}
.icon-icon_ampoule:before {
    content: "\e903";
}
.icon-icon_home:before {
    content: "\e904";
}
.icon-icon_weight:before {
    content: "\e905";
}
.icon-icon_info:before {
    content: "\e906";
}
.icon-icon_manual:before {
    content: "\e907";
}
.icon-icon_rcm:before {
    content: "\e908";
}
.icon-icon_vail:before {
    content: "\e909";
}
/* *** */

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Roboto Slab', serif;

    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.container{
    /*max-width: 414px;*/
    padding: 0 10px;
    overflow-x: hidden;
}
.main-content{
    padding-top: 85px;
    padding-bottom: 50px;
}

a{
    color: initial;
    text-decoration: none;
}

a.tel {
    display: inline-block;
}

section{
}

#section-1 {
    height: 100%;
}

.load{
    color: #c9633f;
}
.maintenance{
    color: #5591cd;
}
.page{
    display: none;
}

/* Header */
header{
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 10;
    left: 0;
    top: 0;
}
header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    display: table;
    list-style-type: none;
    height: 77px;
}
header ul li{
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    padding: 13px 1px 0;
    min-width: 75px;
    text-align: center;
    visibility: hidden;
}
header ul li .icon{
    font-size: 30px;
    line-height: 1
}

header .opt-home{
    background-color: #e5e5e5;
    color: #b1b1b3;
}
header .opt-weight{
    background-color: #cbcbcb;
    color: #989898;
}
header .opt-charge{
    width: 100%;
    background-color: #c9633f;
    color: #fff;
}
header .opt-maintenance{
    width: 100%;
    background-color: #5591cd;
    color: #fff;
}
.weight-value{
    font-family: 'Roboto Slab', serif;
}
/* *** */

/* Footer */
footer{
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 10;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
footer .go-back{
    position: absolute;
    left: 15px;
    width: 100px;
    height: 100%;
    text-align: center;
    bottom: 0;
    border-bottom: solid 3px #5591cd;
    visibility: hidden;
}
footer .go-back div{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #5591cd;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
footer .safety-info {
    align-self: center;
    visibility: hidden;
}
footer .safety-info div {
    display: flex;
    flex-direction: column;
}
footer .safety-info img {
    height: 20px;
    filter: invert(56%) sepia(80%) saturate(326%) hue-rotate(171deg) brightness(82%) contrast(95%);
    align-self: center;
}
footer .safety-info .safety-info-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: #5591cd;   
    max-width: 120px; 
    margin-top: 3px;
}
footer .logo_product {
    visibility: hidden;
    position: absolute;
    right: 15px;
    width: 100px;
    bottom: 3px;
}
footer .logo_product img{
    width: 100px;
}
.body-page-2-background{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca6142+0,5391cc+100 */
    background: rgb(202,97,66); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(202,97,66,1) 0%, rgba(83,145,204,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(202,97,66,1) 0%,rgba(83,145,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(202,97,66,1) 0%,rgba(83,145,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca6142', endColorstr='#5391cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.black{
    color: #000 !important;
}

.small{
    font-size: 95% !important;
}

.red {
    color: red;
}

/* *** */

/* Page Login */

.page-login {
    height: 100%;
    background-color: #eee;
}

.page-login .header {
    background: #666;
    padding: 20px 30px 30px 30px;
    position: relative;
}

.page-login .header .hemlibra-logo {
    left: 5px;
    position: absolute;
    top: 5px;
}
.page-login .header .hemlibra-logo img {
    height: 38px;
    width: auto;
}
.page-login .header .logo {
    position: absolute;
    right: 8px;
    top: 10px;
}
.page-login .header .logo img {
    height: 30px;
    width: auto;
}
.page-login .header .language-switcher {
    position: absolute;
    right: 75px;
    top: 8px;
}
.page-login .header .language-switcher span {
    /* background: #0066FF; */
    border: 3px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: table-cell;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    width: 28px;
}

.page-login .header h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    margin: 0;
}

.page-login .content {
    background-color: #eee;
    padding: 40px 30px 20px 30px;
}

.page-login .content .info {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: left;
}

.page-login .content .error-message {
    color: red;
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.page-login .content input {
    margin-bottom: 5px;
}

.page-login .content input.red-border {
    border-color: red;
}

.page-login .content input,
.page-login .content select,
.page-login .content label,
.page-login .content .login-button {
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.page-login .content .login-button {
    background: #00416b;
    color: #ffffff;
    font-size: 14px;
    height: auto;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 50px;
    text-transform: uppercase;
}

/* *** */

/* Page 1 */
.page-1 img{
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}
/* *** */

/* Page 2 */
.page-2, .page-2 a{
    color: #fff;
}
.page-2 .footer-logos {
    bottom: 0;
    position: absolute;
    width: calc(100% - 20px);
}
.page-2 .container{
    min-height: 100vh;
    height: auto;
    padding-top: 80px;
    position: relative;
}
.page-2 .container .hemlibra-logo {
    left: 5px;
    position: absolute;
    top: 5px;
}
.page-2 .container .hemlibra-logo img {
    height: 38px;
    width: auto;
}
.page-2 .container .logo {
    position: absolute;
    right: 8px;
    top: 9px;
}
.page-2 .container .logo img {
    height: 30px;
    width: auto;
}
.page-2 .container .language-switcher {
    position: absolute;
    right: 75px;
    top: 8px;
}
.page-2 .container .language-switcher span {
    /* background: #0066FF; */
    border: 3px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: table-cell;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    width: 28px;
}
.page-2 .card{
    border: solid 1px #fff;
    padding: 1px;
    font-size: 0;
    margin: 0;
    position: relative;
    margin-bottom: 60px;
}
.page-2 .card .card-title-wrapper{
    text-align: center;
    margin-top: -30px;
}
.page-2 .card .card-title-wrapper .card-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    color: #fff;
    background-color: #40281e;
    padding: 0px 18px;
    text-align: center;
    display: inline-block;
    font-weight: 200;
    border-radius: 12px;
}
.page-2 .card .card-title-wrapper .card-title span{
    font-family: 'Roboto Slab', serif;
    color: #ca633b;
    font-weight: 400;
}
.page-2 .card .card-text {
    padding: 5px 10px 40px;
    max-height: calc(100vh - 500px);
    overflow-y: scroll;
}
.page-2 .card .card-text p {
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
}
.page-2 .card .card-next-wrapper{
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: -45px;
}
.page-2 .card .card-next-wrapper .card-next{
    width: 70px;
    height: 70px;
    display: inline-block;
    border: solid 10px #fff;
    border-radius: 50%;
    font-size: 33px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    background-color: #9a9a9a;
}
.page-2 ul.navigation{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    padding-bottom: 10px;
}
.page-2 ul.navigation li{
    display: table-cell;
    text-align: center;
}
.page-2 ul.navigation li .icon{
    font-size: 30px;
    line-height: 1;
}
.page-2 ul.navigation li .icon img{
    height: 30px;
    filter: invert(100%) sepia(5%) saturate(7500%) hue-rotate(282deg) brightness(113%) contrast(101%);
}
.page-2 ul.navigation li label{
    font-size: 12px;
    font-weight: 400;
}
.page-2 .disclaimer{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
}
.page-2 .zinc{
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 200;
    margin-top: 5px;
}
.page-2 .zinc a{
    white-space: nowrap;
}
.page-2 .contacts{
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 200;
}
.page-2 .logos {
    align-items: stretch;
    display: flex;
    margin-top: 5px;
}
.page-2 .logos .roche {
    flex: 1;
    display: flex;
    align-items: center;
}
.page-2 .logos .roche img {
    height: auto;
    margin-right: 5px;
    width: 35px;
}
.page-2 .logos .left {
    align-items: center;
    display: flex;
    flex: 1.3;
    justify-content: center;
}
.page-2 .logos .right {
    align-items: flex-end;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.page-2 .logos .roche span {
    font-size: 8px;
    font-weight: 200;
    line-height: 1;
}
.page-2 .logos .imc {
    align-items: center;
    display: flex;
    max-width: 32px;
}
.page-2 .logos .imc img {
    width: 32px;
}
.page-2 .logos .paab {
    max-width: 50px;
    margin-left: 10px;
}
.page-2 .logos .paab img {
    margin-bottom: 5px;
    width: 50px;
}
.page-2 .logo_product_white{
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 110px;
}
.page-2 .logo_product_white img{
    width: 100%;
}

.page-2 .canadian-number p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 200;
}

.page-2 .important-safety-info {
    border: 1px solid white;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
    max-height: 110px;
    overflow-y: scroll;
    padding: 3px;
}

.page-2 .important-safety-info h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

/* *** */


/* Page 3 */
.page-3 .card{
    border: solid 1px #fff;
    padding: 1px;
    display: table;
    font-size: 0;
    margin-top: 15px;
}
.page-3 .card img{
    width: 100%;
}
.page-3 .card .card-image{
    display: table-cell;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.page-3 .card .card-info{
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.page-3 .card .card-icon{
    font-size: 24px;
}
.page-3 .card .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 1;
}
.page-3 .card .card-subtitle{
    font-size: 24px;
    line-height: 1;
    color: #000;
}
/* *** */

/* Page 4 */
.page-4 .card{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 15px;
    line-height: 1.2;
}
body.fr .page-4 .card {
    padding-bottom: 5px;
}
.page-4 .card-icon{
    font-size: 32px;
}
.page-4 .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 22px;
}
.page-4 .card-subtitle{
    font-size: 18px;
    color: #000;
}
.page-4 .card-note{
    font-size: 15px;
    color: #aaa;
    font-weight: 200;
}
.page-4 .roller-box{
    background-color: #e5e5e5;
}
.page-4 .roller-box .title{
    font-family: 'Roboto Slab', serif;
    background-color: #cbcbcb;
    color: #c9633f;
    text-align: center;
    font-size: 15px;
    line-height: 2;
}

.page-4 .page-4-header {
    color: rgba(0,0,0,0.75);
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 15px;
}

body.fr .page-4 .page-4-header {
    margin-bottom: 2px;
}

.page-4 .roller-box .roller-wrapper{
    min-height: 150px;
    display: table;
}
.roller-left{
    display: table-cell;
    width: 90px;
    min-width: 90px;
}
.roller-numbers{
    display: table-cell;
    width: 100%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,bfbfbf+100&0+0,0+40,1+50,0+60,0+100 */
    background: -moz-linear-gradient(top, rgba(191,191,191,0) 0%, rgba(191,191,191,0) 30%, rgba(191,191,191,1) 50%, rgba(191,191,191,0) 70%, rgba(191,191,191,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(191,191,191,0) 0%,rgba(191,191,191,0) 30%,rgba(191,191,191,1) 50%,rgba(191,191,191,0) 70%,rgba(191,191,191,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(191,191,191,0) 0%,rgba(191,191,191,0) 30%,rgba(191,191,191,1) 50%,rgba(191,191,191,0) 70%,rgba(191,191,191,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfbfbf', endColorstr='#00bfbfbf',GradientType=0 ); /* IE6-9 */
}
.roller-right{
    display: table-cell;
    width: 90px;
    min-width: 90px;
    font-size: 50px;
    vertical-align: middle;
    text-align: center;
    color: #777;
}
.roller {
    font-family: 'Roboto Slab', serif;
    width: 55px;
    height: 150px;
    position:relative;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.roller>div {
    font-size:40px;
}
.roller-100{

}
.roller-10{
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.roller-1{

}
.wslot-item{
    line-height: 1;
}
.wslot-item-selected{
    
}

.dosing-footer {
    color: rgba(0,0,0,0.75);
    font-size: 10px;
    padding: 0 10px;
    line-height: 1.3;
}

/* *** */

/* Page 5 */
.page-5 .card{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px;
    padding: 5px 0 0;
    margin-top: 10px;
}
.page-5 .card .card-label{
    background-color: #e5e5e5;
    padding: 10px 5px;
}
.page-5 .card .card-label .card-icon{
    font-size: 32px;
}
.page-5 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 24px;
}
.page-5 .card .card-label .card-note{
    font-size: 16px;
    font-weight: 200;
}

.page-5 .card .card-info{
    padding: 10px 5px;
    text-align: center;
}

.page-5 .maintenance .card-info div.q2w-maintenance, .page-5 .maintenance .card-info div.q4w-maintenance {
    margin-top: 15px;
}

.page-5 .card .card-info span.display-value{
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 28px;
    min-width: 155px;
}
.page-5 .load .card-info span.display-value{
    background-color: #c9633f;
}
.page-5 .maintenance .card-info span.display-value{
    background-color: #5591cd;
}
.page-5 .card .card-info .icon-arrow_1{
    padding: 11px;
    font-size: 26px;
    border-radius: 4px;
}
.page-5 .load .card-info span.icon-arrow_1{
    background-color: #e5e5e5;
    color: #c9633f;
}
.page-5 .maintenance .card-info span.icon-arrow_1{
    background-color: #e5e5e5;
    color: #5591cd;
}
.page-5 .more-info{
    text-align: right;
    font-size: 25px;
    padding: 1px 4px;
    opacity: .60;
}
/* *** */

/* Page 6 */
.page-6 .card{
    font-family: 'Roboto Slab', serif;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px;
    padding: 5px 0;
    margin-top: 10px;
}
.page-6 .card .card-label{
    background-color: #f2e8f1;
    padding: 10px 20px;
}
.page-6 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 23px;
    line-height: 2;
}
.page-6 .card .card-label p{
    font-size: 20px;
    font-weight: 200;
    color: #222;
    text-align: left;
}
.page-6 .card .card-label .card-icon{
    font-size: 80px;
    color: #fff;
    text-align: right;
}
/* *** */

/* Page 7 */
.page-7 .card{
    font-family: 'Roboto Slab', serif;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px;
    padding: 5px 0;
    margin-top: 10px;
}
.page-7 .card .card-label{
    background-color: #ecf0f9;
    padding: 10px 20px;
}
.page-7 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 22px;
    line-height: 2;
}
.page-7 .card .card-label p{
    font-size: 20px;
    font-weight: 200;
    color: #222;
    text-align: left;
}
.page-7 .card .card-label p.dosing-footer {
    color: rgba(0,0,0,0.75);
    font-size: 12px;
    padding: 0 0;    
}
.page-7 .card .card-label .maintenance-info-table {
    color: #222;
    font-weight: 300;
    margin-bottom: 5px;
}
.page-7 .card .card-label .maintenance-info-table table {
    margin-bottom: 0;
}
.page-7 .card .card-label .maintenance-info-table ul {
    margin: 0;
    list-style: disc inside;
}
.page-7 .card .card-label .maintenance-info-table li {
    margin-bottom: 5px;
    font-size: 14px;
}
.page-7 .card .card-label .maintenance-info-table td {
    padding: 5px;
    width: 50%;
    border: 1px solid;
}
.page-7 .card .card-label .maintenance-info-table p {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}
.page-7 .card .card-label .card-icon{
    font-size: 80px;
    color: #fff;
    text-align: right;
}
/* *** */

/* Page 8 */
.page-8 .card{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px #cbcbcb;
    padding: 5px 0;
    margin-top: 0px;
    position: relative;
}
.page-8 .card .card-label{
    background-color: #f2e8f1;
    padding: 10px 5px;
}
.page-8 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 24px;
}
.page-8 .card .card-label .card-note{
    font-size: 17px;
}
.page-8 .card .card-info{

}
.page-8 .more-info-container{
    width: 100%;
    overflow: hidden;
    height: 35px;
    float: right;
}
.page-8 .more-info{
    text-align: right;
    font-size: 25px;
    padding: 1px 4px;
    opacity: .20;
    color: #000;
    float: right;
}
.page-8 .display-value {
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 30px;
    background-color: #c9633f;
    text-align: center;
    margin-top: 5px;
}
/* *** */

/* Page 9 */
.page-9 .card{
    font-family: 'Roboto Slab', serif;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px;
    padding: 5px 0;
    margin-top: 5px;
    color: #707070;
}
.page-9 .card .card-label{
    background-color: #e5e5e5;
    padding: 10px 20px;
}
.page-9 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 23px;
    /*line-height: 2;*/
    margin-bottom: 2.5rem;
}
.page-9 .card .card-label p{
    font-size: 15px;
    font-weight: 200;
    text-align: left;
}
/* *** */

/* Page 8 */
.page-10 .card{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px #cbcbcb;
    padding: 5px 0;
    margin-top: 0px;
    position: relative;
}
.page-10 .card .card-label{
    background-color: #ecf0f9;
    padding: 10px 5px;
}
.page-10 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 24px;
}
.page-10 .card .card-label .card-note{
    font-size: 17px;
}
.page-10 .card .card-info{

}
.page-10 .more-info-container{
    width: 100%;
    overflow: hidden;
    height: 35px;
    float: right;
}
.page-10 .more-info{
    text-align: right;
    font-size: 25px;
    padding: 1px 4px;
    opacity: .20;
    color: #000;
    float: right;
}
.page-10 .display-value {
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 30px;
    background-color: #5591cd;
    text-align: center;
    margin-top: 5px;
}
/* *** */

/* Page 11 */
.page-11 .card{
    font-family: 'Roboto Slab', serif;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px;
    padding: 5px 0;
    margin-top: 5px;
    color: #707070;
}
.page-11 .card .card-label{
    background-color: #e5e5e5;
    padding: 10px 20px;
}
.page-11 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 23px;
    /*line-height: 2;*/
    margin-bottom: 2.5rem;
}
.page-11 .card .card-label p{
    font-size: 15px;
    font-weight: 200;
    text-align: left;
}
/* *** */

/* Page PDF */

.page-13 iframe {
    height: calc(100vh - 50px);
}

/* *** */

/* Page Age question */
.page-age-question .card {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.2;    
}

.page-age-question .card .page-age-question-header {
    margin-top: 50px;
    font-size: 20px;
}

.page-age-question .card .buttons-container {
    margin: 20px;
}

.page-age-question .card button {
    margin: 10px;
    font-size: 15px;
}

.page-age-question .card .page-age-question-disclaimer {
    padding: 0 10px;
    font-size: 14px;
}

/* Page expired */
.page-expired .card{
    font-family: 'Roboto Slab', serif;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px;
    padding: 5px 0;
    margin-top: 10px;
}
.page-expired .card .card-label{
    background-color: #f2e8f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    padding: 10px 20px;
}
.page-expired .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 23px;
    line-height: 2;
}
.page-expired .card .card-label p{
    font-size: 20px;
    font-weight: 200;
    color: #222;
    text-align: left;
}
.page-expired .card .card-label .card-icon{
    font-size: 40px;
    color: #fff;
    text-align: right;
}
.page-expired .card .card-label .card-icon .page-expired-button{
    width: 100%;
}
/* *** */

/* Page no connection */
.page-no-connection .card{
    font-family: 'Roboto Slab', serif;
    padding-bottom: 20px;
    line-height: 1.2;
    border: solid 1px;
    padding: 5px 0;
    margin-top: 10px;
}
.page-no-connection .card .card-label{
    background-color: #f2e8f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    padding: 10px 20px;
}
.page-no-connection .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 23px;
    line-height: 2;
}
.page-no-connection .card .card-label p{
    font-size: 20px;
    font-weight: 200;
    color: #222;
    text-align: left;
}
.page-no-connection .card .card-label .card-icon{
    font-size: 40px;
    color: #fff;
    text-align: right;
}
.page-no-connection .card .card-label .card-icon .page-expired-button{
    width: 100%;
}
/* *** */



/* Graph dose */
ul.graph-dose {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none !important;
    display: flex;
    margin-top: 60px;
}
ul.graph-dose li {
    font-size: 20px;
    width: 25% !important;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    float: left;
    text-align: center;
    line-height: 1.1;
    height: 205px;
    border: solid 1px #fff;
    padding-top: 40px;
    position: relative;
}
.dose-bottle{
    font-size: 34px;
}
.dose-bottle .icon-icon_ampoule{
    font-size: 28px;
    padding-left: 5px;
}
.dose-each{
    font-size: 15px;
}
.dose-total{
    font-size: 22px;
    font-weight: 700;
    line-height: 2;
}
.graph-total{
    background-color: rgba(0,0,0,.25);
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    padding: 7px 0;
}
.graph-total .load-mixed-density-detail,
.graph-total .maintenance-mixed-density-detail{
    font-size: 18px;
    font-weight: 400;
}
.graph-total .load-mixed-density-detail small,
.graph-total .maintenance-mixed-density-detail small{
    font-size: 14px;
}
.dose-info-wrapper{
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -40px;
}
.dose-info{
    width: 80px;
    height: 80px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    border: solid 1px;
    vertical-align: middle;
    display: table-cell;
    background: #fff;
    box-sizing: border-box;
}
.half-circle {
    width: 86px;
    height: 46px;
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
    border: 8px solid;
    border-bottom: 0;
    position: absolute;
    margin-left: -3px;
    margin-top: -2px;
    box-sizing: border-box;
}
.dose-info span{
    font-size: 12px;
    font-weight: 200;
}
/* *** */



/* Animations */
header ul li .icon{
    -webkit-animation-delay: .2s;
}
header ul li label{
    -webkit-animation-delay: .1s;
}

footer .go-back {
    -webkit-animation-duration: 1s;
}

footer .safety-info {
    -webkit-animation-duration: 1s;
}
footer .logo_product {
    -webkit-animation-duration: 1s;
}
.page-1 img{
    -webkit-animation-delay: .2s;
}

.page-2 .card-text p:nth-child(1){
    -webkit-animation-delay: .2s;
}
.page-2 .card-text p:nth-child(2){
    -webkit-animation-delay: .3s;
}
.page-2 .card-next{
    -webkit-animation-delay: .4s;
}
.page-2 .navigation:nth-child(1) li:nth-child(1) .icon{
    -webkit-animation-delay: .5s;
}
.page-2 .navigation:nth-child(1) li:nth-child(2) .icon{
    -webkit-animation-delay: .7s;
}
.page-2 .navigation:nth-child(2) li:nth-child(1) .icon{
    -webkit-animation-delay: .9s;
}
.page-2 .navigation:nth-child(2) li:nth-child(2) .icon{
    -webkit-animation-delay: 1.1s;
}
.page-2 .navigation:nth-child(1) li:nth-child(1) label{
    -webkit-animation-delay: .6s;
}
.page-2 .navigation:nth-child(1) li:nth-child(2) label{
    -webkit-animation-delay: .8s;
}
.page-2 .navigation:nth-child(2) li:nth-child(1) label{
    -webkit-animation-delay: 1s;
}
.page-2 .navigation:nth-child(2) li:nth-child(2) label{
    -webkit-animation-delay: 1.2s;
}
.page-2 .disclaimer{
    -webkit-animation-delay: 1s;
}
.page-2 .important-safety-info{
    -webkit-animation-delay: 1s;
}
.page-2 .zinc{
    -webkit-animation-delay: 1.5s;
}
.page-2 .contacts{
    -webkit-animation-delay: 2s;
}
.page-2 .logo_product_white{
    -webkit-animation-delay: 2s;
}
.page-2 .logos{
    -webkit-animation-delay: 2s;
}
.page-2 .canadian-number{
    -webkit-animation-delay: 2.5s;
}

.page-3 .color-30{
    -webkit-animation-delay: 0s;
}
.page-3 .color-30 .card-image{
    -webkit-animation-delay: .3s;
}
.page-3 .color-30 .card-icon{
    -webkit-animation-delay: .2s;
}
.page-3 .color-30 .card-title{
    -webkit-animation-delay: .3s;
}
.page-3 .color-30 .card-subtitle{
    -webkit-animation-delay: .4s;
}
.page-3 .color-30 .card-subtitle span{
    -webkit-animation-delay: 1s;
}
.page-3 .color-60{
    -webkit-animation-delay: .4s;
}
.page-3 .color-60 .card-image{
    -webkit-animation-delay: .8s;
}
.page-3 .color-60 .card-icon{
    -webkit-animation-delay: .7s;
}
.page-3 .color-60 .card-title{
    -webkit-animation-delay: .8s;
}
.page-3 .color-60 .card-subtitle{
    -webkit-animation-delay: .9s;
}
.page-3 .color-60 .card-subtitle span{
    -webkit-animation-delay: 1.5s;
}
.page-3 .color-105{
    -webkit-animation-delay: .8s;
}
.page-3 .color-105 .card-image{
    -webkit-animation-delay: 1.3s;
}
.page-3 .color-105 .card-icon{
    -webkit-animation-delay: 1.2s;
}
.page-3 .color-105 .card-title{
    -webkit-animation-delay: 1.3s;
}
.page-3 .color-105 .card-subtitle{
    -webkit-animation-delay: 1.4s;
}
.page-3 .color-105 .card-subtitle span{
    -webkit-animation-delay: 2s;
}
.page-3 .color-150{
    -webkit-animation-delay: 1.2s;
}
.page-3 .color-150 .card-image{
    -webkit-animation-delay: 1.8s;
}
.page-3 .color-150 .card-icon{
    -webkit-animation-delay: 1.7s;
}
.page-3 .color-150 .card-title{
    -webkit-animation-delay: 1.8s;
}
.page-3 .color-150 .card-subtitle{
    -webkit-animation-delay: 1.9s;
}
.page-3 .color-150 .card-subtitle span{
    -webkit-animation-delay: 2.5s;
}


.page-4 .card-icon{
    -webkit-animation-delay: .4s;
}
.page-4 .card-title{
    -webkit-animation-delay: .1s;
}
.page-4 .card-subtitle{
    -webkit-animation-delay: .2s;
}
.page-4 .card-note{
    -webkit-animation-delay: .3s;
}
.page-4 .roller-right{
    -webkit-animation-delay: .2s;
}


.page-5 .load{
}
.page-5 .load .card-icon{
    -webkit-animation-delay: .4s;
}
.page-5 .load .card-title{
    -webkit-animation-delay: .1s;
}
.page-5 .load .card-note{
    -webkit-animation-delay: .2s;
}
.page-5 .load .icon-arrow_1{
    -webkit-animation-delay: .5s;
}
.page-5 .load .icon-icon_info{
    -webkit-animation-delay: 1s;
}
.page-5 .maintenance{
    -webkit-animation-delay: .3s;
}
.page-5 .maintenance .card-icon{
    -webkit-animation-delay: .7s;
}
.page-5 .maintenance .card-title{
    -webkit-animation-delay: .4s;
}
.page-5 .maintenance .card-note{
    -webkit-animation-delay: .5s;
}
.page-5 .maintenance .icon-arrow_1{
    -webkit-animation-delay: 1s;
}
.page-5 .maintenance .icon-icon_info{
    -webkit-animation-delay: 1.3s;
}

.page-6 .card-title{
    -webkit-animation-delay: .1s;
}
.page-6 p{
    -webkit-animation-delay: .2s;
}
.page-6 .card-icon span{
    -webkit-animation-delay: .8s;
}

.page-7 .card-title{
    -webkit-animation-delay: .1s;
}
.page-7 p{
    -webkit-animation-delay: .2s;
}
.page-7 table{
    -webkit-animation-delay: .3s;
}
.page-7 p.dosing-footer{
    -webkit-animation-delay: .6s;
}
.page-7 .card-icon span{
    -webkit-animation-delay: .8s;
}

.page-8 .card-title{
    -webkit-animation-delay: .1s;
}
.page-8 .card-note{
    -webkit-animation-delay: .3s;
}
.page-8 .graph-total div{
    -webkit-animation-delay: .4s;
}
.page-8 li.opt-maintenance label{
    -webkit-animation-delay: 1s;
}
.page-8 .display-value{
    -webkit-animation-delay: .6s;
}
.page-8 .more-info{
    -webkit-animation-delay: 1s;
}
.page-8 .change-datasource .active{
    background-color: #c9633f;
    color: #fff;
}
.page-8 .change-datasource a{
    color: #c9633f;
    border-color: #c9633f;
    -webkit-animation-delay: 1s;
}


.page-9 .card-title{
    -webkit-animation-delay: .1s;
}
.page-9 .card-text p:nth-child(1){
    -webkit-animation-delay: .2s;
}
.page-9 .card-text p:nth-child(2){
    -webkit-animation-delay: .3s;
}

.page-10 .card-title{
    -webkit-animation-delay: .1s;
}
.page-10 .card-note{
    -webkit-animation-delay: .3s;
}
.page-10 .graph-total div{
    -webkit-animation-delay: .4s;
}
.page-10 li.opt-maintenance label{
    -webkit-animation-delay: 1s;
}
.page-10 .display-value{
    -webkit-animation-delay: .6s;
}
.page-10 .more-info{
    -webkit-animation-delay: 1s;
}
.page-10 .change-datasource .active{
    background-color: #5591cd;
    color: #fff;
}
.page-10 .change-datasource a{
    color: #5591cd;
    border-color: #5591cd;
}

.page-11 .card-title{
    -webkit-animation-delay: .1s;
}
.page-11 .card-text p:nth-child(1){
    -webkit-animation-delay: .2s;
}
.page-11 .card-text p:nth-child(2){
    -webkit-animation-delay: .3s;
}
.page-12 img, .page-13 img {
    height: auto;
    width: 100%;
}
.page-12 .card, .page-14 .card {
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}
.page-12 .card h2, .page-14 .card h4 {
    font-weight: 600;
}
.page-12 a, .page-14 a {
    color: #1EAEDB !important;
}
/* *** */







/* GERAL */
.color-30{ color: #476fc6 !important; }
.bcolor-30{ border-color: #476fc6 !important; }
.bgcolor-30{ background-color: #ecf0f9 !important; }

.color-60{ color: #82247c !important; }
.bcolor-60{ border-color: #82247c !important; }
.bgcolor-60{ background-color: #f2e8f1 !important; }

.color-105{ color: #00ad6b /*#9fd6c1*/ !important; }
.bcolor-105{ border-color: #00ad6b !important; }
.bgcolor-105{ background-color: #f5fbf9 !important; }

.color-150{ color: #855b35 !important; }
.bcolor-150{ border-color: #855b35 !important; }
.bgcolor-150{ background-color: #f2efea !important; }

.total-value-asterisk{ visibility: hidden; }
/* *** */

.datasource-info{
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    clear: both;
    margin-top: 25px;
    /*position: absolute;*/
    width: 100%;
    visibility: hidden;
    -webkit-animation-delay: 1s;
}

.change-datasource{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: -1px;
    clear: both;
}
.change-datasource a{
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px 5px;
    width: 120px;
    min-height: 25px;
    border: solid 1px #B1B4BB;
    color: #B1B4BB;
}
.change-datasource a:nth-of-type(1){
    border-radius: 14px 0 0 14px;
}
.change-datasource a:nth-of-type(2){
    border-radius: 0 14px 14px 0;
}



.login-panel{
    padding: 20px 10px;
    display: none;
}
.login-panel input{
    width: 100%;
}


.control{
    display: block;
    height: 180px;
    background-color: #eee;
}
.rs-overlay{
    background-color: #eee;
}

#slider{
    position: absolute;
    left: 50%;
    margin-left: -85px;
}
#versionInfo{
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #dfdfdf;
}

.rs-range-color  {
    background-color: #33B5E5;
}
.rs-path-color  {
    background-color: #C2E9F7;
}
.rs-handle  {
    background-color: #33B5E5;
    padding: 7px;
    border: 2px solid #33B5E5;
}
.rs-handle.rs-focus  {
    border-color: #33B5E5;
}
.rs-handle:after  {
    border-color: #33B5E5;
    background-color: #33B5E5;
}
.rs-border  {
    border-color: transparent;
}
.rs-tooltip-text{
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    color: #aaa;
}
.rs-border.rs-inner{
    box-shadow: 0 0px 5px rgba(0,0,0,.75);
}
.rs-border.rs-outer{
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.75);
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    font-family: 'Montserrat', sans-serif;

    position: relative;

    background-color: #fff;
    border: solid 1px #989898;
    padding: 12px 15px;
    width: 300px;
    max-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -200px;
    box-sizing: border-box;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

    animation-duration: 0.4s
}

#msg-popup-001{
    display: none;
}

ul.load-vial-summary, ul.maintenance-vial-summary{
    margin: 0;
}
ul.load-vial-summary li, ul.maintenance-vial-summary li {
    margin-top: 1rem;
    padding-left: 10px;
    list-style: none;
    text-align: left;
}
ul.load-vial-summary li:first, ul.maintenance-vial-summary li:first{
    margin-top: 0;
}
ul.load-vial-summary li:before, ul.maintenance-vial-summary li:before {
    content: "";
    padding: 0;
    font-weight: 400;
}
.mixed-density{
    display: none;
}
.load-total-value-asterisk, .maintenance-total-value-asterisk{
    font-weight: 700;
}

.iphoneX .footer-logos {
    bottom: 15px !important;
}
.iphoneX footer {
    height: 65px !important;    
}
.iphoneX footer .go-back, .iphoneX footer .logo_product {
    bottom: 15px !important;    
}
.iphoneX footer .safety-info {
    padding-bottom: 8px;
}

@media (max-height: 480px) {
    .page-2 .important-safety-info {
        max-height: calc(100vh - 370px);
    }
}

@media (max-height: 640px) {
    .page-2 .logos {
        margin-top: 5px;
    }
    .page-2 .footer-logos {
    }
    .page-4 .card {
        padding-bottom: 5px;
    }
    .page-4 .page-4-header {
        margin-bottom: -75px !important;
        font-size: 10px;
        position: relative;
        top: -80px;
        margin-left: 100px;
        z-index: 100;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;    
    }
    .page-4 .roller-box .roller-wrapper {
        min-height: unset;
    }
    .roller {
        height: 140px;
        overflow-y: hidden;
    }
    .roller>div {
        font-size: 35px;
    }
}

@media (min-height: 800px) {
    .page-2 .important-safety-info {
        max-height: calc(100vh - 640px);
    }
}
@media (min-height: 850px) {
    .page-2 .card .card-text {
        padding: 10px 20px 40px;
    }
}

@media (max-width: 350px) {
    footer .go-back {
        width: 80px !important;
    }
    footer .logo_product, footer .logo_product img{
        width: 80px !important;
    }
    .page-2 ul.navigation li label{
        font-size: 10px;
    }
}

@media (min-width: 400px) {

    .container.pdf-container {
        padding: 0;
        width: 90%;
    }

    ul.graph-dose li {
        height: 220px;
    }
}

@media (max-width: 400px) {
    .container.pdf-container {
        padding: 0 2px;
    }
    .page-2 .footer-logos {
        bottom: 0;
        overflow-y: scroll;
        position: absolute;
    }
    .page-4 .card-icon {
        float: left;
        margin-left: 10px;
    }
    .roller-left {
        width: 0;
        min-width: 0;
    }
    .page-5 .card .card-label .card-icon {
        float: left;
        margin-left: 10px;
    }

    .dose-info {
        font-size: 18px;
        height: 72px;
        width: 72px;
    }

    .dose-bottle {
        font-size: 25px;
    }

    .dose-each {
        font-size: 14px;
    }

    .dose-total {
        font-size: 18px;
    }

    .half-circle {
        height: 38px;
        width: 76px;
    }

    .dose-info-wrapper {
        left: 54%;
    }

    .page-5 .card .card-info span.display-value {
        font-size: 24px;
    }
}
