

@font-face {
  font-family: "WhitneyBold";
  src: url("fonts/whitney-bold-webfont.woff2") format("woff2"), url("fonts/whitney-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WhitneyMedium";
  src: url("fonts/whitney-medium-webfont.woff2") format("woff2"), url("fonts/whitney-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WhitneySemibold";
  src: url("fonts/Whitney-Semibold.woff2") format("woff2"), url("fonts/Whitney-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WhitneyBook";
  src: url("fonts/Whitney-Book.woff2") format("woff2"), url("fonts/Whitney-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WhitneyLight";
  src: url("fonts/Whitney-Light.woff2") format("woff2"), url("fonts/Whitney-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  /*min-width: 768px;*/
  width: 100%;
  margin: 0;
  font-family: "whitneymedium", Arial, Roboto, "Helvetica Neue", sans-serif;
  background: #ffffff;
 
}

#maincontainer {
  height: 100%;
/*  min-height: 768px;*/
  background: url("../assets/images/bg.png");
  background-size: cover;
  display: block;
  /*overflow: scroll;*/
  overflow: hidden;
  margin: 0;
}

#mobilemaincontainer {
  height: 100%;
  background: url("../assets/images/bg.png");
  background-size: cover;
  display: none;
}

section,
div,
span,
p,
img,
a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.mat-dialog-container {
  border-radius: 0 !important;
}

.mat-typography {
  font-family: "WhitneyMedium";
}

b {
  font-family: "WhitneySemibold";
}

strong {
  font-family: "WhitneyBold";
}

p {letter-spacing: -.1px;}

a {
  font-family: "WhitneyBold", Arial, Roboto, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

.pointer {
cursor: pointer;
}

.PI-links-top {
font-family: "WhitneyBold", Arial, Roboto, "Helvetica Neue", sans-serif;
color: #ffffff;
font-size: 11px;
cursor: pointer;
}


#navpicontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 6%;
background-color: rgba(0,0,0,.71);
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}



#navpimiddle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*width: 20%;*/
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-left: 5px;
 /* background-color: rgba(50,50,50,1.0);*/
}
#navpileft {
  min-width: 450px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-left: 80px;
/*  background-color: rgba(150,150,150,1.0);*/
}

#navpiright {
  max-width: 540px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*width: 20%;*/
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: right;
  padding-right: 10px;
  line-height: 11px;
/*  background-color: rgba(50,50,50,1.0);*/
}

.buttonref {
  font-family: "WhitneyBold", Arial, Roboto, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
}
.adversecorner {
  font-family: "WhitneyBook", Arial, Roboto, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
}
.adverseindicationbox {
  font-family: "WhitneyMedium", Arial, Roboto, "Helvetica Neue", sans-serif;
  color: #4c4c4a;
  font-size: 12px;
  line-height: 10px !important;
  text-decoration: none;
  cursor: pointer;
}
.buttondivide {
  font-family: "WhitneyBold", Arial, Roboto, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.buttonhowto {
  font-family: "WhitneyBold", Arial, Roboto, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
}


#refs-overlay {
  position: absolute;
  /*display: flex;*/
  display: none;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
    z-index: 2;
}

#refs-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  justify-content: center;
  align-items: center;*/
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50,50,50,0.5);
}

#refs-underlay {
  height: auto;
  min-width: 60%;
  padding: 1% 2% 1% 2%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3);
  z-index: 2;

}
.ref-popup-text {
  font-family: "WhitneyBook", Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.2em;
}



#PI-IE-overlay {
  position: absolute;
  /*display: flex;*/
  display: none;
  opacity: 0;
/*  display: block;
  opacity: 1;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
    z-index: 2;
}

#PI-IE-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  justify-content: center;
  align-items: center;*/
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50,50,50,0.5);
}

#PI-IE-underlay {
  height: 80%;
  width: 90%;
  padding: 1% 2% 1% 2%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3);
  z-index: 2;

}



#howto-overlay {
  position: absolute;
  /*display: flex;*/
  display: none;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
    z-index: 2;
}

#howto-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  justify-content: center;
  align-items: center;*/
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50,50,50,0.5);
}

#howto-underlay {
  height: auto;
  max-width: 90%;
  padding: 1% 2% 1% 2%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3);
  z-index: 2;

}
.howto-table th td tr {
  padding: 0px;
}
.howto-table {
  border-spacing: 0px;
  border: none;
}
.howto-popup-text {
  font-family: "WhitneyBook", Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2em;
}
.howto-img {
  width: 192px;
  height: 200px;
  margin-right: 20px;
}

#disclaimer-overlay {
  position: absolute;
  /*display: flex;*/
  display: none;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#disclaimer-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  justify-content: center;
  align-items: center;*/
  top: 0px;
  left:  0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50,50,50,0.5);
}

#disclaimer-underlay {
  height: auto;
  max-width: 40%;
  padding: 1% 2% 1% 2%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.3);
  z-index: 3;
}
.disclaimer-popup-text {
  font-family: "WhitneyBook", Arial, Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  text-decoration: none;
  line-height: auto;
}

.disclaimer-go-to {
  width: 100px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #6a8b2d;
  text-decoration: none;
  margin: 0 auto;
  font-family: "WhitneyMedium", Arial, Roboto, "Helvetica Neue", sans-serif !important;;
  font-size: 16px !important;
}

#ae-region-line-text-ie2 {
  display: none;
}
#ae-region-line-text-uk2 {
  display: block;
}

#ae-region-line-text-ie3 {
  display: none;
padding-top: 15px;
}

#ae-region-line-text-uk3 {
  display: block;
padding-top: 10px;
}





/* Media query for Mobile devices ------------------------------------------------------- */ 
/*@media only screen and (min-width : 285px) and (max-width : 480px) {*/
@media only screen and (min-width : 285px) and (max-width : 767px) {

#maincontainer {
  display: none;
}
#mobilemaincontainer {
  display: block;
}

}
/* end ------------------------------------------------------------------------------------ */



/* Media Query for Tablets ------------------------------------------------------- */
/*@media only screen and (min-width : 481px) and (max-width : 1024px) {*/
@media only screen and (min-width : 768px) and (max-width : 991px) {


}
/* end ------------------------------------------------------------------------------------ */

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {

}
/* end ------------------------------------------------------------------------------------ */