/*

Blue Paper Theme by Isaac Keyet & Automattic v1.0

*/

body {
	margin: 0px;
	color: #464646;
	font-size: 14px;
	line-height: 18px;
	background: rgb(125,175,213) url(/css/survey-style/bluepaper/concretebg.jpg);
	-moz-text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	-khtml-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}

.rank-label{
	background: url(/images/ico-move.png) no-repeat 14px 12px;
	padding: 10px 10px 10px 38px;
	border: 1px #ccc dotted;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
	-webkit-transition: all 0.25s ease-in-out 0s;
}

.rank-label:hover{
	cursor: move;
	background-color: #EFEFEF;
	background-color: rgba(255,255,255,0.5);
}

.rank-label:active{
	box-shadow: 0px 0px 10px #2b81c1;
}

a {
	color: #0182A8;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a:hover, a:active {
	color: #c43932;
}


.PDF_pageOuter {
	margin: 0px;
	padding: 30px;
}

.PDF_pageInner {
	margin: 0 auto;
	max-width: 630px;
	padding: 0;
}

.PDF_question, .PDF_questionErr,.PDF_errMain, .PDF_err {
	background: #f6f6f6;
	padding: 0 32px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-khtml-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	border: 1px solid #fff;
	border-top-width: 2px;
	margin: 0 0 1em;
	position: relative;
}

/*
.PDF_question:nth-last-child(2) {
	background: none;
	border: none;
	margin: 0;
	padding: 10px 0;
}

.PDF_question p:last-child,.PDF_questionErr p:last-child {
	margin-bottom: 0;
}
*/

.PDF_pageInner>.PDF_question,
.PDF_pageInner>.PDF_questionErr {
	background: url(/css/survey-style/bluepaper/highlight.png) no-repeat 50% 0 rgba(255,255,255,.8);
	_background: none;
}

/*
.PDF_pageInner>.PDF_questionErr:nth-last-child(2),
.PDF_pageInner>.PDF_question:nth-last-child(2) {
	background: none !important;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}
*/

.PDF_questionErr {
	
}


.PDF_questionErr .qText {
	
}

.qContent {
	margin: 30px 0;
}

.qNumber {
	background-color: #5786ab;
	position: absolute;
	right: 630px;
	top: 16px;
	background: rgba(59,109,148,.65);
	min-width: 32px;
	_width: 32px;
	color: #d3e7f6;
	letter-spacing: 1px;
	padding: 0 12px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	-o-text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	-khtml-text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	cursor: default;
}

.PDF_questionErr .qNumber {
	color: #EBBDAE;
}
.qNote {
	padding: 5px 0px 0px 0px;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0 0 1em;
}

.qNote p {
	margin: 0 0 .5em;
}

.PDF_mand  {
	color: #009999;
    margin-left: 5px;
}

.PDF_questiondivide  {
	height: 10px;
}

.sBut  { 
	width: 154px;
	height: 33px;
	text-align: center;
}

.sBut P  {
	padding-top: 6px;margin: 0px;
}

.sBut A  {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.PDF_questionErr .qNumber,
.PDF_err,
.PDF_errMain  { 
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 0 #990000;
	background-color: #cc3300;
	border: none;
}

.PDF_questionErr .qText {
	
}

.PDF_errMain {
	padding: 30px 32px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.PDF_err {
	margin: 0 20px;
	padding: 14px 18px 12px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-o-border-top-left-radius: 4px;
	-o-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.PDF_errMain {
	
}

.PDF_noteMain {
	border: 3px double #F4CE66;
	font-size: 12px;
	color: #333;
	padding: 4px 4px 4px 48px;
	background: #FDFFD9 url(/images/surveys/note.gif) no-repeat 20px center;
	margin-bottom: 20px;
}

input, textarea, label, select {
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

input, textarea {
	background: #fff;
	border: 1px solid #bbb;
	border-top-color: #999;
	padding: 4px;
	font-size: 14px !important;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
	-o-box-shadow: 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
	-khtml-box-shadow: 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

input[type=radio] {
	border: none !important;
	background-color: transparent !important;
}

input:focus,
textarea:focus {
	border-color: #5689b1 !important;
	border-top-color: #3B6D94 !important;
}

object, embed, video{
	width: 520px !important;
	max-width: 520px;
}

input[type=text],
textarea {
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,1);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,1);
	-khtml-box-shadow: inset 0 1px 1px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,1);
}

textarea {
	padding: 8px;
	width: 598px;
	max-width: 598px;
	min-height: 90px;
}

.PDF_QT100,.PDF_QT200,.PDF_QT400,.PDF_QT800,.PDF_QT900,.PDF_QT1000,.PDF_QT1200,.PDF_QT1400,.PDF_QT1500 {
	margin: 10px 0px 0px 0px;
}


/* Heading color */
.qText,
.PDF_QT1900 H2 {
	text-align: left;
	color: #0f5f9c;
	font-size: 26px;
	line-height: 1.2em;
	margin: 0 0 .4em;
}

.qText {
	font-size: 18px;
	line-height: 1.2em;
}


.PDF_QT100 .small,.PDF_QT100 .medium, .PDF_QT100 .large {
	font-size: 14px;
	padding: 4px;
	width: 150px;
}

.PDF_QT100 .medium {
	width: 300px;
}

.PDF_QT100 .large {
	max-width: 464px;
	min-width: 300px;
}

.PDF_QT200 .small,.PDF_QT200 .medium, .PDF_QT200 .large {
	font-size: 12px;
	padding: 4px;
	width: 450px;
	height: 50px;
}

.PDF_QT200 .medium {
	height: 100px;
}

.PDF_QT200 .large {
	height: 200px;
	width: 538px;
	padding: 10px;
}

.PDF_QT900,
.PDF_QT400 UL,
.PDF_QT1200 {
	list-style: none;
	padding: 12px 28px;
	margin: 1em -38px 1.3em;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #FFF;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	box-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.PDF_QT1200 {
	padding: 12px 16px;
}

.PDF_QT1200 TABLE {
	width: 100%;
}

.PDF_QT900 {
	padding: 28px;
}

.PDF_QT400 LI {
	margin: 10px 0px;
}

.PDF_QT400 input {
	margin: 0 .3em 0 0;
}

.PDF_QT400 select {
	font-size: 14px;
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #FFF;
	min-width: 200px;
}

.PDF_QT400 select[multiple='true'] {
	min-height: 100px;
}

.PDF_QT400 label {
	font-size: 12px;
}

.PDF_QT400 .other {
	padding: 3px;
	width: 150px;
}

.PDF_QT800{
		overflow: hidden;
}

.PDF_QT800 div {
	float: left;
	padding: 0px 10px 0px 0px;
}

.PDF_QT800 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.PDF_QT800 .title,.firstName,.lastName,.suffix {
	border: 1px solid #aaa;
	background-color: #FFF;
	font-size: 14px;
}

.PDF_QT800 .title {
	width: 40px;
}

.PDF_QT800 .firstName {
	width: 130px;
}

.PDF_QT800 .lastName {
	width: 130px;
}

.PDF_QT800 .suffix {
	width: 40px;
}

.PDF_QT900 div {
	float: left;
	width: 216px;
	margin: 0 0 .5em;
}

.PDF_QT900 div:first-child,
.PDF_QT900 div:first-child(2) {
	width: 306px
}

.PDF_QT900 div:nth-last-child(3) input {
	width: 50px;
}


.PDF_QT900 label {
	margin: .5em 0 0;
	color: #666;
	line-height: 20px;
}

.PDF_QT900 .a,.b,.c,.d,.e,select {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	font-size: 14px;
}

.PDF_QT900 select {
	padding: 4px;
	width: 154px;
}

.PDF_QT900 .a,.b {
	width: 306px;
}

.PDF_QT950 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.PDF_QT950 select {
	font-size: 10px;
	height: 2.5em;
	margin-bottom: 5px;
}

.PDF_QT950 {
	margin-top: 10px;
}

.PDF_QT950 input {
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 2px;
	font-size: 14px;
	width: 200px;
	padding: 5px;
}

.PDF_QT1000 div {
	float: left;
}

.PDF_QT1000 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.PDF_QT1000 .mm,.dd,.yyyy,.h,.mins {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
	font-size: 14px;
	width: 60px;
}

.PDF_QT1000 .yyyy {
	margin: 0px 10px 0px 0px;
	padding: 3px;
	width: 40px;
}

.PDF_QT1000 .h,.mins {
	width: 50px;
}

.PDF_QT1000 IMG {
	padding: 0px 0px 0px 5px;
}

.PDF_QT1200 TABLE {
    
}

.PDF_QT1200 tr:hover td {
	background: #fbf3e3;
}

.PDF_QT1200 TH {
	font-Size: 12px;
	text-align: center;
}

.PDF_QT1200 TD {
	font-Size: 12px;
	text-align: center;
	padding: 8px;
}

.PDF_QT1200 .alt {
	background-color: #f0f0f0;
}

.PDF_QT1200 .title {
	text-align: left;
}

.PDF_QT1400 input {
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
	width: 300px;
}

.PDF_QT1400 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}


.PDF_QT1500 input {
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
	width: 300px;
}

.PDF_QT1500 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.cf {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.button {
	text-align: center;
	padding: 24px 0;
}

.button a.previous-page{
	text-decoration: none;
}

.button input, .button a.previous-page {
	border: none;
	background: #1d7bbf;
	color: #fff;
	padding: 10px 14px;
	font-size: 16px !important;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-text-shadow: 0 -1px 0 #555;
	-o-text-shadow: 0 -1px 0 #555;
	-webkit-text-shadow: 0 -1px 0 #555;
	-khtml-text-shadow: 0 -1px 0 #555;
	text-shadow: 0 -1px 0 #555;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), 0 0 10px rgba(255,255,255,.25);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 0 10px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 0 10px rgba(255,255,255,.25);
	-khtml-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 0 10px rgba(255,255,255,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 0 10px rgba(255,255,255,.25);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer;
}

.button input:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.45), 0 0 10px rgba(255,255,255,.25);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
	-khtml-box-shadow: 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
}



.button input:active, .button a.previous-page:active {
	background: #296997;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.45), 0 0 10px rgba(255,255,255,.25);
	-o-box-shadow: inset 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
	-khtml-box-shadow: inset 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.45), inset 0 0 10px rgba(255,255,255,.25);
}

.PDF_progress {
	font-size: 13px;
	line-height: 1.3em;
	text-align: right;
	text-transform: uppercase;
	color: #3b6d94;
	margin-bottom: 10px;
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,.65);
	-o-text-shadow: 0 1px 0 rgba(255,255,255,.65);
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,.65);
	-khtml-text-shadow: 0 1px 0 rgba(255,255,255,.65);
	text-shadow: 0 1px 0 rgba(255,255,255,.65);
}

.PDF_progress:last-child {
	margin: 2em 0 0;
}

.PDF_progress:nth-last-child(1) {
	text-align: center;
}

