.gb {
	border: 1px solid grey;
}
html {
	height: 100%; 
	width: 100%;
	font-family: arial;
	font-size: 16px;
}
body {
	position: relative;
	height: 99%;
	width: 99%;
	background-position-y: 0px;background-repeat:  no-repeat;background-position-x: 50%; background-size: cover;
}
html * {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

img {
	max-width: 100%
}
#content {
	width: 100%;
	height: auto;
	background-size: 100% 100%; 
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 25px;
	margin-top: 205px;
	/*box-shadow: 0px 0px 3px 1px black;*/
	
}
#header_bar {
	width: 100%;
	min-height: 20px;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
}

#footer_bar {
	width: 100%;
	height: auto;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 50px;
}
#topbanner {
	width: 450px;
}
.topbanner_campaign {
	width: 800px;
}
#topbanner, #bottombanner {
	display:none;
}
#copywrite {
	/*width: 100%;*/
	height: auto;
	/*padding: 5px;
	margin-top: 10px;*/
	color: lightgrey;
	/*position: fixed;
	bottom: 0px;*/
	text-align: right;
}

#split_collect_conf_container {
	display:none;
	width: 100%;
	height: auto;
}
.line {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#alert {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	color:white;
	border-top: 2px solid grey;
	background-color: red;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 24px;
}
.header, .content {
	max-width: 800px;
	height: auto;
	margin: 0 auto;
}
.header {
	font-size: 26px;
	text-align: center;
	/*width: 90%;*/
}
#confirmation_text {
	text-align: center;
}

#confirmation_code {
	width: 200px;
	margin-bottom: 5px;
}
.action {
	display: none;
}
#confirmationmap {
	border-radius: 25px;
	border: 2px solid white;
	width: 50%;
}
button:not(.setup,.bootstrap) {
/*	border: none;*/
	background-color: rgb(22,151,243);
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	outline: none;
	display: inline;
	height: 35px;
}
input:not([type=radio],.bootstrap) {
	/*border: none;*/
	font-size: 18px;
	outline: none;
	height: 100%;
	padding-left: 5px;
	border-radius: 5px;
}
select:not(.setup) {
    /*border: none;*/
    /*border-radius: 5px;*/
    height: 36px;
    /*width: 205px;*/
    width: 100%;
    font-size: 18px;
    padding-left: 2px;
}
form {
	height: 100%; 
	padding: 0px; 
	overflow: hidden; 
	display:inline;
}
#split_video_text {
	background-color: white; 
	border-radius: 25px;
	margin-top: 4px;
	width: 37%;
	float:left;
	padding: 15px;
}
#split_video_cont {
	width: 60%;
	float: left;
}
.inputlabel {
	font-size: 12px;
	margin-bottom: -5px;
}
#collect_data {
	text-align: center;
}
#collect_data input, #collect_data select {
	/*width: 90%;*/
}
#collect_vehicle input, #collect_plate input {
	width: 100%;
}
#collect_vehicle, #collect_plate {
	/*width: 50%;*/
	min-width: 250px;
	margin: 0 auto;
}
select {
	background-color: white;
}
#conf_lookup {
	margin-bottom: 50px;
}
#nextactionbtn {
	border-radius: 5px;
}
#nextaction {
	margin-bottom: 35px;
}
.required {
	color: red;
}
.data_cont {
	margin: 0 auto; 
/*	border: 2px solid white; 
	box-shadow: 0px 0px 1px 1px black; */
	padding: 15px; 
	width: 75%;
	overflow: hidden;
	
}
.surveyanswer {
    	font-size: 18px;
    	background-color: white;
    	/*border-radius: 5px;*/
    	width: 90%;
    	margin: 0 auto;
    	margin-top: 3px;
}
label {
	width: 100%;
}
#voucher {
	width: 80%;
}
.surveyquestion {
    	width: 90%;
    	margin: 0 auto;
    	text-align: center;
    	font-size: 20px;
    	margin-bottom: 5px;
}
.vehicle_image {
	margin-top: 10px;
	margin-bottom: 5px;
}
/* Style RADIO BUTTONS */
input[type=checkbox]:not(old,.setup,.bootstrap),
input[type=radio   ]:not(old,.setup,.bootstrap){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
input[type=checkbox]:not(old,.setup,.bootstrap) + label,
input[type=radio   ]:not(old,.setup,.bootstrap) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}
input[type=checkbox]:not(old,.setup,.bootstrap) + label > span,
input[type=radio   ]:not(old,.setup,.bootstrap) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}
input[type=checkbox]:not(old,.setup,.bootstrap):checked + label > span,
input[type=radio   ]:not(old,.setup,.bootstrap):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
input[type=checkbox]:not(old,.setup,.bootstrap):checked + label > span:before{
  content     : '?';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}
input[type=radio]:not(old,.setup,.bootstrap):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(108, 112, 115);
  border-radius    : 0.125em;
  background       : rgb(0, 0, 0);
  background-image :    -moz-linear-gradient(rgb(207, 228, 246),rgb(137, 170, 197));
  background-image :     -ms-linear-gradient(rgb(207, 228, 246),rgb(137, 170, 197));
  background-image :      -o-linear-gradient(rgb(207, 228, 246),rgb(137, 170, 197));
  background-image : -webkit-linear-gradient(rgb(207, 228, 246),rgb(137, 170, 197));
  background-image :         linear-gradient(rgb(207, 228, 246),rgb(137, 170, 197));
}
#DateCountDownCenter {
	display: none;
}
#DateCountDownText1 {
    font-size: 20px;
    color: #0F97E6;
}
#DateCountDownText2 {
    color: #0F7D02;
    font-size: 20px;
}

.vouchertext {
	font-size: 16px;
}
input[type=number].input-number–noSpinners { -moz-appearance: textfield; }
input[type=number].input-number–noSpinners::-webkit-inner-spin-button,
input[type=number].input-number–noSpinners::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.disabledate {
	-moz-user-select: none !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	color: #000 !important;
	cursor: default !important;
	opacity: 0.55 !important;
	pointer-events: none !important;
}

@media screen and (max-width: 800px) {
	html {
		font-size: 14px;
	}
	.header {
		font-size: 18px;
	}
	#alert {
		font-size: 14px;
	}
	input:not([type=radio],.bootstrap) {
		height: 26px;
		font-size: 14px;
	} 
	#confirmationmap {
		width: 75%;
	}
	select:not(.setup) {
		height: 26px;
		font-size: 14px;
	}
	button:not(.boostrap) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.inputlabel {
		font-size: 10px;
	}
	#split_video_text {
		margin-top: 0px;
		width: 90%;
		margin-left: 5%;
	}
	#split_video_cont {
		width: 100%;
	}	
	#voucher {
		width: 95%;
	}
	#DateCountDownText2 {
	    font-size: 18px;
	}	
	.vouchertext {
		font-size: 12px;
	}
	#leftbanner, #rightbanner {
		display:none !important;
	}
	body {
		background-size: 700px;
	}
	#content {
		margin-top: 50px;
	}

}
@media screen and (max-width: 1200px) {
	body {
		background-size: 1100px;
	}
	#content {
		margin-top: 100px;
	}
	#copywrite {
		position: relative;
	}
}
@media print {
	.noprint {
		display:none !important;
	}
	#content {
		padding-top: 0px !important;
	}
	body {
		padding-top: 0px !important;
	}
	#header_bar {
		display:none;
		padding: 0px !important;
		margin-bottom: 0px !important;
		height: 180px !important;
		transform: scale(0.5, 0.5) !important;		
		-ms-transform: scale(0.5, 0.5) !important;
		-webkit-transform: scale(0.5, 0.5) !important;
	}
	#confirmationmap {
		width: auto !important;
	}
	#voucher {
		width: 625px !important;
	}
	#confirmationname {
		margin-top: 100px;
	}

}

