html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    line-height:1;
    padding: 50px 0 0 0;
	background-color: #FFFFFF;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


body {
	
background: #eee; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #eee 0%, #fff 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eee), color-stop(100%,#fff)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #eee 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #eee 0%,#fff 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #eee 0%,#fff 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #eee 0%,#fff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

font-family: arial, helvetica, sanserif;
    margin: 0 0 40px; /* bottom = footer height */

}


#headwrapper {
	background-image: url('../images/headback.jpg');
	height: 84px;
	width: 100%;
	-webkit-box-shadow: 0px 10px 20px #666666;
	-moz-box-shadow: 0px 10px 20px #666666;
	box-shadow: 0px 10px 20px #666666;
	background-color: #FFFFFF;
	background-position: center top;
	z-index: 900;
}

#headdiv{
	max-width: 1004px;
	margin: 0 auto;
}

#headlogo {
	background-image: url('../images/headlogo.png');
	max-width: 400px;
	height: 84px;
	float: left;
}

#headdefinition{
	float: right;
	margin: 20px 6px 0 0;
}

#headlogin {
	top: 0;
	float: right;
}

#headnav{
	width: 600px;
	float: right;
	margin-top: 16px;
	font-family: arial, sanserif ;
	font-size: 14px;
	font-weight: bold;
	color: #7c7b7b;
}

#headnav ul li {
     display:block;
     padding: 0 16px;
     list-style-type:none;

}
#headnav ul li a {
    text-decoration: none;
    float:left;
    padding: 8px 12px;
    border-radius: 15px;
	color: #7c7b7b;       
}

#headnav ul li a:hover {
	border-radius: 10px;
	background-color: #828181;
	color: #e8bb09;	
}

a.here {
	border-radius: 10px !important;
    padding: 8px 12px !important;	
	background-color: #828181 !important;
	color: #e8bb09 !important;	
}

#ce-head {
margin: 40px 20px 0 20px;
color: #999;
font-size: 22px; 
line-height: 1.5em;
text-align: center;
clear:both;
}


select::-ms-expand {
    display: none;
}


#mobilewrapper {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 1200px;
	background-color: #eeeeee; 
	display: none;
}

#mobilehead {
	position: fixed;
	top: 0;
	left:0;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	background-color: #ffffff ;
	z-index: 10000;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
}

#mobilehead img {
	width: auto;
	max-height: 36px;
}



footer {
	position: fixed;
	background-color: #484848;
	width: 100%;
    height: 40px;	
	bottom: 0;
	left: 0;
}


footer img {
	width: 33%;
	position: absolute;
	right: 10px;
	top: 10px;
}

.copyrights {
	float:left;
	width: 50%;
	margin: 12px 10px;
    color: #999;
    font-size: .5em;	
}

.datatable td {
	padding: 0 6px 0;
}
.headbutton {
    border: 1px solid #CAA208 !important;
    border-radius: 8px 8px 0px 0px !important;
    box-shadow: -1px 2px 2px 0px #ccc inset;
    color: #FFFFFF;
    font-size: 12px !important;
    font-weight: bold;
    height: 18px !important;
    margin: 18px 0 0 3px !important;
    padding-top: 5px !important;
    text-align: center !important;
    text-indent: 0;
	width: 60px;
	max-width: 60px;
	float: right;
	position: relative;

}


.headlink {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


.yellow {
    background-color: #E0B409 !important;
}

.grey {
    background-color: #aaaaaa !important;
}


#mobile_entry_form {
	margin: 40px 0 20px;
	color: #ffffff;
	font-size: 12px; 
	line-height: 1.5em;

}


#mobile_entry_form input {
    background-color: #ffffff;
    border: 0 none;
    color: #fff;
    height: 17px;
    padding: 6px;
    width: 90%;
     margin: 6px auto !important;   
}



#mobile_entry_form h1{
	color: #94938c;
	text-align: center;
	font-size: 28px; 
	line-height: 1.5em;

}


#mobile_entry_form p, .peonclass p {
	color: #666;
	text-align: center;
	font-size: 14px; 
	line-height: 1.5em;

}

.smalltype {
  text-align: center  !important; 
  font-size: 10px !important;
  margin: 20px 8px !important;
}

.peonclass {
	  text-align: center; 
}

#surveybutton {
     margin: 6px auto !important;   
}

.ceGreen {
    background-color: #41c90c !important;	
}

.ceGray {
    background-color: #cccccc !important;	
    border: 1px solid #bbbbbb !important;  
}

.ceRed {
    background-color: #cc0000!important;	
}

.red {
	color: #cc0000;
}

.green {
	color: #119151;
}
.gray {
	color: #94938c;
}

.darkgray {
	color: #333333;
}


.blue {
	color: #0b6fc0;
}


.listrow {
	    border-top: 1px solid #666666;
	    background-color: #ffffff; 
	    display: block;
	    min-height: 60px;
}

.timepick option {
	font-size: 18px;
	height: 24px;	
}




#clearcle {
	border-radius: 8px;
	background-color: #CDA408;
	border: none;
	color:#ffffff;
	padding-top: 2px;
	cursor: pointer;
}
.listname {
	width: 74%;
	float: left;
	padding: 6px;
}
.listaction {
	width: 20%;
	float: left;
}


.celistrow {
	    border-top: 1px solid #666666;
	    background-color: #ffffff; 
	    display: block;
	    min-height: 36px;
	    width: 95%;
	    margin: 0 auto;
}


.cename {
	width: 74%;
	float: left;
	padding: 6px;
}
.ceaction {
	width: 20%;
	float: left;
}

.circle  {
	width:24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
   	border-radius: 12px !important;	
    border: 1px solid #94938c !important;
}





.iconbutton a {
	color: #fff;
	text-decoration: none;
}




.innerbox {
	width: 85%;
	margin: 0 auto;
	background-color: #efefef;
	padding: 8px 8px;
    border-radius: 8px 8px 8px 8px !important;	
}


.innerbox p {
	margin: 10px 0 20px;
}

.timerlabel {
	text-align: center;
}



#relevant, #effective {
	width: 90%;
	margin: 6px auto;
	height: 16px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #e0b409 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e0b409)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e0b409 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#e0b409 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#e0b409 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#e0b409 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0b409',GradientType=1 ); /* IE6-9 */
}


.red {
	color: #cc0000;
}

.green {
	color: #119151;
}
.gray {
	color: #94938c;
}

.darkgray {
	color: #333333;
}


#relavantlabel, #effectivelabel {
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	padding-top:3px;
}

.surveyquestion {
	background-color: #efefef;
	margin: 10px auto 20px;
	padding: 10px 3px';
}

.surveyquestion p {
	width: 90%;
	margin: 0 auto 20px;	
	text-align: center;
}

.surveyquestion label {
	clear: both;
	margin: 10px auto 10px;	
}

.surveyquestion {
	padding-top: 10px;
}

.surveyquestion input[type=radio] {
	 width: 36px !important; 
	 height: 36px !important;
	 border: 1px solid #bbb;
}

.surveyquestion input[type=text] {
	 padding: 6px !important; 
	 height: 28px !important;
	 border: 1px solid #666;
	 margin: 0 auto 10px;	
	 width: 90%;
}


.surveyquestion textarea {
	width: 90%;
	margin: 0 auto 10px;	
}

.ceGreen {
	background-color: #41c90c !important;	
}
.ceBlue {
	background-color: #0b6fc0 !important;	
}
.ceAlert
{
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.ceComplete
{

	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-size: contain;
}



.relinkclass {

	width: 80%;
	text-align: center;
	margin: 10px auto 0;
}


.cletable {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	min-height: 50px;
}

.cletablehead {
	max-width: 600px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	clear:both;
}

.resultdiv {
	background-color: #f7edd2;
    padding: 0 0 6px 0;
    border-radius: 6px 6px 0 0;
}


.resulthead {
    max-width: 600px;
    width: 100%;
    float: left;
    background-color: #d1dae9;
    padding: 2px 8px;
    border-radius: 6px 6px 0 0;
	text-align: left;
	margin: 0 auto 6px;
}

.statehead {
	width: 50%;
	float: left;
	padding: 2px;
}

.course_number {
	width: 39%;
	float: left;
	padding: 2px;
}


.dwnldicon {
	width: 10%;
	float: left;
	padding: 2px;
}

.creditdiv, .specialtiesdiv, .requestrow, .notesdiv {
	width: 97%;
	margin: 3px auto;
	clear: both;
}


.emaildiv {
	width: 97%;
	padding: 3px;
	margin-right: 8px;
	background-color: #f1f1f1;
}

.requestrow {
    width: 97%;
    margin: 3px auto;
    padding: 8px 6px;
    background-color: #FFFFFF;
	line-height: 1.5em;
}

.requestemaildiv {
	margin: 12px 0;
}


.requestemaildiv input{
	width: 50%;
}


.requestbutton {
    vertical-align: middle;
	margin-left: 24px;
	    border-radius: 5px;
    border-color: darkgrey;
    color: #333;
    background-color: #D1DAE9;
}

th {
    background-color: #6085b2;
    color: #FFFFFF;
    padding: 4px;
    font-size: .75em;
}

.theader {
	position: sticky!important;
	top:0;
}

td {
	padding: 5px;
	font-size: 1em;
	vertical-align: top;
}

.statecol, .coursecol {
	width: 45%;
	padding: 0 6px 0;
}


#filterrow {
	width: 100%;
	  max-width: 600px;    
    margin: 5% auto 0;
}

#filterrow ul{
    text-align: left;
}

#event, #state {
    max-width: 80vw;
    margin: 0 auto;
}

#clediv {
    margin: 20px auto;
    max-width: 600px;
}

.lagend {
	margin:20px auto 0 ;
	padding: 10px;
	border-top: 1px solid #000;
	font-size: .75em;
	width: 100%;
	max-width: 580px;
}

.formcommand {
	margin:20px auto 0 ;
	padding: 10px;
	font-size: .75em;
	width: 100%;
	max-width: 580px;
	text-align:right;
}

#eventerror {
	display:none;

}

section {
text-align: center;
margin: 0 auto;
padding: 10px;

}
.zebraback {
	background-color: #c8ddf7;
}

#headerdiv {
	margin-bottom: 20px;
	border: 1px solid #6085b2;
}


/* Mobile-first styles FTW */
@media only screen 
/* and (min-device-width : 320px) */
and (max-width : 480px)  {
    #mobilewrapper {
		display: block;    
    }
}


.choices {
	max-width:350px;
	margin: 0 auto;
}

.datatable {
	width: 100%;
}

select {
	padding:3px 6px;
	border-radius: 8px;
}

.legend {
	border-radius: 8px;
 	text-align: center;
 	font-size: 14px;
 	width: 95%;
 	margin: 10px auto;
 	padding: 3px 0;
}


.main {
	width: 100%;
	margin:0 auto;
}

.controlheader {
	float: left;
	font-size: 18px;
	font-weight: bold;
}


.datadiv {
	clear: both;
}

.admintable {
	width: 100%;
	min-height: 30px;
}

.admintable th {
	padding: 10px;
	text-align: left
}

.martop20 {
	margin:10px 0;
	height: 20px;
}

.error {

	color: #990000;
}
.homecontrol {
	max-width: 250px;
	margin: 20px auto 0;
	background-color: #CDA408!important;
	color: #FFF!important;
}

.container {
	width:100%!important;
	max-width:100%!important;	
	overflow: auto;
}

.row {
	width:100%;
	max-width: 100%;
	text-align: left;
}

.controls {
	float: right;
	text-align:right;
}

.uplfld {
	width: 200px;
}

.replacebutt {
    float: right;
    margin-right: 8px;
    width: 58px;
}

.updateenventbutt {
    margin: 12px 012px;
	border-bottom: 1px solid #000;
	padding: 6px;
	text-align: right;
}

.admintable td {
	text-align: left;
}

.addcourse, .addEvent {
	display: none;
}

.addSingleCourseTable {
	width: 100%;
}

.addEventTable {
	width:100%;
}

#eventTitle-new {
	width:100%;
}

#eventPassCode-new {
	width:90%;
}

#eventDate-new {
	width:90%;
}

#eventNotes-new, #eventNotes-new {
	width:90%;
}

.width9 {
	width:9%;
}

.widthtwentyfive {
	width:25%;
}

.widththirtyfour {
	width:25%;
}

.widthtwentyfive{
	width:25%;
}

.fa-solid {
	font-size: 22px;
}

.accordion-button {
    color: #2e3035!important;
    background-color: #d1dae9!important;
    box-shadow:none !important;
}


.column3 {
	float: left;
	width: 33.33%!important;
}

.accordion-flush .accordion-item  {
    margin-bottom: 10px;
}

.yrbtn {
	width: 60px;
	margin: 0 10px 20px 10px;
}

.eventyearlabel {
	margin-bottom: 20px;
}

.width96 {
	width: 96%;
}

.width65 {
	width: 65px;
}

.evtdatafrm {
	width: 460px;
}

.requestform {
	padding:10px;
background-color: #f4e3a6;
}