@charset "UTF-8";
#ui-datepicker-div { display: none; }

/*body {
    font-family: "Trebuchet MS",Arial;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    -webkit-print-color-adjust:exact;
}

a {
    color: #000088;
    font-weight:bold;
}*/

/* .loadingIndicator {
	font-size: 48px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } */

.dropdown_overflow_workaround_button {
	font-size: 11px !important;
	line-height: 1.4555 !important;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.button_bad_styles_block {
	color: white !important;
}

.page-break	{ page-break-before: always; }

/* a:hover {
    color: #0000DD;
    font-weight:bold;
} */
a.blockBold:hover {
    font-weight: inherit;
}

fieldset.ailFieldset {
    padding: 1em 1em;
    border-radius: 10px;
    text-align: left;
}

legend.ailSmallLegend {
    font: bold 13px Arial, Verdana, sans-serif;
    padding: 0px 15px;
    text-align: left;
}
legend.ailMediumLegend {
    font: bold 16px Arial, Verdana, sans-serif;
    padding: 0px 15px;
    text-align: left;
}

select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	line-height: 15px;
	border: 1px solid #006;
    outline: none;
}

input:focus, textarea:focus, select:focus {
    outline: #35A5E5 auto 5px;
    outline-offset: -2px;
}

/* Custom css for jquery ui buttons */
.ui-button.selected_gradetags, .ui-button.selected_subjecttag, .ui-button.selected_customtag, .ui-button.teacher_tag {
    padding: 0.5em !important;
    margin-right: 3px !important;
    margin-bottom: 3px !important;
}

.ui-button.selected_gradetags span, .ui-button.selected_subjecttag span, .ui-button.selected_customtag span, .ui-button.teacher_tag span {
    display: inline-block !important;
    white-space: nowrap;
}

.ui-button-icon-secondary { vertical-align: middle; }
.ui-button.selected_gradetags { color: #A5000C !important; }
.ui-button.selected_subjecttag { color: #04AEEF !important; }
.ui-button.selected_customtag { color: #F2741F !important; }

.ui-button.teacher_tag { font-size: 11px; }

.goog-tooltip { z-index: 10; }

.shadow {
	-moz-box-shadow: 3px 3px 4px #606060;
	-webkit-box-shadow: 3px 3px 4px #606060;
	box-shadow: 3px 3px 4px #606060;
	/* For IE  - disables cleartype - see next*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060');
	}

.shadowtype {
	/*fixes cleartype in IE when used with class shadow*/
	position: relative;
	top: 0;
	left: 0;
}

.requiredField { color: #A5000C; }

.ail_input_watermark {
	color: #C0C0C0 !important;
}

.ailtooltip {
    margin: 8px;
    padding: 8px;
    color: #1c94c4;
    font-weight: 700;
    border: 2px solid #ccc;
    background-color: #f6f6f6;
    position: relative;
    z-index: 100;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
}

#aillogo_top {
	width: 175px;
}

#newsbanner {
	position: relative;
	height: 45px;
	top: 0;
	left: 0;
	margin-bottom: 0px !important;
}

#closebanner {
	position: absolute;
	z-index: 100;
	top: -5px;
	left: 5px;
	font-size: 22px;
	cursor: pointer;
	color: #514721;
}

#newsbannercontent {
	position: absolute;
	color: #514721;
	left: 80px;
	top: 15px;
	font-size: 18px;
	width: 750px;
}

#bannerctabutton {
	position: absolute;
	left: 900px;
	top: 15px;
}

#nopluginoverlay {
	z-index: 10000;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height:100%;
	background: black;
	color:white;
	opacity: 0.80;
}

#nopluginoverlay_msg {
	color: white;
	font-size: 36px;
	margin: 0 auto;
	position: relative;
	top: 10%;
	width: 450px;
}

#noplugoverlay_img {
	position: relative;
	margin: auto;
	top: 3%;
}

#noplugoverlay_img img {
	width: 50px;
}

/*layout and design stuff for blueprint grid */
container {
	border-radius: 10px 10px 0px 0px;
}

/* h1, h2, h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #2f2f2f;
}

h1 { font-size: 28px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; } 

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
} */

/* To keep reports from uglifying while we're in transition */
h3.ui-accordion-header {
	margin-bottom: 0px;
}

ul, ol { }

blockquote { }

a { color: #961A06; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

/* hr { display: none; } */

.hideall {
    display: none;
}

.ailbutton {
    font: 14px Arial, Verdana, Garuda, sans-serif;
    font-weight: bold;
}

.nobackground {
    background: none !important;
}

#function_search_container {
    width: 100%;
}

#function_search_container input[type="checkbox"] {
    position: relative;
    top: -0.1px;
    border: 0;
}

/* input.datepicker {
    font-size: 11px;
} */

.textcenter { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.ele-disabled { color: #AAAAAA !important; }

#wrapper {
}

/* Header */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 10px 10px 0px 0px;
}

.verticalHeader {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	white-space:nowrap;
	display:block;
}

#welcomemsg {
	float: left;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	left: 250px;
}

/* signup bar */
#signupbar {
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	border-radius: 5px;
	z-index: 1250;
}
#signupbar a {
	color: #fff;
	font-size: 14px;
}
#signedin_tools {
	text-align: right !important;
	font-size: 16px !important;
	font-weight: bold;
	positioni: relative;
	padding-right: 10px;
	padding-top: 7px;
}
#user_gear {
	text-align: right !important;
	position: relative;
	top: 5px;
}
#signin_menu {
	float: right;
	background-color: #EAF3FA;
	border: 5px solid #d11b1b;
	left: 0px;
	width: 320px;
	color: #696969;
	font-size: 12px;
	padding: 5px;
	display: none;
	z-index:100;
	position:absolute;

}

#signin_menu a {
	color: #696969;
}

#signin_menu input {
	width: 165px;
	font-weight: bold;
	border: 1px solid #808080;
	font-weight: bold;
	font-size: 18px;
	color: #808080;
	border-radius: 4px;
}

#signin_menu input[type=submit] {
	width: auto;
}

#signin_menu form input[type=submit]:hover {
	border-color: #000;
}

.profilenav {
	position: absolute;
	right: 20px;
	z-index: 2000;
	margin: 0;
	padding: 0;
	list-style-type:none !important;
}
.profilenav li {float: left;}
.profilenav a {
	display: block;
	line-height: 50px;
	color: #b6cadd;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}
.profilenav li:hover #settingslist { display: block; position: absolute;}

#settingslist {
	display: none;
	position: absolute;
	padding-top: 7px;
}
#settingslist hr {
	margin: 0;
}
#settingslist .sub {
	background: #fff;
	position: absolute;
	top: -7px;
	left: 6px;
	width: 150px;
	list-style-type:none !important;
	padding: 5px;
	border: 1px solid #2f2f2f;
}
#settingslist .sub li a{
	font-size: 14px !important;
	font-weight: bold;
	background: #fff !important;
	color: #037FAF !important;
	position: relative;
	display: block;
	text-decoration: none;
}
#settingslist .sub li a:hover{
	background: #037FAF !important;
	color: #fff !important;
	width: 150px;
	position: relative;
	display: block;
}
#settingslist .sub li a { color: #037FAF !important; padding-left: 2px; }

.smMainMenu {color: #037FAF !important; padding-left:3px;  font-size:11px;}

/* weather box */
#weatherbox {
	border: 1px solid #000;
}
#currtemp {
	position: absolute;
	left: 50px;
	top: 55px;
	font-size: 18px;
	color: #D11B1B;
}


/* Menu */
#menubar {
	position:absolute;
	z-index:-100;
	left: 0;
	width:100%;
	height:65px;
	padding: 0;
	background: #0095da;
	margin: 0;
	border-bottom: 1px solid #A0A09B;
}

#menucontainer {
	padding: 39px 0 0 0;
}

#menu {
	width: 100%;
	height: 25px;
	vertical-align: bottom;
	color: #666;
	padding-left: 20px;
}

#menu ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	vertical-align: bottom;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	//font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	zoom: 1;
    *display: inline;
	border-radius: 10px 10px 0px 0px;
}

#menu a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 20px;
	padding-top: 5px;
	margin: 0;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	//font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
}

#menu input.submit {
	display: block;
	float: left;
	width: 90px;
	height: 35px;
	padding: 10px 0px 0px 0px;
	background: #FF7700;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	//font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border:none;
	border-radius: 5px 5px 0px 0px;
}

#menu a:hover {
	background: #fff;
	color: #2f2f2f;
	text-decoration: none;
	position:relative;
	bottom:0%;
	border-top: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #fff;
}

#menu input:hover {
	background: #e0e9fe;
	text-decoration: none;
	border-bottom: 2px solid #d11b1b;
}

#menu ul li.active a  {
	background: #fff;
	color: #2f2f2f;
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #fff;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat left top;
}

#beginningYearCampusIdent {
    position: absolute;
    background-color: #880015;
    border-radius: 5px;
    border: 1px solid transparent;
    color: #FFFFFF;
    margin-left: 630px;
    width: 230px;
    padding: 5px 10px;
    margin-top: -20px;
    text-align: left;
    z-index: 10;
}

#beginningYearCampusIdent a {
    color: #FFFFFF !important;
    float: right;
}

/** LOGO */
#logo {
	padding: 0 0 0 0;
}

#banner {
	padding-bottom: 20px;
}

/* home page */
#leftside_home {
	text-align: left;
}
.hptoggletitle, #hpadhoc {
	position: relative;
	padding-top: 15px;
	width: 500px;
	font-size: 22px;
	color: #2f2f2f;
	text-decoration: none;
	font-weight: normal;
}
#hpadhoc:hover {
	text-decoration: underline;
}
.hptoggleheader a {
	color: #6f6f6f;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
.hptoggleheader a:hover, .hptoggleheader :hover {
	text-decoration: underline !important;
}
.hptogglebody {
	position: relative;
	display: none;
	font-size: 14px;
	color: #6f6f6f;
	width: 500px;
	clear: both;
}
.hptogglebody br {
	padding-left: 8px;
}
.hpdivline{
	width: 500px;
}
.hpreg {
	font-size: 12px;
}
.hphelpimg {
	width: 75px;
}
.hpmore {
	color: #ff6100;
}
.hpsteps {
	font-weight: bold;
	position: relative;
	float: left;
	width: 70px;
}
.hpstepcontent {
	position: relative;
	float: left;
	width: 430px;
}
#homepagehelp td {
	vertical-align: top;
	padding: 0;
	height: 80px !important;
}
.home-view-arrow {
	font-size: 60%;
	position: relative;
	top: -3px;
}
#pointingguy {
	position: relative;
	z-index: -100;
	left: -20px;
	top: 60px;
}
#homepagebanner {
	position: relative;
}
#homepagebanner img {
	width: 970px;
	position: relative;
	left: -30px;
}
#homepagebanner h3 {
	color: #fff;
	position: absolute;
	top: 38px;
	padding-left: 50px;
	font-size: 25px;
	text-transform: none;
}
#referTab {
			background-color: #0095DA;
			display: block;
			cursor: pointer;
			position: fixed;
			top: 43%;
			z-index: 200;
			background-position: left 0;
			right: 0;
			border: 1px solid #0095DA;
}
#referTab img {
	display: block;
}

/* admin homepage */

#admin_homepage_title {
	height: 60px;
	background: url(images/ail_bluegradient.jpg) repeat-x;
	position: relative;
}

/* #teacherlogins_title, #teacheractivations_title, #standardssummary_title {
	height: 40px;
	background: url(images/ail_bluegradient.jpg) repeat-x;
	position: relative;
	margin-top: 10px;
} */

/* #teacherlogins_title h3, #teacheractivations_title h3, #standardssummary_title h3 {
	color: #fff;
	padding-top: 5px;
} */

#admin_homepage_title h1 {
	color: #fff;
}

#admin_homepage_title h3 {
	color: #fff
}

/* #teacherlogins, #teacheractivations {
	border: 1px solid #d0d0d0;
} */

#admin_homepage_toolbar table tr td {
	position: relative;
	border: 1px solid #A0A09B;
	background: #F1F1F1;
}

/* Content */
#content{
	padding-top: 5px;
}

#contentwrapper {
	padding: 0px 10px 8px 10px;
}

.google-visualization-table .fixed-cols, .google-visualization-table .fixed-col-headers {
    position: absolute;
    top: 0;
    left: 0;
	overflow: hidden;
	
}

.google-visualization-table-td.frozen-column {
	background: white;
}

.google-visualization-table td a, .questionStats a {
    text-decoration: underline !important;
}

/* news content */
.news_title {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

.news_content {
	position: relative;
}

/* Sidebar */

#sidebar {
    //font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #5AA01B;
    margin: 35px 0px 0px 0px;
    padding: 35px;
    border-radius: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #E9E8DD;
	background: url(images/img08.gif) no-repeat left 18px;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	color: #EB5716;
}

#sidebar li li a:hover {
	color: #EB5716;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	background: url(images/img05.gif) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #543A2C;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}



/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
}
#footer_wrapper {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	top: 20px;
	border-top: 1px solid #a0a09b;
	background: #f1f1f1;
	padding: 30px 0;
    z-index: -1;
}


.footerblock {
	float: left;
	width: 220px;
	/*border-right: 1px dotted #ccc;*/
	padding-right: 10px;
	margin-bottom: 20px;
	min-height: 135px;
}


.footerblockend {
	float: left;
	width: 220px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.legal {
	clear: both;
	text-align: center;
	color: #2f2f2f;
}
.legal a {
	color: #961A06;
	text-align: left;
}

#footer p {
	margin: 0;
	/*padding: 10px 0px 0px 10px;*/
	padding: 5px 0;
	text-align: left;
	font-size: 10px;
	line-height: normal;
	color: #2f2f2f;
}

#footer h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	color: #2f2f2f !important;
	font-weight: bold;
	text-align: left;
}

#footer a {
	color: #2f2f2f;
	text-align: left;
}

#footer ul {
	list-style-type: none;
	padding: 0;

}

/* search styling for bp and fp */
/* div.searchboxbackground { */
	/* Fallback for web browsers that doesn't support RGBa */
	/* background: rgb(0, 0, 0); */
	/* RGBa with 0.6 opacity */
	/* background: rgba(0, 0, 0, 0.2); */
	/* zoom:1; */
	/* For IE 5.5 - 7*/
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dededede, endColorstr=#dededede); */
	/* For IE 8*/
    /* border-radius: 5px; */
/* } */

div.integratedSearchboxBackground {
    width: 100%;
    background: none;
}

div.integratedSearchboxBackground #searchlabel {
    color: #FFFFFF;
    width: 100%;
}

div.integratedSearchboxBackground #function_advsearch_form {
    width: 100%;
}

/* #function_advsearch_form label, span.subSearchlabel, #function_student_report_form label {
    color: #2f2f2f;
    font: 13px Verdana, Arial, sans-serif;
} */

div.integratedSearchboxBackground #function_advsearch_form label, div.integratedSearchboxBackground span.subSearchlabel {
    color: #FFFFFF;
    font: 13px Verdana, Arial, sans-serif;
}

/* #searchlabel, #filter_applied_label {
	font-size: 19px;
	color: #2f2f2f;
} */

#filter_applied_label {
    font-size: 13px;
    display: none;
}

div.integratedSearchboxBackground #filter_applied_label {
    color: #FFFFFF;
    width: 100%;
}

/* #function_advsearch_form input[type="text"], #function_student_report_form  input[type="text"]{
    border-radius: 4px;
    padding-left: 2px;
} */

/* #function_search_form, #function_student_report_form {
    position: relative;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
} */

/* #function_search_form #basic_search_button, .text_search_button {
    border: 1px solid #FFFFFF;
    border-radius: 0px 4px 4px 0px;
    background: #FFFFFF;
    vertical-align: middle;
    height: 25px;
    width: 27px;
    padding: 2px 0px;
} */

/* #function_search_form #basic_search_input, .text_search_input {
    border: 1px solid #FFFFFF !important;
    border-radius: 4px 0px 0px 4px;
	color: #050;
    font: bold 12px 'trebuchet ms', helvetica, sans-serif;
	width: 250px;
	height: 25px;
    padding-right: 5px;
    vertical-align: middle;
    margin: 0px;
    padding: 2px 0px;
} */

.text_search_input {
    border: 1px solid #000000 !important;
    border-radius: 4px;
    height: 30px;
}

/* #function_advsearch_form select, #function_student_report_form select {
    padding: 4px 0px;
    font: 12px Verdana, Arial, garuda, sans-serif;
    width: 190px;
    border-radius: 5px;
} */

.unavailable {
	border: #CCCCCC 2px solid;
	box-shadow: 0 0 5px rgba(100, 100, 100, 1);
    padding: 2px 10px;
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: #646464; /*rgb(53, 165, 229);*/
	opacity:.6
	}

/* #function_advsearch_form .inputFocusOut,  #function_student_report_form  .inputFocusOut{
	border: none;
    padding: 2px 10px;
} */

#function_advsearch_form .inputFocusIn,  #function_student_report_form  .inputFocusIn {
	position: relative;
	border: #35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
     padding: 3px 3px 2px 10px; 
	/* Fallback for web browsers that doesn't support RGBa */
	/* background: rgb(53, 165, 229); */
	/* RGBa with 0.6 opacity */
	background: rgba(53, 165, 229, 0.4);
	zoom:1;
	/* For IE 5.5 - 7*/
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#527f99, endColorstr=#527f99); */
	/* For IE 8*/
}

#function_advsearch_form .removeTextIcon, #function_student_report_form .removeTextIcon {
    cursor: pointer;
	display: none;
	position: absolute;
	top: -4px;
	right: 7px;
	z-index: 1;
}



#blueprint_search input {
	font: normal 13px Georgia, Verdana, san-serif;
	line-height: 15px;
	border: 1px solid #006;
}
#blueprint_title {
	padding: 0px;
	font-size: 15px;
	}
#blueprint_des {
	padding-top: 0px;
	margin: 0px;
	font-size: 12px;
}
.bpthumbnail {
	transform: scale(0.106);
	transform-origin: 0% 0%;
	-moz-transform: scale(0.106);
	-moz-transform-origin: 0% 0%;
	-webkit-transform: scale(0.106);
	-webkit-transform-origin: 0% 0%;
	-ms-transform: scale(0.106);
	-ms-transform-origin: 0% 0%;
	-o-transform: scale(0.106);
	-o-transform-origin: 0% 0%;
    margin-top: 1px;
    margin-left: 1px;
}
.bpthumbnailLarge {
	transform: scale(0.05);
	transform-origin: 0% 0%;
	-moz-transform: scale(0.05);
	-moz-transform-origin: 0% 0%;
	-webkit-transform: scale(0.05);
	-webkit-transform-origin: 0% 0%;
	-ms-transform: scale(0.05);
	-ms-transform-origin: 0% 0%;
	-o-transform: scale(0.05);
	-o-transform-origin: 0% 0%;
    margin-top: 1px;
    margin-left: 1px;
}

.bptnborder, .stuportal_thumbnail {
    border: 1px solid #2f2f2f;
    display: inline-block;
    height: 72px;
    width: 107px;
    margin-top: 6px;
}

.firstslide {
    width: 104px;
    height: 70px;
}

/* blueprint list css stuff */
#bpUserOptions, #fpUserOptions {
    margin-bottom: 20px;
    padding: 10px 0px;
    overflow: auto;
    width: 100%;
}

#bpUserOptions div, #fpUserOptions div {
    margin: 0 auto;
    text-align: center;
    float: left;
    position: relative;
    padding: 10px 0px;
}

.bptsel {
	color: #808080;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position:relative;

	margin-bottom: 25px;

	border: 1px solid #C6D9E9;
	background-color: #EAF3FA;
	z-index:2;
	text-align: left !important;
}

/* left justifies the tag list box text */
.curent_tag li {

	text-align: left !important;
}

.bptsel_hover {
	background-color: #C6D9E9;
}


.bp_list {
    border:1px;
    border-color:#1052a0;
    border-style:double double double double;

}
.bp_head {
    width:100%;
    height:30px;
    background-color:#000044;
    color: #fff;
    font-weight:bold;
    cursor: move;
}
.bp_headcontent {
    float:left;
    padding-left:5px;
}

#bp_headcontentnote, #bp_headcontentnote_user, #bp_headcontentnote_search, #fp_headcontentnote_search {
    float: right;
    padding-left: 5px;
    font-size: 9px;
    color: #549900;
    text-align: center;
}

#bp_headcontentnote_search, #fp_headcontentnote_search {
    color: #FFFFFF;
}

div.assessment_folder_contents {
	width: 100%;
	background-color:#F4F4F8;
	text-align: left;
    position: relative;
    overflow: visible;
}

.blueHighlight {
	border: #35A5E5 2px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(53, 165, 229);
	/* RGBa with 0.6 opacity */
	background: rgba(53, 165, 229, 0.4);
	zoom:1;
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aedbf5, endColorstr=#aedbf5);
	/* For IE 8*/
    font: 15px Arial, sans-serif;
}

p.bp_anchor {
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 0;
    max-width: 210px;
}

p.bp_anchor a {
    padding: 5px;
    font-size: 13px;
    text-decoration: underline;
}

p.bp_anchor_admin {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: -10px;
}

.bp_campus_title {
    font-weight: bold;
    font-size: 14px;
    color: #961A06;
}

li.actions a img {
	vertical-align: middle;
	margin-right: 10px;
}

li.activatelist a img {
	vertical-align: middle;
}

.search_arrow, .search_closedarrow, .bp_arrow, .bp_closedarrow {
	background: url(ui-lightness/images/ui-icons_ef8c08_256x240.png) no-repeat scroll left top;
	float: right;
	width: 15px;
    cursor: pointer;
}

.search_arrow, .bp_arrow {
	background-position: -64px -192px;
}

.search_closedarrow, .bp_closedarrow {
	background-position: -48px -192px;
}

/* itembank portal styling */
.itembankportal {
    position: relative;
    overflow: auto;
    background: #ecf6fc;
}

#itembankportal_filtertitle {
    xxcolor: #fff;
    font-size: 16px;
    text-align: left;
    margin: 10px;
    float: left;
}

#ibp_btncontainer {
    position: relative;
    margin: 10px;
    text-align: left;
    float: left;
    width: 600px;
}

#ibp_stancontainer {
    position: relative;
    margin: 10px;
    text-align: left;
}

#saveibsearchtags {
    font-size: 12px;
    margin-top: 7px;
}

.ibset {
    border: 1px solid black;
    width: 155px;
    float: left;
    padding: 5px;
    margin: 10px;
    height: 270px;
    text-align: left;
    position: relative;
    background: #fff;
}
.fibset {
    border: 1px solid black;
    width: 200px;
    float: left;
    padding: 5px;
    margin: 10px;
    height: 300px;
    text-align: left;
    position: relative;
    background: #fff;
}
.iblabels {
    font-weight: bold;
}
.launchibqportal {
    position: absolute !important;
    bottom: 0;
    left: 0;
    margin: 10px;
}
.ibset h3, .fibset h3 {
    font-size: 14px;
}
#outerfibs {
    height: 350px;
    overflow: hidden;
    overflow-x: scroll;
    width: 720px;
}
#innerfibs {
    xxwidth: 10000px;
    overflow: auto;
    white-space: nowrap;
}
.onerowfibs {
    display: inline-block;
    float: none;
}
/* end of itembank portal styling*/

table.bptable, table.studentstable {
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    width: 100%;
}

table.bptable th, table.studentstable th {
    background: #3e83c9;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 5px;
    width: auto;
}
table.bptable th.actions, table.studentstable th.actions {
    margin-right: 1px;
    margin-left: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

table.bptable th.title, table.studentstable th.title {
    text-align: left;
}

table.studentstable tr {
    vertical-align: top !important;
}

table.studentstablereports tr:nth-child(even) td{
    padding: 0;
}

table.bptable td, table.studentstable td {
    position: relative;
    padding: 6px 11px 5px 25px;
    xxborder-bottom: 2px solid #95bce2;
    vertical-align: top;
    font-size: 13px;
    width: auto;
}

table.bptable td.actions, table.studentstable td.actions {
    text-align: center;
    padding-left: 20px;
}

.sf-menu a {
    padding: 0.8em 1em !important;
}

table.sf-menu-actions, table.sf-menu-folders {
    margin: 0px;
    padding: 0px;
}

table td.presSelect {
    text-align: center;
    vertical-align: middle;
}

table td.presSelect input[type="checkbox"] {
    cursor: pointer;
}

table.bptable a, table.studentstable a {
	text-decoration: none
}

table.bptable td.performance, table.studentstable td.performance {
	padding-top:16px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

/*table.bptable tr.alt td,
table.bptable tr:nth-child(odd), table.tbodycontent tr:nth-child(odd) {
	background: #ecf6fc;
}*/

table.bptable tr.over td,
table.bptable tr:hover,
table.studentstable tr.over td,
table.studentstable tr.over:hover, table.tbodycontent tr.over td, 
table.tbodycontent tr.over:hover{
	background: #bcd4ec;
}

table.bptable tr.bpselect td, table.tbodycontent tr td {
	background:#ffffcc;
	cursor: pointer;
}

table.bptable tbody tr {
    cursor: move;
}

.student_portal_assessments_table table.bptable tbody tr {
    cursor: default;
}

table.bptable tbody tr.moveChecked {
    background-color:#C2FF84;
}

.toggleBody { display: none; }

#newBP {
	align: left;
	text-align: left;
	margin-bottom:10px;
}
#newBP a {
	text-align: center;
	width: 8em;
	height: 1.5em;
	background-color:#000044;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	text-decoration: none;
	color: #fff;
	cursor: default;
}
#newBP a:hover {
	text-align: center;
	width: 8em;
	height: 1.5em;
	background-color:#3e83c9;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	text-decoration: none;
	color: #fff;
	cursor: default;
}

#bp_vert_tabs {
     margin: auto;
     width: 950px;
     height: 100%;
}

#bp_vert_tabs > ul > li {
    width: 170px;
    word-wrap: break-word;
    min-height: 25px;
    background-color: #EAF3FA !important;
    cursor: pointer;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding: 6px 0px 8px 0px;
    border: 1px solid #666666;
    position: relative;
    font-size: 16px;
    color: #666666;
    border-bottom: none;
}

#bp_vert_tabs > ul > li:last-child {
    border-bottom: 1px solid #666666;
}

#bp_vert_tabs > ul > li.selected {
    border: 1px solid #000044;
    z-index: 10;
    background-color: #000044 !important;
    position: relative;
    color: #fff;
    font-size: 16px;
}
#bp_vert_tabs > ul {
    float: left;
    width: 170px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 30px;
}
#bp_vert_tabs > div {
    background-color: #000044;
    margin-left: 170px;
    border: 1px solid #000044;
    min-height: 100px;
    padding: 12px 6px 15px;
    position: relative;
    border-radius: 20px;
}
#bp_vert_tabs > div > h4 {
   color: #fff;
   font-size: 1.2em;
   padding-top: 5px;
   margin-top: 0;
}
#bp_vert_tabs > ul > li.assessmentDrop {
    background-color: #ffffcc !important;
}

#bp_vert_tabs .folderName, #blueprint-folder-tab-pane .folderName {
    display: none;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0095da;
    border-radius: 5px;
    padding: 3px 2px;
}

.bp_tab_box_header, .fp_tab_box_header {
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 0 0 10px 10px;
}

.bphere {
 	background: url('images/classhere_marker.png') no-repeat;
	position: absolute;
	margin-left: -18px;
	margin-top: -2px;
	width: 45px;
	height: 40px;
    display: none;
}

#bpGlobalActions {
    xxoverflow: hidden;
}

.bpvtabtitle {
	margin: 0px 15px;
}
/* new blueprint dialog styling */
span.info {
	font-style: italic;
	font-size: 10px;
	color:	#8a1f11;
}
.inputFocus {
	border: #35a5e5 2px solid !important;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 2px;
	background: #ECF6FC !important;
	zoom: 1;
}

/* end blueprint list css stuff ************************************************************************/

/**
 * Footprints list stuff
 */
#fp_vert_tabs, #students_vert_tabs {
     width: 100%;
     height: 100%;
}

div.reportChartWTable { margin-bottom: 40px; }

#fp_vert_tabs > div, #students_vert_tabs > div {
    background-color: #000044;
    border: 1px solid #000044;
    min-height: 100px;
    padding: 12px 6px 15px;
    position: relative;
    border-radius: 10px;
}

#fp_list {
    width:100%;
    border:1px;
    border-color:#1052a0;
    border-style:double double double double;

}
.fp_head {
    width:100%;
    height:30px;
    background-color:#000044;
    color: #fff;
    font-weight:bold;
    cursor: move;
}
.fp_headcontent {
    float:left;
    padding-left:5px;
}

#fp_body {
    /* The next 2 styles are for IE. They need to be here. */
	width: 100%;
	background-color:#F4F4F8;
	text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

#fp_anchor {
	margin-left: -10px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
}

#fp_anchor a {
	padding: 5px;
	font-size: 15px;
	margin-left: -10px;
}

#fp_anchor_admin {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: -10px;
}

#fp_campus_title {
	padding: 5px;
	font-size: 15px;
	margin-left: -10px;
	color: #961A06;
	font-weight:bold;
}

.fp_arrow, .fp_closedarrow {
	background: url(ui-lightness/images/ui-icons_ef8c08_256x240.png) no-repeat scroll left top #000044;
	float: right;
	width: 15px;
    cursor: pointer;
}

.fp_arrow {
	background-position: -64px -192px;
}

.fp_closedarrow {
	background-position:-48px -192px;
}

#fp input {
	border: 0;
}
#fp table {
    border-collapse: collapse;
    xxxfont-size: 1.1em;
}

#fp th.actions {
    margin-right: 1px;
    margin-left: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

#fp th.title{
    text-align: left;
}

#fp td {
    xxborder-bottom: 1px solid #95bce2;
    vertical-align: top;
    xxfont-size: 14px;
    padding: 0px;
}

#fp td.actions {
    margin-right: 1px;
    margin-left: 1px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}

#fp td.performance {
    padding-top:16px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

#fp tr.over td {
    background: #bcd4ec;
}

#fp tr:nth-child(even) {
    xxbackground: #ecf6fc;
}

#fp tr:hover, #fp tr.awaretest:hover {
    background: #bcd4ec !important;
}

#fp tr.bpselect td {
    background:#ffffcc;
    cursor: pointer;
}

.toggleHead {
    text-decoration: underline;
    font-weight: bold;
}

.fptoggleHead, .adminfptoggleHead {
	margin: 10px 0px;
}

.fptoggleReport {
	cursor: pointer;
}

.fptoggleBody {
    font-size: 14px;
    background:#ffffcc;
    clear: both;
    display: none;
}

.adminfptoggleBody {
    font-size: 14px;
    xxmargin-left: 10px;
    background:#ffffcc;
    display: none;
    clear: both;
}

.reports_fpvtab {
    margin: auto;
    width: 900px;
    height: 100%;
}
.reports_fpvtab > ul > li {
    width: 150px;
    height: 25px;
    background-color: #fff !important;
    cursor: pointer;
    list-style-type: none;
    display: inline;
    text-align: center;
    margin: auto;
    padding: 10px;
    border: 1px solid #fff;
    position: relative;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #EAF3FA;
    border-radius: 5px 5px 0 0;
    color: #676767;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.reports_fpvtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    z-index: 10;
    background-color: #EAF3FA !important;
    position: relative;
    color: #000000;
}

.reports_fpvtab > ul {
    left: 10px;
    width: 150px;
    text-align: left;
    display: block;
    width: 80%;
    margin: auto 0;
    padding: 0;
    position: relative;
}

.reports_fpvtab > div {
    background-color: #EAF3FA;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 12px;
    position: relative;
    z-index: 9;
    border-radius: 5px;
}

.reports_fpvtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}
.reports_fpvtab  h3 {
    padding-left: 30px;
}

/*#fpatcheck, #fpatcheck, #fpatname, #fpatnumassess, #fpatnumsessions, #fpatscores, #fpatdate, #fpatactions,
.fpaname, .fpanumassess, .fpanumsessions, .fpascores, .fpadate {
    padding: 5px;
    float: left;
}

#fpatnumassess, #fpatnumsessions, #fpatscores, #fpatdate, #fpatactions,
.fpanumassess, .fpanumsessions, .fpascores, .fpadate {
    width: 110px;
    text-align: center;
}

#fpatcheck{
	width: 60px;
	text-align: center;
}

#fpatname {
	width: 240px;
}*/

.fpaname {
	clear: right;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	color: #961A06;
	width: 240px;
}

.fpaactions {
    text-align: center;
}

/*#plcfpatcheck, #plcfpatname, #plcfpatnumassess,  #plcfpatnumsessions, #plcfpatscores, #plcfpatdate {
    float: left;
    padding: 5px;
}
#plcfpatcheck { width: 60px; }
#plcfpatname { width: 170px; }
#plcfpatnumassess { width: 130px; }
#plcfpatnumsessions { width: 70px; }
#plcfpatscores { width: 100px; }
#plcfpatdate { width: 90px; }*/

.plcfpaname, .plcfpanumassess, .plcfpanumsessions, .plcfpascores, .plcfpadate {
    //float: left;
    padding: 5px;
    text-align: center;
    height: 50px;
}

.plcfpaname {
    //clear: right;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-right:10px;
    color: #961A06;
    //width: 170px;
    text-align: left;
    cursor: pointer;
}
/*.plcfpanumassess { width: 105px; }
.plcfpanumsessions { width: 85px; }
.plcfpascores { width: 95px; }
.plcfpadate { width: 95px; }*/

#timetoassess {
	background: #ffffff;
	color: #808080;
	font-size: 18px;
	border: 5px solid #3e83c9;
}
#fptitle {
	font-size: 18px;
}

/**
 * Reports View
 */
#stuportal_fptname {
	float: left;
	clear: right;
	width: 430px;
    padding: 5px;
    text-align: left;
}
#stuportal_fptroster {
	float: left;
    padding: 5px;
	width: 115px;
    text-align: left;
}
#stuportal_fptscores {
	float: left;
	width: 95px;
    padding: 5px;
    text-align: center;
}
#stuportal_fptdate {
	float: left;
	width: 60px;
    padding: 5px;
    text-align: center;
}

#fptactivate {
	float: left;
	width: 60px;
    padding: 5px;
    text-align: center;
}
#fptexport {
	float: left;
	width: 60px;
    padding: 5px;
    text-align: center;
}
#fptdelete {
	float: left;
    padding: 5px;
    text-align: center;
}
.gearimg {
	position: absolute;
	top: 3px;
}
.gearbutton {
	padding-right: 20px !important;
}
.stuportal_fpname {;
    font-size: 14px;
    margin-left: 20px;
    padding: 5px;
    padding-left: 5px;
    line-height: 18px;
}

.fptoggleReport, .stuportal_fpname span {
    color: #961A06;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.stuportal_action_email, .stuportal_action_review, .stuportal_fpdate, .stuportal_fpscores, .stuportal_fproster {
    padding: 5px;
}

.stuportal_fproster {
    text-align: left;
}
.fpnumassess {
    text-align: center;
}
.fpscores, .stuportal_fpscores {
    text-align: center;
}
.fpdate, .stuportal_fpdate {
    text-align: center;
}


table.reportSmartPrintTable {
    width: 100%;
}

td.reportSmartPrintHeader {
    font-size: 19px;
    border: 1px solid #000000;
}

td.reportSmartPrintNoWrap {
    white-space: nowrap;
    border: 1px solid #000000;
    font-size: 17px;
}

td.reportSmartPrintData {
    border: 1px solid #000000;
    font-size: 17px;
    text-align: center;
}

/**
 * Students Portal Reports
 */
#stuportal_fptname { width: 310px; margin-left: 10px; }
#stuportal_fptscores { width: 120px; }
#stuportal_fptdate { width: 150px; }

.stuportal_fpname { width: 265px; margin-left: 0px; }
.stuportal_fproster { width: 180px; }
.stuportal_fpscores { width: 70px; }
.stuportal_fpdate { width: 205px; }

.stuportal_action_email { }
/*
.studentstable .stuportal_fpvtab {
    margin: auto;
    width: 800px;
    height: 100%;
}
.studentstable .stuportal_fpvtab > ul > li {
    width: 150px;
    height: 25px;
    background-color: #fff !important;
    cursor: pointer;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.studentstable .stuportal_fpvtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #EAF3FA !important;
    position: relative;
}

.studentstable .stuportal_fpvtab > ul {
    float: left;
    width: 150px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 30px;
}
.studentstable .stuportal_fpvtab > div {
    background-color: #EAF3FA;
    margin-left: 150px;
    border: 1px solid #ddd;
    min-height: 400px;
    padding: 12px;
    position: relative;
    z-index: 9;
    border-radius: 20px;
}
.studentstable .stuportal_fpvtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}
.studentstable .stuportal_fpvtab  h3 {
    padding-left: 30px;
}
*/

.stuportal_fpvtab {
    margin: auto;
    height: 100%;
}
.stuportal_fpvtab > ul > li {
    width: 150px;
    height: 25px;
    background-color: #fff !important;
    cursor: pointer;
    list-style-type: none;
    display: inline;
    text-align: center;
    margin: auto;
    padding: 10px;
    border: 1px solid #fff;
    position: relative;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #EAF3FA;
    border-radius: 5px 5px 0 0;
    color: #676767;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.stuportal_fpvtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    z-index: 10;
    background-color: #EAF3FA !important;
    position: relative;
    color: #000000;
}

.stuportal_fpvtab > ul {
    left: 10px;
    width: 150px;
    text-align: left;
    display: block;
    width: 80%;
    margin: auto 0;
    padding: 0;
    position: relative;
}

.stuportal_fpvtab > div {
    background-color: #EAF3FA;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 12px;
    position: relative;
    z-index: 9;
    border-radius: 5px;
}

.stuportal_fpvtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}
.stuportal_fpvtab  h3 {
    padding-left: 30px;
}

.studentstable .fptoggleBody {
    padding: 30px 0px;
}

.studentstable .stuportal_stufeedback {
    background: #FFFFFF !important;
}

/**
 * Vertical tab stuff for footprint edit key
 */
.fpekvtab {
    margin: auto;
    width: 860px;
    height: 100%;
}
.editkey_footer button {
    left: 675px;
    margin: 20px 0 5px 0;
}
.fpekvtab > ul > li {
    width: 150px;
    height: 25px;
    background-color: #fff !important;
    cursor: pointer;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.fpekvtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #EAF3FA !important;
    position: relative;
}
.fpekvtab > ul {
    float: left;
    width: 150px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 30px;
}
.fpekvtab > div {
    background-color: #EAF3FA;
    xxmargin-left: 150px;
    border: 1px solid #ddd;
    padding: 12px;
    position: relative;
    z-index: 9;
    border-radius: 20px;
}
.fpekvtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}
.fpekvtab h3 {
    padding-left: 30px;
}
.fpeknotice_text {
    font-size: 16px;
}
.editkeyheader {
    xxbackground: url("images/qklight.png") repeat-x left top #E78F08;
    color: #000;
    xxborder: 1px solid #e78f08;
    font-weight: bold;
    padding: 3px;
}
.editassessment{
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}
.editkeyquestion {
    background: url("ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png")repeat-x scroll 50% top #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
    padding: 3px;
}
.editkeyquesno {
    xxbackground: url("images/qklight.png") repeat-x left top #E78F08;
    xxborder: 1px solid #E78F08;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 40px;
}
.editkeyon, .omitkeyon {
    background-color: blue;
    color: #fff;
}
.editkeychoiceon {
    background: url("images/choiceon.png") repeat-x left top;
    color: #000;
    border:1px solid #D5D5D5;
    padding: 2px;
}
.editkey_hover {
    background-color: #696969;
    color: #fff;
}
.editkeyans {
    width: 30px;
    border:1px solid #D5D5D5 !important;
    //font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:14px;
    padding:2px;
    cursor: pointer;
}
.multipleCorrect, .countomit {
    display: block;
    margin: 0 auto;
    width: 120px;
    border: 1px solid #D5D5D5 !important;
    //font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 2px;
    cursor: pointer;
}

.countomit {
    width: 60px;
    margin-right: 30px;
}

.editkeyno_ans {
    min-width: 30px;
    border:1px solid #D5D5D5;
    //font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:14px;
    padding:2px;
}
.editkeysaveques {
    min-width: 30px;
    border:1px solid #D5D5D5;
    //font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:14px;
    padding:2px;
}

.editkey_answer_header, .editkey_multiple_correct_header, .editkey_omit_header, .editkey_standards_header, .editkey_points_header, .editkey_points {
    position: relative;
    display: inline-block;
}

.editkey_answer_header { left: 40px; }
.editkey_multiple_correct_header { left: 93px; }
.editkey_omit_header { left: 120px; }
.editkey_standards_header { left: 140px; }
.editkey_points_header { left: 195px; }
.editkey_points {
    left: 30px;
    width: 120px;
    display: inline-block;
    top: -15px;
}
.qpts {
    position: absolute;
    left: 2px;
}

.editkey_qup, .editkey_qdown {
    position: absolute;
    color: #2959A1;
    font-size: 13px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.editkey_qup {
    left: 50px;
    top: -7px;
}
.editkey_qdown {
    top: 5px;
    left: 50px;
}
.qpercent {
    position: absolute;
    left: 75px;
}
#totalqpts {
    position: relative;
    left: 720px;
    width: 110px;
}
.editkey_answercontainer {
    width: 180px;
    padding-left: 15px;
    padding-right: 10px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    _height: 30px
}
.editkey_answercontainer_cover {
    width: 210px;
    position: absolute;
    background-color: #606060;
    //font-family: 'tahoma';
    font-size: 15px;
    color: white;
    opacity: 0.8; /* transparency */
    filter: alpha(opacity=60); /* IE transparency */
    text-align: center;
    visibility: hidden;
    height: 23px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    _height: 30px
}
.multiple_correctbutton, .editkey_omitbutton {
    position: relative;
    width: 160px;
    margin-right: 15px;
    vertical-align: top;
    display: inline-block;
    zoom:1;
    *display: inline;
    _height: 30px
}

.editkey_omitbutton {
    width: 110px;
}
.editkey_standards {
    width: 110px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    zoom:1;
    *display: inline;
    _height: 30px
}
.closeeknotice {
    float: right;
    cursor: pointer;
}
.oldassessment {
    margin: 20px 5px 20px 5px;
    height: 100px;
}

#plctcheck{
	float: left;
	padding: 5px;
	width: 60px;
	text-align: center;
}

#plctname {
	float: left;
	clear: right;
	width: 217px;
	padding: 5px;
	padding-left: 11px;
	text-align: left;
}

#plctroster{
	float: left;
	padding: 5px;
	width: 160px;
	text-align: left;
}

#plctnumassess {
	float: left;
	width: 60px;
	padding: 5px;
	text-align: center;
}

#plctscores {
	float: left;
	width: 120px;
	padding: 5px;
	text-align: center;
}

#plctdate {
	float: left;
	width: 80px;
	padding: 5px;
	text-align: center;
}

#plccheck{
	float: left;
	width: 60px;
	text-align: center;
}



#plcroster{
	float: left;
	padding: 5px;
	width: 155px;
}

#plcnumassess {
	float: left;
	padding: 5px;
	width: 70px;
	text-align: center;
}

#plcscores {
	float: left;
	padding-left: 15px;
	width: 90px;
	text-align: center;
}

#plcdate {
	float: left;
	padding-left: 35px;
	width: 60px;
	text-align: center;
}

#plc_vert_tabs {
     margin: auto;
     width: 950px;
     height: 100%;
}

#plc_vert_tabs > ul > li {
    width: 170px;
    height: 25px;
    background-color: #EAF3FA !important;
    cursor: pointer;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid #666666;
    position: relative;
    border-right: none;
    font-size: 16px;
    color: #666666;
}

#plc_vert_tabs > ul > li.selected {
    border: 1px solid #000044;
    border-right: none;
    z-index: 10;
    background-color: #000044 !important;
    position: relative;
    color: #fff;
    font-size: 16px;
}

#plc_vert_tabs > ul {
    float: left;
    width: 170px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 30px;
}

#plc_vert_tabs > div {
    background-color: #000044;
    margin-left: 170px;
    border: 1px solid #000044;
    min-height: 100px;
    padding: 12px 6px 15px;
    position: relative;
    border-radius: 20px;
}

#plc_vert_tabs > div > h4 {
   color: #fff;
   font-size: 1.2em;
   padding-top: 5px;
   margin-top: 0;
}

#plc_tab_box_header {
	height: 40px;
}

.plc_tab_box_header_title {
	left: 5px;;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 0 0 10px 10px;
	position: absolute;
}

.plchere {
 	background: url('images/classhere_marker.png') no-repeat;
	position: absolute;
	margin-left: -18px;
	margin-top: -2px;
	width: 45px;
	height: 40px;
}

.plcvtabtitle {
	margin-left: 15px;
}

.plc_agg_button {
	left: 600px;
	position: absolute;
	padding:0 10px 10px 0;
}

#plcmemberheader, #district_plcmemberheader, #plcAdminManage, #teachers_and_admins {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-size: 16px;
	border-collapse: collapse;
	width: 100%;

}

#plcmemberheader td, #district_plcmemberheader td, #plcAdminManage td, #teachers_and_admins td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-size: 16px;
	padding: 10px;
}

#plcmemberheader tr.over td, #district_plcmemberheader tr.over td, #plcAdminManage tr.over td, #teachers_and_admins tr.over td {
	background: #bcd4ec;
}

#plcmemberheader tr:hover , #district_plcmemberheader tr:hover, #teachers_and_admins tr:hover {
	background: #bcd4ec;

}

.plcmember_stripeMe th{
  	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}

.plcmember_stripeMe td{
  	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}

.plcmember_stripeMe th[id=usertype]
{

  	font-size: 14px;
	padding-left: 20px;
	text-align: left;
}

.plcmember_stripeMe tr:hover th[scope=col]
{
  	cursor: pointer;
}

#plcAdminManage .plcMembersDiv, #plcAdminManage .savePLCName {
    display: none;
}

#plcrosterheader {
	background: #000044;
	color: #fff;
	font-size: 18px;
	min-height: 60px;
    padding: 10px 5px 0px 5px;
}

#plcrosterheader #member_buttons {
    font: bold 13px 'Trebuchet MS', helvetica, sans-serif;
    text-align: left;
}

#plcname input {
	background: transparent;
	border: 0;
	color: #666;
	height: 55px;
	font: bold 22px verdana, arial, sans-serif;
}

#numplcmembers{
	background: #2f2f2f;
	color: #fff;
	position: relative;
	float: right;
	width: 120px;
	height: 100%;
    border-radius: 0px 0px 20px 0px;
}
#mastery_slider {
	width: 550px;
	margin-left: 10px;
}
.mlevels {
 	padding: 1px;
 	position: absolute;
}

#plcname input:hover {
	background: #ffffcc;
}
#plcname input:focus {
	background: #ffffff;
	border: 2px dotted #666;
}
#plcname input.ieFocus {
	background: #ffffff;
	border: 2px dotted #666;
}
/* insight specific styling */
.mp_inst_step, .stepsHeading {
	font-size: 32px;
	position: relative;
	padding-right: 5px;
	float: left;
}
.mp_help_text{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 5px;
    text-align: center;
}
.mp_help_text_title {
    font: small-caps 15px Verdana, Arial, garuda, sans-serif;
}
.mp_help_box{
	background: #000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
    border-radius: 5px;
    width: 200px;
	height: 100px;
}
#mp_help_one{
	position: absolute;
	top: 13px;
	left: 255px;
}
#mp_help_two{
	position: absolute;
	top: 136px;
	left: 475px;
}
#mp_help_three{
	position: absolute;
	top: 330px;
	left: 492px;
}
#mp_help_four{
	position: absolute;
	top: 505px;
	left: 380px;
}
#mp_help_five{
	position: absolute;
	top: 505px;
	left: 125px;
}
#mp_help_six{
	position: absolute;
	top: 330px;
	left: 15px;
}
#mp_help_seven{
	position: absolute;
	top: 136px;
	left: 35px;
}
#insight_title {
	text-align: center !important;
}
#insight_title textarea {
	background: transparent;
	border: 0;
	color: #FFFFFF;
	height: 40px;
	font: bold 22px verdana, arial, sans-serif;
}
#insight_title textarea:hover {
	background: #ffffcc;
    color: #000000;
}
#insight_title textarea:focus {
	background: #ffffff;
	border: 2px dotted #666;
    color: #000000;
}
#insight_title textarea.ieFocus {
	background: #ffffff;
	border: 2px dotted #666;
    color: #000000;
}
#insight_body {
    /* The next 2 styles are for IE. They need to be here. */
	width: 100%;
	background-color:#F4F4F8;
	text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-radius: 0 0 20px 20px;
}
.insightRTETitles {
	background: none repeat scroll 0pt 0pt #3E83C9;
	color: #ffffff;
	font-size: 14px;
}

#ist {
    table-layout: fixed;
    word-wrap: break-word;
}

#ist input {
	border: 0;
}
#ist table {
	border-collapse: collapse;
	font-size: 1.1em;
}

#ist th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 12px;
}
#ist th.actions {
	margin-right: 1px;
	margin-left: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
#ist th.title{
	text-align: left;

	}

#ist td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-size: 14px;
}

#ist td.actions {
	margin-right: 1px;
	margin-left: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
}

#ist td.performance {
	padding-top:16px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	}

#ist tr.alt {
	background: #ecf6fc;
}

#ist tr.over td {
	background: #bcd4ec;

}

#ist tr.bpselect td {
	background:#ffffcc;
	cursor: pointer;
}
#isttname {
    padding: 5px;
    text-align: left;
    margin-left: 10px;
}
#isttdate {
    padding: 5px;
    text-align: center;
}
#isttstandards {
    padding: 5px;
    text-align: center;
}
#isttchange {
    padding: 5px;
    text-align: center;
}
#isttactions {
    padding: 5px;
    text-align: center;
}
.istname {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    color: #961A06;
    padding: 5px;
    padding-left: 5px;
}
.iststandards {
    padding: 5px;
    text-align: center;
}
.istchange {
    padding: 5px;
    text-align: center;

}
.istdate {
    padding: 5px;
    text-align: center;
}
.istactions {
    text-align: left;
    padding: 5px;
}
.insight_tab_body {
	border-radius: 0 0 20px 20px;
}
#insight_assess_list {
	overflow: auto;
	height: 255px;
	background: #fff;
}
#ist_assess_name {
	float: left;
	clear: right;
	width: 440px;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
}
#ist_assess_date {
	float: left;
	width: 100px;
	padding: 5px;
	text-align: center;
}
#ist_assess_questions {
	float: left;
	width: 60px;
	padding: 5px;
	text-align: center;
}
#ist_assess_score {
	float: left;
	width: 120px;
	padding: 5px;
	text-align: center;
}
.ist_assess_name {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	color: #961A06;
	padding: 5px;
	padding-left: 5px;
}
.ist_assess_date {
	padding: 5px;
	text-align: center;
}
.ist_assess_questions {
	float: left;
	padding: 5px;
	width: 102px;
	text-align: center;

}
.ist_assess_score {
	float: left;
	padding: 5px;
	width: 100px;
	text-align: center;
}
#insight_assess_footer {
	float: right;
	font-size: 14px!important;
	margin: 12px 15px 0 0;
}
#insight_pretest_summary, #insight_posttest_summary, #insight_tresults_summary {
	padding: 20px;
}
.inserttest {
	cursor: pointer;
}

.insight_no_test_notice {
    font-size: 16px;
    padding-top: 15px;
}

#insight_pretest_body, #insight_posttest_body, #insight_tresults_body, #insight_analyze_body, #insight_strat_body, #insight_reflect_body {
    background: #ffffcc;
    border-radius: 0 0 20px 20px;
}
#insight_pretest_detail div.insight_gvcontainer, #insight_posttest_detail div.insight_gvcontainer, #insight_tresults_detail div.insight_gvcontainer {
    margin: 0px auto;
    width: 100%;
}
#insight_pretest_name, #insight_posttest_name, #insight_tresults_name {
    font-size: 18px !important;
    text-align: left !important;
    xxbackground: #FFFFFF;
    xxwidth: 730px !important;
    padding: 10px;
}

#insight_pretest_detail, #insight_posttest_detail, #insight_tresults_detail {
	margin:auto;
	width:100%;
	height:100%;
}
#insight_pretest_detail > ul > li, #insight_posttest_detail > ul > li, #insight_tresults_detail > ul > li {
	width:150px;
	height:25px;
	font-size: 14px !important;
	background-color:#fff !important;
	cursor:pointer;
	list-style-type:none;
	display:block;
	text-align:center;
	margin:auto;
	padding-bottom:10px;
	border:1px solid #fff;
	position:relative;
	border-right:none;
	opacity:.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#insight_pretest_detail > ul > li.selected, #insight_posttest_detail > ul > li.selected, #insight_tresults_detail > ul > li.selected {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	border:1px solid #ddd;
	border-right:none;
	z-index:10;
	background-color:#EAF3FA !important;
	position:relative;
}
#insight_pretest_detail > ul, #insight_posttest_detail > ul, #insight_tresults_detail > ul {
	float:left;
	width:150px;
	text-align:left;
	display:block;
	margin:auto 0;
	padding:0;
	position:relative;
	top:30px;
}
#insight_pretest_detail > div, #insight_posttest_detail > div, #insight_tresults_detail > div {
	background-color:#EAF3FA;
	margin-left:150px;
	border:1px solid #ddd;
	min-height:500px;
	padding:12px;
	position:relative;
	z-index:9;
	border-radius:20px;
}
#insight_pretest_detail > div > h4, #insight_posttest_detail > div > h4, #insight_tresults_detail > div > h4 {
	color:#800;
	font-size:1.2em;
	border-bottom:1px dotted #800;
	padding-top:5px;
	margin-top:0;
}

.insight_instructions {
    color: #000000;
    padding: 5px 15px;
    font-size: 15px;
}

#insight_strat_table {
    border-collapse: collapse;
}

#insight_strat_table td {
    text-align: center;
    position: relative;
}

#insight_strat_table td textarea {
    margin: 0px auto;
    overflow-wrap:break-word;
}

#insight_strat_table .strat_title {
    padding: 5px 10px;
    font: bold 16px Arial, Garuda, sans-serif;
    width: 170px;
    background: #3E83C9;
    color: #FFFFFF;
}

#insight_strat_table .strat_vertTitleCell {
    font: bold 16px Arial, Garuda, sans-serif;
    background: #3E83C9;
    color: #FFFFFF;
    width: 50px !important;
}

#insight_strat_table .strat_verttitle {
    padding: 5px 10px;
    font-size: 16px;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 30px;
    position: relative;
}

#insight_analyze_table {
    border-collapse: collapse;
}

#insight_analyze_table td {
    text-align: center;
    position: relative;
}

#insight_analyze_table td textarea {
    margin: 0px auto;
    overflow-wrap:break-word;
}

#insight_analyze_table .analyze_title {
    padding: 5px 10px;
    font: bold 16px Arial, Garuda, sans-serif;
    width: 270px;
    background: #3E83C9;
    color: #FFFFFF;
}

#insight_analyze_table .analyze_vertTitleCell {
    font: bold 16px Arial, Garuda, sans-serif;
    background: #3E83C9;
    color: #FFFFFF;
}

#insight_analyze_table .analyze_verttitle {
    padding: 5px 10px;
    font-size: 16px;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 30px;
    position: relative;
}

#teamgoaltable {
	width: 50%;
	position: relative;
	left: 25%;
	background: #fff;
}
#teamgoaltable th {
	text-align: center !important;
}
#teamgoaltable td {
	text-align: left !important;
}
.goaltestname {
	text-decoration: underline;
}
#teachergoaltable {
	width: 50%;
	text-align: center !important;
	position: relative;
	left: 25%;
	background: #fff;
}
#teachergoaltable th{
	text-align: center !important;
	background: #000044;
	color: #fff;
}
.teachergoaldetailheader {
	text-align: center !important;
	background: #000044 !important;
	color: #fff !important;
 }
.teachergoalsubheader{
	background: #C3D9ff !important;
}
.ftg_selected {
	background:#ffffcc !important;
}
#showallstudents {
	cursor: pointer;
}

/* action plan styling */

#actplan_body {
    /* The next 2 styles are for IE. They need to be here. */
	width: 100%;
	background-color:#F4F4F8;
	text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-radius: 0 0 20px 20px;
    min-height: 50px;
}

#actionplan {
    table-layout: fixed;
    word-wrap: break-word;
}

#actionplan input {
	border: 0;
}
#actionplan table {
	border-collapse: collapse;
	font-size: 1.1em;
}

#actionplan th {
    xxbackground: #0095da;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 12px;
}
#actionplan th.actions {
	margin-right: 1px;
	margin-left: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
#actionplan th.title{
	text-align: left;

	}

#actionplan td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-size: 14px;
}

#actionplan td.actions {
	margin-right: 1px;
	margin-left: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
}

#actionplan td.performance {
	padding-top:16px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	}

#actionplan tr.alt {
	background: #ecf6fc;
}

#actionplan tr.over td {
	background: #bcd4ec;

}

#actionplan tr.bpselect td {
	background:#ffffcc;
	cursor: pointer;
}

#actplan_admin_tname {
	float: left;
	clear: right;
	width : 280px !important;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
}

.actplan_name {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    color: #961A06;
    padding: 5px;
    padding-left: 5px;
}
.actplan_admin_name { 
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    color: #961A06;
}
.actplan_teacher {
    padding: 5px;
    text-align: center;
}
.actplan_standards {
    padding: 5px;
    text-align: center;
}
.actplan_date {
    padding: 5px;
    text-align: center;
}
.actplan_actions {
    text-align: left;
    padding: 5px;
    position: relative;
}
#apbackbutton {
	float: left;
	margin: 10px;
}
#aptitle_row {
	height: 50px;
	margin-bottom: 20px;
}
#aptitle_row h1 {
	padding: 10px;
	float: left;
	margin-left: 50px;
}
#apsavebuttons {
	clear: both;
	float: right;
	margin-right: 10px;
	position: relative;
	top: -43px;
}
#apfilterval {
	position: relative;
	width: 40px;
	padding: 3px;
	font-size: 24px;
	text-align: center;
}
#apscorefilter_row {
	background: #EEEEEE;
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 450px;
	border-radius: 10px;
	border: 2px solid #DDDDDD;
}
.apstangroup h4 {
	text-align: left;
	padding-left: 50px;
	color: black;
	font-weight: bold;
	font-size: 20px;
}
.apcontent {
    position: relative;
}
.stanheader, .apstudheader {
    background: #0095da;
    color: white;
    position: relative;
}
.apstudheader {
    height: 30px;
}
.apheadercol1 {
    margin: 10px;
    position: relative;
}
.apheadercol2 {
    margin: 10px;
    position: relative;
}
.apstandesc {
    position: relative;
    background: #ffffcc;
    height: 420px;
    margin-right: 0 !important;
}
.apstandesc h4 {
    font-weight: bold;
    font-size: 16px;
    color: black;
    margin: 10px 10px 0px 10px;
}
.apstandesc_label {
    position: relative;
    border: 2px #3e83c9 dotted;
    margin: 5px 25px 25px 25px;
    padding: 10px;
    background: white;
}
.apquestionbox {
    position: relative;
}
.apstudentslist {
    position: relative;
}
.apques1text, .apques2text, .apques3text {
    text-align: left;
}
.apques1text {
    position: relative;
}
.apques1, .apques2, .apques3 {
    margin: 0;
    width: 593px;
    height: 100px;
    position: relative;
    left: -9px;
}
.apques2row, .apques3row {
    background: #0095da;
    color: white;
    position: relative;
    width: 593px;
    padding: 5px;
    height: 26px;
    top: -2px;
}
.apstudcol1, .apstudcol2, .apstudcol3 {
    padding: 5px;
}
.apstudweakness {
    position: relative;
    height: 91%;
    margin: 0;
    width: 100%;
}
.apstuddet1, .apstuddet2, .apstuddet3 {
    background: white;
    margin: 0px;
    padding: 0px;
}
.apstuddet1 {
    position: relative;
    height: 118px;
    border: 1px solid #CCCCCC;
}
.apstuddet2 {
    position: relative;
    height: 118px;
    border: 1px solid #CCCCCC;
}
.apstuddet3 {
    position: relative;
    height: 118px;
}
.apstudrow {
    position: relative;
    margin: 0 !important;
}
.apstangroup textarea {
	margin: 0px auto;
    overflow-wrap:break-word;
}

/* #genericHeader, #bpSearchOptions, #fpSearchOptions {
    padding: 5px 0 5px 0;
    margin-bottom: 8px;
} */

/* plc reports list for admin */
#plc_tname {
	float: left;
	clear: right;
	width : 640px !important;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
}
.plc_name {
	float: left;
	clear: right;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	color: #961A06;
	padding: 5px;
	padding-left: 5px;
	xxxwidth : 670px !important;
}
#plc_tteachers {
	float: left;
	padding: 5px;
	text-align: center;
        width: 115px;
}
.plc_teachers {
    text-align: center;
/*    float: left;
    text-align: left;
    width: 115px;
    padding: 5px;
    position: relative;*/
}
#plcadmin_title {
   position: relative;
   left: 20px;
   font-weight: bold;
   font-size: 28px;
}
#plc_common_options {
    xxxwidth: 30%;
    xxxcolor: #fff;
}
fieldset.plcFieldSet {
    padding: 1em 1em;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
}
legend.plcSmallLegend {
    font: bold 13px Arial, Verdana, sans-serif;
    padding: 0px 15px;
    text-align: left;
}

/* file attachments table */
#fbp_list {
    width:100%;
    border:1px;
    border-color:#1052a0;
    border-style:double double double double;
    overflow : auto;
}

/*#fbp {
    border-collapse: collapse;
    font-size: 1.1em;
    width: 630px;
    background: #FFFFFF;
    margin: 0px auto;
}

#fbp th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}

#fbp td {
	padding: 5px 10px;
	font-size: 12px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}*/

#fbp td img {
	cursor: pointer;
}

#fbp tr.alt td {
	background: #ecf6fc;
	cursor: pointer;
}

#fbp tr.over td {
	background: #bcd4ec;
	cursor: pointer;
}

#fbp tr.bpselect td {
	background:#ffffcc url(images/checkmark.gif) no-repeat left center;
	cursor: pointer;
}

.fp_tab_box_header {
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 0 0 10px 10px;

}

/* end footprints area styling */


/* modal box styling stuffs */
#modHeader {
	//font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #da6515;
	background-color: #fa7b22;
	color: #fff;
}

#modContent {
	//font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #2F4F4F;
	padding: 5px 25px;
}

#modContent .ailbutton, #modFooter button {
    font: bold 14px; //Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

#modFooter {
    padding: 5px 25px;
}

#modContent input, button {
	border: 1px solid #d5d5d5;
	color:#6B6D67;
	font-size:20px;
	//font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
}

#modplcmemfooter{
	position: relative;

}

#modContent td {
	font-size: 12px !important;
	font-weight: bold !important;
}
#modHeader td {
	font-size: 16px !important;
	font-weight: bold !important;
}

td.bpwizard {
	background-color: #E0E0E0;
	border: 1px solid #888888;
	width: 280px !important;
	height: 300px;
	text-align: center;
	cursor: pointer;
}

td.printblankbubblesheets {
	width: 650px !important;
}

.bpwizard_header {
	background-color: #fdf9cb;
	border: 1px solid #888888;
	color: #888888;
	text-align: center;
	height: 40px;
	font-size: 22px;
	top: -10px;
	position: relative;
}

.bpwizard_titles {
	color: #3E83C9;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.bpwizard_content {
	color: #888888;
	font-size: 16px;
	text-align: center;
}

#bp_assesskey_img {
	position: absolute;
	top: 100px;
	left: 150px;
}

#bp_assesskey_title {
	position: absolute;
	top:300px;
	left: 15px;
	width: 350px;
}

#bp_assesskey_desc {
	position: absolute;
	top: 330px;
	left: 25px;
	width: 330px;
}

#bp_lesson_img {
	position: absolute;
	top: 100px;
	left: 485px;
}

#bp_lesson_title {
	position: absolute;
	top: 300px;
	width: 300px;
	left: 400px;
}

#bp_lesson_desc {
	position: absolute;
	top: 330px;
	width: 300px;
	left: 400px;
}

#bp_pptx_img {
	position: absolute;
	top: 100px;
	left: 625px;
}

#bp_pptx_title {
	position: absolute;
	top: 280px;
	width: 270px;
	left: 570px;
}

#bp_pptx_desc {
	position: absolute;
	top: 335px;
	width: 270px;
	left: 575px;
}

#pagination p {
	text-align: right;
	right: 5px;
}

#bppaginate {
	font-size: 20px;
	color: #2F4F4F;
	margin-left: 10px;
	margin-right: 10px;
}

/* PROPERTIES MODAL */

#properties .container_grades_and_subject {
    display: flex;
    justify-content: flex-start;
}

#properties .container_grades_and_subject div {
    margin: 0 95px 0 0;
}

#properties .container_action {
    text-align: left;
}

#properties label {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

#properties .file-upload-label {
    margin: 0 0 -10px 0;
}

#properties select {
    font-size: 12px;
    font-weight: bold;
}

#properties input:focus, #properties textarea:focus {
    border: 2px solid #35a5e5;
}

#properties #bpkeywords > input:focus {
    border: none;
}

#properties input[name='title'], textarea[name='description'] {
    display: block;
    width: 100%;
    font-weight: bold;
}

/* #properties input[name='submit'] {
    font: bold 14px Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    color: #1c94c4;
    padding: .4em 1em;
    line-height: 1.4;
} */

/* standards area design */
#toggle-pref-standards {
	cursor:pointer;
	font-size: 16.5px;
}

.stanl2 {
	margin-left: 25px;
}
.stanl3 {
	margin-left: 50px;
}
.stanl4 {
	margin-left: 75px;
}
.stanl5 {
	margin-left: 100px;
}
.standards_header {
    background-color: #fdf9cb;
    border: 1px solid #888888;
    color: #888888;
    text-align: center;
    xxxheight: 30px;
    font-size: 16px;
    top: -10px;
    position: relative;
}
.standards_content {
	text-align: left;
	padding: 5px;
	height: 330px;
	overflow: auto;
}
.stdsbutton {
	float: right;
}
#stdsFooter {
	padding: 10px 10px 0 0;
}
/* reports area design */

#repMenuBox {
	background-color: #d11b1b;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
}

#repMenuContainer {
	min-height: 200px;
	height:200px;
	overflow:visible;
	margin-top:10px;
	margin-bottom:10px;
}

#repMenuContainer p {
	font-size: 18px;
	line-height: 1.0;
	margin-left: 10px;
	margin-right: 10px;
}

#repMenuBox a {
	color: #fff;
}

#reportsContainer {
	width: 600px;
	text-align: left;
}

#reportIC {
	background-color: #EAF3FA;
	border: 1px solid #C6D9E9;
	color: #808080;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 10px;
}
#reportLP {
	background-color: #EAF3FA;
	border: 1px solid #C6D9E9;
	color: #808080;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 10px;
}

#reportAS {
	background-color: #EAF3FA;
	border: 1px solid #C6D9E9;
	color: #808080;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 10px;
}

/* toggle grid layout stuff - development only */

div#toggleGrid {
  color: #fff;
  cursor: pointer;
  background: #333;
  font-weight: bold;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100px;
}
div#toggleGrid:hover {
  color: #FF6F6F;
}

/* login form css markup */
#office365login {
    background-color: #e53900;
    color: #fff;
    width: 175px;
    height: 25px;
    position: relative;
    xmargin: 0 auto;
    cursor: pointer;
}

#login_form {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

#login_form .heading {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000044;
}

#login_form form {
	/* background-color: #C6D9E9; */
	background-color: #f1f1f1;
	border: 1px solid #A0A09B;
	padding: 8px;
	border-radius: 8px;
}

#login_form form label {
	/* color: #808080; */
	color: #2f2f2f;
	font-size: 16px;

}
#login_form input {
	font-weight: bold;
	border: 1px solid #808080;
	font-weight: bold;
	font-size: 18px;
	color: #808080;
	height: 25px;
	border-radius: 4px;
}
#login_form form input[type=text], #login_form form input[type=password] {
	width: 300px;
	padding: 2px;
}

#login_form input.submit {
	margin: auto;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #BBB;
}

#login_form .submit {
	text-align: center;
}

#login_form form input[type=submit]:hover {
	border-color: #000;
}

#login_form .info {
	font-weight: bold;
	color: #808080;
	font-size: 16px;
}

/* sign up forms css markup */

#signup_form {
	margin-left: auto;
	margin-right: auto;
	width: 650px;


}

#signup_form .heading {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000044;
}

#signup_form form {
	/*background-color: #EAF3FA;*/
	background-color: #f1f1f1;
	border: 1px solid #A0A09B;
	padding: 8px;
	border-radius: 8px;
}


/* these are styles used for the tagging system */
#BPControl {
	align: left;
	text-align: left;
	margin-bottom:10px;
}

#tagcontainer {
	overflow: auto;
}

#addZerolevel {
	float:left;
}

#addlevelone {
	float:left
}

#addleveltwo {
	float:left
}

#tagcontainer button {
	font: normal 11px Georgia, Verdana, san-serif;
	line-height: 11px;
	border: 1px solid #006;
}

#tagcontainer  input {
	width: 100px;
	height: 18px;
}

/* this is the LABELS on the signup form. Email and Password etc.
----------------------------------*/

#signup_form form label {
	/* color: #808080; */
	color: #2f2f2f;
	font-size: 16px;

}

#signup_form input {
	font-weight: bold;
	font-size: 18px;
	color: #696969;
	border: 1px solid #C6D9E9;
	height: 25px;
	border-radius: 4px;
}
#signup_form form input[type=text], #signup_form form input[type=password], #account-password input[type=password] {
	width: 300px;
	padding: 2px;
	color: #696969;
}


#signup_form input.submit {
	margin: auto;
	background-color: #FFF;
	border: 1px solid #BBB;
}

#signup_form form input[type=submit]:hover {
	border-color: #000;
}

#signup_form .note {
	font-size: 13px;
	color: #000000;
	font-style: italic;
}
#subbut {
	border:none;
	//font-family: "Trebuchet MS",Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	color: #000088;
 	text-decoration: underline;
}

#subscriptionkeyinfo_form {
	//font-family: Cambria, Arial, Helvetica, sans-serif;
	color: #4F81BD;
}
#subscriptionkeyinfo_form p {
	line-height: 1.4em;
}
#subscriptionkeyinfo_form .heading {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #4F81BD;
}

#subscriptionkeyinfo_form .content {
	line-height: 1.9em;
	color: #808080;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Manage admin campus area */

.MAC_list, #confirmMergeModal, #collisionNotice {
    display: none;
}

.campus_roster_add_student, .admin_roster_buttons {
    visibility: hidden;
}

#mc {
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

#mc thead th:nth-child(1)  { width: 10px; }
#mc thead th:nth-child(4) { width: 150px; }
#mc thead th:nth-child(6) { width: 50px; }

#mc td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-size: 14px;
	padding: 5px;
}

#mc tr.over td {
	background: #bcd4ec;
}

.mc_stripeMe th{
  	font-size: 14px;
	padding-left: 20px;
	text-align: left;
}

.mc_stripeMe th[id=usertype]
{

  	font-size: 14px;
	padding-left: 20px;
	text-align: left;
}
.mc_stripeMe td[id=usertype]
{
	padding-left: 20px;
  text-align: left;
}

.mc_stripeMe tr:hover th[scope=col]
{
  	cursor: pointer;
}

.header {
	background: url(images/unsorted.gif) no-repeat left center;
	cursor:pointer;
}

.headerSortDown {

	background: url(images/asc.gif) no-repeat left center;
}

.headerSortUp {

	background: url(images/desc.gif) no-repeat left center;

}

.gc_import, .csv_import {
    margin-left: 60px;
}

.gc_import > span, .csv_import > span {
    font-weight: bold;
    font-size: 16px;
}


/* youtube table */
.ytover {
	background: #bcd4ec;
	border: 5px solid navy;

}

/* begin ail css tabs */

ul#tabnav {
text-align: left;
margin: 1em 0 0 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #A0A09B; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

div#ailtabs li.active a { /* settings for selected tab link */
    background-color: #000044; /* set selected tab background color as desired */
    color: #FFFFFF; /* set selected tab link color as desired */
    font-size: 18px;
    position: relative;
    top: 1px;
    padding-top: 4px; /* must change with respect to padding (X) above and below */
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px 5px 0px 0px;
}

#classinfo_container #addnewerror, #studentroster #addnewerror {
    clear: both;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

ul#tabnav li a { /* settings for all tab links */
    padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #A0A09B; /* set border COLOR as desired; usually matches border color specified in #ailtabs */
    background-color: #EAF3FA; /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    font-size: 18px;
    margin-right: 0px; /* set additional spacing between tabs as desired */
    outline: 0;
    text-decoration: none;
    border-bottom: none;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px 5px 0px 0px;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff;
}

div#ailtabcontent {
    background: #fff;
    border-left: 1px solid #A0A09B;
    border-right: 1px solid #A0A09B;
    border-bottom: 1px solid #A0A09B;
    border-radius: 0px 0px 20px 20px;
}

/*end ail css tabs */

/* teacher admin console style */
#classmenu {
    -moz-box-shadow: 3px 3px 4px #606060;
    -webkit-box-shadow: 3px 3px 4px #606060;
    box-shadow: 3px 3px 4px #606060;
    /* For IE  - disables cleartype - see next*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060');
    border-radius: 20px 20px 20px 20px;
}

#classes_sync_header {
    background: #000044; 
    border-radius: 10px; 
    margin-bottom: 10px;
}

#classheader{
	background: #000044;
	color: #fff;
	font: bold 16px verdana, arial, sans-serif;
	text-align: center;
	min-height: 35px;
    border-radius: 20px 20px 0px 0px;
}
#classfooter{
	background: #000044;
	color: #fff;
	font: bold 16px verdana, arial, sans-serif;
	text-align: center;
	min-height: 20px;
    border-radius: 0px 0px 20px 20px;
}
#verttabnav {
	background: #EAF3FA;
	color: #666;
	font: bold 16px Arial, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#verttabnav ul{
	display: block;
}
#verttabnav li {
	display: block;
	padding: 5px;
	height: 30px;
}
#verttabnav li.active {
	background: #2f2f2f;
	color: #fff;
}
#verttabnav li:hover {
	background: #2f2f2f;
	color: #fff;
	cursor: pointer;
}
#verttabnav .awareclass:hover {
    background: #2f2f2f !important;
}
.classhere {
	background: url('images/classhere_marker.png') no-repeat;
	position: absolute;
	margin-left: -17px;
	margin-top: -5px;
	width: 45px;
	height: 40px;
}


.awareclass.active {
    background: #2f2f2f !important;
}

.verttabtext {
	margin-left: 25px;

}
/* end teacher admin console style */

.awaretest, .awareclass, tr.rowhighlight td {
    background: #FFFFCC !important;
}

/* roster table style sheet */
.add {
  background: url('images/addstudent.png');
  width: 78px;
  height: 40px;
  position: absolute;
  margin-left: -23px;
  margin-top: -24px;
  }
 td.addfirst {
  background: #909090;
 }
 #roster table {
 	position: relative;
 	width: 100%;
 }
#roster thead tr,
#teacher_roster thead tr,
#folders_list thead tr,
#addnew_teachers_roster thead tr {
	background: #5c5c5c;
	color: #fff;
	font-size: 14px;
	position: relative;
}

#folders_list thead th,
#addnew_teachers_roster thead th {
	padding-left: 20px;
}
.selectall {
	padding-left: 5px !important;
	background: #5c5c5c !important;
}
#roster tbody tr,
#folders_list tbody tr {
	position: relative;
	height: 40px;
}
#teacher_roster tbody tr, #addnew_teachers_roster tbody tr {
	position: relative;
	height: 25px;
}
#roster tbody td, tbody td, #folders_list tbody td {
	padding: 0;
}

#roster tbody td input[type='text'], #roster tfoot td input[type='text'] {
    height: 30px;
}

#roster td:hover, #teacher_roster td:hover {
	background: #ffffcc;
}

#roster input, #manage_folders_list input, .admin_plcusers_list input.editcell {
	background: url('images/trans.gif');
	font-size: 12px;
}
#roster input:focus, #roster input.ieFocus, #manage_folders_list input:focus, .admin_plcusers_list input.editcell:focus {
	background: #ffffff;
	border: 2px dotted #666;
}
#roster tfoot tr {
	background: #fff;
	position: relative;
	height: 40px;
}
#rosterheader {
	background: #000044;
	color: #fff;
	font-size: 18px;
	min-height: 60px;
    padding: 10px 5px 0px 5px;
}

#rosterheader #student_buttons {
    font: bold 13px 'Trebuchet MS', helvetica, sans-serif;
}

#roster input, #manage_folders_list input, .admin_plcusers_list input.editcell {
	border: 0;
}
#roster tfoot td{
	padding: 0;
	border: 1px solid #d3d3d3;
}
#roster tfoot input {
	background: transparent;
	height: 25px;
	font-size:14px;
	position: relative;
}
#roster input:hover, #manage_folders_list input:hover, .admin_plcusers_list input.editcell:hover {
	background: #ffffcc;
}

#student_buttons {
	float: left;
	padding-right: 10px;
	margin: 5px;
}

/**
 * CSS For an improved table where the header does not scroll with the body
 */
table.improvedtable { margin-top: 20px; width: 100%; border-spacing: 0; }
table.improvedtable thead tr, .improvedtable tbody { display: block; }
table.improvedtable tbody { overflow-y: auto; overflow-x: hidden; position: fixed; }
table.improvedtable thead tr { background: #5c5c5c; color: #fff; font-size: 14px; }
table.improvedtable thead tr th { background-color: #3e83c9 !important; padding-left: 25px; }

#manage_folders_list.improvedtable thead tr th:last-child { padding-right: 29px; }
#manage_folders_list.improvedtable thead tr th { width: 142px; }
#manage_folders_list.improvedtable tbody { height: 190px; width: 550px; }
#manage_folders_list.improvedtable tbody tr { height: 32px; }
#manage_folders_list.improvedtable tbody tr td { width: 162px; color: #6B6D67; }
#manage_folders_list.improvedtable tbody tr td:last-child { padding-right: 12px; }
#manage_folders_list.improvedtable tbody input { width: 150px; }
#manage_folders_list.improvedtable tbody tr:first-child td:first-child input { width: 100px; }
#manage_folders_list.improvedtable td:first-child:hover { background: #ffffcc; }

#assessments_multidelete.improvedtable { width: 530px;  margin: 15px auto; }
#assessments_multidelete.improvedtable thead tr th { width: 230px; }
#assessments_multidelete.improvedtable tbody { width: 530px; height: 125px; }
#assessments_multidelete.improvedtable tbody tr td { width: 260px; padding: .4em 30px .4em 20px !important; border: none !important; border-bottom: 1px solid #FFFFFF !important; }
#assessments_multidelete.improvedtable tbody tr.error td { background-color: transparent !important; }

/*
 * several class names for the backgrounds of the report:
 *
 * waterline_levelA
 * waterline_levelB
 * waterline_levelC
 * waterline_levelD
 * waterline_atrisk
 * waterline_opportunity
 * cell_highlight
 *
 */
.score_level_subjective {
    background-color: #F0F0F0 !important;
    color: black !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.waterline_levelA {
    color: black !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.waterline_levelB {
    color: black !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.waterline_levelC {
    color: black !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.waterline_levelD {
    color: black !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.cell_highlight {
    background-color: #FFFF84 !important;
}

.waterline_atrisk {
    font-style: italic !important;
    text-align: center !important;
}

.waterline_opportunity {
    font-weight: bold !important;
    text-align: center !important;
}

/* Truncates text with ellipse when it is longer than its container */
.ellipseTruncate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* Must be used in tandem with a set width */
}

.itemAnalysisStudentName {
	width: 140px; /* Needs to match the width set in GV data */
}

#spinnerdiv {
	z-index: 200;
	position: absolute;
	top: 60%;
	left: 60%;
}
.goodmsg {
	background: #78AB46 !important;
	color: #3B5323 !important;
	border: 1px solid #3B5323 !important;
}
/* end roster table styling */

/*class information styling */
#classinfo_header {
	background: #000044;
	color: #fff;
	font-size: 22px;
	min-height: 60px;
	position: relative;
	text-align: center;
    padding: 10px 5px 0px 5px;
}
#classinfo_container {
	background: #EAF3FA;
	color: #666;
	font: bold 22px verdana, arial, sans-serif;
	text-align: center;
    border-radius: 0px 0px 20px 20px;
}

#classinfo_container #classinfo {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
}

#classinfo_container #class_inputs {
	float: left;
	padding-left: 20px;
    width: 550px;
    text-align: left;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

#classinfo_container #numstudents {
	background: #2f2f2f;
	color: #fff;
	float: left;
	width: 138px;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

#classname { width: 450px; }

#classname input:hover {
	background: #ffffcc;
}

#classname input:focus {
	background: #ffffff;
	border: 2px dotted #666;
}

#classname input.ieFocus {
	background: #ffffff;
	border: 2px dotted #666;
}

#classname input {
	background: transparent;
	border: 0;
	color: #666;
	height: 40px;
    margin-top: 5px;
	font: bold 20px verdana, arial, sans-serif;
    width: 520px;
}


#classinfo_container .selectedtag, #shareOptions .selectedtag {
    background: #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
}

#classinfo_buttons {
	float: left;
	padding-right: 10px;
	margin: 5px;
	position: relative;
    font: bold 13px 'Trebuchet MS', helvetica, sans-serif;
}
/* end class information styling */

#csvpreview {
    max-height: 300px;
    overflow: auto;
}

#import_warnings .label, .import_success_messages .label {
    font-size: 14px;
    margin: 5px 0 5px 0;
}

.csv_steps {
    visibility: hidden;
}

.error {
	font-style: italic;
	background-color: #FBA8A9 !important;
	color: #8a1f11;
	border-color: #8a1f11;
}

/* import form styling */
#importfpform {
	background-color: #C6D9E9;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	padding: 8px;
	border-radius: 8px;
}
#importfpform form label {
	color: #808080;
	font-size: 16px;

}

#importfpform .heading {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000044;
}

#importfpform form {
	background-color: #C6D9E9;
	padding: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #808080;
	border-radius: 8px;
}

#importfpform input {
	font-weight: bold;
	border: 1px solid #808080;
	font-weight: bold;
	font-size: 18px;
	color: #808080;
	height: 25px;
	border-radius: 4px;
}
#importfpform form input[type=text] {
	width: 300px;
	padding: 2px;
}

#importfpform form input, #importfpform select {
	font-weight: bold;
	border: 1px solid #808080;
	font-weight: bold;
	font-size: 18px;
	color: #808080;
	height: 25px;
	border-radius: 4px;
}

#importfpform .importradio {
	border: 0px;
}

#importfpform input.submit {
	margin: auto;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #BBB;
}

#importfpform .submit {
	text-align: center;
}

#importfpform form input[type=submit]:hover {
	border-color: #000;
}

#importfpform .help {
	font-weight: bold;
	color: #690C07;
	font-size: 12px;
}
/* end import form styling */

/* footprint roster import validate form styling */
#validateroster form input {
	border: 0px;
}
/* end footprint import roster styling */

/* print button styling */
/* .printthis, .exportthis {
	cursor: pointer;
    padding: 5px;
    margin-bottom: 10px;
} */

/* webscan and webtap stuff */
.studunknown{
	color: #8a1f11;
}
.activate_type {
	float: left;
	margin-right: 40px;
}
.activate {
	cursor: pointer;
}
.activatelabel {
	/* font: bold 13px Verdana,Arial,sans-serif; */
}
.activate_type_description {
	text-align: left;
	padding-top: 35px;
}
/* end webscan webtap stuff */

.rubric_properties_description {
    height: 75px;
    width: 100%;
    line-height: 20px;
}
.rubric_properties_title {
	width: 100%;
}
#rubricproperties table {
    width: 100%;
}
#xxxmodContent {
	min-height: 350px;
}

/* badge CSS stuff */
.badger-outer {
	background:#fff;
	border:1px solid #ccc;
	min-width: 26px;
	height: 26px;
	border-radius: 13px;
	box-shadow:0px 1px 5px #ccc;
	float:left;
	position:absolute;
	top:-18px;
	right:-18px;
}

.badger-outer-rem {
    background:#fff;
    border:1px solid #ccc;
    min-width: 26px;
    height: 26px;
    border-radius: 13px;
    box-shadow:0px 1px 5px #ccc;
    float:left;
    position:absolute;
    top:28px;
    right:-18px;
}

.badger-inner {
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #f13c31;
	background: -moz-linear-gradient(100% 100% 90deg, #f13c31, #f79690);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f79690), to(#f13c31));
  	background: -webkit-linear-gradient(#f79690, #f13c31);
    background: -o-linear-gradient(#f79690, #f13c31);
    margin:3px !important;
}

.badger-badge {
	color:#fff;
	padding:2px 5px;
	margin:0;
	text-align:center;
	text-shadow:0px -1px 1px #e01b0f;
	position: relative;
	top: -3px;
}

.badger-text { font-size:14px; }
.badger-number { font-size:18px; }
/* end badge CSS stuff */


/* end ail css tabs */


/* pad css styling */
.sp_layout #pads_container {
	flex: 1 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 1vw;
	padding-top: 1vw;
	margin-bottom: 35px;
}

.sp_layout #pads_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-bottom: 1vw;
	padding-left: 1vw;
	padding-right: 1vw;
	width: 100%;
}

.sp_layout #badreceiver, #unsupportedqtypes {
	max-width: 1000px;
}

#response_grid {
	display: flex;
	flex-wrap: wrap;
}
.padid {
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	width: 30px;
	height: 30px;
	margin-right: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: default;
	transition: background-color .1s, border-color .1s;
}

.padon {
	background-color: #0095da !important;
	border-color: #2183c5 !important;
	color: #fff;
}
.padblink {
	background-color: #0095da !important;
	border-color: #2183c5 !important;
	color: #fff;
}

.padactive {
	background-color: rgba(0,0,0,.03);
	color: #000;
}
.pad_answered {
    background-color: #59c4e4;
    color: white;
}
.same_ans {
	background-color: #78bd5d !important;
	border-color: #6ea958 !important;
	color: #444;
}
.diff_ans {
	background-color: #f4e243 !important;
	border-color: #dcd241 !important;
	color: #444;
}
.non_roster {
	background-color: #e46050 !important;
	border-color: #ca5e51 !important;
	/* color: #000; */
}

#rs_text {
	background: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
#perc_correct, #cur_correct {
	font-size: 24px;
}

#resp_chart > div {
    width: auto;
    margin: 0 auto !important;
}

.studpadblock {
	margin-right: 1vw;
	margin-bottom: 1vw;
	font-size: 1.75vw;
}
.studpadblock .padidlabel {
	width: 4.775vw;
	height: 2.95vw;
	background: #ececec;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	border: .1vw solid;
	border-radius: .25vw;
	border-color: #888;
	overflow: hidden;
	border-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: background-color .1s, border-color .1s;
}
.padlabelon {
	color: #fff;
	background-color: #006a9b !important;
	border-color: #005279 !important;
}

.studpadblock .studpadid {
	width: 4.775vw;
	height: 4.775vw;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	border: .1vw solid;
	border-radius: .25vw;
	border-color: #888;
	overflow: hidden;
	border-top-right-radius: 0px;
	border-top-left-radius:0px;
	background: white;
	transition: background-color .1s, border-color .1s;
}

.toggleimg {
	padding: 2px;
	cursor: pointer;
}

/* AIR Services Styling */
.asmodals {
	float: right;
	position: relative;
	padding-right: 10px;
	font-size: 14px;
}




table tr th.AILGVHeaderCell {
    padding: 6px 10px !important;
    background: #0095da !important;
    /*border: 1px solid #4d90fe !important; Was causing a gap between header cells with new GV -gt */
    color: #FFFFFF !important;
    font-size: 14px !important;
	text-align: center !important;
	line-height: 1.2 !important;
    font-weight: bold !important;
    vertical-align: top !important;
    cursor: pointer;
}

table tr th.AILGVHeaderCellAlignLeft {
    text-align: left !important;
    padding-left: 3px !important;
}

table tr th.RubricManageTable {
    padding: 6px 10px !important;
    background: rgba(0, 0, 0, 0.15) !important;
    color: #000 !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    vertical-align: top !important;
    cursor: pointer;
}

table tr th.RubricManageTable > .google-visualization-table-sortind {
    color: #0000FF !important;
}

table tr td.RubricManageTableCells {
    background: #FFF;
    font-size: 12px;
    padding: 3px 0 3px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: default;
}

table tr td.ReportsTwelvePxFont {
	font-size: 12px !important;
}

/* STUDENT FEEDBACK PRINTOUT CSS */
.studentfeedback {
    //font-family:"Verdana", Arial, Sans-serif;
    text-align: left;
}

.sffillerdiv {
	float:left;
	width:40px;
}

.sffpname {
	font-size:20px;
	width:500px;
	word-wrap:break-word;
}

.sfteacherandroster {
	font-size:12px;
	padding-top:15px;
	width:500px;
	word-wrap:break-word;
}

.sfdate {
	font-size:12px;
}

.sfstudentname {
	font-size:12px;
	padding-top:25px;
	padding-bottom:15px;
	font-weight:bold;
	width:500px;
	word-wrap:break-word;
}

.standlabel {
	font-size:12px;
	padding-top:25px;
	padding-bottom:15px;
	font-weight:bold;
	word-wrap:break-word;
    clear: both;
}

.sfcolumndiv {
	float:left;
}

.sfcolumndiv thead td {
	width:60px;
	word-wrap:break-word;
	text-align:center;
}

.sfcolumndiv tbody {
	text-align:center;
}

.sfcolumndiv tbody td{
	font-size:10px;
}

.sftheadrow {
	font-size:12px;
	text-decoration:underline;
}

.sfshadedrow {
	background-color:#C0C0C0;
}

.reportBusyCursor {
	cursor:wait;
}

#gvChartForPrint
{
    width:650;
    height:450;

    -ms-transform:scale(1.5);
    -ms-transform-origin : '0% 0%';
    -Moz-transform : scale(1.5);
    -Moz-transform-origin : '0% 0%';
    -webkit-transform : scale(1.5);
    -webkit-transform-origin : '0% 0%';
    -O-transform :scale(1.5);
    -O-transform-origin : '0% 0%';

    position: relative;
}

/**
 * Engage and learn styles
 */
.engage-url {
    font-size: 1.25em;
    cursor: pointer;
    padding: 3px;
}

.engage-info-title {
    font-size:1.25em;
    font-weight:bold;
}

.engage-info-data {
    font-size: 1.25em;
}

/**
 * Distribution and sharing
 */
.distRemCheckbox { display: inline-block; width: 20px; vertical-align: top; margin-top: 4px; }
.distRemLabel, .distRemLabelShare { display: inline-block; width: 600px; margin-top: 5px; }
.distRemLabelShare { width: 470px; }
.distRemLabel label { font-weight: normal; }
.distRemLabelShare label { font-size: 16px; }
.distRemdate { margin-left: 20px; }
.distRemdate input { font-size: 15px !important; }


/*
Accountability Report Styling
*/

.centerTD {
    text-align: center !important;
}

.ar-masters {
    background-color: rgba(4, 132, 4, 0.5) !important;
}
    
.ar-meets {
    background-color:  rgba(4, 92, 164, 0.5) !important;
}

.ar-approaches-high {
    background-color: rgba(132, 4, 132, 0.2) !important;
}
    
.ar-approaches {
    background-color: rgba(132, 4, 132, 0.5) !important;
}

.ar-fails-high {
    background-color: rgba(255, 132, 132, 0.2) !important;
}
    
.ar-fails {
    background-color: #FF8484 !important;
}

.ar-notRated {
    background-color: #94989e !important;
}

.staar-overall-score {
    background-color: inherit;
}

.staar-overall-score a {
    color: #fff;
}

/*
End Accountability Report Styling
*/

#fpnotes {
   width: 545px;
   height: 200px;
   line-height: 25px;
   overflow: auto;
}

/*********************
 *
 * BEGIN: Rubric Tables
 *
**********************/

#rubric_library_list_table th {
    cursor: pointer;
}

/*Blueprints view*/

#rubric_manage_table_eq {
    overflow-x: hidden;
}

#rubric_manage_table_eq #rubric_list th {
    background: #3e83c9;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 12px;
    cursor: pointer;
}

#rubric_manage_table_eq .rubric_menu {
    width: 115px !important;
}

#rubric_manage_table_eq .rubric_dgrade, #rubric_manage_table_eq .rubric_dsubject, #rubric_manage_table_eq .rubric_downer, #rubric_manage_table_eq .rubric_dshared, #rubric_manage_table_eq .rubric_dactions, #rubric_manage_table_eq .rubric_actions {
    text-align: center;
}

#rubric_manage_table_eq #rubric_body_content td {
    border-bottom: 1px solid #95bce2;
    vertical-align: middle;
    font-size: 12px;
    height: 50px;
}

#rubric_manage_table_eq .rubric_dactions {
    width: 90px;
}

#rubric_manage_table_eq .rubric_actions_list, #rubric_manage_table_eq .rubric_actions_list li {
    float: none !important;
    margin-bottom: 0 !important;
}

#rubric_manage_table_eq .rubric_actions_list {
    text-align: center;
}

/*QK View*/
#rubric_container #rubric_list img {
    width: 20px !important;
    cursor: pointer;
}

#rubric_container #rubric_list {
    border-collapse: collapse;
    width: 100%;
}

#rubric_container #rubric_list th {
    background: #58769E;
    font-size: 14px;
    cursor: pointer;
}

#rubric_container #rubric_list tr {
    background: #f0f0f0;
}

#rubric_container #rubric_body_content td {
    border-bottom: 1px solid #58769E;
    vertical-align: middle;
    font-size: 11px;
}

#rubric_container .rubric_actions_list > li {
    width: 80px;
    padding: 0;
}

#rubric_container .rubric_actions_list .sf-menu li {
    margin: 0;
    border-top: 1px solid #fff;
}

#rubric_container #rubric_list ul {
    xxbackground: none;
    xxpadding: 0;
}

#rubric_container .rubric_actions_list li a {
    border: none;
    width: 80px;
    text-align: left;
}

.rubric_slider_view {
    width: 800px;
    margin: 0 auto;
}


/*********************
 *
 * BEGIN: Rubric Edit Screen
 *
**********************/

.rubric_edit_float_top {
    top: 66px;
    padding-bottom: 5px;
    z-index: 1;
}
#title_row {
    padding: 8px;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    position: relative;
}
#title_row #save_and_close {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* #title_label {
	font-size: 20px;
}
#rubric_title {
	width: 400px;
	font-size: 20px;
} */
.title_row_spacer_1 {
    display: inline-block;
    width: 230px;
}
.title_row_spacer_2 {
    display: inline-block;
    width: 143px;
}
#title_row #saving_indicator {
    position: absolute;
    top: 11px;
    right: 120px;
    background: #FFFFC6;
    display:none;
}
#rubric_table #add_row {
	/* position: absolute;
	left: 0px;
	top: 50px; */
	/* margin-top: 7px; */
	width: 101px;
}
#rubric_table {
    display: inline-block;
	margin-top: 15px;
	vertical-align: top;
}
#rubric_table th {
    text-align: left;
	position: relative;
	background: rgba(89,196,228,.4);
	padding: 3px;
}
#rubric_table .criteria_level {
	padding: 3px;
	vertical-align: top;
}
#rubric_table .rubric_delete {
    /* position: absolute; */
    /* bottom: 12px; */
    /* right: 7px; */
    cursor: pointer;
}
#rubric_table textarea {
    font-size: 14px;
    line-height: 18px;
    width: 125px;
}
#rubric_table .criteria_level textarea {
    font-weight: normal;
}
/* .arrows_up_down_wrapper {
    position: relative;
    width: 90px;
    height: 48px;
    font-weight: normal;
    font-size: 13px;
} */
.arrows_up_down_wrapper .arrows_label {
    position: absolute;
    top: 4px;
    left: 5px;
}
#rubric_table .arrows_up_down_wrapper .arrows_number {
    /* position: absolute; */
    /* left: 5px; */
    /* top: 18px; */
    width: 50px;
    /* font-size: 13px; */
    
}
#rubric_table .arrows_up_down_wrapper .number_label {
    position: absolute;
    top: 25px;
    left: 38px;
}
/* .arrows_up_down_wrapper .arrows_up,.arrows_up_down_wrapper .arrows_down {
    position: absolute;
    left: 49px;
    cursor: pointer;
    color: #2959A1;
    font-size: 17px;
    user-select: none;
} */
/* .arrows_up_down_wrapper .arrows_up:hover,.arrows_up_down_wrapper .arrows_down:hover {
	color: #192d51;
}
.arrows_up_down_wrapper .arrows_up {
    top: 14px;
} */
/* .arrows_up_down_wrapper .arrows_down {
    top: 28px;
} */
/* .criteria .arrows_up {
    left: 66px;
}
.criteria .arrows_down {
    left: 66px;
} */
#rubric_table .relative_weight_readout {
    position: absolute;
    top: 24px;
    left: 5px;
}
.rubric_end_note {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    width: 655px;
}
.add_row_qk {
    top: 35px;
    right: 30px;
}
.add_column_qk {
    top: 35px;
    right: 25px;
}
.title_label_qk {
    position: relative;
    right: 165px;
}
.rubric_title_qk {
    position: relative;
    right: 155px;
}
.save_qk {
    left: 275px;
    bottom: 35px;
}

#criteriaNot100Block {
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: rgba(244, 244, 244, 0.85);
}

#criteriaNot100Block .text {
	position: relative;
	top: 50%;
	transform:translateY(-50%);
	padding: 90px;
	font-size: 2.8vw;
	font-weight: bold;
}

#criteriaNot100Block h1 {
	font-size: 7vw;
	font-weight: bolder;
}

/* So that the criteria block text doesn't get ridiculosly huge on big monitors */
@media screen and (min-width: 1200px) {
	#criteriaNot100Block .text {
		font-size: 30px;
	}
	#criteriaNot100Block h1 {
		font-size: 100px;
	}
}

#rubric_table .header_readout {
	background-color: rgba(89,196,228,.4);
}

/* First Performance Level */
#rubric_table>tbody>tr:first-child th:nth-child(2) {
	border-radius: 5px 0px 0px 5px;
}

/* Points Possible (Header) */
#rubric_table>tbody>tr:first-child th:last-child {
	border-radius: 0px 5px 5px 0px;
}

/* First Criteria Head */
#rubric_table>tbody>tr:nth-child(2) th:first-of-type {
	border-radius: 5px 5px 0px 0px;
}

/* Total Criteria Percentage */
#rubric_table>tbody>tr:last-child>td:first-child {
	border-radius: 0px 0px 5px 5px;
}

/* Total Points Possible (Footer) */
#rubric_table>tbody>tr:last-child td:last-child {
	border-radius: 5px;
}

/* Doing ungodly things to CKEditor to remove extra space  */
#rubric_table .cke_editor {
	position: relative;
}
#rubric_table .cke_editor tr:last-child {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 14px;
	height: 24px;
}
#rubric_table span.cke_skin_kama {
	padding: 0px;
	border-radius: 0px;
}
#rubric_rte_toolbar span.cke_skin_kama {
	padding: 0px;
}

#rubric_table .cke_wrapper {
	padding: 0px;
}

/*********************
 *
 * END: Rubric Edit Screen
 *
**********************/

#bp_vert_tabs ul.sf-menu-actions li ul.sf-menu {
	width: 21em;
}

#bp_vert_tabs ul.sf-menu-folders li ul.sf-menu {
	width: 14em;
}

.editkey_wrapper .view_rubric_modal {
	font-size: 14px;
	max-width: 180px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rubricResponse {
	cursor: pointer;
}

/* PixelAdmin tag label triangle has slight overhang */
.label-tag-overhang-fix::before {
	border-width: .909em .909em .7em 0;
}

/* Full screen bootstrap modal */
.modal-fs.modal-dialog {
	width: 95vw;
}

.text-white {
	color: white;
}