html {
	height:100%;
	background-image: url(/images/dotted_background.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

body {
	max-width: 1024px;
	margin: 0 auto;
	height:100%;
}

#wrapper {
	background-color: #fff;
    border-style: solid;
	border-width: 0 1px;
	border-color: #ddd;
	min-height: 100%;
}

#content {
	background-color: #fff;
	padding: 20px;
}



/* Header */
#header {
	background-color: #273A82;
	color: #fff;
	min-height: 70px;
	border-top: 5px solid #77B700;
}

#logo {
	float: left;
}

#header_title {
	margin: 0;
	padding: 18px 30px;
	float: left;
}

.clear {
	clear: both;
}

#page-counter {
	padding-top: 5px;
}

.btn-primary {
	color: #fff;
    background-color: #283c88;
    border-color: #26387c;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #2b45a7;
	border-color: #26387c;

}

.next-btn, .previous-btn {
	margin: 5px;
}

.col-centered {
    display:block;
    float:none;
    margin: 0 auto;
}

.column {
	padding: 0;
}

.page0 .spacing {
	margin: 100px 0 200px;
}	

.page1 .column .col-md-8 {
	padding-left: 10px;
}

.form-control {
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none; 
    box-shadow: none;
}

.col-md-0 {
	display: none;
}

.btn {
    border-radius: 0;
}

.customerList {
	list-style-type: none;
}

.userList {
	list-style-type: none;
	margin-top: 15px;
}

.userList li {
	clear: both;
}

.old-user-deatils {
	font-size: 18px;
    padding-top: 4px;
}


.LPN_category {
	margin: 0;
	padding: 0 15px 0 0;
}

.LPNprogress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	width: 92%;
	height: .5em;
	margin: 12px auto 33px;
	display: block;
}

.LPN-question-start {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.LPN-question {
	width: 100%;
	text-align: center;
	height: 40px;
	font-size: 22px;
}

.LPN-answer input {
	float: left;
}

.LPN-answer label {
	padding: 0 10px;
	margin: 0;
}

.LPN-answer  {
	margin: 18px auto;
	width: 150px;
}

.LPN-next {
	margin: 0 auto 80px;
	display: block;
}

.LPN-back {
	margin: 0 auto 30%;
	display: block;
}

.LPN-final-questions {
	display: none;
}

.NSOF-question {
	width: 100%;
	text-align: center;
	height: 40px;
	font-size: 17px;
}

.NSOF-answers {
	margin: 0 0 10px;

}

.NSOF-answer input {
	float: left;
}

.NSOF-answer label {
	padding: 0 10px;
	margin: 0;
}

.NSOF-answer  {
	margin: 18px auto;
	width: 120px;
}

.NSOFprogress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	width: 92%;
	height: .5em;
	margin: 12px auto 33px;
	display: block;
}

.NSOFprogress::-webkit-progress-bar {
  background-color: #eee;
}

.NSOF-back {
	margin: 0 auto 30%;
	display: block;
}

.page4 .form-group {
	margin: 0 -20px;
	padding: 5px 0;
}

.login form {
	width: 200px;
	margin: 0 auto;
}

.view-results table {
	width: 100%;
}

.export-results #top-logo {
	display: block;
  	margin: 0 auto;
  	height: 150px;
  	padding-right: 25px;
}

#content.export-results {
	padding: 40px 60px 0 60px;
}

.export-results table {
	width: 100%;
	margin: 20px auto;
}

.export-results .page1-table td {
	border: none;
	padding: 3px 7px;
	font-size: 15px;
}

.export-results table .labels td {
	padding: 8px 0 0;
	text-decoration: underline;
}

.export-results .page1-table .results td {
	padding: 2px 20px;
}


.export-results .title {
	text-align: center;
	margin: 0 0 40px;
	text-decoration: underline;
	font-size: 28px;
}

.export-results .page1-details {
	padding: 0 20px 0 80px;
}

.export-results .basic-info p {
	margin: 0 0 0 40px;
}

.export-results .name {
	font-size: 18px;
}

.export-results .notes-boxes {
	clear: both;
}

.export-results .notes-boxes .outer-box {
	width: 33.33333%;
	padding: 0 5px;
	display: inline-block;
	margin-right: -4px;
	float: left;
}

.export-results .notes-boxes .box {
	border: 1px solid #ddd;
	padding: 10px;
	height: 200px;
	margin-bottom: 15px;
}

.export-results .notes-boxes .underline {
	border-bottom: 1px solid #ccc;
}

.export-results .print-footer-page1 {
	margin: 100px 0 60px;
}

.export-results .print-footer-page2 {
	margin: 20px 0 0;
}

.export-results .page2 {
	margin-top: 20px;
}

.export-results .office-use {
	float: left;
	text-decoration: underline;
	color: #999;
	padding-top: 15px;
}

.export-results #page2-logo {
	float: right;
	height: 60px;
	margin-bottom: 15px;
}

.export-results .page2-table {
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
	height: 500px;
	overflow-y: visible;
}

.export-results .page2-table td {
	padding: 0 0 0 8px;
}

.export-results .print-footer .details {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.export-results .print-footer .disclaimer {
	clear: both;
	width: 90%;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 12px;
}

input[type=radio], input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

@media print {
	@page {
     	size: auto;   /* auto is the initial value */
     	margin: 0;  /* this affects the margin in the printer settings */
 	}

	#header {
		display: none;
	}

	#wrapper {
    	border: none;
	}


}


@media screen and (max-width: 1023px) {
    fieldset {
		min-width: 100%;
	}

}