@import url(https://fonts.googleapis.com/css?family=Prompt);
@import url(https://fonts.googleapis.com/css?family=Bai+Jamjuree);

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body{
	font: normal 16px "Prompt", sans-serif;
	text-align:center;
}

.bg {
	background-image: url("img/DSC03148.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.bgAdmin {
	background-image: url("img/bg_Admin.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.loginCover {	
	background-image: url("img/DSC03100_3.png");
	width: 90%;
	height: 65%;
	
	position: absolute;
	right: 0px;
	top: 6%; 
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.loginHeader {
    width:60%;
	font: normal 1.3em "Prompt", sans-serif;
	color: #FFF;
	
	position: absolute;
	top: 72%;
	left: 10%;
	z-index: 1;
}

.loginQuote {
    width:75%;
	font: normal 1.6em "Prompt", sans-serif;
	color: #000;
	overflow: hidden;
	line-height: 120%;
	
	position: absolute;
	top: 90%;
	left: 10%;
	z-index: 1;
}

.two-sections {
    float:left;
    width:50%;
    margin-top: 0px;
    text-align: left;
}

.centerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
	margin: 0;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
}

.toprightDiv {
	position: absolute;
    right: 10px;
	top: 25px;
	width: 100%;
	height: auto;
	text-align: right;
}

.bottomrightDiv {
	position: absolute;
    right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.bottomrightDiv {
	position: absolute;
    right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	text-align: right;
}

.middlerightDiv {
	width: 90%;
	text-align: right;
	
	position: absolute;
    right: 30px;
	top: 48%;
	margin-right: 0px;
}

.vline {
	border-left: 6px solid #414143;
	height: 100%;
	position: absolute;
	left: 20px;
	top: 0px;
  
}

hr {
	border: 0;
	border-top: 6px solid #414143;
	color: #414143;
	width: 99%;
	position: absolute;
	left: 5px;
	top: 10px;
	z-index: 1;
}

h1 {
	color: #FFF;
	text-shadow: 0 0 1px #000, 0 0 10px #000;
	font: normal 1.8em "Prompt", sans-serif;	
	white-space: nowrap;
}

.queHead {
	color: #FFF;
	font: normal 2.2em "Prompt", sans-serif;	
	white-space: nowrap;
	text-align: center;
	line-height: 90%;
}

.queNo {
	color: #FFF;
	font: normal 7.0em "Prompt", sans-serif;	
	white-space: nowrap;
	text-align: center;
	line-height: 110%;
}

.queRemark {
	color: #DBBC2D;
}

.timerBox {
	color: #FFF;
	background-color: #0A121A;
	padding: 3px 15px 3px 15px;
	font: normal 1.2em "Prompt", sans-serif;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.38);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.38);
}

.noteBox {
	color: #FFF;
	background-color: #0A121A;
	padding: 3px 20px 3px 20px;
	font: normal 1.4em "Prompt", sans-serif;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

.noteLogin {
	color: #FFF;
	background-color: #0A121A;
	padding: 3px 30px 3px 30px;
	font: normal 1.4em "Prompt", sans-serif;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	position: absolute;
    top: 87%;
    left: 50%;
	margin: 0;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
	z-index: 1;
}

.noteQue {
	color: #FFF;
	background-color: #0A121A;
	border: 1px solid #FFF;
	padding: 3px 30px 3px 30px;
	font: normal 1.0em "Prompt", sans-serif;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	
}

/* Set a style for all buttons */
button {
  	background-color: #DBBC2D;
	border: none;
	color: #000;
	cursor: pointer;
	font: normal 1.2em "Prompt", sans-serif;
	padding: 10px 30px 10px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-webkit-box-shadow: 7px 7px 15px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 7px 7px 15px 10px rgba(0,0,0,0.8);
	box-shadow: 7px 7px 15px 10px rgba(0,0,0,0.8);
}

button:hover {
  	background-color: #000;
	color: #FFF;
	cursor: pointer;
	font: normal 1.2em "Prompt", sans-serif;
	padding: 10px 30px 10px 30px;
	text-align: center;
	white-space: nowrap;
}

button2 {
  	background-color: #DBBC2D;
	border: 1px solid #DBBC2D;
	color: #000;
	cursor: pointer;
	font: normal 1.2em "Prompt", sans-serif;
	padding: 8px 20px 8px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.8);
}

button2:hover {
  	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
}

button3 {
  	background-color: #0A121A;
	border: 1px solid #0A121A;
	color: #FFF;
	cursor: pointer;
	font: normal 1.2em "Prompt", sans-serif;
	padding: 8px 60px 8px 60px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.8);
}

button3:hover {
  	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}

button4 {
  	background-color: #DBBC2D;
	border: none;
	color: #000;
	cursor: pointer;
	font: normal 1.2em "Prompt", sans-serif;
	padding: 8px 20px 8px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

button4:hover {
  	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
}

button5 {
	border: 1px solid #DBBC2D;
	color: #DBBC2D;
	cursor: pointer;
	font: normal 1.0em "Prompt", sans-serif;
	padding: 8px 20px 8px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

button5:hover {
  	background-color: #DBBC2D;
	border: 1px solid #DBBC2D;
	color: #000;
}

img.logo {
	width:20%;
}

img.welcome {
	width: 60%;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  	width: 100%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	box-sizing: border-box;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  	background-color: #ffdddd;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
	font: normal 16px "Prompt", sans-serif;
}

.custom-select select {
  	display: none; /*hide original SELECT element:*/
}

.select-selected {
  	background-color: #FFF;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.form {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
	left: 0%;
	top: 0%;
  	z-index: 2; /* Sit on top */
  	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.4); /* Black w/ opacity */
}

.formQue {
  	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
  	z-index: 2; /* Sit on top */
  	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.4); /* Black w/ opacity */
}

.formContent {
  	background-color: #0A121A;
  	border: 1px solid #888;
  	width: 35%; /* Could be more or less, depending on screen size */
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)

}

.formContentQue{
  	background-color: #0A121A;
  	border: 1px solid #888;
  	width: 40%; /* Could be more or less, depending on screen size */
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.formContentOverflow{
  	background-color: #0A121A;
  	border: 1px solid #888;
  	width: 40%; /* Could be more or less, depending on screen size */
	margin: 5% auto 15% auto;
}

.formContentAdmin{
  	width: 80%; /* Could be more or less, depending on screen size */
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.form-header {
	color: #FFF;
}

.tableQue {
	color: #FFF;
	font: normal 1.0em "Prompt", sans-serif;
}

/* Center the image and position the close button */
.imgcontainer {
  	text-align: center;
  	margin: 24px 0 12px 0;
  	position: relative;
}

img.avatar {
  	width:100%;
}

img.avatarQue {
  	width:60%;
}

img.team {
  	width:40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

img.price {
	width:70%;
}

img.BTlogo {
	width:10%;	
}

.container {
  	padding: 16px;
	color: #FFF;
	font: normal 1.2em "Prompt", sans-serif;
  	text-align: left;
}

.containerQue {
  	padding: 16px;
	color: #FFF;
	font: normal 1.3em "Prompt", sans-serif;
  	text-align: center;
}

/* The Close Button (x) */
.close {
  	position: absolute;
  	right: 5px;
  	top: -40px;
  	color: #FFF;
  	font-size: 50px;
  	font-weight: bold;
}

.close:hover, .close:focus {
  	color: red;
  	cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  	-webkit-animation: animatezoom 0.6s;
  	animation: animatezoom 0.6s
}

#regForm {
  	font-family: Raleway;
  	padding: 40px;
  	width: 100%;
  	min-width: 300px;
  	margin: 0 auto 0 auto;
}

/* Use a media query to add a break point for mobile */
@media screen and (max-width:1200px) {
	img.logo 		{ width:20%; }
}

/* Use a media query to add a break point for mobile */
@media screen and (max-width:900px) {
	img.logo 		{ width:45%; }
	img.welcome ,.formContent ,.formContentQue, img.avatarQue ,.formContentOverflow	{ width:70%;}
	.noteLogin {
		font: normal 1.1em "Prompt", sans-serif;
	}
	img.price		{ width: 85%; }
	img.BTlogo		{ width: 20%; }
}

/* Use a media query to add a break point for mobile */
@media screen and (max-width:600px) {
	img.logo		{ width:70%; }
	.formContent ,.formContentQue ,.formContentOverflow	{ width:85%; }
	img.welcome ,img.avatarQue 		{ width:95%; }
	img.price		{ width:100%; }
	img.BTlogo		{ width: 30%; }
	
	button2 , button2:hover , button3 , button3:hover {
		font: normal 0.8em "Prompt", sans-serif;
		padding: 6px 15px 6px 15px;
		-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.8);
		-moz-box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.8);
		box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.8);
	}
	
	button4 , button4:hover , .containerQue, .loginQuote {
		font: normal 1.0em "Prompt", sans-serif;
	}
	
	.noteLogin {
		font: normal 0.9em "Prompt", sans-serif;
	}
	
	

}
