@font-face {                     /* license required */
    font-family: "pelita";
    src: url("../Pelita.otf");
	}
@font-face {                     /* license required */
    font-family: "cerebri";
    src: url("../CerebriSansPro.otf");
	}
@font-face {                     /* license required */
    font-family: "cerebribold";
    src: url("../CerebriSansPro-Bold.otf");
	}
@font-face {                     /* license required */
    font-family: "tafel";  
    src: url("../tafel.woff");
	}
@font-face {
    font-family: "spartan";
    src: url("../leaguespartan.woff");
	}           
body {
	margin: 0;
	background-color: #fff;
	overflow-x: auto;
	}
a {
	text-decoration: none;
	}
ul li{
	margin-bottom:.75em;
	}
//h4 {margin-top: 0}
h3, h4 {display: inline-block;}
p {margin: 2px}
table {
	border-collapse: collapse;
	}
.regtext {
	font-family: 'segoe ui', sans-serif;
	font-size: 18px;
	margin: 15px;
	}
.surveytext {
	font-family: arial;
	font-size: 14px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

.logo {
	position: relative;
	padding: 6px;
	width: 200px;
	}
.contenttd { 
	margin-top: 210px;
	}
.contenttbl {
	display: flex;
	flex-direction: row;
	min-height: calc(100vh - 212px);
	}
#header {
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 188px;
	width: 100%;
	z-index: 1;
	//box-shadow: 0 6px 3px rgba(182,182,182,0.9);
	}
.headertab {
	border-top: solid black 1px;
	border-right: solid black 1px; 
	border-left: solid black 1px;    
	padding-top: 6px; 
	height: 30px;
	width: 190px;
	background-color: #fff;
	border-radius: 8px 8px 0 0; 
	color: #000;
	text-align:center; 
	font-family: calibri, sans-serif; 
	font-size: 18px;
	cursor: pointer;
 	}
.headerbar {
	border: solid black 1px; 
	position: absolute; 
	top: 25px; 
	right: 0px; 
	height: 47px; 
	width: 100%; 
	background-color: #01347b; 
	box-shadow: 0 6px 3px rgba(182,182,182,0.5);
	}
.headertabhl {
	 border-top: solid black 1px; 
	 border-right: solid black 1px; 
	 border-left: solid black 1px; 
	 padding-top: 8px; 
	 height: 42px; 
	 width:190px; 
	 background-color: #fff; 
	 border-radius: 8px 8px 0 0; 
	 color: #000; 
	 text-align:center; 
	 font-family: calibri, sans-serif; 
	 font-weight: bold; 
	 font-size: 20px;
	 
	 }
input[type=text], input[type=number], input[type=email], input[type=date], input[type=password], select, textarea {
	float: right;
	outline: solid black 1px;
	border: solid transparent 2px;
	border-radius: 2px;
	display: block;
	margin: 4px;
	min-height: 12px;
	}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=date]:focus, input[type=password]:focus, select:focus, textarea:focus {
	border: solid #01347b 2px;
	outline: solid #01347b 1px;
	}
	 
.resptable td {
	font-size: 15px;
	font-weight: bold;
	border: solid black 2px;
	width: 120px;
	padding-top: 3px;
	text-align: center;
	}
	 
.idtable td {
	font-size: 15px;
	font-weight: bold;
	border: solid black 2px;
	padding-top: 3px;
	height: 23px;
	}
.comptable td {
	font-size: 15px;
	font-weight: bold;
	border: solid black 2px;
	padding-top: 3px;
	width: 90px;
	height: 23px;
	text-align: center;
	}	 
	 
.glass, .glasscheck{
	position: relative;
	display: inline-block;
} 

.glass:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 50%;
	background: linear-gradient(rgba(213,214,214,0.4), rgba(213,214,214,0.0));
}
.glasscheck:after {
	content: '';
	position: absolute;
	width: 20px;
	top: 0px;
	left: 0px;
	height: 11px;
	background: linear-gradient(rgba(213,214,214,0.4), rgba(213,214,214,0.0));
}
.answer {
	position: relative;
	top: -40px;
	opacity: 0;
	}
.answershow {
	position: relative;
	top: 8px;
	opacity: 1;
	//font-family: 'calibri', sans-serif;
	//font-size: 14px;
	}



.infobox {
	border: solid black 1px;
	background-color: #f4f8ff;
	margin-bottom: 30px;
	padding: 10px;
	line-height: 1.6;
	max-width: 95%;
}
.surveytext {
	font-family: arial;
	font-size: 14px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
.orderrow {
	display: flex;
	flex-direction: row;
	padding: 0;
	width: calc(100vw - 200px);
	overflow-x: auto;
	}
.formsection {
	position: relative;
	max-width: 95%;
	border-bottom: solid #01347b 3px;
	padding-bottom: 15px;
	}
	
	
	
/* The switch - the box around the slider */
.switch {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 35px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  background-color: #01347b;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .1s;
  transition: .1s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Customize the label (the container) */
.radiostyle {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */ 
.radiostyle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radiocheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #01347b;
  cursor: pointer;
  border-radius: 3px;
}

.realradio {
	border-radius: 20px;
	}


/* On mouse-over, add a grey background color 
.radiostyle:hover input ~ .radiocheck {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background 
.radiostyle input:checked ~ .radiocheck {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheck:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiostyle input:checked ~ .radiocheck:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiostyle .radiocheck:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: white;
}

.radiostyle .realradio:after {
	border-radius: 5px;
	}

.radiostyle .realcheck:after {
	top: 2px;
	left: 6px;
	width: 5px;
	transform: rotate(45deg);
	background: transparent;
	border-bottom: 3px solid white;
	border-right: 3px solid white;
    }


.btn {
	position: relative;
	background-color: #01347b;
	color: #fff;
	padding: 6px 8px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	border: solid black 1px;
	font-family: calibri, sans-serif;
	}
.btn:hover {filter: brightness(85%)}
	
.smallbtn {
	position: relative;
	background-color: #01347b;
	color: #fff;
	padding: 2px 8px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	border: solid black 1px;
	font-family: calibri, sans-serif;
	}
.smallbtn:hover {filter: brightness(85%)}

.radiostyle .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radiostyle input:checked ~ .checkmark:after {
  display: block;
}
   
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #01347b;
}

i.fa-question-circle {
	color: #01347b;
	background-color: #fff;
	font-size: 24px;
	border: 1px solid #01347b;
	border-radius: 15px;
	position: relative;
	display: inline-block;
	}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
	z-index: 1;
}
.tooltip .tooltiptext {
    visibility: hidden;
	font-family: calibri, sans-serif;
    width: 800px;
	max-width: 75vw;
    //background-color: #01347b;
    color: #fff;
    text-align: left;
    padding: 5px 0;
    border-radius: 6px;
    padding: 6px 8px;
    position: absolute;
    left: 30px;
	top: -3px;
}
.tooltiptext:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 80%;
	background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
}
