body, html {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/body_bg.jpg);
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ececec
}
div.max {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	max-width: 800px;
}
input {
	font-family: 'Open Sans', sans-serif;
}
a {
	z-index: 1000;
	text-decoration: none
}
textarea:focus, input:focus {
	outline: none;
}
.laptop {
	max-width: 1214px;
	background: none;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}
.inner {
	/*display: none;*/
	width: 95%;
	margin: 0 auto;
 	height:auto;
	padding-bottom: 0px;
	position: relative
}
.inner .reportsDatatable{display: none;}
.slide {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	position: relative;
	top: 0%;
	left: 0%;
	z-index: 10
}
.book {
	width: 100%;
	position: relative;
	top: 0;
	display: block;
	height: auto;
	z-index: 1100;
}
.book a {
	display: none !important;
}
.book img {
	width: 100%;
	height: auto
}
.blackoverlay {
	width: 100%;
	position: relative;
	display: block;
	z-index: 110;
	background: url(../images/formbg.png);
	padding-bottom: 30px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ipad, .plant, .pencil {
	display: none
}
.stagetitle {
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	color: #1D6EE4;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 50px;
}
.stagequestion {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	color: #000;
	padding-bottom: 15px;
}
.progressbar {
	display: none;
}
/*INPUT BUTTON*/
.fielditempad {
	display: none;
}
.fielditem {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	position: relative;
	color: #000;
	font-size: 13px;
	float: none;
	border: 3px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center
}
.fieldTitle {
	line-height: 22px;
	width: 70%;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 75%;
	margin: 0 5% 0 auto
}
.fieldText {
	font-size: 13px;
	line-height: 20px;
	width: 75%;
	margin: 0 5% 0 auto;
	padding-bottom: 15px;
}
.fielditem .check {
	display: block;
	position: absolute;
	border: 3px solid #ffffff;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	top: 50%;
	left: 10%;
	margin-left: -18px;
	margin-top: -18px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.fielditem:hover {
	background: #ebebeb;
}
.fielditem:hover .check {
	border: 3px solid #ffffff;
}
.fielditem .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 32px;
	width: 41px;
	top: -10px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	border-radius: 0;
}
.fielditem input[type=radio]:checked ~ .check {
	border: 3px solid #ffffff;
}
.fielditem input[type=radio]:checked ~ .check::before {
	background: url(http://ifs.beep.digital/qe/images/tick.png);
}
.fielditem input[type=radio]:checked ~ .fielditem::before {
	background: #000000;
}
.fielditem input[type=radio] {
	position: absolute;
	visibility: hidden;
}
.fielditem label {
	display: block;
	position: relative;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	height: 100%;
}
.fielditem:hover label {
}
/**INPUT ITEM END **/
.privacy {
	color: #656565;
	font-size: 15px;
	width: 80%;
	text-align: center;
	margin: 0 auto
}
.blackoverlay .title {
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 15px 0
}
.blackoverlay .subtitle, .blackoverlay .subsubtitle {
	color: #1D6EE4;
	font-size: 18px;
	line-height: 22px;
	width: 80%;
	text-align: center;
	margin: 0 auto
}
.blackoverlay {
	text-align: center
}
.black2 .subtitle {
	padding-bottom: 15px
}
.subsubtitle {
	padding-top: 15px;
}
.black2 .subtitle {
	font-weight: bold;
	color: #FFF
}
.blackoverlay input[type=text] {
	width: 80%;
	max-width: 350px;
	margin: 15px auto;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border-radius: 3px;
	display: block;
	border: 0px;
	padding: 0 10px;
	color: #656565;
	font-size: 14px;
	text-align: left
}
.blackoverlay input[type=submit] {
	width: auto;
	margin: 20px auto;
	height: 47px;
	line-height: 47px;
	background: #1D6EE4;
	border-radius: 5px;
	display: block;
	border: 0px;
	padding: 0 25px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	-webkit-appearance: none;
}
.blackoverlay a {
	width: auto;
	margin: 10px auto;
	height: 47px;
	line-height: 47px;
	border: 1px solid #1D6EE4;
	border-radius: 5px;
	display: inline-block;
	padding: 0 25px;
	color: #ffffff;
	font-size: 22px;
	font-weight:normal;
	text-decoration: none;
}
.blackoverlay a.orange {
	width: 60%;
	margin: 20px auto;
	height: auto;
	line-height: 47px;
	background: #1D6EE4;
	border-radius: 5px;
	display: inline-block;
	border: 0px;
	padding: 0 25px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold
}
a.button {
	width: auto;
	margin: 20px auto;
	height: 47px;
	line-height: 47px;
	background: #1D6EE4;
	border-radius: 5px;
	display: inline-block;
	border: 0px;
	padding: 0 25px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold
}
input.highlight {
	border: 2px solid #F00 !important
}
.pop-visible {
	display: block !important
}
.intro {
	text-align: center;
	font-size: 19px !important;
}
.intro h2.matyreAssessmentTitle{
	font-size: 19px !important;
}
.intro img {
	padding-top: 40px;
	width: 95%;
	margin: 0 auto;
	height: auto
}
.intro .button {
	display: none
}
.logo {
	position: relative;
	width: 80%;
	margin: 35px auto;
	display: block;
	max-width: 307px;
	height: auto;
}
.mobileheader {
	display: block;
	height: auto;
	background: #0F9
}
.mobileheader img {
	width: 100%;
	height: auto;
	display: block;
}
.black2 {
	display: none
}
.close {
	display: none
}
.black11 {
	padding-top: 220px;
	margin-top: -220px;
}
.black1 {
	padding-top: 42%;
	margin-top: -50%;
}
.mobilehide {
	display: none
}

/*Reports*/
.reportsViewpage{ width: 100%;height: auto;    left: 0;    margin: 0 auto;    position: relative;}
.reportsDatatable{padding-top: 30px; padding-bottom: 26px;    overflow-y: scroll;    overflow: scroll;}

.reportsTitle{ font-size: 40px; font-weight: 600; text-align: center; margin-top: 0; line-height: 47px;    padding-top: 16px;}
.reportsTitle span{ color: #ec7322;}
.reportsTitle span.reportGenerated{ display:block; color: #000}

.rTable { display: table; width: 100%;}
.rTableRow { display: table-row;}
.rTableHeading { display: table-header-group;}
.rTableCell, .rTableHead { display: table-cell; padding: 20px 34px 27px; border: 1px solid #dad7d6; border-top: none;border-left: none; text-align: left;max-width:none;  min-width:inherit;vertical-align: top;}
.advanced_graph img{min-width: 94px; min-height: 131px;}
.rTableHead { color: #ec7423; font-size: 20px;}
.rTableCell:first-child, .rTableHead:first-child{ border-left: none;}
.rTableCell:last-child, .rTableHead:last-child{ border-right: none;}
.rTableHeading { display: table-header-group; font-weight: bold;}
.rTableFoot { display: table-footer-group; font-weight: bold;}
.rTableBody { display: table-row-group;}

.cellTitle{ margin-bottom: 4px; font-size: 22px;}
.vMiddleposit{ vertical-align: middle;}
.statusImage{text-align: center;}
.statusImage img{text-align: center; padding: 0; display: block;}
.beginner_graph img, .intermediate_graph img, .advanced_graph img{min-width: 88px; max-width: 88px; min-height: 136px; max-height: 136px; display: block;}
.intermediate_graph img{min-width: 127px; max-width: 127px; min-height: 131px;max-height: 131px;}
.rTableCell .content{ padding-bottom: 0; margin: 0;}
.text-center{ text-align: center;}

ul.listItems{ margin: 0;}
ul.listItems li{ color: #ed7423; font-size: 24px; line-height: 25px; padding-bottom: 6px;}
ul.listItems li span{ color: #000; font-size: 18px;}

/*Reports*/

@media only screen and (max-width: 999px) {
		.black1 {
				padding-top: 0%;
				margin-top: 0%;
		}
		.book {
				width: 90% !important;
		}
		.reportsTitle{ font-size: 26px;line-height: 30px;}
		.stagequestion{font-size: 26px;}
}
.book input[type=text] {
		width: 80%;
		max-width: 350px;
		margin: 15px auto;
		height: 40px;
		line-height: 40px;
		background: #FFF;
		border-radius: 3px;
		display: block;
		border: 0px;
		padding: 0 10px;
		color: #656565;
		font-size: 14px;
		text-align: left
}
.book input[type=button] {
		width: auto;
		margin: 15px auto;
		height: 47px;
		line-height: 47px;
		background: #1D6EE4;
		border-radius: 5px;
		display: block;
		border: 0px;
		padding: 0 25px;
		color: #ffffff;
		font-size: 22px;
		font-weight: bold
}
@media only screen and (max-width: 480px) {
	.reportsTitle {    font-size: 22px;}
	.cellTitle{ font-size: 20px;}
	a.button{ font-size: 18px;}
	.assessment_formtitle{font-size: 22px !important;    line-height: 22px !important;}
	.logo {margin: 0 auto;	}
}
