/* hmccs5.css
   created7.6.2009 by John Grasel
   drastically improved by Madeleine Masser-Frye and Allen Wu 2019
   css stylesheet for the HMCCS5 Twiki skin
*/

body {
  font-family: Lato, verdana, sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
}


a:link, a:visited {
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
}

table {
  font-size: 14px;
}

th {
    padding: 4px;
}

td {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
}

h1 {
  font-size: 48px;
  margin: 12px 0px;
}

h2 {
  padding: 4px;
  border-radius: 3px;
}

h3 {
  padding-left: 4px;
  padding-bottom: 2px;
  margin-right: 10%;
  border-width: 2px;
  border-bottom-style: solid;
}

h4 {
  font-size: 110%;
  margin-right: 10%;
  padding-bottom: 2px;
  padding-left: 4px;
  margin-right: 10%;
  border-width: 2px;
  border-bottom-style: solid;
}

h5 {
  font-size: 110%;
}

pre, code, tt {
  overflow: auto;
}

.box {
  padding: 0px 0px 0px 0px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
}

.due {
  padding-left: 4px;
  border-radius: 1px;
  margin-bottom: 4px;
}

.tab_selectors {
  margin-bottom: -15px;
  font-weight: bold;
}

#tabs {
  min-height: 16px;
}

#header_tabs {
  border: 1px solid #888888;
  padding-left: 0px; 
}

.tab:not(:target) {
  display: none;
}

.tab:target {
  display: block;
}

.calendar th {
  font-size: 11px; 
}

.calendar td {
  height: 80px;
  width: 80px;
  vertical-align: top;
}

.day_num {
  font-size: 9px;
}


/* IE browser hack because IE doesn't support partial transparency. */

.logo {
  display: block;
  position: absolute;
  left: 16px;
  width: 160px;
}


.header {
  position: relative;
  width: auto;
  height: 100px;
  margin: 0 1%;
  border-radius: 1px;
  background-size: cover;
}

.sidebar2 {
  position: absolute;
  float: left;
  top: 140px;
  left: 0px;
  width: 18%;
  margin: 8px 1%;
  padding-left: 8px;
  padding-bottom: 72px;
  border-width: 1px;
  border-style: solid;
}

.sidebar2 h3 {
  border-style: none;
}

.local_side {
  padding-left: 4px;
  padding-top: 4px;
  margin-right: 8px;
}

.main {
  position: relative;
  padding: 12px 20px;
  margin: 5px 1% 32px 1%;
  border-radius: 1px;
  background-repeat: repeat-y;
  font-size: 12pt;
  width: auto;
  min-height: -webkit-fill-available;
}

.main img {
  margin-top: 6px;
  margin-bottom: 6px;
}

.subheader {
  height: 80px;
  padding-top: 4px;
  padding-left: 8px;
  top: 15px;
  position: absolute;
  overflow: hidden;
  margin: 0 0 0 200;
  z-index: 3;
}


.footer {
  display: none;
  border-radius: 1px;
  z-index: 10;
}

/* Another IE hack against the unsupported position: fixed. */

.footer {
  display: block;
  position: fixed;
  width: auto;
  height: 30px;
  left: 1%;
  right: 1%;
  bottom: 0px;
  border-width: 3px;
  border-top-style: solid;
  background-size: cover;
}

.tools {
  display: none;
  display: block;
  margin-top: -8;
  padding-left: 10;
}

.date {
  font-weight: bold;
  float: right;
  margin-top: 4px;
  margin-right: 16px;
}


/* dropdown menus */
.dropbtn {
  color: black;
  font-weight: 700;
  padding: 16px;
  font-size: 16px;
  border: none;
  border-radius: 1px;
  margin: 4px 0px;
  font-family: Lato;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 42;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.hidden {
  display: none;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
