/*
//	ADJUST THE GRID
*/
body.evaluation-form .container_12 {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}

body.evaluation-form .container_12 .grid_11 {
	margin-left: 0;
}

body.evaluation-form .container_12 .grid_11,
body.evaluation-form .container_12 .grid_3,
body.evaluation-form .container_12 .grid_1 {
	margin-right: 0;
}

body.evaluation-form .container_12 .grid_11 {
	width: 92.66%
}

header div.top-section {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*
//	FORM STYLES
*/
body.evaluation-form div.main-content {
	margin: 0;
}

body.evaluation-form .container_12 .grid_11 {
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	background: #FFF;
	margin-left: 7.333%;
}

body.evaluation-form .container_12 .grid_11 form {
	margin: 110px 10px 15px;
}

/*
//	HEADER
*/
body.evaluation-form header {
	position: fixed;
	width: 100%;
	z-index: 2;
}

body.evaluation-form header p.district-name {
	font-weight: bold;
	margin-top: 4px;
	margin-left: 20px;
	width: 70%;
	float: left;
}

body.evaluation-form header ul.actions {
	background: #000;
	padding:  0 10px 10px 10px;
	width: 138px;
	position: fixed;
	top: 3px;
	right: 0px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

body.evaluation-form header ul.actions li {
	width: 40px;
	height: 32px;
	padding: 0;
	float: left;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	text-indent: -9999px;
	margin: 0 2px;
}

body.evaluation-form header ul.actions li span {
	display: block;
	height: 30px;
	width: 40px;
	background-image: url('../images/form_sprite.png');
	background-repeat: no-repeat;
}

body.evaluation-form header ul.actions li.close span {
	background-position: 5px -12px;
}

body.evaluation-form header ul.actions li.save span {
	background-position: 5px -82px;
}

body.evaluation-form header ul.actions li.submit.disabled span {
	background-position: 5px -152px;
}

body.evaluation-form header ul.actions li.submit span {
	background-position: 5px -223px;
}

body.evaluation-form header ul.actions li.submit.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}

body.evaluation-form header ul.actions li.submit.disabled a:hover {
	cursor: default;
}

body.evaluation-form header .branding {
	padding-left: 20px;
	padding-bottom: 20px;
	height: 42px;
}

body.evaluation-form header .branding h2 {
	font-size: 13px;
	font-weight: normal;
}
body.evaluation-form header .branding > div {
	float: left;
	width: 50%;
	margin-top: -2px;
}
	body.evaluation-form header .branding > div img {
		float: left;
		margin-right: 20px;
	}
	body.evaluation-form header .branding > div h1 {
		float: left;
		margin-top: -10px;
	}
		body.evaluation-form header .branding > div h1 span {
			font-size: 13px;
		}

/* profile */
.form-profile {
	border-bottom: 1px solid #ccc;
	height: 55px;
	overflow: hidden;
}
.form-profile.opened {
	height: auto;
}
	.form-profile h3 {
		padding-left: 33px;
		line-height: 55px;
		position: relative;
	}
		.form-profile h3 a {
			font-size: 26px;
			text-decoration: none;
		}
			.form-profile h3 a span {	
				position: absolute;
				top: 18px;
				left: 12px;
				display: block;
				
				/* right arrow */
				width: 0;
				height: 0;
				border-top: 10px solid transparent;
				border-bottom: 10px solid transparent;
				border-left: 10px solid #003775;
			}
			.form-profile.opened h3 a span {	
				position: absolute;
				top: 24px;
				left: 6px;
				display: block;
	
				/* down arrow */
				width: 0;
				height: 0;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-top: 10px solid #003775;
			}
			
	.form-profile h3 + div {
		padding-left: 33px;
	}
	.form-profile .left,
	.form-profile .right {
		float: left;
		width: 48%;
		margin-bottom: 40px;
	}
	.form-profile .left {
		margin-right: 4%;
	}
	.form-profile label {
		font-size: 14px;
		line-height: 27px;
	}
	.form-profile div.input {
		margin-bottom: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.form-profile div.input input {
			font-size: 20px;
			line-height: 20px;
			width: 92%;
			margin: 0 4%;
			padding: 10px 0 9px;
			color: #333;
		}
	.form-profile .time span {
		width: 10%;
		display: block;
		margin-top: 15px;
		float: left;
		text-align: center;
	}
	
	.form-profile .time div.input {
		width: 45%;
		float: left;
	}
		.form-profile .time div.input input {
			margin: 0 8%;
			width: 85%;
		}
		
/* section */
.form-section {
	/* 
	line-height: 55px;
	*/
	border-bottom: 1px solid #ccc;
}
	/* header */
	.form-section .header {
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}
		.form-section .header h3 {
			width: 70%;
			font-size: 26px;
			text-indent: 4%;
			position: relative;
			float: left;
			padding: 15px 0;
		}
			.form-section .header h3 span {
				position: absolute;
				top: 15px;
				left: 0;
				margin-left: 1%;
				font-weight: normal;
				width: 31px;
				text-indent: 0;
				text-align: center;
			}
		/* cell */
		.form-section .header .cell,
		.form-section .row .cell {
			width: 5%;
			text-align: center;
			font-weight: bold;
			float: left;
			position: relative;
		}

		.form-section .header .cell {
			padding: 24px 0 15px;
			font-size: 16px;
		}

		.form-section .header .cell:last-child {
			margin-right: 5%;
		}

		.form-section .row label {
			padding: 15px 0;
		}

		.form-section .row .cell {
			padding: 9px 0;
		}


	/* row */
	.form-section .row {
		padding: 0;
		min-height: auto;
		position: relative;
	}
	.form-section .row:nth-child(even),
	.form-attach .row:nth-child(even) {
		background: #f5f5f5;
	}
	
		.form-section .row label,
		.form-attach .row label {
			font-size: 18px;
			line-height: 24px;
			margin-left: 1.5%;
		}
		
		.form-section .row label {
			width: 68.5%;
			float: left;
		}
		
		.form-attach .row label {
			display: block;
		}
		
	.form-section .row:hover {
		background: #e6eef8;
	}
		/* row comments */
		.form-section .comment {
			padding: 0;
			position: relative;
		}
			.form-section .comment .action {
				position: absolute;
				top: -55px;
				right: 10px;
				width: 4%;
				border-top: 0;
				height: 55px;
				background: none;
				text-align: center;
			}
			
			.form-section .footer .comment .action {
				position: static;
				width: 100%;
				line-height: 55px;
			}
			
			.form-section .footer .comment.opened .action {
				width: 4%;
				margin-left: 96%;
				height: 55px;
			}
			
				.form-section .comment .action .add-comment {
					background: url(../images/form_sprite.png) 0 -714px no-repeat transparent;
					display: none;
					width: 30px;
					height: 26px;
					margin-top: 14px;
				}
				.form-section .comment.added .action .add-comment {
					background: url(../images/form_sprite.png) 1px -646px no-repeat transparent;
				}
				.form-section .comment .action .cancel-comment {
					display: none;
					margin-top: 13px;
					background: url(../images/form_sprite.png) -1px -777px no-repeat, -webkit-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%);
					background: url(../images/form_sprite.png) -1px -777px no-repeat, linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); 
					width: 29px;
					height: 29px;
					border: 1px solid #e0e0e0;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					background: url(../images/form_sprite.png) -1px -777px no-repeat #fcfcfc; /* Old browsers */
					background: url(../images/form_sprite.png) -1px -777px no-repeat, -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
					background: url(../images/form_sprite.png) -1px -777px no-repeat, -moz-linear-gradient(top,  #fcfcfc, #f7f7f7);
					background: url(../images/form_sprite.png) -1px -777px no-repeat, -o-linear-gradient(top, #fcfcfc, #f7f7f7);
					background: url(../images/form_sprite.png) -1px -777px no-repeat, -ms-linear-gradient(top, #fcfcfc, #f7f7f7);
					background: url(../images/form_sprite.png) -1px -777px no-repeat, linear-gradient(top, #fcfcfc, #f7f7f7);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#00f7f7f7',GradientType=0 );
				}
				.form-section .comment.added .action .add-comment {
					display: inline-block;
				}

			.form-section .comment .edit  {
				background: #000;
				padding: 0;
				overflow: hidden;
				height: 0;
			}

	.form-section .row:hover .action .add-comment {
		display: inline-block;
	}

		.form-section .comment.opened {
			padding: 0 10px 10px;
		}
		.form-section .footer .comment.opened {
			padding: 0;
		}
			.form-section .comment.opened .action {
				background: #000;
				-webkit-border-radius: 4px 4px 0 0;
				-moz-border-radius: 4px 4px 0 0;
				border-radius: 4px 4px 0 0;
			}
				.form-section .comment.added.opened .action .add-comment,
				.form-section .comment.opened .action .add-comment {
					display: none;
				}
				.form-section .comment.opened .action .cancel-comment {
					display: inline-block;
					text-indent: -9999px;
					background: #fff;
				}
				.form-section .comment.opened .action .cancel-comment span {
					background: url(../images/form_sprite.png) no-repeat -1px -777px;
					display: block;
					height: 30px;
					width: 30px;
				}
			.form-section .comment.opened .edit {
				padding: 10px;
				height: auto;
				overflow: visible;
			}
			.form-section .comment .input {
				margin-top: 0;
				height: 140px;
				background: #f2f2f2;
			}
			.form-section .comment textarea {
				width: 98%;
				height: 120px;
				font-size: 18px;
				line-height: 20px;
				margin: 0 1%;
				padding: 10px 0 9px;
				resize: none;
				border: 0;
				background: none;
				outline: none;
				font-style: italic;
			}
			.form-section .comment label {
				text-indent: 0;
				float: left;
				width: 10%;
				font-weight: bold;
				font-size: 36px;
				margin-top: 10px;
				line-height: 45px;
				text-align: center;
				margin-left: 0;
				padding: 0;
			}
			.form-section .comment div.select {
				float: left;
				width: 90%;
				margin-top: 10px;
			}
	.form-section .footer {
		border-top: 1px solid #ccc;
		position: relative;
		padding: 10px;
	}
		.form-section .footer .add-section-note {
			background: url(../images/form_sprite.png) right -700px no-repeat transparent;
			font-size: 14px;
			float: right;
			padding-right: 40px;
			margin-right: 5px;
		}
		
	.form-section .footer .action {
		border-top: 0px;
	}
	
	.form-section .footer .comment.added .add-section-note {
		text-indent: -9999px;
		background: url("../images/form_sprite.png") no-repeat scroll 9px -632px transparent
	}
		
	.form-section .footer .comment.opened .action .add-section-note {
		display: none;
	}
		
/* section is completed */		
.form-section.completed .header h3 span {
	background: url(../images/form_sprite.png) 2px -846px no-repeat transparent;
	text-indent: -9999px;
}

.form-section .footer p {
	display: none;
	text-indent: 23px;
	font-style: italic;
	font-size: 18px;
	line-height: 40px;
	float: left;
	width: 94%;
}

.form-section .footer .added p.preview {
	display: block;
	line-height: 55px;
}

.form-section .footer .view-section-note {
	background: url(../images/form_sprite.png) 0 -645px no-repeat transparent;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	width: 30px;
	height: 25px;
}

/* attachments */
.form-attach {
	line-height: 55px;
}
	.form-attach h3 {
		font-size: 26px;
		text-indent: 33px;
		position: relative;
	}
		.form-attach h3 span {
			position: absolute;
			top: 0;
			left: 0;
			background: url(../images/form_sprite.png) 1px -420px no-repeat transparent;
			display: block;
			width: 33px;
			height: 55px;
		}
	.form-attach div.add-another {
		background: #f5f5f5;
		border-top: 1px solid #CCC;
	}
	.form-attach .add-attach {
		font-size: 14px;
		background: url(../images/form_sprite.png) right -560px no-repeat transparent;
		float: right;
		padding-right: 40px;
		margin-right: 20px;
	}

/*
//	FORM FOOTER
*/
body.evaluation-form form div.form-footer {
	margin: 40px 0;
	text-align: right;
}

body.evaluation-form form div.form-footer a {
	width: 70px;
	font-size: 14px;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	margin-left: 10px;
}

body.evaluation-form form div.form-footer a span {
	display: inline-block;
	padding: 5px 0 5px 25px;
}

body.evaluation-form form div.form-footer a.close span {
	background: url(../images/form_sprite.png) no-repeat -5px -17px;
}

body.evaluation-form form div.form-footer a.save span {
	background: url(../images/form_sprite.png) no-repeat -5px -86px;
}

body.evaluation-form form div.form-footer a.submit,
body.evaluation-form form div.form-footer a.submit:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

body.evaluation-form form div.form-footer a.submit.disabled,
body.evaluation-form form div.form-footer a.submit.disabled:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

body.evaluation-form form div.form-footer a.submit span {
	background: url(../images/form_sprite.png) no-repeat -5px -226px;
}

body.evaluation-form form div.form-footer a.submit.disabled span {
	background: url(../images/form_sprite.png) no-repeat -5px -156px;
}


/*
//	FORM NAVIGATION
*/
body.evaluation-form .grid_1 {
	position: fixed;
	top: 112px;
	left: 0;
}
nav ul {
	float: right;
	width: 60px;
}
nav li {
	margin-bottom: 4px;
}
nav li a {
	display: block;
	line-height: 50px;
	height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	border-right: 0;
	width: 52px;
	margin-left: 8px;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	-webkit-box-shadow: -4px 0 10px -4px #999;
	-moz-box-shadow: -4px 0 10px -4px #999;
	box-shadow: -4px 0 10px -4px #999;
	background: url(../images/form_sprite.png) 0 50px no-repeat transparent;
	position: relative;
	
	/* for ie8 */
	border: 1px solid #e5e5e5;
	border-right: 0;
}
nav li a.selected {
	width: 60px;
	margin-left: 0;
	z-index: 2;
}
nav li a:hover {
	text-decoration: none;
}
nav li.profile a {
	background-position: center -283px;
}
nav li.attachments a {
	background-position: center -423px;
}
nav li.notes a {
	background-position: center -492px;
}
nav li a i {
	background: url(../images/form_sprite.png) center -369px no-repeat transparent;
	display: block;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}
nav li a.selected i {
	right: 4px;
}
nav li.attachments a i {
	background-position: center -1034px;
}

/* submit evaluation dialog */
.ui-widget-overlay {
	background: #4c4c4c;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100% !important; 
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.submit-evaluation {
	display: none;
}

.submit-evaluation-dialog {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 620px !important;
	-webkit-border-radius: 0 0 30px 0 #000;
	-moz-border-radius: 0 0 30px 0 #000;
	box-shadow: 0 0 30px 0 #000;
}		
	.submit-evaluation-dialog .ui-dialog-titlebar {
		line-height: 75px;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
		padding: 0 40px;
		font-size: 26px;
		font-weight: bold;
	}
		.submit-evaluation-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
			display: none;
		}
.submit-evaluation-dialog .ui-dialog-buttonpane {
	padding: 10px 55px 50px 40px;
	text-align: right;
}
	.submit-evaluation-dialog .ui-dialog-buttonpane button {
		line-height: 48px;
		padding: 0;
		font-size:18px;
		font-weight: bold;
		display: inline-block;
		margin-left: 10px;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		border-radius: 3px;
		cursor: pointer;
	}
	.submit-evaluation-dialog .ui-dialog-buttonpane button.cancel {
		width: 136px;
	}
	.submit-evaluation-dialog .ui-dialog-buttonpane button.submit {
		width: 160px;
	}
		.submit-evaluation-dialog .ui-dialog-buttonpane button.cancel span {
			padding-left: 30px;
			background: url(../images/form_sprite.png) 0 -1096px no-repeat transparent;
		}
		.submit-evaluation-dialog .ui-dialog-buttonpane button.submit span {
			padding-left: 30px;
			background: url(../images/form_sprite.png) 0 -228px no-repeat transparent;
		}
		
.submit-evaluation {
	padding: 50px 55px 0 40px;
}
	.submit-evaluation fieldset {
		margin-bottom: 20px;
	}
		.submit-evaluation fieldset label {
			font-size: 20px;
			width: 110px;
			float: left;
			text-align: right;
			line-height: 60px;
			margin-right: 15px;
		}
		.submit-evaluation fieldset div.input {
			float: left;
			width: 400px;
		}
			.submit-evaluation fieldset div.input input {
				font-size: 20px;
				line-height: 20px;
				width: 92%;
				margin: 0 4%;
				padding: 18px 0;
			}