* {
  box-sizing: border-box;
}
.gmapinfo h2 {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 19px;
}
.gmapinfo h3 {
  margin-top: 14px;
  margin-bottom: 4px;
  line-height: 17px;
}
.gmapinfo ul {
  margin: 0;
  padding-left: 15px;
}
.gmapinfo ul li {
  margin-bottom: 4px;
  line-height: 13px;
}
.gmapinfo ul li:last-child {
  margin-bottom: 0;
}
.infolink {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  background-color: #aaf;
  color: #444;
  border-radius: 100%;
  line-height: 27px;
}
.foldout span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3caac8;
  cursor: pointer;
}
.foldout span::after {
  margin-left: 10px;
  content: "❮";
  transform: rotate(-90deg);
  display: inline-block;
}
.active.foldout span::after {
  transform: rotate(90deg);
}
.foldout + div {
  display: none;
}
.active.foldout + div {
  display: block;
}
@media only screen and (min-width: 480px) {
  .profile_widget {
    width: 100%;
    margin: -60px auto 0 auto;
    max-width: 600px;
  }
}
@media only screen and (max-width: 479px) {
  .profile_widget {
    margin: -60px -20px;
  }
}
.profile_widget .inline {
  display: block;
}
.profile_widget .inline label {
  display: inline-block;
  min-width: 70px;
}
.profile_widget .inline input {
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 3px 7px;
}
#extra_mats a {
  font-weight: bold;
}
#extra_mats input {
  margin-left: 10px;
}
#extra_mats > div {
  display: none;
}
#extra_mats > div.active {
  display: block;
}
body i {
  padding-right: 0;
}
.teamprint {
  padding-top: 5px;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 1025px) {
  .teamprint {
    display: none;
  }
  .teamprint + * {
    display: block !important;
  }
}
.teamprint.overview {
  float: none;
}
.teamprint.overview a {
  margin-left: 0;
  margin-top: 10px;
}
.teamprint.overview select {
  font-size: 1.5em;
  margin: 5px 0;
}
.teamprint select#print_showup_weeks {
  width: 50px !important;
}
.teamprint .dateblock select,
.teamprint .markblock select {
  display: none;
}
.teamprint .dateblock select.active,
.teamprint .markblock select.active {
  display: block;
}
.teamprint a {
  color: black;
  padding: 2px 5px;
  -webkit-appearance: none;
  box-shadow: 0 0 2px 1px #bbb;
  border-radius: 2px;
  background: none;
  font-size: 1.3em;
  margin-left: 10px;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.teamprint a:hover {
  color: black;
}
.popup_underlay {
  position: fixed;
  background-color: rgba(60, 60, 60, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 190;
}
.team_widget .filter {
  padding: 4px 8px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .team_widget {
    width: 100%;
    margin: -60px auto 0 auto;
    max-width: 600px;
  }
}
@media only screen and (max-width: 479px) {
  .team_widget {
    margin: -60px -20px;
  }
}
.team_widget.nested {
  margin-top: 0;
}
.team_widget .instructor_block > .menu {
  margin: 0;
}
.team_widget .instructor_block .menu li:first-child a {
  border-left: 0;
}
.team_widget .menu {
  display: flex;
  flex-wrap: nowrap;
  margin: 8px 0 0 0;
  padding: 0;
}
.team_widget .menu.ellipsis li {
  flex: 1 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
.team_widget .menu.ellipsis li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team_widget .menu li {
  list-style-type: none;
  flex: 0 0 auto;
  padding: 0;
}
.team_widget .menu li:first-child a {
  border-left: 1px solid grey;
}
.team_widget .menu li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid grey;
  border-left: 0;
  padding: 6px;
  border-bottom: 0;
  display: block;
}
@media only screen and (max-width: 479px) {
  .team_widget .menu li a .longtitle {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .team_widget .menu li a .shorttitle {
    display: none;
  }
}
.team_widget .menu li a.active {
  background-color: lightblue;
}
.team_widget .progress_holder {
  margin: 0;
  padding: 20px;
  list-style-type: none;
}
.team_widget .teams {
  margin: 0;
  padding: 0;
}
.team_widget .teams li {
  border: 1px solid #136;
  background-color: #9ad;
  border-top-width: 0;
  list-style: none;
}
.team_widget .teams li:first-child {
  border-top-width: 1px;
}
.team_widget .teams li a {
  position: relative;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  padding: 5px 10px;
}
.team_widget .teams li a::after {
  content: "❯";
  color: #555;
  font-size: 1.2em;
  position: absolute;
  top: 3px;
  font-weight: bold;
  right: 10px;
}
.team_widget > a {
  padding: 8px;
  display: block;
  border: 1px solid #136;
  background-color: #9ad;
  color: white;
  position: relative;
  padding-left: 25px;
}
.team_widget > a::after {
  content: "";
  color: #555;
  font-size: 1.2em;
  position: absolute;
  top: 5px;
  font-weight: bold;
  left: 10px;
}
.team_widget .instructor_block {
  padding: 10px 0 0 0;
  border: 1px solid grey;
  display: none;
  list-style: none;
}
.team_widget .instructor_block ul {
  list-style-type: none;
}
.team_widget .instructor_block ul.userchecklist {
  padding-left: 20px;
  margin-top: 0;
}
.team_widget .instructor_block ul.userchecklist li label {
  display: flex;
  flex-wrap: nowrap;
}
.team_widget .instructor_block ul.userchecklist li label span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .team_widget .instructor_block ul.userchecklist li label span {
    flex: 0 0 70%;
  }
}
.team_widget .instructor_block ul.userchecklist li label .infolink {
  flex: 0 0 25px;
  margin-top: 8px;
}
.team_widget .instructor_block#showup_block {
  padding: 20px;
}
.team_widget .instructor_block#showup_block ul {
  list-style-type: none;
  padding-left: 0;
}
.team_widget .instructor_block .instructor_block {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.team_widget .instructor_block.active {
  display: block;
}
.team_widget .instructor_block select {
  padding: 8px;
  margin: 8px;
  width: 230px;
}
.team_widget .instructor_block .progress_holder > li:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
}
.team_widget .instructor_block .progress_holder label {
  display: block;
}
.team_widget .instructor_block .progress_holder > li {
  position: relative;
}
.team_widget .instructor_block .progress_holder > li .popup {
  widtH: 100%;
  margin-top: 10px;
  position: absolute;
  background-color: white;
  box-shadow: 0 0 2px 3px #777;
  padding: 10px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity .2s;
  z-index: -1;
}
.team_widget .instructor_block .progress_holder > li .popup.active {
  z-index: 200;
  opacity: 1;
}
.team_widget .instructor_block .progress_holder > li .popup div.more {
  display: none;
}
.team_widget .instructor_block .week_bar {
  width: 100%;
  table-layout: fixed;
}
.team_widget .instructor_block .week_bar tr,
.team_widget .instructor_block .week_bar td {
  border-bottom: 0;
  text-align: center;
  padding: 0;
}
.team_widget .instructor_block .week_bar .percent_row {
  font-size: .8em;
}
.team_widget .instructor_block .week_bar tr.dash_row td div {
  position: relative;
  height: 8px;
  display: flex;
  width: 100%;
}
.team_widget .instructor_block .week_bar tr.dash_row td div span.line {
  flex: 1 1 auto;
  border-bottom: 2px dashed #444;
}
.team_widget .instructor_block .week_bar tr.dash_row td div span.marker {
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: black;
  left: 50%;
}
.team_widget .instructor_block .week_bar tr.dash_row td.past span.marker,
.team_widget .instructor_block .week_bar tr.dash_row td.now span.marker {
  background-color: #08f;
}
.team_widget .instructor_block .week_bar tr.dash_row td.past span.line,
.team_widget .instructor_block .week_bar tr.dash_row td.now span.line:first-child {
  border-color: #08f;
}
.team_widget .instructor_block .week_bar tr.dash_row td:first-child span:first-child,
.team_widget .instructor_block .week_bar tr.dash_row td:last-child span:last-child {
  visibility: hidden;
}
.team_widget .instructor_block label {
  display: inline-block;
  line-height: 2.5em;
  font-size: 1.2em;
}
.team_widget .instructor_block label > span.suffix::after {
  content: attr(data-value) " %";
  float: right;
}
@media only screen and (max-width: 479px) {
  .team_widget .instructor_block label > span.suffix {
    width: 85%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
    position: relative;
    line-height: 16px;
  }
  .team_widget .instructor_block label > span.suffix::after {
    content: attr(data-value) " %";
    float: none;
    position: absolute;
    right: 0;
  }
}
.team_widget .instructor_block label > span.select2::after {
  content: "";
}
.team_widget .instructor_block label.checker {
  cursor: pointer;
  position: relative;
}
.team_widget .instructor_block label.checker input {
  display: none;
}
.team_widget .instructor_block label.checker::after {
  display: inline-block;
  content: "✓";
  border-radius: 2px;
  height: .8em;
  width: .8em;
  margin-left: 15px;
  line-height: .6em;
  font-weight: bold;
  font-size: 2em;
  top: 5px;
  position: relative;
  border: 1px solid #555;
  box-shadow: 0 0 1px #666;
  color: transparent;
  text-align: center;
}
.team_widget .instructor_block label.checker.checked::after {
  content: "✓";
  color: limegreen;
}
.team_widget .instructor_block label.checker.halfon::after {
  box-shadow: 0 0 2px 1px limegreen;
  border-color: limegreen;
  content: "✓";
  color: transparent;
}
.team_widget .instructor_block label.checker.halfoff::after {
  box-shadow: 0 0 2px 1px orangered;
  border-color: orangered;
  content: "✓";
  color: limegreen;
}
.team_widget .instructor_block label .rangeslider {
  margin-bottom: 10px;
}
.repbox {
  display: inline-block;
  width: 18px;
  padding-bottom: 3px;
}
.repbox.signed {
  border-bottom: 1px solid #333;
  text-align: center;
}
table.hidesome tr,
table.hidesome .hideme {
  display: none;
}
table.hidesome tr.notme,
table.hidesome.active tr,
table.hidesome.active .hideme {
  display: table-row;
}
.club_widget {
  width: 100%;
  max-width: 800px;
  margin: -60px auto 0 auto;
}
.club_widget .filter {
  padding: 2px 5px;
  width: 250px;
}
.club_widget fieldset .progress_holder label > span,
.club_widget fieldset .userchecklist label > span {
  width: 100%;
}
.club_widget fieldset label {
  display: block;
  margin: 8px 0;
}
.club_widget fieldset label > span {
  display: inline-block;
  width: 80px;
}
.club_widget fieldset label select,
.club_widget fieldset label input[type=email],
.club_widget fieldset label input[type=text] {
  padding: 6px 8px;
  width: 260px;
}
.club_widget fieldset label input[readonly] {
  background-color: #ddd;
  border: 1px solid #aaa;
}
.club_widget input[type=submit] {
  margin-top: 10px;
}
.club_widget hr {
  margin: 8px 0 0 0;
}
.club_widget .delete {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid grey;
  background-color: lightgrey;
  border-radius: 2px;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.club_widget .delete::after {
  content: "X";
}
.club_widget .sv_time {
  padding: 3px 8px;
}
.period_picker_days table {
  margin: 0;
}
