@charset "UTF-8";
/* CSS Document */
/* DR Access Data -- DRDP 2015 -- Desired Results Access Project -- California Department of Education, Special Education Division */
/* GLOBAL CSS FOR ALL DR Access Data PAGES */

/* Load Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f7fbf9;
	font-size: 1em;
}

#masthead {
	width: 990px;
	height: 114px;
}

#container {
	position: relative;
	background: #fff;
	width: 990px;
	margin: 0 auto;
	border-left: 1px solid #3f7055;
	border-right: 1px solid #3f7055;
	border-bottom: 1px solid #3f7055;
	padding: 0;
	text-align: left;
	color: #333;
}

#content {
	position: relative;
	padding: 26px 15px 15px 15px;
}

p {
	margin: 10px 0 6px 0;
	border: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5;
}

ul {
	margin: 0;
	padding: 0 40px;
	line-height: 1.5;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #a0cab3;
	background-color: #a0cab3;
}



/* LINKS */

p a:link, p a:visited, td a:link, td a:visited, li a:link, li a:visited, h1 a:link, h1 a:visited {
	color: #365980;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#logoff a:link, #logoff a:visited {
	color: #365980;
}
p a:hover, p a:active, h1 a:hover, h1 a:active, td a:hover, td a:active, li a:hover, li a:active, #logoff p a:hover {
	color: #dd6f26;
}
a.mainlinks, p.mainlinks a {
	font-weight: bold;
}


/* NAVIGATION */

#navbar {
	width: 990px;
	*width: 889px; /* for IE */
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #a0cab3;
	border-bottom: 1px solid #a0cab3;
	*padding: 4px; /* for IE */
	text-align: center;
	background-color: #ecf4f0;
}
#navbar ul {
	*height: 96%; /* for IE */
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar li {
	display: inline-block;
	*display: inline; /* for IE */
}
#navbar li a, #navbar li a:link {
	display: block;
	*display: inline; /* for IE */
	text-decoration: none;
	margin: 7px 2px;
	border: 1px solid #a0cab3;
	padding: 4px 8px;
	background-color: #e1eee7;
	color: #365980;
	font-size: 1em;
	line-height: 1em;
	*line-height: 1.3em; /* for IE */
}
#navbar a:hover, #navbar li a:hover, #navbar li a.helpLink:hover {
	color: #dd6f26; background-color: #ecf4f0;
}

#navbar li a.helpLink {
	background: url("images/helpIcon.gif") no-repeat 3px 5px; background-color: #e1eee7; padding-left: 19px;
}



/* HEADERS */

h1, h2, h3, h4, h5, h6 {
	color: #a04a23;
	margin: 0;
}
h1 { font-size: 1.8em; line-height: 1.8em; font-weight: 800; padding: 16px 0 0 0; }
h2 { font-size: 1.6em; line-height: 1.6em; font-weight: 700; padding: 14px 0 0 0; }
h3 { font-size: 1.45em; line-height: 1.45em;font-weight: 700; padding: 14px 0 0 0; }
h4 { font-size: 1.3em; line-height: 1.3em; font-weight: 600; padding: 12px 0 0 0; }
h5 { font-size: 1.2em; line-height: 1.2em; font-weight: 600; padding: 12px 0 0 0; }
h6 { font-size: 1.05em; line-height: 1.15em; font-weight:500; padding: 10px 0 0 0; }

.reportTitle {
	color: #333;
}
.currentAssessmentPeriod {
	color: #a04a23;
}




/* REMINDERS, NOTES, AND ERROR MESSAGES */

.note {
	font-size: .93em;
}
.tip { /* logoff reminder */
	color: #ea7b23;
	font-size: 1em;
	font-weight: bold;
	margin: 100px 0 0 0;
}
.star { /* required field */
	font-family: "Courier New", Courier, monospace;
	color: #ea7b23;
	font-size: 1.3em;
	font-weight: bold;
	margin: 100px 0 0 0;
}

.info { background: url("images/infoIcon.gif") no-repeat 0px 2px; padding-left: 19px; padding-bottom: 0px;}
.alert { background: url("images/alertIcon.gif") no-repeat 0px 0px; padding-left: 22px; padding-bottom: 0px;}
.covidAlert {
	color: #000;
	font-weight: normal;
	width: 915px;
	margin: 30px 0;
	border: 1px solid #a04a23;
	padding: 10px 22px;
	background-color: #fff2da;
}

.errorOops {
	color: #ea7b23;
	font-weight: bold;
	width: 820px;
	margin: 30px 0;
	border: 1px solid #ea7b23;
	padding: 10px 22px;
	background-color: #fff2da;
}
.error {
	color: #ea7b23;
	font-weight: bold;
	background: #fff2da;
}
.error + label {
	background-color: #fff2da;
}
.errorFieldNames {
	color: #ea7b23;
	font-weight: bold;
}
.errorMeasure {
	background-color: #ffe9bf;
}
ul.errorList {
	color: #ea7b23;
	font-weight: bold;
	font-size: .9em;
}
ul.errorList li {
	margin-bottom: 5px;
}

.specialNote {
	width: 915;
	margin: 30px 0;
	border: 1px solid #ea7b23;
	font-size: .85em;	
	padding: 10px 22px;
	background-color: #fff2da;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #ecf4f0;
	border: 1px solid #a0cab3;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: .9em;
	color: #333;
	margin: 0;
	padding: 3px;
}

#loggedon {
	position: absolute;
	top: 0; right: 0;
}
#loggedon p {
	text-align: right;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
	padding: 6px 15px 6px 0;
	margin: 0;
}

#logoff p	{
	text-align: right;
	font-size: 1.1em;
	margin: 0;
	padding: 6px 15px 6px 0;
}

#logoff	{
	position: absolute;
	top: 3em; right: 0;
}

.statusBox {
	float: right;
	margin: 6px 0 6px 16px;
	border: 1px solid #a04a23;
	padding: 2px 12px;
	background-color: #fff2da;
	color: #a04a23;
}



/* FORMS and BUTTONS */

form {
	font-size: .93em;
}
.formSet {
	display: inline-block;
	width: 450px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.formSetLeft {
	display: inline-block;
	width: 450px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.formSetThird {
	display: inline-block;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.formSetWide {
	display: inline-block;
	width: 650px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.formSetFull {
	display: inline-block;
	width: 900px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.innerForm {
	width: 100%;
	background-color: #f7f8fc;
}

.formLong {
	height: 880px;
}

  [type=text], input[type=password], select {
	width: 260px;
}

input, select {
	margin: 6px 2px;
	border: solid 1px #a0cab3;
	padding: 2px;
	font-size: 1.05em;
	line-height: 1.05em;
}
select.smallInput {
	width: 100px;
}
input.rating {
	width: 2em;
	font-weight: bold;
	text-align: center;
}

input.submitButton, a.submitButton, input::file-selector-button {
	width: auto;
	margin: 8px auto 2px auto;
	border: solid 1px #a0cab3;
	padding: 3px 8px;
	background-color: #e1eee7;
	color: #365980;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	*line-height: 1.4em; /* for IE */
	cursor: pointer;
	clear: both;
}
input::file-selector-button {
	margin: 3px;
	font-weight: normal;
}

a.button, input.button {
	width: auto;
	margin: 16px 0 0 0;
	border: solid 1px #a0cab3;
	padding: 3px 8px;
	background-color: #e1eee7;
	color: #365980;
	font-size: .9em;
	line-height: .9em;
	*line-height: 1.2em; /* for IE */
	cursor: pointer;
}
input.submitButton:hover, a.submitButton:hover, a.button:hover, input.button:hover, input::file-selector-button:hover {
	color: #dd6f26;
	background-color: #ecf4f0;
}

input.radioButton { text-align: center; width: 18px; border: 0; }

.feedbackBox {
	width: 100%;
}

.logoffButton {
	width: auto;
	margin: 16px 8px 0 8px;
	border: solid 1px #a0cab3;
	padding: 2px 6px;
	background-color: #e1eee7;
	color: #365980;
	font-weight: normal;
	font-size: .9em;
	line-height: .9em;
	*line-height: 1.2em; /* for IE */
	cursor: pointer;
}

.logoffButton:hover { background-color: #ecf4f0; }

#emailBox, #securityQuestionBox {
	display: inline-block;
	text-align: left;
	width: 260px;
	margin: 3px 0px 3px 2px;
	border: solid 1px #a0cab3;
	padding: 3px;
	font-size: 1.05em;
	line-height: 1.05em;
}

.bluebox {
	width: 915px;
	margin: 12px 0;
	border: 1px solid #a0cab3;
	padding: 12px 22px 8px 22px;
	background-color: #f7fbf9;
}

.blueboxMedium {
	font-size: .9em;
	border: 1px solid #a0cab3;
	padding: 22px;
	background-color: #f7fbf9;
}

.blueboxSmall {
	font-size: .75em;
	border: 1px solid #a0cab3;
	padding: 22px;
	background-color: #f7fbf9;
}

.centerBox {
	border: 1px solid #73bb5e;
	text-align: center;
}

.measureBox {
	border-right: 1px solid #73bb5e;
	padding: 1em;
	width: 28%;
	display: inline-block;
	text-align: left;
}

.measureBox h5 {
	color: #555;
}

.measureBox: last-child {
	border: none;
}

.measureBox ul {
	padding: 0px;
	list-style-type: none;
	font-size: .85em;
	width: 200px;
}

.measureBox li {
	padding-bottom: .7em;
}

.measureBox li * {
	vertical-align: top;
	display: inline-block;
	margin: 0px;
}

.measureBox input {
	width: 30px;
}

.measureBox label {
	width: 170px;
}

#infoBox {
	display: inline-block;
	text-align: left;
	width: 280px;
	margin: 3px 2px;
	border: solid 1px #a0cab3;
	padding: 2px;
	font-size: 1em;
	line-height: 1.5;
}
.infoSet1 {
	display:table-cell; 
	vertical-align: top;
	width: 618px;
	text-align: left;
	margin: 3px 16px;
	padding: 0 30px 0 0;
}
.infoSet2 {
	display:table-cell; 
	vertical-align: top;
	width: 618px;
	text-align: left;
	margin: 3px 16px;
	padding: 0;
}
.infoSet3{
	display:table-cell; 
	vertical-align: top;
	width: 218px;
	text-align: left;
	margin: 3px 16px;
	padding: 0;
}
.infoBox {
	margin: 3px 0;
	border: 1px solid #a0cab3;
	padding: 12px 22px;
	background-color: #f7fbf9;
}
.infoBox p {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.downloads {
	padding: 5px 16px;
}
.downloads p {
	text-indent: 0;
	padding-left: 0;
}




/* TABLES */

tr.blue	{ background-color: #ecf4f0; }
tr.grey	{ background-color: #d9d9d9; }
th	{
	background-color: #f7fbf9;
	color: #444;
	text-align: left;
	vertical-align: bottom;
	border: 0;
	border-bottom: 3px solid #a0cab3;
	padding: 6px;
}
th.weaker {
	font-weight: normal;
	font-size: .8em;
}
td {
	border: 0;
	padding: 6px;
}
td.centerbig {
	text-align: center;
	font-size: 1.35em;
}

.tableBig {
	width: 100%;
	margin: 6px 0 16px 0;
	border: 1px solid #a0cab3;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: .9em;
}
.doubleTable, .doubleTable td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.tableSmall	{
	font-size: .9em;
	width: 402px;
	margin: 3px 60px 16px 0;
	border: 1px solid #a0cab3;
	border-spacing: 0;
	padding: 6px;
}
.tableSmall td {
	border: 1px solid #fff;
	border-spacing: 0;
	padding: 6px;
}

.errorTable {
	width: 100%;
	margin: 32px 0;
	border: 1px solid #ea7b23;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 6px;
	font-size: .9em;
	color: #000;
}
.errorTable th {
	background-color: #fff2da;	
	border-bottom: 2px solid #ea7b23;
}

.assessmentTable th{
	background-color: #e1eee7;
	color: #222;
	text-align: center;
	padding: 4px;
	border-right: #5b86ab solid 2px;
	border-left: #5b86ab solid 2px;
	border-top: #5b86ab solid 2px;
	border-bottom: #5b86ab solid 1px;
}

th.lightBlueSolidTopRight {
	text-align: center;
	border-right: #5b86ab solid 1px;
	border-top: #5b86ab solid 2px;
	border-bottom: #5b86ab solid 1px;				
}
			
.assessmentTable td {
	text-align: center;
	border-right: #5b86ab dotted 1px;
	border-top: #5b86ab solid 1px;
	border-bottom: #5b86ab solid 1px;
}

td.lightBlueSolidRight {
	text-align: center;
	border-right: #5b86ab solid 2px;
}

td.lightBlueSolidLeft {
	text-align: center;
	border-left: #5b86ab solid 2px;
}

td.lightBlueSolidBottom {
	text-align: center;
	border-bottom: #5b86ab solid 2px;
}

tr.total {
	background-color: #f7fbf9;
	border-top: #a0cab3 solid 1px;
	font-weight: bold;
}

td.strike {
    text-decoration: line-through;
}

.regTable {
	max-width:100%;
	border: 1px solid #5b86ab;
	border-spacing: 0;
}

.regTable th {
	background-color: #e1eee7;
	color: #222;
	text-align: center;
	padding: 10px;
	border-right: #5b86ab solid 2px;
	border-left: #5b86ab solid 2px;
	border-top: #5b86ab solid 2px;
	border-bottom: #5b86ab solid 1px;
}
.regTable td {
	width: 200px;
	text-align: center;
	border-right: #5b86ab dotted 1px;
	border-top: #5b86ab solid 1px;
	border-bottom: #5b86ab solid 1px;
}
.regTable select {
   width: 150px;
   font-size: 1em;
}
.noBorder {
	border: 0;
}

tr.best {
	background-color: #88d8b0;
	color: #000;
}
tr.almost {
	background-color: #ffeead;
	color: #000;
}
tr.orange {
	background-color: #ffcf66;
	color: #000;
}
tr.red {
	background-color: #ff9999;
	color: #000;
}


/* POPUP WINDOWS */
.modalWindow {
	padding-top: 30px;
	font-size: 1.3em;
}


/*INSTRUMENT PAGE STYLES*/
p.MesNav {
	margin: 0 0 6px 0;
}
.MesImg {
	width: 100%;
}



/* FOOTER */

#footer {
	clear: both;
	padding: 10px 15px;
	width: 960px;
	margin-top: 30px;
	margin-left: 0px;
	text-align: left;
	background-color: #fff;
}
#footer img.logo { float: right; }
#footer p {
	font-size: .86em;
	line-height: 1.5;
	text-decoration: none;
	color: #666;
}




/* ICONIZE */

a[href$='.pdf'], a.pdfIcon { 
	padding: 0 20px 0 0;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
a[href$='.avi'] { 
	padding: 0 20px 0 0;
	background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href$='.mp4'] { 
	padding: 0 20px 0 0;
	background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href$='.mov'] { 
	padding: 0 20px 0 0;
	background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href*='videolibrary'] { 
	padding: 0 20px 0 0;
	background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href*='vimeo'] { 
	padding: 0 20px 0 0;
	background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a.dontIconize { background: none; padding: 0; }



/* MISC STYLES */

.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.right, alignright {
	text-align: right;
}
.left, td.left, th.left {
	text-align: left;
}
.floatRight { float: right; margin: 4px 0px 10px 20px; }
.floatLeft { float: left; margin: 4px 20px 10px 0px; }
.serif {
	font-family: serif;
	font-size: 1.05em;
}
.data {
	font-weight: bold;
	font-size: 1.1em;
}
.loggonText {
	margin-top: -24px;
}

.smalltext { font-size: .93em; }
.smallertext { font-size: .87em; }
.tinytext { font-size: .78em; }
.bigtext { font-size: 1.07em; }
.biggertext { font-size: 1.15em; }
.normaltext { font-weight: normal; }
.smaller { font-size: .8em; color: #666; } /* using this for PDF details */
.grey { color: #666; }
.brown { color: #A74A00; }
.brown-tabbed { 
	color: #A74A00; 
	padding-left: 20px;
}
.red { color:#D42222; }
.clear { clear: both; }
p.tabbed { margin-left: 20px !important; }
.noTopMargin { margin-top: 0; }
.addTopPadding { padding-top: 16px; }
.addBottomPadding {padding-bottom: 16px; }

.imageDescription {
	margin-bottom: 8px;
	border: 1px solid #ddd;
	padding: 6px 8px 0px 8px;
	background: #eee;
}

span.indent {
	padding-left: 30px;
}
p.indent {
	padding-left: 50px;
}
span.indentBullet {
	padding-left: 0;
}
span.indentBullet::before {
	content: "\00BB \0020";
}
ol.lowerAlpha { list-style-type: lower-alpha; }
ol.lowerAlpha li { padding-bottom: 9px; }





/* ????? */

.centerorange { 
	text-align: center;
	color: #EF7D1F;
}
legend {
	font-weight: bold;
	color: #fff;
	background: #76baec;
	border: 3px solid #FFF;
	padding: 4px 10px;
	margin: 0;
	font-size: 1.1em;
}
.optionsSmall {
	padding: 0 0 0 25px;
	line-height: 20px;
}
ul.orangelist	{
	margin-top: 2px;
	color: #f9bc7b;
	list-style: disc;
}
li.blackitems li {
	color: #000;
	list-style: disc;
}
ul.numberList {
	margin-left: 4em;
	margin-top: 0.5em;
}
ul.numberList li {
	display: list-item;
	color: #000;
	float: none;
	border: 0;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: middle;
	width: 90%;
	font-size: 0.9em;
}



/* ??? table layouts for recruitment selection ??? */

table.outlined td, table.outlined th {
	vertical-align: baseline;
	padding: .1em .1em .1em .1em;
	font-size: 11px;
}

table.outlined {
	border: 1px solid #76baec;
	width: 75%;
	margin-top: .5em;
}
table.outlined td, table.outlined th {
	padding: .3em;
	/*vertical-align: top;*/
}
td.buttons {
	padding-top: 1em;
}
span.reasons {
	background-color:  #fff;
	color: #2f87b7;
	font-weight: bold;
	font-size: 11px;
	margin-left: 20px;
}
tr.borderTop td {
	border-top: 1px;
	border-top-style:solid;
	border-top-color:black;
}
tr.borderBottom td {
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:black;
}

#barLayer {
   z-index: 1;
   height: 25px;
   width: 300px;
   border: 1px solid #000;
   background-color: #365980;
   margin: 0px 0px 0px 0px;
   text-align: center;
}

#typicalLayer {
   z-index: 2;
   height: 21px;
   position: relative;
   top: 22px;
   left: -48px;
   background-color: #ea7b23;
   margin: 0px 50px 0px 50px;
   text-align: center;
}

#scoreLayer {
   z-index: 3;
   height: 22px;
   width: 2px;
   position: relative;
   top: 43px;
   background-color: #000;
   margin: 0px 50px 0px 50px;
   text-align: center;
}
