/*#MARK-------[ Introduction ]------- */

h2.intro {
	margin-bottom:50px;
}

img.introduction-logo {
	max-width: 20%;
	float:left;
	
	margin-right:5%;
	margin-bottom:2%;
}


table.admin {
	width: 100%;
}

table.admin select#year {
	width: 75px;
}

.blue-border
{
	border: 1px solid #B0C6DA;

}

h1.survey
{
	font-size: 1.2em;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 0.28em;
}

textarea {
	width:100%;
	height:100px;
}

label {
	margin-bottom: 0.4875em;
	text-indent: -28px;
	padding-left: 28px;	
}

label.question {
	font-size:18px;
	
	margin:40px 0px;
}

label.error {
	font-size: 1em;
	background-color: #FFCCCC;
	padding: 3px;
}

span.required {
	color: red;
}

div.questionBlock {
	margin-top:20px;
	margin-bottom:20px;
}

div.questionBlock label {
	display:block;
}

div.questionBlock label input[type=checkbox],
div.questionBlock label input[type=radio] {
	margin-right:15px;
}

.line {
	border-top: 3px solid #CCCCCC;
	margin-top: 20px;
	padding: 10px 0;
}

.dotted {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}

.ui-dialog-content, .ui-widget-content {
	font-size: 1em !important;
	font-weight:normal !important;
}

div.stepButtons {
	height:41px;
}

div.stepButtons div:first-child {
	width:30%;
	float:left;
}

div.stepButtons div:last-child {
	width:30%;
	float:right;
}

div.progress table {
	width:100%;
	
	border-collapse:collapse;
	border-spacing: none;
	
	margin-top:40px;
	margin-bottom:20px;
}

div.progress table td {
	color: white;
	font-size:11px;
}
div.progress table td.square {
	background-color:#2ba6cb;
	width:55px;
	text-align:center;
}
div.progress table td.circle {
	height:22px;
	width:22px;
	padding:0px;
}
div.progress table td.circle div {
	background-color:#2ba6cb;
	border-radius:48%;
	height:22px;
	width:22px;
	
	line-height:22px;
	text-align:center;
}
div.progress table td.split {
	background:url("progress-dash.png") center center repeat-x white;
}

div.progress table td.incomplete {
	color: #000;
}
div.progress table td.incomplete.square {
	background-color:#cbcbcb;
}
div.progress table td.incomplete.circle div {
	background-color:#cbcbcb;
}
div.progress table td.incomplete.split {
	background-image:url("progress-dash-grey.png");
}

div.progress div.description {
	font-size:12px;
	color: #333;
	
	text-align:center;
}

@media screen and (max-width: 720px) {
	div.progress table {
		display: none;
	}
	
	div.progress div.description {
		margin-top:40px;
		font-size:20px;
	}
}

div.profile label {
	display:block;
	margin-bottom:10px;
	
	overflow:hidden;
	clear:both;
}

div.profile label span.required {
	color:red;
	margin-left:5px;
}

div.profile label > span:first-child,
div.profile div.container > span:first-child {
	display:block;
	float:left;

	width:23%;
	margin-right:2%;
	
	margin-top:15px;
}

div.profile label span.help {
	display:block;
	margin-top:2px;
	font-size:12px;
	
	color:#666;
}

div.profile label > input[type=text],
div.profile label > textarea,
div.profile label > select {
	display:block;
	float:right;
	width:73%;
	margin-left:2%;
	margin-top:10px;
}

div.profile label > textarea {
	resize:vertical;
	min-height:100px;
	max-height:400px;
}