/* #back {
    background-image: url("pics/binaryCatSmall.png");
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width:  100%;
    height: 100%;
    opacity: 20%;
}*/
/*
td > ul > li {
    text-align: left;
}*/

.closes {
    color: rgb(176, 0, 96);
    margin-top: 0px;
}

.later a {
    text-decoration: line-through;
    color: red !important;
}

#fullstemahead {
    width: 250px;
    float: right;
}
.excitingnews {
    margin-top: 10px;
    background-color: rgba(176, 0, 96, .2);
    padding: 10px;
    border-radius: 10px;
}

.preassignmentarea {
    background-color: rgba(125, 125, 128, .2);
    padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

#preassignmentarea ul {
    list-style-type: none;
}

#preassignmentarea h3 {
    margin-bottom: 0px;
}

#back1 {
    background-image: url("images/background/circuitPattern11.png");
    bottom: 0px;
    right: 30%;
    height: 30%;
    width: 20%;
}

#back2 {
    background-image: url("images/background/circuitPattern2.png");
    bottom: 0px;
    right: 0px;
    height: 40%;
    width: 40%;
}

#back3 {
    background-image: url("images/background/circuitPattern8.png");
    top: 0px;
    right: 0px;
    height: 30%;
    width: 30%;
}

#back4 {

}

#back5 {

}

#back6 {

}

#back1, #back2, #back3, #back4, #back5, #back6 {
    position: fixed;
    background-size: 100%;
    z-index: -1;
  /*  height: 40%;
    width: 40%; */
}

.quizstart a, .quizend a, .project a, .quizstart .material-icons, .quizend .material-icons, .project .material-icons, .finalproject a, .finalproject .material-icons {
    color: rgb(176, 0, 96);
}

#indexbanner img {
    width: 40%;
    margin: 15px;
    border-radius: 20%;
    opacity: 100%;
}

#indexbanner {
    /*width: */;
    font-size: xxx-large;
    line-height: normal;
    font-weight: bold;
/*    background-image: url("pics/circuit.jpg");
    background-size: cover;
*/
    overflow: hidden;
    background-color: #004d71;
/*    height: calc(50vh); */
    color: white;
/*    border-radius: 15px;*/
}

#indexbanner h2 {
    margin: 0px;
    padding: 20px;
    width: 50%;
    float: left;
    text-align: center;
    color: #eeeeee;
}

img.icon {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.material-icons {
    font-size: 20px;
    vertical-align: middle;
    color: #004571;
}

.folder .material-icons, #hmenu .material-icons {
    vertical-align: text-bottom;
}

a img {
    border-width: 0;
}

.turninlink {
    background-color: #DDDDDD;
    border-left: 3px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    border-right: 3px solid #888888;
    border-bottom: 3px solid #888888;
    float: right;
    margin-right: 1em;
    padding: 0.5em;
}

.today {
    background-color: rgba(250, 243, 197, .8) !important;
}

.future {
    background-color: rgba(240, 240, 240, .8) !important;
}

#hmenu {
    background-color: #c1d2db; /* #abccde; */
    display: flex;
    justify-content:space-evenly;
    list-style-type: none;
    padding: 4px;
    margin: 0px;
    clear: both;
    overflow: hidden;

  /*  position: fixed;
    top: 45px;*/
    width: 100%;

}

.announcements > li {
    padding-bottom: 1em;
    padding-left: 3.5em;
    text-indent: -3.5em;
}


.sidebaricon {
    height: 16px;
    vertical-align: text-top;
    /*   display: none; */
}

#hmenu li {
 /*   background-color: #004d71;
/*    line-height: 30px;
/*    font-weight: bold;*/
  /*  transform: scale(1, 1.2);
 /*   vertical-align: middle;*/
}

#hmenu a::first-letter {
    font-size: 18pt;
}

#header {
    margin: 0%;
    padding: 0px 5px 0px 0px;
    overflow: hidden;

/*    position: fixed;
    top: 0px;
 */   height: 45px;
    width: 100%;
    z-index: 0;
    background-color: white;

    /*  vertical-align: super;*/
    
}

#header #logo {
    float: left;
    padding: 0px 20px;
}

#logo img {
    display: inline-block;
    height: 40px;
}

#headerr {
/*    background-color: rgba(255, 255, 255, 1);*/
}

body {
    background-image: url("images/circuit6.png");
    background-size: 75%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    font-size: 12pt;
    line-height: 14pt;
    font-family: "PT Sans", sans-serif;

    margin: 0px;
    overflow: hidden;                                                                                                                                                                 
    display: flex;                                                                                                                                                                     
    box-sizing: border-box;

   /* flex-grow: 1;  /* ensures that the container will take up the full height of the parent container */
   /* overflow-y: auto;  /* adds scroll to this container */
}

#secondrow {
    margin: 0px;
   /* overflow: hidden;
  */  display: flex;
    box-sizing: border-box;
    flex-direction: row;
    height: calc(100% - 70px);
}

#maincontent {
    width: 100%
}

#duesooncol {

}

#lecture_files1, .calendar {
 /*   overflow-y: auto;
    flex-grow: 1;*/
}

#officehours dt {

}
#duesooncol, #centerpane {
    height: 100%;  /* allows both columns to span the full height of the browser window */
    display: flex;
    flex-direction: row;
}
    
#allheader, #secondrow {
    /*height: 100%;  /* allows both columns to span the full height of the browser window */
  /*  display: flex;
    flex-direction: column;
/*    flex-shrink: 0;*/
}

#duesooncol, #allheader {
    flex-shrink: 0;
}

#centerpane {
/*    margin: 0px;
/*    overflow: hidden;
    display: flex;
    box-sizing: border-box;*/
    flex-grow: 1;  /* ensures that the container will take up the full height of the parent container */
    overflow-y: auto;  /* adds scroll to this container */
}



body, html {
    height: 100%;
}

body {
    color: #000000;
}

a {
    color: #004d71;
}

#officehours {
    margin-bottom: 10%;
}

#officehours th {
    color:#004d71;
    text-align: left;
    vertical-align: top;
}

#officehours dt {
    clear: left;
}
#hmenu a, #hmenu li, #officehours dt {
    color: #004d71;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#header .titles h1 {
    font-size: 16pt;
    margin: 0px;
    padding-top: 5px;
    color: #004d71; 
}

#header .titles h2 {
    font-size: smaller;
    font-weight: normal;
    margin: 0.1em 0em 0em 0.1em;
    color: gray;
}


.centerpane {
/*    background-color: rgba(255, 255, 255, 1);
/*    width: 75%;
    float: left;*/
    
/*    flex-basis: 75%;
/*    height: calc(100vh - 200px);
    overflow: scroll;*/
    /*  padding: 20px;*/
/*    position: fixed;
    top: 65px;*/
    margin: 10px 10px 2% 2%;
    flex-grow: 1;  /* ensures that the container will take up the full height of the parent container */
    overflow-y: auto;  /* adds scroll to this container */
}
/*
#preassignmentarea {
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
}
*/

.assignmentarea {
/*    border: solid 2px #cccccc; */
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(237, 240, 242, .9);
    border-radius: 10px;
}

.assignmentarea h3 {
	margin-top: 0.5em;
}

table.homeworktable {
    display: block;
}
table.homeworktable th {
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}

table.homeworktable td > ul {
	list-style-type: none;
	margin: 0em;
	padding-left: 0em;
}

table.homeworktable td > ul ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.assignmentarea ul {
    list-style-type:none;
    margin: 0em;
    padding-left: 1em;
}

dd {
    margin-bottom: 10px;
}

#announcementsarea {
    clear: both;
}
/*
#announcementsarea {
    background-color: rgba(255, 255, 255, .8);
    min-height: calc(100vh - 200px);
}
*//*
.sticky {
    position: fixed;
    top: 40px;
    width: 100%;
}

.sticky + .centerpane {
    padding-top: 40px;
}

.stickylogo {
    height: 40px;

}
/*
.stickyh1 {
    font-size: 12pt !important;
    margin-left: 0px !important;
}

.stickyh2 {
    margin-top: 0px !important;
    font-size: 10pt !important;
}
*//*
.stickyheader {
    position: fixed;
    top: 0px;
    height: 40px;
    background-color: white;
    width: 100%;
    z-index: 0;
}
/*
.spacer {

    height: 5px;
    width: 100%;
    background-color: cyan;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.stickyspacer {
    top: 40px;

}*/
/*
.stickynameemail {
    float: right;
}*/

#duesoon {
    background-color: rgba(193, 210, 219, .8);
    margin-bottom: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#duesooncol {
/*    background-color: rgba(193, 210, 219, .8); /* rgba(137, 171, 188, .6); */
    padding: 5px;

    margin: 10px 5px 10px 5px;
    display: inline-flex;

  /*  height: calc(100vh - 45px);*/
}

#duesoon {
/*    position: relative;
    top: 0px;
    flex-basis: 25%;
  */  
/*    overflow: hidden;
    height: 100%;
    border-radius: 5px;
    border: solid 2px rgb(137, 171, 188);*/
}

#duesoon ul {
    list-style-type: none;
    padding-left: 5px;
}

#duesoon li {
    margin: 10px auto;
}

#duesoon h2 {
    text-align: center;
}

#duesoon .material-icons {
    padding-right: 10px;
}

#duesooncol {
    height: 100%;
}

.announcements > li {
    padding-bottom: 1em;
    padding-left: 3.5em;
    text-indent: -3.5em;
}

#calendarSelector {
    width: 100%;
}

#calendarSelector div {
    width: 50%;
    float: left;
    background-color: rgba(193, 210, 219, .8);
    text-align: center;
    font-weight: bold;
    color: #004d71;
    padding: 5px 0px;
    cursor: pointer;
}

.calendar td {
   /* border: thin solid gray; */
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    width: 20%;
    border-radius: 10px;
    background-color: rgba(237, 240, 242, .9);
    border: white 2px solid;
}

.calendar {
/*    border-collapse: collapse; */
    font-size: smaller;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
/*    font-weight: bold; */
}

.calendar img {
    width: 16px;
    height: 16px;
}

.filefolder {
    list-style-type: none;
    line-height: 1.5em;
}

.filefolder,.filefolder p {
    padding-left: 0em;
    padding-right: 0em;
}

.folder3 li {
    padding-left: 10px;
}
/*
.reading, .reading a {
    color: #225588
}*/

.lab {
    font-weight: bold;
    color: #225588;
}

.exam {
    color: rgb(225, 95, 19) !important;
}

.noclass {
    font-weight: bold;
    color: #85B234 !important; /*rgb(100, 140, 26) !important;*/
    text-transform: uppercase;
}

.problems a {
    color: black;
}

.video, .problems {
    margin: 0px;
}

.subheading {
    color: #004d71;
}

.folder p {
    color: #004d71;
    margin: 5px;
}


.reading, .reading .material-icons, .reading a {
/*.topic, .video a, .video .material-icons {
/*    margin-bottom: 0px;*/
    color: rgb(125, 125, 128) !important;
}

.calendar .programs a {
    font-weight: bold;
    color: black;

}

.calendar a {
    text-decoration: none;
}

.calendar  p {
    margin-left: 2px;
}

.calendar p .material-icons {
    font-size: 16px;
}

#resources li {
    margin-bottom: 15px;
}



