body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FBFBF9;
	font-size:1.4rem;
}

/*  @Header */
.header-wrap {
	/*background: url("/skeleton/images/header-bg.jpg") repeat-x #3B51E6;*/
	background: repeat-x #0456de;
}
.header-logo {
	display: inline-block;
}
.header-logo img {
	vertical-align: middle;
}

/* @Home login form */
.tbd-login {
	margin-top: 60px;	
}
.login-frm-wrap {
	margin: 0 auto;	
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.login-frm-wrap h5 {
	background: url("/skeleton/images/box-header-bg.gif") repeat-x #FBFBF9 ;
	line-height: 80px;
	padding-left: 35px;
	font-size: 1.6rem;
	letter-spacing:0;
}
.login-frm-wrap form {
	padding: 20px 35px 0;
	margin-bottom: 2rem;
}
.login-frm-wrap label {
	line-height: 38px;
	font-weight: normal;
	font-size: 1.6rem;
}

/* @Test page with questions */
.tbd-test {
	margin-top: 60px;	
}
.test-frm-wrap {
	margin: 0 auto;	
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.test-frm-wrap h5 {
	background: url("/skeleton/images/box-header-bg.gif") repeat-x #FBFBF9 ;
	line-height: 80px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
}
.test-frm-wrap form {
	padding: 10px 25px 0;
	margin-bottom: 1rem;
}

.tbd-questions {
	float:left;
	margin-bottom:25px;
	width:250px;
}

.q-choices-wrap.no-answer {
	border:1px solid #ffeb8e;
}
.no-answer {
	background:#fff9e3;
}
.q-title {
	
	
}
.q-choices-wrap {
    border: 1px solid #ccc;
    margin-top: 5px;
    /* width: 250px; */
}
.q-choices-wrap p {
	margin:0;
	padding:0;
}
.q-choices-wrap label {
	overflow: hidden;
}
.q-choices-wrap input {
	margin:0;
	float: left;
	height:2.3rem;
}
.lbl-choices {
	padding: 8px 10px;
	border-bottom:1px solid #ccc;
	margin: 0;
}
.lbl-choices:last-child {
	border-bottom: 0;
}
label > .label-body {
	display:inline-block;
	margin-bottom: 0;	
	width: 209px;
	/* vertical-align: text-bottom;	*/
}
.test-frm-wrap.tbd-def-page {
	padding:0;
}
.test-frm-wrap.tbd-def-page form {
	margin:0;	
	padding:50px 60px 25px;
}
.test-frm-wrap.tbd-def-page p {
	
}

/* min width for tablets */
.container {
	min-width: 602px !important; 
	/* min-width: 618px !important; */
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* @arsie custom media query 1 */
@media (min-width: 875px) {
	.four.col-tbd-lbl                   { width: 26.6666666667%; }
	.eight.col-tbd-input {
		width: 71.3333333333%; 
		margin-left: 2%;
	}
	.offset-by-four.col-tbd-input         { margin-left: 28.6666666667%; }
}

/* @arsie custom media query 2 */
@media (max-width: 874px) {
	.four.col-tbd-lbl                  { width: 31.6666666667%; }
	.eight.col-tbd-input {
		width: 65.3333333333%;
		margin-left: 3%;
	}
	.offset-by-four.col-tbd-input         { margin-left: 34.6666666667%; }
}

/* @arsie >= @standard @960 (devices and browsers)  */
@media (min-width: 230px) and (max-width: 959px)  {	
	.test-frm-wrap {
		width: 600px;
	}
	.tbd-questions {
		clear:left;
		margin-right:30px;					
	}	
	.tbd-questions.itm-even {
		margin-right:0;
		clear: none;
	}
	.test-frm-wrap form {
		padding: 10px 35px 0;
	}	
}
@media (min-width: 768px) {	
	.test-frm-wrap {
		width: 600px;
	}
}
@media (min-width: 960px) {	
	.login-frm-wrap {
		width: 710px;
	}
	.test-frm-wrap {
		width: 850px;
	}
	.tbd-questions.itm-third {
		margin-right:0;
	}
	.tbd-questions.itm-first {
		clear:left;
	}
	.tbd-questions {		
		margin-right:25px;			
	}	
}

@media (min-width:867px) and (max-width: 1079px) {	
	.tbd-test, .patient-testing-header {
		width: 852px;	
	} 
}
