/* CSS Document */
html
{
	font-family: Spartan, arial, sans-serif;
    width: 100%;
    height: 100%;
	
	min-width:1000px !important;        /* Suppose you want minimum width of 1000px */
    width: auto !important;  /* Firefox will set width as auto */
    width:1000px;            /* As IE6 ignores !important it will set width as 1000px; */

}

body { 
	background-color: white; 
	margin:0px; 
	padding:0px; 
	width: 100%;
    height: 100%;
	font-family: Spartan, arial, sans-serif;
}

svg.defs-only {
  position: absolute;
  height: 0; width: 0;
  overflow: none;
  left: -100%;
}

.fixed-bg
{
	width: 100%;
    height: 100%;
	
	position: fixed;
	z-index: -1;

    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-image: url('../assets/main_background.png');
	background-size: cover;
	
}

.fade-bg
{
	width: 100vw;
	height: 100vh; 
	position: fixed; 
	top: 0px;
	left: 0px; 
	background-color: rgba(0,0,0,0.5); 
	z-index: 1000;
	display: none;
}

table { 
	margin:0px; padding:0px; 
	font-family: Spartan, arial, sans-serif;
	color: #101441; 
	border-spacing: 0px;
	border: 0px;
    border-collapse: collapse;
}

td
{
	margin:0px; 
	padding:0px;
	border-spacing: 0px;
	border: 0px;
}

a  { text-decoration:none; }

button
{
   outline:none;
}

button::-moz-focus-inner {
   border: 0;
}

/*
	RESULT
*/
#result
{
	width: 100vw;	
}

#result #container
{
	width: 100%;
	color: #1d3357;
}

#result button
{
	width: 310px;
	height: 51px;
	text-align: center;
	font-weight: bold;
	color: #d9e0dd;
	cursor: pointer;
	background-color: #423183;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

#result #button-box
{
	width: 730px;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: #1d3357;
}

#result #button-back
{	
	float: left;	
	background-color: #2981d3;
}

#result #button-next
{
	float: right;
	background-color: #1d3357;
}

#result #result-percentage
{
	color: #1d3357;
	font-weight: bold;
	font-size: 90px;
}

#result #percentage-container {
	display: table;
	margin-top: 50px;
	width: 415px;
	height: 155px;
	background-color: #e4f5ff;
	padding-top: 20px;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #2981d3;
}

#result #percentage-container .middle {
  display: table-cell;
  vertical-align: middle;
}

#result #percentage-container .inner {
  margin-left: auto;
  margin-right: auto;
}

#result #percentage-container img
{
	margin-right: 20px;
}

#result #title-container
{
	color: #423183;
	font-size: 20px;
	margin-top: 50px;	
	line-height: 22px;
}

#result #result-container
{
	margin-top: 50px;
	margin-bottom: 50px;
	color: #423183;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
}

/*
	TEST
*/
#test
{
	width: 100vw;	
}

#test #container
{
	width: 100%;
}

#test button
{
	width: 310px;
	height: 51px;
	text-align: center;
	font-weight: bold;
	color: #d9e0dd;
	cursor: pointer;
	background-color: #423183;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

#test #button-box
{
	width: 730px;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: #423183;
}

#test #button-back
{	
	float: left;
	
	background-color: #2981d3;
}

#test #button-next
{
	float: right;
	background-color: #1d3357;
}

#test #counter
{
	position: absolute;
	top: 114px;
	left: 81vw;
	font-size: 30px;
	color: #1d3357;
}

#test table.test
{
	margin-top: 48px;
	text-align: center;
	color: #423183;
	max-width: 730px;
}

#test table.test .title
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 38px;
	line-height: 24px;
}

#test table.test .question
{
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 30px;
	line-height: 34px;
}

#test table.test .answer
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: left;
}

#test table.test .answers
{
}

/* The container */
#test .radio-button-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#test .radio-button-container div {
	margin-left: 35px;
}

/* Hide the browser's default radio button */
#test .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
#test .checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e4f5ff;
  border-radius: 50%;
  border: solid 1px #1d3357;
}

/* On mouse-over, add a grey background color */
#test .radio-button-container:hover input ~ .checkmark {
  background-color: #FFF;
  border: solid 1px #1d3357;
}

/* When the radio button is checked, add a blue background */
#test .radio-button-container input:checked ~ .checkmark {
  background-color: #e4f5ff;
  border: solid 1px #1d3357;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#test .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#test .radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
#test .radio-button-container .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #1d3357;
}

/*
	MODULE
*/
#module
{
	width: 100vw;	
	background-color: white;
}

#module #container
{
	width: 53vw;
}

#module #module-overview-button
{
	width: 169px;
	position: absolute;
	text-decoration: underline;
	left: 18px;
	top: 100px;
	background-color: rgba(0,0,0,0);
	color: #2981d3;
	line-height: 20px;
	letter-spacing: 1px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#module .no-result
{
	width: 120px;
	height: 40px;
	text-align: center;
	color: #423183;
	cursor: pointer;
	background-color: #d9e0dd;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	font-size: 14px;
	line-height: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

#module .no-result div
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}

#module .no-result img
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 20px;
	height: auto;
	position:relative;
	top: 4px;
	left: 1px;
}

#module .test-box 
{
	margin-top: 49px;
	vertical-align: top;
	
	color: #423183;
}

#module .test-box .image
{
	width: 356px;
	height: 218px;
	cursor: pointer;
	
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#module .test-box .image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} 

#module .test-box table
{
	height: 218px;
}

#module .test-box table td
{
	text-align: center;
}

#module .test-box table td.separator
{
	width: 30px;
}

#module .test-box table tr:nth-child(1)
{
	height: 60px;
	vertical-align: top;
	font-size: 30px;
	font-weight: bold;
	color: #1d3357;
	overflow: hidden;
}

#module .test-box table tr:nth-child(2)
{
	height: 238px;
}

#module .test-box table tr:nth-child(3)
{
	height: 60px;	
}

#module .test-box button
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#module .test-box .prev-result
{
	width: 120px;
	height: 40px;
	text-align: center;
	color: #423183;
	cursor: pointer;
	background-color: #ffc212;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	font-size: 23px;
	
	background-image: url('../assets/button_test_again.png');
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

#module .test-box .prev-result div
{
	float: left;
	margin-top: 7px;
	margin-left: 20px;
}

#module .test-box .prev-result img
{
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 26px;
	height: auto;
	margin-top: 6px;
	margin-left: 4px;
}

#module .test-box .prev-result-best
{
	width: 120px;
	height: 40px;
	text-align: center;
	color: #423183;
	cursor: pointer;
	background-color: #b2d235;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	font-size: 23px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

#module .test-box .prev-result-best img
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 26px;
	height: auto;
}

#module .title-box
{
	margin-top: 80px;	
	color: #1d3357;	
}

#module .title-box .counter
{
	font-size: 30px;
	color: white;
	font-weight: bold;
	
	background-color: #2981d3;
	
	display: inline-block;
	
	min-width: 50px;
	height: 40px;
	padding-top: 7px;
	
	overflow: hidden;
	text-align: center;
	
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);	
}

#module .title-box .counter div
{
	margin-top: 2px;
}

#module .title-box .title
{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 45px;
}


#module .title-box hr
{
	border: 1px solid #d9e0dd;
}

#module .button-box img
{
	margin-bottom: 23px;
	margin-top: 50px;
}

#module .button-box 
{
	padding-top: 50px;
}

#module button
{
	width: 310px;
	height: 51px;
	text-align: center;
	font-weight: bold;
	color: #d9e0dd;
	cursor: pointer;
	background-color: #1d3357;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-bottom: 32px;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

#module button.with-prev-result
{
	background-color: rgba(0,0,0,0);
	background-image: url('../assets/button_test_again.png');
	width: 450px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	text-align: left;
	font-size: 30px;
	color: #0f5698;
	padding-left: 60px;
}

#module button.goto-test
{
	background-color: #066a0d;
	color: white;
}

/* Customize the label (the container) */
#module .module-checkbox  {
	margin-top: 100px;
	width: 320px;
	text-align: right;
	color: #2981d3;
}

#module .module-checkbox .chk-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 10px;
	padding-left: 50px;
}

/* Hide the browser's default checkbox */
#module .module-checkbox .chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#module .module-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 31px;
	width: 31px;
	background-color: #eee;
	
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	border: solid 1px #2196F3;
}

/* On mouse-over, add a grey background color */
#module .module-checkbox .chk-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#module .module-checkbox .chk-container input:checked ~ .checkmark {
  background-color: #066a0d; 
	border: solid 1px #066a0d; 
}

/* Create the checkmark/indicator (hidden when not checked) */
#module .module-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#module .module-checkbox .chk-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#module .module-checkbox .chk-container .checkmark:after {
  left: 11px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#module .filebox
{	
	margin-top: 100px;
	font-size: 12px;
}

#module .filebox .title
{	
	font-size: 30px;
	margin-bottom: 50px;
}

#module .filebox button
{
	background-color: rgba(0,0,0,0);
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	height: 30px;
	width: 142px;
	margin: 0px;
	margin-bottom: 5px;
}

#module .filebox table tr
{
	height: 50px;
}

#module .filebox table td:nth-child(1)
{	
	width: 300px;
	color: #2981d3;
	text-transform: uppercase;
	font-weight: bold;
}

#module .filebox table td:nth-child(2)
{	
	width: 150px;
}

#module .filebox table td:nth-child(3)
{	
	width: 200px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1200px){
  .modal-content {
    width: 100%;
  }
}

/*
	MODULES
*/
#modules
{
	width: 100vw;
}

#modules #container
{
	width: 76vw;
	margin-left: 12vw;
	margin-right: 12vw;
}

#modules #material-title
{
	font-size: 38px;
	color: #1d3357;
	font-weight: bold;
	margin-top: 48px;
}

#modules .module-icon-ready, #modules .module-icon, #modules .module-icon-overlay
{
	font-size: 26px;
	color: white;
	font-weight: bold;
	display: inline-block;	
	width: 102px;
	height: 51px;
}

#modules .module-icon-ready div, #modules .module-icon div, #modules .module-icon-overlay div
{
	margin-top: 12px;
	margin-right: 50px;
}

#modules .module-icon
{
	background-image: url('../assets/module_icon.png')	
}

#modules .module-icon-ready
{
	background-image: url('../assets/module_icon_ready.png')	
}

#modules .module-icon-overlay
{
	background-image: url('../assets/module_icon_overlay.png');	
	color: #1d3357;
}

#modules table
{
	text-align: center;
	margin-top: 43px;
}

#modules tr 
{
	height: 100px;
}

#modules .module-title
{
	text-decoration: underline;
	font-size: 16px;
	color: #1d3357;
	font-weight: bold;
	text-align: left;
	width: 300px;
	padding-left: 10px;
	letter-spacing: 1px;
	
	cursor: pointer;
}

#modules button
{
	width: 310px;
	height: 51px;
	text-align: center;
	font-weight: bold;
	color: #d9e0dd;
	cursor: pointer;
	background-color: #1d3357;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 100px;
	margin-bottom: 32px;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

/*
	MATERIALS
*/
#materials
{
	width: 100vw;
}

#materials #container
{
	width: 76vw;
	margin-left: 12vw;
	margin-right: 12vw;
}

#materials .element
{
	width: 356px;
	height: 280px;
	overflow: hidden;
	display: inline-block;
	margin-top: 48px; 
	margin-right: 30px;
	text-align: left;
	background-color: transparent; 
}

#materials .element .image
{
	width: 356px;
	height: 218px;
	cursor: pointer;
}

#materials .element .image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} 

#materials .element .image img.finished
{	
	-webkit-filter: url(#monochrome);
	filter:  url(#monochrome);
}

#materials .element .image:hover img
{
	opacity: .8;
}

#materials .element .image .ready-icon
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 100px;
	height: auto;
	position: relative;
	bottom: 150px;
	left: 126px;
	
	-webkit-filter: none;
	filter:  none;
}

#materials .element .label
{
	font-weight: bold;
	text-align: justify;
	width: 100%;
	color: #1d3357;
	margin-top: 14px;
	font-size: 14px;
}

#materials .element .no-result
{
	width: 120px;
	height: 40px;
	text-align: center;
	color: #423183;
	cursor: pointer;
	background-color: #d9e0dd;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 100px;
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	
	position: relative;
	bottom: 260px;
	left: 118px;
}

#materials .element .no-result div
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}

#materials .element .no-result img
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 20px;
	height: auto;
	position:relative;
	top: 4px;
	left: 1px;
}

#materials .element .prev-result div
{
	font-size: 14px;
	position: relative;
	top: -14px;
	z-index: 10;
	left: 109px;
	width: 80px;
	height: 21px;
	text-align: center;
	color: white;
	padding-top: 9px;
	
	background-color: #2981d3;
	
	-webkit-border-radius: 180px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius: 180px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-radius: 180px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

#materials .element .prev-result
{
	width: 102px;
	height: 102px;
	border: 0;
	margin-top: 100px;
	margin-bottom: 32px;
	
	position: relative;
	bottom: 260px;
	left: 118px;
		
	
	/*width: 120px;
	height: 40px;
	text-align: center;
	color: #423183;
	cursor: pointer;
	background-color: #ffc212;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 100px;
	margin-bottom: 32px;
	font-size: 23px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	
	position: relative;
	bottom: 260px;
	left: 118px;*/
}

#materials .element .prev-result img
{
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 4px 10px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 10px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 4px 10px 0px 0px rgba(0,0,0,0.2);

	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	
	/*-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 26px;
	height: auto;
	position:relative;
	top: 6px;
	left: 5px;*/
}

#materials .element .prev-result-best
{
	width: 120px;
	height: 40px;
	text-align: center;
	color: #423183;
	cursor: pointer;
	background-color: #b2d235;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 100px;
	margin-bottom: 32px;
	font-size: 23px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	
	position: relative;
	bottom: 260px;
	left: 118px;
}

#materials .element .prev-result-best img
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 26px;
	height: auto;
	position:relative;
	top: 6px;
	left: 5px;
}

#materials .element .test-button
{
	width: 260px;
	height: 51px;
	text-align: center;
	font-weight: bold;
	color: #d9e0dd;
	cursor: pointer;
	background-color: #1d3357;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 95px;
	margin-bottom: 32px;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	
	position: relative;
	bottom: 380px;
	left: 47px;
}

#materials .element .image img.locked
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
		
	filter: grayscale(100%);
	-webkit-transition: none;
	transition: none;
} 

#materials .element .image:hover img.locked
{
	opacity: 1.0;
}

#materials .element .image .locked-icon
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	width: 100px;
	height: auto;
	position: relative;
	bottom: 26px;
	left: 246px;
	
	filter: grayscale(0%);
}

#materials button
{
	width: 310px;
	height: 51px;
	text-align: center;
	font-weight: bold;
	color: #d9e0dd;
	cursor: pointer;
	background-color: #1d3357;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 100px;
	margin-bottom: 32px;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

/*
	HEADER
*/
#header
{
	width: 100vw;
	height: 84px;
	background-color: #1d3357;
	color: #ffffff;
	letter-spacing: 1px;
	min-width: 1390px;
}

#title-strip
{
	width: 100vw;
	height: 54px;
	background-color: #ffffff;
	color: #1d3357;
	text-align: center;
	font-size: 30px;
	/*display: table-cell;
	vertical-align: middle;*/
	margin-top: 30px;
	letter-spacing: 3px;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

#header *
{
	float: left;
}

#header #header-username
{
	margin-top: 42px;	
	text-transform: uppercase;
}

#header #header-company
{
	margin-top: 44px;
	margin-left: 100px;	
	font-size: 13px;
}

#header img
{
	margin-left: 12vw;
	margin-right: 10px;
	margin-top: 27px;
}

#header ul {

  text-transform: uppercase;
  list-style-type: none;
  margin-top: 42px;
  padding: 0;
  overflow: hidden;
  float: right;
  margin-right: 12vw;
  margin-top: 42px;
}

#header .menu-item {
	padding: 0px 16px;
}

#header ul img {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#header li {
  float: left;
}

#header li a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 2px;
  margin-left: 4px;
  color: #ffffff;
}

/* Change the link color to #111 (black) on hover */
#header li a:hover {
  text-decoration: underline;
}

/*
	LOGIN
*/
#login_header
{
	width: 100vw;
	height: 50px;
	
	background-color: #1d3357;
	color: #9ca0a1;
	text-align: center;
	padding-top: 35px;
	font-size: 15px;
	font-weight: bold;
}

#login_container
{
	width: 100vw;
	height: 100vh;
	padding-top: 10vh;
	color: #9ca0a1;
}

#login_container input[type="text"],input[type="password"]
{
	width: 310px;
	height: 51px;
	text-align: center;
	background-color: #e4f5ff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 2px;
}

#login_container button
{
	width: 310px;
	height: 51px;
	text-align: center;
	font-weight: bold;
	color: #d9e0dd;
	cursor: pointer;
	background-color: #1d3357;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 0;
	margin-top: 27px;
	margin-bottom: 32px;
	font-size: 14px;
	letter-spacing: 1px;
}

#login_container #header
{
	letter-spacing: 2px;
	font-size: 30px;
	margin-bottom: 34px;
	color: #1d3357;
	background-color: transparent;
}

#login_container #pwd_reminder
{
	font-weight: bold;
	font-size: 14px;
	color: #2981d3;	
	text-decoration: underline;
	cursor: pointer;
}

#login_container #pwd_reminder_text
{
	font-weight: bold;
	font-size: 14px;
	color: #2981d3;	
	margin-top: 10px;
	display: none;
}

#login_container #pwd_reminder_text a
{
	color: #2981d3;	
	text-decoration: underline;
}

/*
	POPUP MESSAGES
*/
#popup-module-overview
{
	padding: 0px;
}

#popup-module-overview #modules
{
	overflow-y: hidden;
	height: calc(100vh - 290px);
}

#popup-module-overview #modules-container
{
	position: relative;
}

.popup-container .order-change
{
	position: relative;
	top: 28px;
}

.popup-container
{
	padding-left: 20px;
	padding-right: 20px;
	
	position: fixed;
	width: calc(100vw - 112px);
	height: calc(100vh - 56px);
	top: 28px;
	left: 28px;
	
	background-color: white;
	opacity: 1.0;
	
	/*background: #5e2e84;
	background: -moz-linear-gradient(45deg, #5e2e84f2 0%, #46c3d4f2 100%); 
	background: -webkit-linear-gradient(45deg, #5e2e84f2 0%,#46c3d4f2 100%); 
	background: linear-gradient(45deg, #5e2e84f2 0%,#46c3d4f2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2e84f2', endColorstr='#46c3d4f2',GradientType=1 ); */
	
	display: none;
	z-index: 1001;
}

.popup-container #modules
{
	width: 100%;
	margin-top: 75px;
}

.popup-container button
{
	width: 160px!important;
	height: 51px!important;
	background-color: #423183;
	color: #d9e0dd;
				
	border: 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	
	margin-top: 0px!important;
	margin-bottom: 15px!important;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

#popup-module-result-good .text
{
	font-size: 26px;
	color: #066a0d;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 14px; 
	line-height: 40px; 
}

#popup-module-result-good img
{
	margin-top: 36px;
	margin-bottom: 15px; 
}

#popup-module-result-good button
{
	background-color: #1d3357;
	color: white;
}

#popup-module-result-good .module-title
{
	font-size: 3vw;
	color: #1d3357;
	font-weight: bold;
	margin-top: 100px;
	max-width: 1024px;
}

#popup-module-result-good .answer
{
	font-size: 3vw;
	color: #1d3357;
	margin-top: 50px;
	margin-bottom: 15px;
}

#popup-module-result-bad .text
{
	font-size: 26px;
	color: #ed1651;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 14px; 
	line-height: 40px;
}

#popup-module-result-bad img
{
	margin-top: 68px;
	margin-bottom: 10px; 
}

#popup-module-result-bad button
{
	background-color: #1d3357;
	color: #d9e0dd;
}

#popup-module-result-bad .module-title
{
	font-size: 3vw;
	color: #1d3357;
	font-weight: bold;
	margin-top: 100px;
	max-width: 1024px;
}

#popup-module-result-bad .answer
{
	font-size: 3vw;
	color: #1d3357;
	margin-top: 50px;
	margin-bottom: 15px;
}

#popup-module-question .module-title
{
	font-size: 3vw;
	color: #1d3357;
	font-weight: bold;
	margin-top: 86px;
	margin-bottom: 43px; 
	max-width: 1024px;
}

@media screen and (max-width: 600px) 
{
  #popup-module-result-bad .answer
  {
	  font-size: 12px;
  }
  
  #popup-module-result-good .module-title
  {
     font-size: 12px;
  }

  #popup-module-result-bad .module-title
  {
     font-size: 12px;
  }
  
  #popup-module-question .module-title 
  {
     font-size: 12px;
  }
}

@media screen and (min-width: 1024px) 
{
  #popup-module-result-bad .answer	
  {
	  font-size: 36px;
  }
  
  #popup-module-result-good .module-title
  {
     font-size: 36px;
  }

  #popup-module-result-bad .module-title
  {
     font-size: 36px;
  }
  
  #popup-module-question .module-title 
  {
     font-size: 36px;
  }
}


#popup-module-question .question-button
{
	width: auto!important; 
	height: auto!important;
	min-width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	min-height: 51px;
	background-color: #2981d3;
}

.popup-container button.popup-close
{
	width: 160px;
	height: 51px;
	background-color: #1d3357;
	color: white;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
			
	border: 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	
	position: fixed; 
	right: 56px;
	top: 56px;
	
	display: inline-block;
}

.popup-container #module-overview-down-button, .popup-container #module-overview-up-button
{
	background-color: #1d3357;
}

.popup-container button.popup-close img
{
	/*margin-left: 26px;
	float: left;*/
}

.popup-container button.popup-close
{	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: rgba(0,0,0,0);
	
	margin-right: 20px;
}

.popup-container #modules .items
{
	width: 408px;
	width: 100%;
}

.popup-container #modules .items tr
{
	height: 130px;
}

.popup-container #modules .items table
{
	width: 100%;
}

.popup-container #modules .items .selected-box
{
	background-color: #2981d3;
	color: white;
}

.popup-container #modules .items .overview-module-title
{
	display: inline-block;
	width: 300px;
	text-align: left;
	padding-left: 10px;
	cursor: pointer;
}

.popup-container table .selected-box
{	
	border: 0px;
	padding: 0px;
	margin: 0px;
}
