* {
  box-sizing: border-box; }

html, body {
  --dark-bg: #336699;
  --light-bg: #1F71AC;
  --text-input-bg: #5588bb;
  --menu-bg: #346;
  font-family: Arial, sans-serif;
  color: white;
  background-color: var(--dark-bg);
  padding: 10px;
  line-height: 130%;
  caret-color: white; }

@media screen {
  body {
    padding-top: 70px;
    padding-bottom: 100px;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto; } }

table {
  width: 100%;
  border-collapse: collapse; }

.lightblue {
  background-color: var(--light-bg); }

a, a:visited {
  color: white;
  font-weight: bold; }
  a:hover, a:visited:hover {
    opacity: 0.7; }

h2 {
  margin-bottom: 25px;
  font-weight: bold;
  text-shadow: var(--menu-bg) 1px 1px 1px;
  font-size: calc(0.5vw + 20px); }

img {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px; }

.popupForm {
  background: var(--light-bg);
  border: 2px solid white;
  position: absolute;
  display: none;
  padding: 10px;
  text-align: left;
  border-radius: 6px;
  color: white;
  z-index: 10;
  font-family: Arial, sans-serif;
  font-size: 15px; }
  .popupForm input[type=text], .popupForm input[type=date], input[type=time], .popupForm input:not([type]), .popupForm textarea {
    background: var(--text-input-bg);
    color: white;
    caret-color: white;
    border: solid thin white;
    border-radius: 5px;
    padding-left: 4px; }

.blueinput {
  background: var(--text-input-bg);
  color: white;
  caret-color: white;
  border: solid thin white;
  border-radius: 5px;
  padding-left: 4px; }

input[type="text"], input:not([type]), input[type="password"], input[type="date"], input[type="email"], input[type="number"], textarea {
  background: var(--text-input-bg);
  color: white;
  caret-color: white;
  border: solid thin white;
  border-radius: 5px;
  padding-left: 4px;
  font: inherit; }

#menubar {
  position: fixed;
  background-color: var(--dark-bg);
  background-color: var(--menu-bg);
  background: #334466;
  background: linear-gradient(180deg, #334466 0%, #336699 100%);
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px 20px;
  min-height: 80px;
  z-index: 20;
  opacity: 0.95; }

#menulogo {
  float: left;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  /* no longer necessary */
  border: 0;
  width: 134px;
  height: 50px; }

#profilelogo {
  float: right; }

#login {
  background: #2D669A;
  padding: 8px; }

@media (max-width: 400px) {
  #login {
    left: 3px;
    position: absolute; } }
li.mobile-menu-item {
  background: var(--dark-bg); }

#navmenudiv, #usermenudiv {
  display: flex;
  flex-direction: row;
  display: none;
  position: absolute;
  right: 1px;
  top: 60px;
  background: var(--light-bg);
  background: var(--menu-bg);
  z-index: 20;
  padding: 1px; }
  #navmenudiv ul, #usermenudiv ul {
    margin: 0;
    padding: 0; }
  #navmenudiv li, #usermenudiv li {
    list-style-type: none;
    margin: 0;
    padding: 5px 15px; }
    #navmenudiv li:not(#logincell), #usermenudiv li:not(#logincell) {
      display: block;
      text-align: right; }
    #navmenudiv li:not(.menudivider):hover, #usermenudiv li:not(.menudivider):hover {
      background-color: var(--dark-bg);
      cursor: pointer; }
    #navmenudiv li.menudivider, #usermenudiv li.menudivider {
      height: 15px; }
    #navmenudiv li a, #usermenudiv li a {
      text-decoration: none; }
      #navmenudiv li a:hover, #usermenudiv li a:hover {
        color: white;
        opacity: 1; }
  #navmenudiv #adminmenu, #usermenudiv #adminmenu {
    border-right: thin gray dashed; }

#loginlink {
  cursor: pointer; }

.hidden {
  display: none; }

#menuicon, #usericon {
  float: right;
  font-size: xx-large;
  padding-right: 15px;
  padding-top: 10px; }

legend {
  color: lightblue;
  font-weight: bold;
  padding: 0 2px; }

#footer {
  background-color: var(--dark-bg);
  background-color: var(--menu-bg);
  background: linear-gradient(180deg, #336699 0%, #334466 100%);
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 6px;
  padding-top: 35px;
  opacity: 0.95;
  color: lightblue; }

#fblogo:hover {
  opacity: 0.5; }

#slogan {
  text-align: center; }
  #slogan span {
    font-style: italic;
    white-space: nowrap; }

/* @media screen and (max-width:600px)	{
	#footer { position: static;}
} */
.showSemester {
  padding: 10px;
  text-align: center;
  background-color: var(--light-bg);
  font-weight: bold;
  font-size: calc(8px + 1vw);
  margin-bottom: 5px;
  clear: both;
  opacity: 0.7; }

.tab-bar {
  display: flex;
  flex-flow: row wrap;
  line-height: 200%; }

/* all opentabs should also have the "tab" class so avoid duplication */
/* use td.opentab for more specificity */
.tab, .opentab {
  flex: 1 0 auto;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0 6px;
  border-bottom: thin white solid; }
  .tab .ensShort, .opentab .ensShort {
    display: none; }
    @media screen and (max-width: 760px) {
      .tab .ensShort, .opentab .ensShort {
        display: inline; } }
  @media screen and (max-width: 760px) {
    .tab .ensName, .opentab .ensName {
      display: none; } }

.opentab {
  border: thin white solid;
  border-bottom-color: var(--light-bg);
  background-color: var(--light-bg); }

.tab-group .tab-panel:not(:first-child) {
  display: none; }

/*.tablebody,*/
.tab-panel {
  border: thin white solid;
  border-top: 0;
  padding: 10px;
  background-color: var(--light-bg); }

table.nav {
  width: 100%;
  border-collapse: collapse; }

.mapstyle {
  font-size: 9pt; }

/* general utility */
i.fa, i.fas, i.far {
  cursor: pointer;
  font-size: large; }
  i.fa.fa-plus-square, i.fas.fa-plus-square, i.far.fa-plus-square {
    font-size: x-large; }
  i.fa form, i.fas form, i.far form {
    font-weight: initial;
    font-size: 15px; }

button {
  border: 1px solid white;
  border-radius: 8px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  transition: .3s;
  font: inherit; }
  button:hover {
    background-color: #2196f3; }
  button.redbutton {
    background-color: red;
    background-color: #c04; }
    button.redbutton:hover {
      background-color: lightcoral; }

form div {
  padding-top: 3px; }

table.altColors {
  color: white; }
  table.altColors > tbody > tr:nth-child(odd) {
    background-color: var(--dark-bg); }
  table.altColors > tbody > tr:nth-child(even) {
    background-color: var(--light-bg); }

table.altColorsReverse > tbody > tr:nth-child(even) {
  background-color: var(--dark-bg); }
table.altColorsReverse > tbody > tr:nth-child(odd) {
  background-color: var(--light-bg); }

div.altColors > div:nth-child(odd) {
  background-color: var(--dark-bg); }
div.altColors > div:nth-child(even) {
  background-color: var(--light-bg); }

div.altColorsReverse > div:nth-child(even) {
  background-color: var(--dark-bg); }
div.altColorsReverse > div:nth-child(odd) {
  background-color: var(--light-bg); }

/*# sourceMappingURL=styles.css.map */
