@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500|Roboto+Slab:100,300,400,700|Roboto:100,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;
}
.container{
    ***max-width: 414px;
    padding: 0 10px;
}
.main-content{
    padding-top: 85px;
    padding-bottom: 50px;
}

a{ 
    color: initial; 
    text-decoration: none;
}

section{
    
}

.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;
}
footer .go-back{
    position: absolute;
    left: 15px;
    width: 100px;
    text-align: center;
    bottom: 0;
    border-bottom: solid 3px #5591cd;
    display: block;
}
footer .go-back div{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #5591cd;
    text-decoration: none;
}
footer .logo_product img{
    position: absolute;
    right: 15px;
    width: 100px;
    text-align: center;
    bottom: 0;
}
.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;
}

/* *** */

/* Page 1 */
.click-to-start{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}
.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 .container{
    padding-top: 70px;
}
.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: 100;
    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: 10px 20px 40px;
}
.page-2 .card .card-text p {
    font-size: 15px;
    font-weight: 100;
    text-align: justify;
    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 label{
    font-size: 12px;
    font-weight: 400;
}
.page-2 .disclaimer{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 100;
}
.page-2 .zinc{
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 2;
    font-weight: 100;
    text-align: right;
}
.page-2 .contacts{
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 100;
}
.page-2 .language{
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 100;
}
.page-2 .language select{
    font-size: 14px;
    width: 100px;
    -webkit-appearance: menulist-button;
    color: black;
}
.page-2 .logo_product_white{
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 110px;
/*
    background: rgba(103,136,179,1);
    background: -moz-linear-gradient(-45deg, rgba(103,136,179,1) 0%, rgba(86,144,201,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(103,136,179,1)), color-stop(100%, rgba(86,144,201,1)));
    background: -webkit-linear-gradient(-45deg, rgba(103,136,179,1) 0%, rgba(86,144,201,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(103,136,179,1) 0%, rgba(86,144,201,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(103,136,179,1) 0%, rgba(86,144,201,1) 100%);
    background: linear-gradient(135deg, rgba(103,136,179,1) 0%, rgba(86,144,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6788b3', endColorstr='#5690c9', GradientType=1 );
*/
}
.page-2 .logo_product_white img{
    width: 100%;
}
/* *** */


/* 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: 100;
    font-size: 16px;
    line-height: 1;
}
.page-3 .card .card-dosage{
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}
.page-3 .card .card-availability{
    font-size: 13px;
    color: #707070;
    font-weight: 300;
    padding-top: 5px;
}

.card.card-not-available {
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

/* Optional: override hover effects if any */
.card.card-not-available:hover {
  opacity: 0.6;
  filter: grayscale(100%);
}

.page-3 .card .card-subtitle{
    font-size: 18px;
    line-height: 1;
    /*color: #000;*/
}
/* *** */

/* Page 4 */
.page-4 .card{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.2;
}
.page-4 .card-icon{
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.page-4 .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.page-4 .card-subtitle{
    font-size: 16px;
    color: #000;
    line-height: 1.3;
}
.page-4 .card-subtitle p{
    font-size: 9px;
    color: #505050;
    font-weight: 300;
    margin: 0;
}
.page-4 .card-note{
    font-size: 13px;
    color: #707070;
    font-weight: 300;
    padding-top: 5px;
}
.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 .roller-box .roller-wrapper{
    min-height: 200px;
    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 */
    white-space: nowrap;
}
.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: 200px;
    position:relative;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.roller>div {
  font-size:50px;
}
.roller-100{
    
}
.roller-10{
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.roller-1{

}
.wslot-item{
    line-height: 1;
}
.wslot-item-selected{
    
}
/* *** */

/* 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: 100;
    font-size: 24px;
}
.page-5 .card .card-label .card-note{
    font-size: 16px;
    font-weight: 100;
}

.page-5 .card .card-info{
    display: table;
    padding: 10px;
    text-align: center;
}
.page-5 .card .card-info .display-value{
    display: table-cell;
    color: #fff;
    border-radius: 4px 0 0 4px;
    padding: 4px 10px;
    margin: 0 10px;
    font-size: 28px;
    width: 99%;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
    padding-top: 0;
}
.page-5 .load .card-info .display-value{
    background-color: #c9633f;
}
.page-5 .maintenance .card-info .display-value{
    background-color: #5591cd;
}


.page-5 .card .card-info .display-value .load-value-time{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    border-top: dotted 1px #cee1f5;
    margin-top: 4px;
}
.page-5 .card .card-info .display-value .maintenance-value-time{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    border-top: dotted 1px #cee1f5;
    margin-top: 4px;
}


.page-5 .card .card-info .icon-arrow_1{
    padding: 11px;
    font-size: 26px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}
.page-5 .load .card-info span.icon-arrow_1{
    background-color: #e5e5e5;
    color: #c9633f;
    border: solid 1px #c9633f;
}
.page-5 .maintenance .card-info span.icon-arrow_1{
    background-color: #e5e5e5;
    color: #5591cd;
    border: solid 1px #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: #ffd5eb;
    padding: 10px 20px;
}
.page-6 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 23px;
    line-height: 2;
}
.page-6 .card .card-label p{
    font-size: 20px;
    font-weight: 100;
    color: #222;
    text-align: justify;
}
.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: 100;
    font-size: 23px;
    line-height: 2;
}
.page-7 .card .card-label p{
    font-size: 20px;
    font-weight: 100;
    color: #222;
    text-align: justify;
}
.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: #ffd5eb;
    padding: 10px 5px;
}
.page-8 .card .card-label .card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.page-8 .card .card-label .card-note{
    font-size: 17px;
}
.page-8 .card .card-info .graph-total{
    text-shadow: 0 0px 2px rgba(0,0,0,.5);
}
.page-8 .more-info{
    text-align: right;
    font-size: 25px;
    padding: 0px 4px;
    opacity: .20;
    color: #000;
    float: right;
}
.page-8 .display-value {
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 28px;
    background-color: #c9633f;
    text-align: center;
    margin-top: 5px;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
    padding-top: 0px;
}
.page-8 .display-value .load-value-time{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-top: dotted 1px #cee1f5;
}
.page-8 .change-datasource .active{
    background-color: #c9633f;
}
.page-8 .change-datasource a{
    color: #c9633f;
    border-color: #c9633f;
}
/* *** */

/* 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: #222;
}
.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: 100;
    font-size: 23px;
    /*line-height: 2;*/
    margin-bottom: 2.5rem;
    color: #707070;
}
.page-9 .card .card-label p{
    font-size: 15px;
    font-weight: 100;
    text-align: justify;
}
/* *** */

/* Page 10 */
.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: 100;
    font-size: 24px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.page-10 .card .card-label .card-note{
    font-size: 17px;
}
.page-10 .card .card-info .graph-total{
    text-shadow: 0 0px 2px rgba(0,0,0,.5);
}
.page-10 .more-info{
    text-align: right;
    font-size: 25px;
    padding: 0px 4px;
    opacity: .20;
    color: #000;
    float: right;
}
.page-10 .display-value {
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 28px;
    background-color: #5591cd;
    text-align: center;
    margin-top: 5px;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
    padding-top: 0px;
}
.page-10 .display-value .maintenance-value-time{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-top: dotted 1px #cee1f5;
}
/* *** */

/* 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: #222;
}
.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: 100;
    font-size: 23px;
    /*line-height: 2;*/
    margin-bottom: 2.5rem;
    color: #707070;
}
.page-11 .card .card-label p{
    font-size: 15px;
    font-weight: 100;
    text-align: justify;
}
/* *** */



/* Graph dose */
ul.graph-dose {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none !important;
    display: flex;
    margin-top: 60px;
    clear: both;
}
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: 220px;
    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: 16px;
    font-weight: 400;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 7px 0;
}
.graph-total .load-mixed-density-detail,
.graph-total .maintenance-mixed-density-detail{
    font-size: 14px;
    font-weight: 400;
}
.graph-total .load-mixed-density-detail small,
.graph-total .maintenance-mixed-density-detail small{
    font-size: 12px;

}
.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: 100;   
}

ul.dosage-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    list-style: none !important;
    display: flex;
    margin: 0;
    padding: 0;
    clear: both;
}
ul.dosage-info li {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
}
ul.dosage-info li{
    width: 75% !important;
}
ul.dosage-info li:first-child {
    width: 25% !important;
}
ul.dosage-info li div{
    position: absolute;
    overflow: hidden;
    width: 100%;
    color: #666;
}
ul.dosage-info li div span{
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    text-align: center;
    padding: 0 4px;
    line-height: 1.6;
    background-color: #fff;
}
ul.dosage-info li div span:before,
ul.dosage-info li div span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 6px;
    border-top: 1px solid #bbd;
}
ul.dosage-info li div span:before {
    right: 100%;
}
ul.dosage-info li div span:after {
    left: 100%;
}
/* *** */



/* Animations */
header ul li .icon{
    -webkit-animation-delay: .2s;
}
header ul li label{
    -webkit-animation-delay: .1s;
}

footer .go-back {
    -webkit-animation-duration: 1s;
}

.page-1 img{
    animation: fadeIn 1s;
}

.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 li:nth-child(1) .icon{
    -webkit-animation-delay: .5s;
}
.page-2 .navigation li:nth-child(2) .icon{
    -webkit-animation-delay: .7s;
}
.page-2 .navigation li:nth-child(3) .icon{
    -webkit-animation-delay: .9s;
}
.page-2 .navigation li:nth-child(1) label{
    -webkit-animation-delay: .6s;
}
.page-2 .navigation li:nth-child(2) label{
    -webkit-animation-delay: .8s;
}
.page-2 .navigation li:nth-child(3) label{
    -webkit-animation-delay: 1s;
}
.page-2 .disclaimer{
    -webkit-animation-delay: 1.2s;
}
.page-2 .zinc{
    -webkit-animation-delay: 1.6s;
}
.page-2 .contacts{
    -webkit-animation-delay: 1.8s;
}
.page-2 .logo_product_white{
    -webkit-animation-delay: 1s;   
}


.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-dosage{
    -webkit-animation-delay: .4s;
}
.page-3 .color-30 .card-subtitle{
    -webkit-animation-delay: .5s;
}
.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-dosage{
    -webkit-animation-delay: .9s;
}
.page-3 .color-60 .card-subtitle{
    -webkit-animation-delay: 1s;
}
.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-dosage{
    -webkit-animation-delay: 1.4s;
}
.page-3 .color-105 .card-subtitle{
    -webkit-animation-delay: 1.5s;
}
.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-dosage{
    -webkit-animation-delay: 1.9s;
}
.page-3 .color-150 .card-subtitle{
    -webkit-animation-delay: 2.0s;
}
.page-3 .color-150 .card-subtitle span{
    -webkit-animation-delay: 2.5s;
}


.page-4 .card-icon{
    -webkit-animation-delay: .9s;
}
.page-4 .card-title{
    -webkit-animation-delay: .4s;
}
.page-4 .card-subtitle div:nth-of-type(1){
    -webkit-animation-delay: .6s;
}
.page-4 .card-subtitle div:nth-of-type(2){
    -webkit-animation-delay: .8s;
}
.page-4 .card-subtitle div:nth-of-type(3){
    -webkit-animation-delay: 1s;
}
.page-4 .card-subtitle p{
    -webkit-animation-delay: 1.4s;
}
.page-4 .card-note{
    -webkit-animation-delay: 1.8s;
}
.page-4 .roller-right{
    -webkit-animation-delay: 1s;
}
.page-4 .roller-numbers{
    -webkit-animation-delay: .7s;
}


.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: 1.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: 1.5s;
}
.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 .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 .dosage-info li:nth-child(1){
    -webkit-animation-delay: .4s;
}
.page-8 .dosage-info li:nth-child(2){
    -webkit-animation-delay: .6s;
}
.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 .load-total-value, 
.page-8 .maintenance-total-value{
    min-width: 110px;
    text-align: right;
}


.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 .load-total-value, 
.page-10 .maintenance-total-value{
    min-width: 110px;
    text-align: right;
}
.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;
}
/* *** */







/* GERAL */
.color-30{ color: #476fc6 !important; }
.bcolor-30{ border-color: #476fc6 !important; }
.bgcolor-30{ background-color: #ecf0f9 !important; }

.color-60{ color: #c9228f !important; }
.bcolor-60{ border-color: #c9228f !important; }
.bgcolor-60{ background-color: #ffd5eb !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; }
/* *** */

.change-datasource{
    text-align: center;
    font-size: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -5px;
    /*letter-spacing: -1px;*/
    clear: both;
}
.change-datasource a{
    font-size: 9px;
    padding: 4px 7px;
    min-width: 65px;
    display: inline-block;
    border: solid 1px #5591cd;
    color: #5591cd;
}
.change-datasource .active{
    background-color: #5591cd;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.change-datasource a:nth-of-type(1){
    border-radius: 14px 0 0 14px;
}
.change-datasource a:nth-of-type(2){
    border-left: 0;
    border-right: 0;
}
.change-datasource a:nth-of-type(3){
    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: #707070;
}
.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: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    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;
}
#msg-popup-002{
    display: none;
}
#msg-popup-002 .card{
    text-align: center;
    background-color: #fff;
    width: 90%;
    height: 480px;
    box-sizing: border-box;
    border: 20px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45%;
    margin-top: -240px;
    box-shadow: 0 4px 8px rgba(0,0,0,.25);
}
#msg-popup-002 .card .card-image{
    margin-top: 30px;
}
#msg-popup-002 .card .card-image img{
    width: 100%;
    max-width: 290px;
}
#msg-popup-002 .card .card-info{
    background-color: #fff !important;
}
#msg-popup-002 .card .card-info .card-icon{
    display: none;
}
#msg-popup-002 .card .card-info .card-title{
    font-size: 18px;
    color: #666;
}
#msg-popup-002 .card .card-info .card-dosage{
    font-size: 22px;
    text-shadow: 0 1px 3px rgba(0,0,0,.15);
    color: #000;
}
#msg-popup-002 .card .card-info .card-subtitle{
    font-size: 26px;
    text-shadow: 0 1px 3px rgba(0,0,0,.15);
    line-height: 1;
}
#msg-popup-002 .card .card-info .card-subtitle span{
    font-size: 28px;
    color: #999 !important;
}


#msg-popup-002 .card .card-image{
    -webkit-animation-delay: .3s;
}
#msg-popup-002 .card .card-info .card-title{
    -webkit-animation-delay: .2s;
}
#msg-popup-002 .card .card-info .card-dosage{
    -webkit-animation-delay: .3s;
}
#msg-popup-002 .card .card-info .card-subtitle{
    -webkit-animation-delay: .4s;
}
#msg-popup-002 .card .card-info .card-subtitle span{
    -webkit-animation-delay: 1s;
}

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 6px;
    font-weight: 400;
}
.mixed-density{ 
    display: none;
}
.load-total-value-asterisk, .maintenance-total-value-asterisk{
    font-weight: 700;
}
.load-total-value, .maintenance-total-value{
    display: inline-block;
}