/* CSS Document */
body {
	background-color:#EFF0EC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/oma/images/embossed-background.jpg);
	font-family: "myriad-pro",sans-serif;
  	font-size:100%;
}

#container {
	width: 95%;  /* this will create a container 90% of the browser width */
	min-width:960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0E99D0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:900px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#header {
	border-collapse: collapse;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	background-color: none;
	border-bottom: 1px solid #0E99D0;
	position:relative;
}

#header-image-wrapper{
	display:inline-block;
	height:105px;
	overflow:hidden;
}

#header-om-logo{
	display: inline-block;
	min-height: 68px;
	width: 397px;
	padding:10px 10px 0px 10px;
}
#main-nav{
	position:absolute;
	right:0;
	bottom:0;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




#mainContent {
	padding: 0 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	clear: both;
}


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin-top: 5px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#innerHeader{
	height:68px;
	overflow:hidden;
}




/*
* 2013 2013 
* 2013 2013 
* 2013 2013 
* 2013 2013 
*
*/



a{
	text-decoration: none;
	color:#33864D;
}

a:hover {
	text-decoration:underline;
}

#mainContent a{
	font-weight:700;
}



h2{
	font-size:20px;
}

h3{
    color: #0E99D0;
	font-size:18px;
}
h4{
    color: #0E99D0;
    font-size: 16px;
	margin-bottom:7px;
}






h1{
	font-size: 28px;
	color: #0E99D0;
	margin: 3px 0px;
	display: block;
	padding: 3px 10px 3px 0px;
	line-height: 28px;
}

p{
margin-top:10px;
margin-bottom:10px;
}

strong{
	color:#0E99D0;
	font-weight:bold;
}
#accordionHSLessons strong{
	color:#000;
}

.bckgrd-green-light{
	background-color: #CFE0D2;
}
.bckgrd-orange{
	background-color: #f89838;
}
.bckgrd-orange-light{
	background: #FAB36B;
}
.bckgrd-red-light{
	background-color: #FF6C6C;
}

.border-blue-2px{
	border: 2px solid #0E99D0;
    border-collapse: collapse;
}

.clr-black{
	color:#000;
}
.clr-blue{
	color:#0E99D0;
}

.clr-purple{
	color:#6D00D9  !important;
}


.gen-padding-1{
	padding:1px;
}
.gen-margin-1{
	margin:1px;
}
.gen-margin-5{
	margin:5px;
}
.gen-whitespace-nowrap{
	white-space:nowrap;
}


.fsz-10px{
	font-size:10px;
}
.fsz-11px{
	font-size:10px;
}
.fsz-12px{
	font-size:10px;
}
.fsz-70{
	font-size:70%;
}
.fsz-80{
	font-size:80%;
}
.fsz-90{
	font-size:90%;
}
.fsz-100{
	font-size:100%;
}
.fsz-110{
	font-size:110%;
}
.fsz-120{
	font-size:120%;
}
.spc-pt-05{
	padding-top:5px;
}


.clearfloat {
	clear:both;
}

.flt-right{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}


ul.lst-10 li{
	color:#0E99D0;
	padding:5px 0px;
}




/***header styles
*********************/

.hnav{
	min-width: 50px;
	display: inline-block;
	background-color: #0E99D0;
	text-align: center;
	padding: 3px 15px;
	color: #FFF;
	margin-right:5px;
}

.hnav a{
	color: #FFF;
	text-decoration:none;
}

.hnav a:hover{
	color: #FFF;
	text-decoration:underline;
}
#main-nav div:last-child{
}



/***Student(s) course blocks Listing Page (slp) 
*********************/

.slp-intro-text{
	max-width:800px;
	padding-bottom:10px;
	font-size:90%;
}

h3.slp-student-name{
	margin-bottom:10px;
	margin:5px 0;
	font-weight:600;
	letter-spacing:.05em;
	color:#33864D;
	font-size:110%;
}
/*2022 1/26*/
a.slp-transcriptlink{
	color:#0E99D0;
}
.slp-ec-name{
	
}


p.missing-forms{
	font-size:90%;
	margin: 7px 0;
}
p.missing-forms strong{
	color:#000;
	font-weight:600;
}

#student-course-wrapper {
	clear:both;
	padding-bottom:20px;
    /*max-width: 900px;*/
}

#student-course-table {
	font-size:95%;
/*	border:1px solid #000;*/
	border-collapse:collapse;
border:none;
	width:100%;
}
#student-course-table td, 
#student-course-table th {
/*	border:1px solid #CCC;*/
border:none;

	padding: 3px 5px;
}

#student-course-table th{
	font-weight:600;
}

#student-course-table td,
#student-course-table th{
	border-bottom: 1px solid #cfe0d2;
}

.ppcb-course{
	width:30%;
}			
.ppcb-teacher{
	width:20%;
}			

.ppcb-date{
	width:10%;
}			

.ppcb-semester{
	width:15%;
}			
.ppcb-evals{
	width:15%;
	
}
			
			
			




/***Student Course Page, 
*********************/


h3.scp-student-title{
    color: #006B71;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 5px 0;
	font-size:110%;
    max-width: 1000px;
	
}
h3.scp-course-title{
	color: #006B71;
	font-weight: 600;
    letter-spacing: .05em;
	margin: 5px 0 10px;
}

#scp-grid{
	float:none;
	margin-right:20px;
}


#scp-lessons{
}

.scp-lc-title{
    color: #006B71;
    font-weight: 600;
    letter-spacing: .05em;
    margin:0;
	font-size:110%;
}



#lesson-grades-table {
	border: 2px solid #0E99D0;
	border-collapse:collapse;
}
#lesson-grades-table tr {
}
#lesson-grades-table th,
#lesson-grades-table td {
	border: 1px solid #CFE0D2;
	padding: 3px 6px;
}

#scp-grid-hs #lesson-grades-table th,
#scp-grid-hs #lesson-grades-table td{
	padding: 2px 4px;

}

.tr-table-spacer{
	background-color:#CFE0D2;
	height:10px;
 
}



#gradebookKey{
	margin:10px 0;
	line-height:15px;
}
#gradebookKey img{
	margin-left:5px;
	margin-right:1px;
/*	vertical-align:middle;*/
}
#gradebookKey img:first-child{
	margin-left:0px;
/*	vertical-align:middle;*/
}
/*Lesson Status Blocks */
.lesson-status-red {
	background-color:#EF3E42;
}
.lesson-status-blue {
	background-color:#F58025;
}
.lesson-status-green {
	background-color:#006A72;
}
.lesson-status-grey {
	background-color:#56004E;
}
.lesson-status-lgtblue{/*regraded revised*/
	background-color: #518DBE;
}


#accordionHSLessons,
.accordionSection{
	padding-top:4px;
	max-width:1000px;
}


/*20168/29*/
.gss-drop-down{
	margin-top:20px;
	margin-bottom:5px;
	clear: both;
}
.gss-drop-down span{
	padding-right:15px;
}

.step-chart-hide{
	clear:both;
	float:right;
	margin:10px;
}

.gss-om-flow-image{
	margin-top:20px;
}

/*welcome*/
.welcome-wrapper{
	float:right;
	padding:10px;
	text-align:right;
}
.welcome-wrapper .logout{
	min-width: 50px;
	display: inline-block;
	background-color: #0E99D0;
	text-align: center;
	padding: 2px 5px;
	margin-right: 7px;
	color: #FFF !important;

}
.welcome-wrapper .logout a{
	color:#FFFFFF;
}


/*2020 */

.steps-flex-grid {

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: left;
	position: relative;
	padding: 10px 0px;

	
}
.steps-col {
  justify-content: space-around;
}

.step-done img{
	opacity: .4;

}
.step-done img:hover{
	opacity: 1;

}

/**/
.bckgrd-grey-light{
	background-color: #ECECEC  !important;
}







/* 2022 1/25 Site Navigation*/
.site-navigation {
  	display: block;
  	font-family: 'Titillium Web', sans-serif;
  	font-size: 14px;
  
	font-weight: bold;
  	margin: 0px;
	width: 100%;
}

.site-navigation ul {
  background: #0E99D0;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-navigation li {
  color: #fff;
  background: #0E99D0;
  display: block;
  float: left;
  margin: 0 2px 0 0;
  padding: 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
  
.site-navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.site-navigation li:hover {
  transition:background, 0.2s;
  background: #52a6df;
  cursor: pointer;
}

.site-navigation ul li ul {
  background: #52a6df;
  visibility: hidden;
  float: left;
  min-width: 150px;
  position: absolute;
  transition: visibility 0.65s ease-in;
  margin-top:8px;
  left: 0;
  z-index: 999;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li ul:hover {
   visibility: visible;
}

.site-navigation ul li ul li {
  clear: both;
  padding: 5px 0 5px 10px;
  width: 100%;
}

.site-navigation ul li ul li:hover {
  background: #74b7e4;
}


/*2022 5/3 Print Eval styles*/

/*Add in max width so looks nice*/ 
.evaluation-section-title{
	max-width: 1000px;
}


.print-eval{
	background-color: #ffffff;
	background-image: none;
	
}

.print-eval-text-block{
	text-align: left;
}
.print-eval-text-block h3{
	margin: 15px 0 0 0;
}
.print-eval-text-block .accordionSection div p:first-child{margin-top:0;}

.print-eval-link-to-print{
	color: #33864D;
	display: inline-block;
	float: right;
}


.k8-eval-logo-header{
	text-align: left;
}
.k8-slc-text-block{
	text-align: left;
	margin: 1.5em;
}
.k8-slc-text-block h3{
	margin: 10px 0 0 0;
}


@media print {

	.k8-slc-text-block{
		text-align: left;
		margin: 0em;
	}
	
}

/*2022 8/19 evals*/
.ftw-semi{
	font-weight:600;
}
.ftw-bold{
	font-weight:900;
}




/*
2022 12/9 K8 Certificate 
2022 12/9 K8 Certificate 
*/
#k8cert-wrapper{
    width: 11in;
    height: 8.5in;
    outline: solid;
    outline-offset: -30px;
    outline-width: 15px;
    outline-color: #59b0e3;
    position: relative;
}

.k8cert-inner-wrap{
    display: flex;
    flex-direction: row;
    padding: 50px;
 
    
    
    
}

.k8cert-left{
    width: 50%;
    height: 100%;
    color: white;
}

/*background-color:darkkhaki;*/

.k8cert-right{
    width: 50%;
    height: 100%;
    text-align: right;
    color: black;
}


.k8cert-grade-art{
    position: absolute;
    bottom: 50px;
    left: 50px;
    align-self: flex-end;
}

/*
green 0aad8f
blue 59b0e3
*/

.k8cert-person-wrap{
    margin-top: 50px;
    text-align: center;
}
.k8cert-text{
    padding: 7px 0px;
}

.k8cert-person-name{
    color: #0aad8f; 
    font-size: 250%;
    font-weight: 700;
}

.k8cert-person-course{
    color: #59b0e3;   
    font-size: 180%;
    font-weight: 700;    
}

.k8cert-person-subject{
     color: #59b0e3;      
    font-size: 150%;
    font-weight: 700;
}

.k8cert-person-completion{
    color: #0aad8f;   
    font-size: 200%;
    font-style: italic;
    font-weight: 700;
}



.k8cert-sig-table{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-top: 50px;
}
.right{
    text-align: right;
}

.k8cert-table-line{
    border-top: 1px solid #000000;
    font-size: 80%;
}



.k8cert-gold-seal{
    position: absolute;
    text-align: center;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-self: flex-end;    
}

.k8cert-location{
    position: absolute;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-self: flex-end;    
}


/* certifcate border colors */
.k8cert-gradeid3{
 outline-color: #e51a14 !important;
}
.k8cert-gradeid4{
 outline-color: #f59e00 !important;
}

.k8cert-gradeid5{
 outline-color: #f15a29 !important;
}

.k8cert-gradeid6{
 outline-color: #70bf47 !important;
}

.k8cert-gradeid7{
 outline-color: #05854a !important;
}

.k8cert-gradeid8{
 outline-color: #2b6e94 !important;
}

.k8cert-gradeid9{
 outline-color: #59b0e3 !important;
}

.k8cert-gradeid10{
 outline-color: #923b96 !important;
}

.k8cert-gradeid11{
 outline-color: #8f1836 !important;
}

