﻿#gvGrowthEvidence > thead > tr > th,
#gvGrowthEvidence > tbody > tr > td {
	vertical-align: middle;
	border-left: 1px solid #ddd;
}

	#gvGrowthEvidence > thead > tr > th:first-child,
	#gvGrowthEvidence > tbody > tr > td:first-child {
		border-left: none;
	}

.GrowthCollapse {
	cursor: pointer;
}

	/*.GrowthChild{
		 display:none;
	 }*/
	.GrowthCollapse.expanded {
		content: "- ";
		font-size: medium;
		line-height: 16px;
	}

.shadow-bottom-right-sm {
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=121, Color=#000000)"; /*IE 8*/
	-moz-box-shadow: 3px 5px 3px rgba(0,0,0,0.3); /*FF 3.5+*/
	-webkit-box-shadow: 3px 5px 3px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 3px 5px 3px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}

[valign="middle"] {
	vertical-align: middle;
}

.rowExpand, .rowCollapse {
	cursor: pointer;
}

	.rowExpand:after {
		content: "+";
		font-size: medium;
		opacity: .5;
		padding-left: 5px;
		line-height: 16.6667px;
	}

	.rowCollapse:after {
		content: "-";
		font-size: medium;
		opacity: .5;
		padding-left: 5px;
		line-height: 16.6667px;
	}

		.rowExpand:after:hover, .rowCollapse:after:hover {
			opacity: 1;
		}

.table-ccps {
	border-collapse: collapse;
}

.gridview-header > th,
table.table-ccps > thead {
	color: white;
	font-weight: bold;
	background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
}

	.gridview-header > th,
	table.table-ccps > thead > tr > th {
		text-align: center;
		vertical-align: middle;
	}

		.gridview-header > th > a,
		table.table-ccps > thead a {
			color: #FFFFFF;
			cursor: pointer;
		}

#gvGrowthEvidence,
#gvDatafolioSummary {
	border-width: 2px;
	border-color: #006998;
}

	#gvDatafolioSummary > thead > tr:nth-child(1) > th:nth-child(6),
	#gvDatafolioSummary > thead > tr:nth-child(1) > th:nth-child(7),
	#gvDatafolioSummary > thead > tr:nth-child(1) > th:nth-child(8) {
		border-bottom: none;
	}

	#gvDatafolioSummary > thead > tr:nth-child(1) > th:nth-child(6),
	#gvDatafolioSummary > thead > tr:nth-child(1) > th:nth-child(7),
	#gvDatafolioSummary > thead > tr:nth-child(1) > th:nth-child(8),
	#gvDatafolioSummary > thead > tr:nth-child(1) > th:nth-child(9),
	#gvDatafolioSummary > thead > tr:nth-child(2) > th:nth-child(1),
	#gvDatafolioSummary > thead > tr:nth-child(2) > th:nth-child(4),
	#gvDatafolioSummary > thead > tr:nth-child(2) > th:nth-child(7),
	#gvDatafolioSummary > thead > tr:nth-child(2) > th:nth-child(10),
	#gvDatafolioSummary > tbody > tr > td:nth-child(6),
	#gvDatafolioSummary > tbody > tr > td:nth-child(9),
	#gvDatafolioSummary > tbody > tr > td:nth-child(12),
	#gvDatafolioSummary > tbody > tr > td:nth-child(15) {
		border-left-width: 2px;
	}

	#gvGrowthEvidence > tfoot {
		font-weight: 600;
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1;
		background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
		background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
		background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
		background-repeat: repeat-x;
	}

		#gvGrowthEvidence > tfoot > tr:last-child {
			color: #fff;
			background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
			background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
			background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
			background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			background-repeat: repeat-x;
			border-color: #245580;
		}

.GrowthCollapse {
	font-weight: 600;
	color: #fff;
	background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

.invalid {
	color: #DA2128;
}

#gvDatafolioSummary > thead > tr > th {
	vertical-align: middle;
	font-weight: 600;
}

#gvDatafolioSummary > tbody > tr > td {
	vertical-align: middle;
}

#tblSummaryDetailsEdit > tbody > tr {
	border-bottom: 1px solid #e5e5e5;
}

	#tblSummaryDetailsEdit > tbody > tr:last-child {
		border-bottom: none;
	}

#tblSummaryDetailsEdit td, #tblSummaryDetailsEdit th {
	vertical-align: middle;
}

#tblSummaryDetailsEdit th {
	font-weight: 600;
}

.modal-header {
	background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	color: #fff;
}

	.modal-header button {
		color: #fff;
	}

		.modal-header button:hover {
			color: #fff;
		}

#secEntryAttributes {
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#alertRecordExists {
	margin-bottom: 0;
}

a[data-entryid="999999999"] {
	display: none !important;
}

#secEntryAttributes > table > tbody > tr > td {
	padding-right: 10px;
	padding-bottom: 10px;
}

	#secEntryAttributes > table > tbody > tr > td:last-child {
		padding-right: 0;
	}

#tblResponseOptions {
	width: 100%;
}

	#tblResponseOptions > tbody > tr > td {
		padding-top: 5px;
	}

	#tblResponseOptions > tbody > tr:first-child > td {
		padding-top: 0;
	}

	#tblResponseOptions > tfoot > tr > td {
		padding: 5px 0;
	}

[align="center"] {
	text-align: center;
}

[align="left"] {
	text-align: left;
}

[align="right"] {
	text-align: right;
}

.nav-tabs {
	border-bottom: 1px solid #006998;
}

ul.nav-tabs > li > a {
	color: #A6CE39;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#datafolioContainer {
	position: relative;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #006998;
	border-top: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)"; /*IE 8*/
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.3); /*FF 3.5+*/
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 5px 5px 3px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}

#tabEditEntry > div > div.btn-group {
	border-radius: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)"; /*IE 8*/
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5); /*FF 3.5+*/
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}

ul.nav-tabs > li.active > a {
	border-bottom-color: transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: #006998;
	border-bottom-color: transparent;
}

ul.nav-tabs > li.active > a,
caption > .panel-title {
	font-weight: 600;
	color: #006998;
}

ul.nav-tabs > li:not(.active) > a:hover {
	color: #fff;
	background-color: #A6CE39;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-style: italic;
}

#rblInputPeriod > tbody > tr > td {
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	/*border-radius: 4px;*/
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

	#rblInputPeriod > tbody > tr > td:first-child {
		border-radius: 4px 0 0 4px;
	}

	#rblInputPeriod > tbody > tr > td:last-child {
		border-radius: 0 4px 4px 0;
	}

#rblInputPeriod label {
	padding-left: 5px;
	cursor: pointer;
	margin: 0;
}

/*.dataTables_scrollHeadInner,
		.dataTables_scrollBody {
			font-size: smaller;
			width: auto !important;
			margin: auto !important;
		}*/
#gvStudents, #gvQuestions {
	font-size: smaller;
}

	#gvStudents > tbody > tr:hover > td {
		font-weight: bolder;
	}

	#gvStudents > tbody > tr > td > span.aspNetDisabled,
	#gvStudents > tbody > tr > td > span.aspNetDisabled > input[type="checkbox"] {
		opacity: 1 !important;
	}

	#gvQuestions > tbody > tr > td > div.popover {
		max-width: 500px;
	}

div.popover-content ol,
div.popover-content ul {
	margin-left: 30px;
}

textarea.form-control {
	resize: vertical;
	min-height: 34px;
}

.label {
	display: inline-block;
	margin-bottom: 0;
	border: 1px solid;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}

.label-primary {
	background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 10px;
}

#tblResponseOptions > tbody > t > td > div > span.input-group-btn > button {
	opacity: .25;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	#tblResponseOptions > tbody > t > td > div > span.input-group-btn > button:hover {
		opacity: 1;
	}

.alert h4 {
	margin-top: 0;
	color: inherit;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.selected {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
	background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
	background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x;
}

	.selected a {
		color: #a94442;
		font-weight: bold;
	}

.wrapper {
	position: relative;
	width: 100%;
	max-height: 60vh;
	overflow-y: auto;
}

	.wrapper table > thead > tr > th {
		position: sticky;
		top: 0;
		z-index: 1;
	}

.teacher-data-mafs,
.teacher-data-lafs {
	background-color: #fff !important;
	color: rgb(49, 112, 143) !important;
}

#navFilterSelection {
	display: none;
}

div.form-control {
	height: auto;
	resize: vertical;
	min-height: 34px;
}

.response-container {
	height: auto;
	max-height: 50vh;
	overflow-y: auto;
	position: relative !important;
	cursor: pointer;
	background-color: #fafaff !important;
}

	.response-container > p:last-child {
		margin-bottom: 0;
	}

.gridview-pager {
	color: #31708f;
	background-color: #FFF;
	border: none;
}

	.gridview-pager table > tbody > tr > td > span {
		color: #fff;
		background-color: #5cb85c;
		border-color: #4cae4c;
		font-weight: bold;
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
		background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
		background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
		background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		background-repeat: repeat-x;
		border-color: #3e8f3e;
		text-shadow: 0 -1px 0 rgba(0,0,0,.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	}

.table-bordered th,
.table-bordered th {
	border-color: #00B3F0 !important;
}

.gridview-pager table > tbody > tr > td > a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #00B3F0;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

	.gridview-pager table > tbody > tr > td > a:hover {
		color: #31708f;
		/*font-weight: bold;*/
		text-decoration: none;
		text-shadow: 0 -1px 0 rgba(0,0,0,.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	}

/*tr.table-header > th {
	font-weight: bold;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
	background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x;
}*/

tr.table-header > th > a {
	display: block;
	width: 100%;
	white-space: nowrap;
	color: currentColor !important;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
	white-space: nowrap;
}

.table-periods td,
.table-periods th {
	color: #000;
	text-align: center;
	font-size: smaller;
}

.table-periods > tbody > tr.active > td {
	font-weight: bolder;
}

.FilterSelection.aspNetDisabled {
	display: none !important;
}

.imageButtom {
	border-radius: 3px;
	position: relative;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.imageButtom:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#006998)"; /*IE 8*/
		-moz-box-shadow: 0 0 5px 1px #006998; /*FF 3.5+*/
		-webkit-box-shadow: 0 0 5px 1px #006998; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
		box-shadow: 0 0 5px 1px #006998; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#006998); /*IE 5.5-7*/
	}

#alertRecordExists > div > div > div {
}

#gvStudents td, #gvStudents th {
	vertical-align: middle;
}

.chosen-container {
	font-weight: normal;
}

.form-control-data {
	text-align: right;
	border-radius: 3px;
	color: #006998;
	border-color: #ddd;
	BORDER-STYLE: inset;
	border-width: 1px;
}

select.form-control-data {
	padding: 3px 0;
}

.link-button {
	opacity: .5;
	font-size: medium;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.link-button:hover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)"; /*IE 8*/
		text-shadow: 2px 2px 1px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000); /*IE 5.5-7*/
	}

.row-updating {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

tr.ContentAverage > td {
	font-weight: 600;
	color: #31708f;
	background-color: #d9edf7;
	border: 1px solid #00B3F0;
	background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
	background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x;
}

span.input-group-addon.optionLetter {
	background-color: #fff;
}

.nav-sm > li > a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	text-align: center;
}

#datafolioContainer a[data-toggle="collapse"]::after {
	position: relative;
	float: right;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

#datafolioContainer a[data-toggle="collapse"][aria-expanded="true"]::after {
	content: "\e113";
}

#datafolioContainer a[data-toggle="collapse"][aria-expanded="false"]::after {
	content: "\e114";
}

#tabQuestions {
	background-image: url("/images/icons-gif/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: center;
	background-origin: padding-box;
	background-size: 100px;
}

.aspNetDisabled {
	background-color: #fff;
	opacity: 1 !important;
	position: relative;
}

	.aspNetDisabled:hover::after {
		content: "Read only";
		font-size: smaller;
		position: absolute;
		top: -5px;
		font-style: italic;
		color: #b92c28;
	}

tr.teacher-overal > td {
	font-weight: bold;
}

#gvGrowthEvidence > thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

	#gvGrowthEvidence > thead > tr:nth-child(1) > th {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	#gvGrowthEvidence > thead > tr:nth-child(2) > th {
		position: -webkit-sticky;
		position: sticky;
		top: 27px;
	}

tr.student-row-overall > td {
	font-weight: bold;
}

tr.student-data-avg > td {
	color: #31708f;
	font-weight: bold;
	background-color: aliceblue;
}

#gvGrowthEvidence {
	border-collapse: separate !important;
	margin-bottom: 0;
}

#DWFilterMainContainer {
	max-height: none !important;
	overflow: unset !important;
}

.form-horizontal > label,
.form-inline > label {
	margin-right: 1em;
}

	.form-horizontal > label:last-child,
	.form-inline > label:last-child {
		margin-right: 0;
	}

#gvDatafolioSummary_wrapper div {
	display: block;
}

.radio-button-list > label {
	margin-right: 1em !important;
	padding: 0 !important;
}

	.radio-button-list > label:last-child {
		margin-right: 0 !important;
	}

	.radio-button-list > label > span {
		margin-left: .3em !important;
	}

#secEntryAttributes > div.form-group {
	margin: 0 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
}

	#secEntryAttributes > div.form-group > label > span.control-label {
		padding-top: 0;
		font-size: smaller;
	}

label > select,
lebel > input {
	font-weight: normal;
}

.text-sm {
	font-size: smaller;
}

.popover-title {
	background-color: darkslategray;
	color: #fff;
	font-weight: bold;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
}

#gvStudentsContainer > div {
	max-height: 65vh;
	overflow-y: scroll;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.table-header > th {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 6px;
}

.table-header a {
	color: #fff;
}

#gvStudents > thead > tr > th {
	z-index: 100;
	position: sticky !important;
	top: 0 !important;
	z-index: 100;
}

.table-row-even {
	background-color: #e9e9e9;
}

#modalOverrideManage > div > div > div:nth-child(2) {
	position: relative;
	max-height: 80vh;
	overflow-y: scroll;
}

#gvOverrideManager > tbody > tr.table-header > th {
	position: sticky;
	top: 1px;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline-block !important;
}

table.table-hover > tbody > tr > td {
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

table.table-hover > tbody > tr:hover > td{

}