	body{
	background: url(/images/bg-blur.jpg) no-repeat fixed center center transparent;
	background-size: cover;
    color: #333;
    font-family: "Trebuchet MS";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

header, .header {
	background: none;
	height: 100px;
}
	.top {
		top: 0px;
		display: none;
		padding: 0px 10px 150px 10px;
	}

nav, .nav {
    background: rgba(51, 51, 51,0.95);
    position: fixed;
    font-size: 18px;
    font-weight: bold;
    width: 15%;
    margin: 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    z-index: 950;
    overflow: hidden;
    height: 100%;
    color: #fff;
    padding-right: 5%;
}
	nav .homebutton {display: none;}
	nav .top {display: block;}
	nav .menuIcon {display: none;}
	nav a, .nav a {color: #fff; text-decoration: none;}
	nav p {width: max-content;}
	nav:hover {min-width: fit-content;}
		
	#inmenu {
		text-align: left;
		color: #fff;
	}
	#inmenu li.headlink {
		width: 250px;
		height: 50px;
	}
	#inmenu ul, #inmenu li {
	    list-style: disc;
	}
		#inmenu li.title {
			list-style: none;
			margin: -20px;
			height: 75px;
		}

main, .main {
	border-radius: 4px;
    min-height: 750px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    background: rgba(225,225,225,0.95);
    padding: 15px;
    margin-bottom: 75px;
    margin: 0px 5% 75px 25%;
	float: right;
	width: 70%
}
	.rate {width: fit-content;}
		.rate .material-icons {font-size: 50px !important;}
		
		.rate5 {color: #167b00;}
		.rate4 {color: #c6c912;}
		.rate3 {color: #f99d27;}
		.rate2 {color: #b97714;}
		.rate1 {color: #b92914;}
		
		.rate:not(:checked) > input {
			position:absolute;
			left:-9999px;
		}
		.rate:not(:checked) > label {
			float:right;
			white-space:nowrap;
			cursor:pointer;
		}
		.rate > input:checked ~ label {
			border: 3px solid #333;
			background: rgba(51,51,51,0.5);
			border-radius: 50px;
		}
		.rate:not(:checked) > label:hover,
		.rate:not(:checked) > label:hover ~ label {
			color: #ffc700;
			border-bottom: 1px dotted #333 !important;			
		}
		.rate > input:checked + label:hover,
		.rate > input:checked + label:hover ~ label,
		.rate > input:checked ~ label:hover,
		.rate > input:checked ~ label:hover ~ label,
		.rate > label:hover ~ input:checked ~ label {
			color: #c59b08 !important;
		}
		
		.zoom {
		  transition: transform .2s;
		}

		.zoom:hover {
		  -ms-transform: scale(1.5); /* IE 9 */
		  -webkit-transform: scale(1.5); /* Safari 3-8 */
		  transform: scale(1.5); 
		}

		.displayflex {
			display: flex;
		}

	.left {
		top: 0px;
		margin: 0;
		border-radius: 0;
		width: 20%;
		height: 100%;
		position: fixed;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 99;
	}
	.left:hover {width: 30%;}
	
	.left a:hover, .left p a:hover {
		color: #333;
	}

	.popup {
		width: 50%;
		left: 25%;
		top: 20%;
		padding: 0px;
		text-align: center;
		position: fixed;
		z-index: 999;
		background: rgba(250,250,250,0.9);
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
		-webkit-animation-duration: 1s; 
		animation-duration: 1s; 
		-webkit-animation-fill-mode: both; 
		animation-fill-mode: both;
		-webkit-animation-name: zoomIn; 
		animation-name: zoomIn;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
		border-radius: 5px;
	}
		.popupcontent {
			overflow: hidden;
			overflow-y: scroll;
			max-height: 350px;
			padding: 2%;
		}
		
		.popupscreen {
			position: fixed;
			width: 100%;
			height: -webkit-fill-available;
			background: rgba(0,0,0,0.7);
			z-index: 5;
			top: 0;
			left: 0;
		}
		.popup h2 {
			padding: 20px;
			margin: -4% 0% 0% 0%;
			background: #333;
			border-radius: 5px 5px 0px 0px;
			color: #fff;
			font-size: 25px;
		}
			
			table {
				border: 1px solid #333;
				border-radius: 5px;
			}
			tr:nth-child(even) {background-color: #f2f2f2;}
			tr:nth-child(odd) {background-color: #dadada;}
			tr:hover {background-color: #d2b650;}
			.answerHead {
				background: rgba(51,51,51,95) !important;
				color: #fff;
				font-size: 16px;
			}
			.answerSubLine {background-color: #fafafa !important;}

			.formList {margin: 0px -10px; padding: 10px}
			.formList .even {background-color: #dadada;}
			.formList .odd {background-color: #f2f2f2;}
			.formListButtons {float: right}
			
			.readShow {display: none;}
			.readLong:hover .readHidden {display: none;}
			.readLong:hover .readShow {display: block;}
			.readLong em {color: #f99d27;}
			
			.qr-code {
				width: 100px;
				height: 100px;
				float: right;
				border:1px solid #f99d27;
				box-shadow: 0px 5px 10px rgb(0 0 0 / 40%);
			}
			
footer, .footer {
	background: rgba(51,51,51,95);
    clear: both;
    font-size: 10px;
    width: -webkit-fill-available;
    color: #fff;
    padding: 25px 0px;
    text-transform: uppercase;
}
	footer a {color: #fff; text-decoration:none;}
	
h1 {
	text-transform: uppercase;
}
	h1 a {color: #fff;}
	
	main h1 {
		top: 0px;
		background: rgba(51,51,51,95);
		color: #fff;
		padding: 25px 10px;
		margin: -15px -15px 0px -15px;
		border-radius: 4px 4px 0px 0px;
	}
	
.icon-white {
	padding-left: 10px;
}
	.material-icons {vertical-align: middle;}

.small {
	color: #333;
	font-size: 10px !important;
}
	.smallIcon {font-size: 15px !important;}
	
.noScreen {display: none !important;}

.collNameText{
	width: auto;
    height: 20px;
}
	.collNameText:hover {color: #333;}
	.dateGoByText {display: none;}
	.dateGoBy:hover .dateGoByText {
		display: block;
	}

.button{
	text-decoration: none;
	line-height: 40px;
    background: #333;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	border: 0px;
	border-radius:4px;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
	.button a {text-decoration: none; color: #fff;}
	.button .material-icons {
		line-height: 40px;
	}
	.search {width: 200px;height: 30px; background: #ddd;}
	.search:hover {width: 350px;}
	
	nav .button, .nav .button {
		-webkit-animation-duration: 1s; 
		animation-duration: 1s; 
		-webkit-animation-fill-mode: both; 
		animation-fill-mode: both;
		-webkit-animation-name: bounceIn; 
		animation-name: bounceIn;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
		border-radius: 0px;
		width: 100%;
	}
		nav .button:hover, .nav .button:hover {
			-webkit-animation-duration: 1s; 
			animation-duration: 1s; 
			-webkit-animation-fill-mode: both; 
			animation-fill-mode: both;
			-webkit-animation-name: bounce; 
			animation-name: bounce;
		}
	
.goed {
	color: #167b00;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}

.error {
	color: #b92914;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both;
	-webkit-animation-name: error; 
	animation-name: error;  
}
	.red {color: #b92914;}
		.redHover:hover {color: #b92914; cursor: pointer;}
	.green {color: #167b00;}
		.greenHover:hover {color: #167b00; cursor: pointer;}
	.yellow {color: #f99d27;}
		.yellowHover:hover {color: #f99d27; cursor: pointer;}
	.blue {color: #4285f4;}
		.blueHover:hover {color: #4285f4; cursor: pointer;}	
	.white {color: #fff;}
		.whiteHover:hover {color: #fff; cursor: pointer;}
	.gray {color: #bbb;}
		.grayHover:hover {color: #bbb; cursor: pointer;}
	.error .material-icons, .goed .material-icons{
		line-height: 40px;
		padding: 0px 5px 0px 0px;
	}
	
	a {text-decoration: none; color: #333;}
	a:hover {text-decoration: dotted; color: #ccc;}

.forgotten, input:invalid {
	background: none repeat scroll 0% 0% #ffc5bf;
	border: 1px solid #990000 !important;
}

select {
	background-color: #f2f2f2;
	border-radius: 5px!important;
	margin: 0px;
	border: 1px solid #bbb !important;
	padding: 1%;
	color: #333;
	margin-bottom: inherit;
}
	.select-week{
		font-family: monospace;
		padding-inline-start: 1px;
		width: -webkit-fill-available;
	}

	select:hover {border: 1px solid #333 !important;}
	.button select {height: 38px;}

input {
	color: #333;
	border-radius: 5px !important;
	border: 1px solid #bbbbbb !important;
	background-color: #f2f2f2;
	margin: 0px;
	padding: 1%;
	width: 98%;
}
	input .maxSize {max-width: 350px;}
	input:hover {background-color: #fff; border: 1px solid #333 !important;}
	
	input[type=submit]{
		background-color: rgba(51,51,51,95);
		color: #fff;
		line-height:40px;
		padding: 1%;
		width: 100%;
		font-weight: bold;
		cursor: pointer;
		-webkit-appearance: none;
	}
		button {cursor: pointer; !important}
		
	.input-hidden {
	  display: none;
	}

	input[type=radio] + label {
	  border: none !important;
	  margin: 20px !important;
	  padding: 10px !important;
	}
	
	input[type=radio]:checked + label {
	  border: 2px solid #090;
	}

textarea {
	background-color: #f2f2f2;
	border-radius: 5px !important;
	border: 1px solid #bbbbbb !important;
	margin: 0px;
	padding: 1%;
	width: 98%;
	height: 150px;
	border-radius: 5px;
}
	textarea:hover {
		border: 1px solid #333 !important;
	}

fieldset{
	background: #fafafa;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both;
	-webkit-animation-name: bounceIn; 
	animation-name: bounceIn;
	word-break: break-word;
	border-radius: 5px !important;
}
	fieldset:hover{background: #ffffff;}

.blink {
	-webkit-animation: 2s linear infinite condemned_blink_effect;
	animation: 2s linear infinite condemned_blink_effect;
}

.progressbar {
	width: 99%;
	position: relative;
	background: #f2f2f2;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

.progressbar span {
	display: block;
	height: 100%;
}

.progress {
	background-image: linear-gradient(#f99d27, #d28421);
	color: #fff;
	animation: progressBar 3s ease-in-out;
	animation-fill-mode: both;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	border-radius: 4px 8px 8px 4px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
	.progress:hover {box-shadow: inset 0px 0px 5px #888;}
	.progressColor_25{background-image: linear-gradient(#f9b827, #d49c21);}
	.progressColor_50{background-image: linear-gradient(#f9df27, #d4be20);}
	.progressColor_75{background-image: linear-gradient(#bbc51f, #768e18);}
	.progressColor_100{background-image: linear-gradient(#2ca711, #177b01);}

@keyframes progressBar {
	0% {width: 0;}
	100% {width: 100%;}
}

@-webkit-keyframes condemned_blink_effect { 
  0% {visibility: hidden;}
  50% {visibility: hidden;}
  100% {visibility: visible;}
}

@keyframes condemned_blink_effect {
  0% {visibility: hidden;}
  50% {visibility: hidden;}
  100% {visibility: visible;}
}

@-webkit-keyframes zoomIn { 
    0% {opacity: 0; -webkit-transform: scale(0.1);} 
    80% {-webkit-transform: scale(1.1);} 
    100% {opacity: 1; -webkit-transform: scale(1);}
} 

@keyframes zoomIn { 
    0% {opacity: 0; transform: scale(0.1);} 
    80% {transform: scale(1.1);} 
    100% {opacity: 1; transform: scale(1);}
} 

@-webkit-keyframes bounceIn { 
    0% {opacity: 0; -webkit-transform: translateY(-2000px);} 
    60% {-webkit-transform: translateY(30px);} 
    80% {-webkit-transform: translateY(-10px);} 
    100% {opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes bounceIn { 
    0% {opacity: 0; transform: translateY(-2000px);} 
    60% {transform: translateY(30px);} 
    80% {transform: translateY(-10px);} 
    100% {opacity: 1; transform: translateY(0);}
} 

@-webkit-keyframes bounce { 
    0% {opacity: 0; -webkit-transform: translateY(0);} 
    60% {-webkit-transform: translateY(20px);} 
    80% {-webkit-transform: translateY(-20px);} 
    100% {opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes bounce { 
    0% {opacity: 0; transform: translateY(0);} 
    60% {transform: translateY(20px);} 
    80% {transform: translateY(-20px);} 
    100% {opacity: 1; transform: translateY(0);}
}

@-webkit-keyframes feder { 
    0% {opacity: 0; -webkit-transform: translateY(-50px);}  
    50% {-webkit-transform: translateY(20px);} 
    100% {opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes feder { 
    0% {opacity: 0; transform: translateY(-50);} 
    50% {transform: translateY(20px);} 
    100% {opacity: 1; transform: translateY(0);}
} 

@-webkit-keyframes error { 
    0% {-webkit-transform: translateX(-10px);}
	20% {-webkit-transform: translateX(10px);} 
    40% {-webkit-transform: translateX(-10px);} 
	60% {-webkit-transform: translateX(10px);} 
    80% {-webkit-transform: translateX(-10px);}
    100% {-webkit-transform: translateX(0); }
} 

@keyframes error { 
    0% {transform: translateX(-10px);}
	20% {transform: translateX(10px);} 
    40% {transform: translateX(-10px);} 
	60% {transform: translateX(10px);} 
    80% {transform: translateX(-10px);}
    100% {transform: translateX(0);}
}

@media only screen and (max-width: 1080px) {
	.container {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	header, .header {
		height: 0px;
	}
	nav, .nav {
		position: fixed;
		width: 50px;
		height: 50px;
		top: 10px;
		left: 10px;
		border-radius: 50px;
		padding-right: 0%;
	}
		nav .homebutton {display: block; margin-left: 60px;}
		nav:hover, .nav:hover, .no-touch {
			background: rgba(51, 51, 51,0.99);
			width: 100%;
			border-radius: 0px;
			height: auto;
			float: none;
			padding: 0px;
			top: 0px;
			left: 0px;
		}
			nav:hover .homebutton {display: none;}
			nav .menuIcon {
				text-align: center;
				display: block;
				padding: 3px;
				line-height: 10px;
				font-size: 30px;
			}
				nav:hover .menuIcon {display: none !important;}
			
			nav img {padding: 10px;}
			nav a, .nav a {display: none; width:10px;}
			nav .icon a, .nav .icon a {display: block; width:auto;}
			nav p {width: auto;}
			nav:hover a, .nav:hover a {
				display:block;
				float: left;
				width: -webkit-fill-available;
				z-index: 999;
			}
			nav:hover #inmenu, .nav:hover #inmenu {
				margin: 100px 0px 0px 0px;
				display: block;
				border-top: 2px dotted #fff;
			}
				#inmenu li.headlink a{margin: 0px;}
				#inmenu li.title {
					list-style: none;
					margin: 10px 0px;
					height: 40px;
				}
		
		.search_form {
			position: fixed;
			bottom: 0px;
			z-index: 999;
			background: rgba(51, 51, 51,0.99);
			margin: 0px;
			padding: 5px;
			left: 0px;
			right: 0px;
		}
			.search, .search:hover {width: 80%;}
			.search_form button {width: 17% !important;}

	.noMob {display: none !important;}
	.noScreen {display: block !important;}
	
	.top{
		display: block;
		float: left;
		padding: 0px;
	}
		
	.left{
		width: 50px;
		overflow-y: hidden;
		z-index: 9;
		height: 40px;
		top: 40%;
		border-radius: 100px;
		left: -40px;
		padding: 15px;
		text-align: right;
	}
		.left section{
			display: none;
		}
		
		.left:hover{
			width: 80%;
			left: 0px;
			height: -webkit-fill-available;
			border-radius: 0px;
			top: 65px;
			overflow-y: auto;
			text-align: left;
			margin: 0% !important;
		}
		.left:hover section{
			display: block;
		}
		
		nav .noScreen .material-icons {display: none !important;}
		nav:hover .noScreen .material-icons{display: block !important;}
		
	main, .main {
		margin: 70px 0px !important;
		border-radius: 0px;
		min-height: 300px;
		overflow-y: hidden;
		overflow-x: scroll;
		width: 96%;
		padding: 2%;
	}
		.rate input[type=radio] + label {margin: 0px !important;}
		.rate .material-icons {font-size: 25px !important;}
		.rightMenu {background: rgba(250,250,250,0.8);}
		
	footer, .footer {
		position: relative;
	}
	.button{
		width: -webkit-fill-available;
	}	
}