@import url('https://fonts.googleapis.com/css?family=Lato');

body, html {
  overflow-x: hidden;
  height: auto;
}

body          { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}

.titletext {
     font-family:  Lato, Helvetica, sans-serif;
     text-decoration: none;
	 font-weight: bold;
	 font-size: 2.0em;
}

input.navbutton {
    background-color: #3286a3;
    display: block;
    font-weight: bold;
	font-size: 1.1em;
    color: #ffffff;
    width: 120px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

input.navbuttonFL {
    background-color: #3286a3;
    display: block;
    font-weight: bold;
	font-size: 1.1em;
    color: #ffffff;
    width: 140px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

input.navbuttonBG {
    background-color: #3286a3;
    display: block;
    font-weight: bold;
	font-size: 1.1em;
    color: #ffffff;
    width: 145px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

input.navbutton:hover {
    background-color: #185175;
}

input.navbuttonFL:hover {
    background-color: #185175;
}

input.navbuttonBG:hover {
    background-color: #185175;
}
a.doclink:link, a.doclink:visited {
    display: block;
    font-weight: bold;
    color: #ffffff;
    background-color: #3286a3;
    width: 80px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}

a.doclink:hover, a.doclink:active {
    background-color: #185175;
}
	 
.resptext     { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: normal; font-size:90%;}
.qtext        { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}
.qtextreq     { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}
.tblqtext     { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: bold; font-size:90%;}

.qtextnormal     { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
.tblqtextnormal  { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: normal; font-size:90%;}
.qtextreqnormal  { font-family:  Lato, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}

.tgtext       { font-family:  Lato, Helvetica, sans-serif; 
                font-style: normal; 
			      text-decoration: none; 
			      color: black;  }
.tgtext a     { font-family:  Lato, Helvetica, sans-serif; 
                font-style: normal; 
			      text-decoration: none; 
			      color: black;
			      cursor: default; 
			    }                                   

.qnum         { font-family:  Lato, Helvetica, sans-serif; font-weight: bold}
.qnumnormal   { font-family:  Lato, Helvetica, sans-serif; font-weight: normal}

.statbar      { font-family:  Lato, Helvetica, sans-serif; }
.helplinks    { font-family:  Lato, Helvetica, sans-serif; }
.backnextstat { }
.backnextstatL {  }
.backnextstatR  {  }
.space2statbar {margin-top: 20}
.space2nextq {margin-top: 15}
.cdvbold     { font-family:  Lato, Helvetica, sans-serif; text-decoration: underline }
.cdvuline    { font-family:  Lato, Helvetica, sans-serif; text-decoration: underline }
.scalenum    { font-family:  Lato, Helvetica, sans-serif; font-size: 9pt }
.scaletext   { font-family:  Lato, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.scaleborder { border-right-width: 1; border-right-style: solid; border-right-color: #000000;
              

                   }
.scaleborder a     { 
               
                font-family:  Lato, Helvetica, sans-serif; 
                font-style: normal; 
			      text-decoration: none; 
			      color: black;
			      cursor: default; 
			    }  

.explaintext {font-family:  Lato, Helvetica, sans-serif;}
.headlinetext {font-family:  Lato, Helvetica, sans-serif;}
.warningtext { color: #FF0000; font-family: Verdana }
.helpqtext {font-family: Lato, Helvetica, sans-serif; font-weight: bold }
.helpbodytext {font-family:  Lato, Helvetica, sans-serif; font-weight: normal}

.rad {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.rad > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
/* RADIO STYLE */
.rad > i{     /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  width:  20px;
  height: 22px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 9px #fff;
  border: 2px solid black;
  background: gray;
}

.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: Black;
}


.ckb{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.ckb > input{ /* HIDE ORG CHECKBOX */
  visibility: hidden;
  position: absolute;
}

/* CHECKBOX STYLE */
.ckb > i{     /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
  width:  22px;
  height: 22px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 12px #fff;
  border: 2px solid black;
  background: gray;
}

/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 22px;
  border-radius: 2px;
}

/* CHECKBOX */
.ckb > input + i:after{
  content: "";
  display: block;
  height: 0px;
  width:  0px;
  margin: 8px;
  border-radius: inherit;
  transition: inherit;
  background: white;
}

.ckb > input:checked + i:after{ 
  margin-left: 2px;
  background:  black;
  height: 18px;
  width:  18px;
  margin: 2px;
}

.ckb:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 2px white;
  background: #C0C0C0; 
}


.resptext:hover { /* HOVER <i> STYLE */
  color: blue;

}

.clientlogo {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

/***********/
@media only screen and (max-width: 768px) {
.widetable td {
  font-size: 90%;
}
.widetable td > label > i {
	width: 20px;
	height: 20px;
}

}
/***********/

/***********/
@media only screen and (max-width: 480px) {
.widetable td {
  font-size: 5px;
}
.widetable td > label.rad > i {
  width: 10px;
  height: 10px;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid black;
}
.widetable td > label.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 1px #fff;
}
.widetable td > label.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 1px #fff;
}


}
/***********/

/*Fix: textarea run outside screen on phone */
textarea {
  width: 100%;
}

.dslanguagebutton {
  min-width: 130px;
  height: 35px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;

  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background: #3d348b;
  box-shadow: 0 5px #2c0b8e;
}
.dslanguagebutton:hover {
  box-shadow: 0 3px #2c0b8e;
  top: 1px;
}
.dslanguagebutton:active {
  box-shadow: 0 0 #2c0b8e;
  top: 5px;
}

.language-container {
  background-color: rgba(235, 235, 250, 0.9);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.language-header {
  color: #0047AB;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.language-option {
  display: inline-block;
  margin: 10px;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #4D96FF;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.language-option:hover {
  background-color: #0047AB;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.language-option.selected {
  background-color: #0047AB;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}