@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__wrapper {
  padding-bottom: 180px;
}
/* For height of footer for mobile version(without overflow) */
@media only screen and (max-width: 580px) {
  .container__wrapper {
    padding-bottom: 200px;
  }
}

.main-content {
  padding-top: 20px;
  padding-bottom: 50px;
}

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

section {
  position: relative;
}


.section2, .section1 {
  min-height: 100vh;
}

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

/* Header */
header {
  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 {
  padding: 0 10px;
  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 {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 0 5px;
  bottom: 0;
}

.footer__notificationsBox {
  margin: auto;
  max-width: 600px;
  color: #444;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.footer__bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__attention {
  max-width: 450px;
  margin: auto;
  margin-bottom: 10px;
}

.footer__paragraph {
  margin: 0;
  margin-bottom: 5px;
}

.footer__promocode {
  text-align: center;
  margin-bottom: 0;
}

footer .go-back {
  width: 100px;
  text-align: center;
  border-bottom: solid 3px #5591cd;
  cursor: pointer;
}

footer .go-back div {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #5591cd;
  text-decoration: none;
}
.footer__HemlibraLogo {
  width: 100px;
  text-align: center;
}

.footer__RocheLogo {
  width: 66px;
}

.footer__link {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  margin-bottom: 5px;
  font-size: 12px;
  border: 1px solid grey;
}

.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 */
/* START my styles */
.page-1__starterImage-wrapper {
  display: block;
  padding-top: 200px;
  padding-bottom: 10px;
}
.page-1__starterImage {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  width: 230px;
  margin: auto;
}

.effect_emphasizing_on {
  border-radius: 20px;
  cursor: pointer;
  animation-name: animation__emphasizing_blue;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/********** Custom Animation **********/

@keyframes animation__emphasizing_blue {
  from {
    box-shadow: none;
  }
  to {
    box-shadow: 0 0 5px 1px rgb(168, 216, 255);
  }
}

/********** END Custom Animation **********/

.page-1__RocheLogo {
  display: none;
  position: absolute;
  width: 65px;
  top: 10px;
  right: 10px;
}

.page1__describeDisclaimerBox {
  max-width: 700px;
  margin: auto;
  box-sizing: border-box;
}

.page-1__describeBox {
  margin-bottom: 15px;
  color: #444;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
}

.page-1__paragraph {
  margin-bottom: 8px;
}

.page-1__disclaimerBox {
  display: flex;
  align-items: center;
  max-width: 685px;
  margin: auto;
  margin-right: 0;
  color: #444;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

#page-1__disclaimer {
  margin: 0;
  padding-right: 30px;
  display: block;
  opacity: 0;
}
.page-1__label {
  font-weight: 400;
  position: relative;
  cursor: pointer;
}

/* *********** page-1 for mobile ********** */
@media only screen and (max-width: 768px) {
  .page-1__starterImage-wrapper {
    padding-top: 100px;
  }

  .page1__describeDisclaimerBox {
    max-width: 80%;
  }

  .page-1__disclaimerBox {
    max-width: 95%;
  }
}

/* -------------------- Checkbox -----------------  */
.page-1__label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -6px;
  height: 12px;
  width: 12px;

  border: 2px solid #bbb;
  border-radius: 5px;
}
.page-1__label::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -23px;
  top: 50%;
  margin-top: -3px;

  height: 4px;
  width: 7px;
  border-left: 3px solid #777;
  border-bottom: 3px solid #777;
  border-radius: 2px;

  transform: rotate(-45deg);
}

/*Hide the checkmark by default*/
#page-1__disclaimer + .page-1__label::after {
  content: none;
}
/*Unhide the checkmark on the checked state*/
#page-1__disclaimer:checked + .page-1__label::after {
  content: '';
}
/*Adding focus styles on the outer-box of the fake checkbox*/
#page-1__disclaimer:focus + .page-1__label::before {
  box-shadow: 0 0 1px 1px rgb(92, 168, 255);
}
/* -------------------- Checkbox END --------------  */
/* END my styles */

/* *** */

/* Page 2 */
.page-2,
.page-2 a {
  color: #fff;
}
.page-2__RocheLogo-white {
  width: 65px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-2 .logo_product_white {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 110px;
}
.page-2 .container {
  padding-top: 70px;
  padding-bottom: 15px;
}
.page-2__header {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.1rem;
  margin-bottom: 70px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.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: 9px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 100;
}
.page-2 .zinc {
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
  line-height: 2;
  font-weight: 100;
}
.page-2 .contacts {
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 100;
}
.page-2 .logo_product_white {
  /*
    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-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, 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: 0.6;
}
/* *** */

/* 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, 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, 0.5);
}
.page-8 .more-info {
  text-align: right;
  font-size: 25px;
  padding: 0px 4px;
  opacity: 0.2;
  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, 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, 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, 0.5);
}
.page-10 .more-info {
  text-align: right;
  font-size: 25px;
  padding: 0px 4px;
  opacity: 0.2;
  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, 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, 0.25);
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  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: 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: 0.2s;
}
header ul li label {
  -webkit-animation-delay: 0.1s;
}

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

.page-1 img {
  -webkit-animation-delay: 0.2s;
}

.page-2 .card-text p:nth-child(1) {
  -webkit-animation-delay: 0.2s;
}
.page-2 .card-text p:nth-child(2) {
  -webkit-animation-delay: 0.3s;
}
.page-2 .card-next {
  -webkit-animation-delay: 0.4s;
}
.page-2 .navigation li:nth-child(1) .icon {
  -webkit-animation-delay: 0.5s;
}
.page-2 .navigation li:nth-child(2) .icon {
  -webkit-animation-delay: 0.7s;
}
.page-2 .navigation li:nth-child(3) .icon {
  -webkit-animation-delay: 0.9s;
}
.page-2 .navigation li:nth-child(1) label {
  -webkit-animation-delay: 0.6s;
}
.page-2 .navigation li:nth-child(2) label {
  -webkit-animation-delay: 0.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: 0.3s;
}
.page-3 .color-30 .card-icon {
  -webkit-animation-delay: 0.2s;
}
.page-3 .color-30 .card-title {
  -webkit-animation-delay: 0.3s;
}
.page-3 .color-30 .card-dosage {
  -webkit-animation-delay: 0.4s;
}
.page-3 .color-30 .card-subtitle {
  -webkit-animation-delay: 0.5s;
}
.page-3 .color-30 .card-subtitle span {
  -webkit-animation-delay: 1s;
}
.page-3 .color-60 {
  -webkit-animation-delay: 0.4s;
}
.page-3 .color-60 .card-image {
  -webkit-animation-delay: 0.8s;
}
.page-3 .color-60 .card-icon {
  -webkit-animation-delay: 0.7s;
}
.page-3 .color-60 .card-title {
  -webkit-animation-delay: 0.8s;
}
.page-3 .color-60 .card-dosage {
  -webkit-animation-delay: 0.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: 0.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: 2s;
}
.page-3 .color-150 .card-subtitle span {
  -webkit-animation-delay: 2.5s;
}

.page-4 .card-icon {
  -webkit-animation-delay: 0.9s;
}
.page-4 .card-title {
  -webkit-animation-delay: 0.4s;
}
.page-4 .card-subtitle div:nth-of-type(1) {
  -webkit-animation-delay: 0.6s;
}
.page-4 .card-subtitle div:nth-of-type(2) {
  -webkit-animation-delay: 0.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: 0.7s;
}

.page-5 .load {
}
.page-5 .load .card-icon {
  -webkit-animation-delay: 0.4s;
}
.page-5 .load .card-title {
  -webkit-animation-delay: 0.1s;
}
.page-5 .load .card-note {
  -webkit-animation-delay: 0.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: 0.3s;
}
.page-5 .maintenance .card-icon {
  -webkit-animation-delay: 0.7s;
}
.page-5 .maintenance .card-title {
  -webkit-animation-delay: 0.4s;
}
.page-5 .maintenance .card-note {
  -webkit-animation-delay: 0.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: 0.1s;
}
.page-6 p {
  -webkit-animation-delay: 0.2s;
}
.page-6 .card-icon span {
  -webkit-animation-delay: 0.8s;
}

.page-7 .card-title {
  -webkit-animation-delay: 0.1s;
}
.page-7 p {
  -webkit-animation-delay: 0.2s;
}
.page-7 .card-icon span {
  -webkit-animation-delay: 0.8s;
}

.page-8 .card-title {
  -webkit-animation-delay: 0.1s;
}
.page-8 .card-note {
  -webkit-animation-delay: 0.3s;
}
.page-8 .graph-total div {
  -webkit-animation-delay: 0.4s;
}
.page-8 .dosage-info li:nth-child(1) {
  -webkit-animation-delay: 0.4s;
}
.page-8 .dosage-info li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
}
.page-8 li.opt-maintenance label {
  -webkit-animation-delay: 1s;
}
.page-8 .display-value {
  -webkit-animation-delay: 0.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: 0.1s;
}
.page-9 .card-text p:nth-child(1) {
  -webkit-animation-delay: 0.2s;
}
.page-9 .card-text p:nth-child(2) {
  -webkit-animation-delay: 0.3s;
}

.page-10 .card-title {
  -webkit-animation-delay: 0.1s;
}
.page-10 .card-note {
  -webkit-animation-delay: 0.3s;
}
.page-10 .graph-total div {
  -webkit-animation-delay: 0.4s;
}
.page-10 li.opt-maintenance label {
  -webkit-animation-delay: 1s;
}
.page-10 .display-value {
  -webkit-animation-delay: 0.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: 0.1s;
}
.page-11 .card-text p:nth-child(1) {
  -webkit-animation-delay: 0.2s;
}
.page-11 .card-text p:nth-child(2) {
  -webkit-animation-delay: 0.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, 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, 0.75);
}
.rs-border.rs-outer {
  box-shadow: inset 0 -2px 5px rgba(0, 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, 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, 0.15);
  color: #000;
}
#msg-popup-002 .card .card-info .card-subtitle {
  font-size: 26px;
  text-shadow: 0 1px 3px rgba(0, 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: 0.3s;
}
#msg-popup-002 .card .card-info .card-title {
  -webkit-animation-delay: 0.2s;
}
#msg-popup-002 .card .card-info .card-dosage {
  -webkit-animation-delay: 0.3s;
}
#msg-popup-002 .card .card-info .card-subtitle {
  -webkit-animation-delay: 0.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;
}
