﻿:root {
  --button-color: #00365B;
  --stripe-table-color: #D8EAF3;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-size: .85em;
  font-family: 'Manrope', sans-serif;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.body-content {
  min-width: 500px;
  max-width: 1200px;
}

#container {
  min-height: 100%;
  position: relative;
  background-color: #F1F7FB;
}

#header {
  background-color: white;
  position: absolute;
  top: 0;
  height: 100px;
  width: 100%;
  border-bottom: solid 1px gray;
}

#body {
  padding-top: 100px; /* Height of the header */
  padding-bottom: 135px;  /* Height of the footer */  
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  border-top: 1px solid gray;
  background-color: #F5F5F5;
  font-size: 12px;
  padding-top: 5px;
}

.footer-elements {
  display: flex;
  flex-flow: row;
  gap: 15px;
  justify-content: space-around;
  align-items: center;
}

  .footer-elements a {
    padding-top: 5px;
    display: block;    
    text-decoration: none;
  }

.footer-group {
  font-size: 20px;
  color: #00365B;
}

.login-info-link {
  margin-top: 25px;
  max-width: 300px;
}

.login-display {
  display: flex;
  justify-content: center;
  gap: 25px
}

.site-info {
  background-image: url("../img/TACHomePage.jpg");
  background-color: rgba(66, 120, 151, 0.95);
  background-blend-mode: luminosity;
  color: white;
  padding: 50px;
  flex-basis: 800px;
  height: 280px;
}

.site-info-header {
  font-size: 28px;
}

.site-info-body {
  font-size: 16px;
  margin-top: 20px;
}

a {
  color: #000000;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}

.role-header {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 10px;
}

.left-align {
  text-align: left !important;
}

.datepicker {
  width: 80px !important;
  margin-right: 6px !important;
}

.timeEditor {
  width: 120px !important;
}

.subgroup-header {
  font-size: 1.1em;
  font-weight: 700;
}

.scale-header {
  font-size: 1.3em;
  font-weight: 700;
}

.button-spacing {
  margin-left: 20px;
}

.horizontal-spacing {
  margin-left: 15px;
}

.link-button {
  font-weight: 500;
  text-decoration: none;
  background-color: var(--button-color);
  border-radius: 5px;
  border: none;
  color: white !important;
  padding: 6px 12px;
  margin-right: 4px;
  font-family: Arial;
}

.return-link {
  color: #1A51A3 !important;
  font-weight: 700;
}

.value-spacing {
  margin: 0 5px 0 2px;
  font-weight: 600;
}

.form-spacing {
  margin-top: 10px;
}

.form-info-note {
  font-size: .9em;
  margin-left: 8px;
}

.ui-menu-item {
  width: 400px;
}

  .ui-menu-item span {
    padding-left: 5px;
  }

.disabled-menu-item {
  cursor: unset !important;
}

.none-display {
  font-style: italic;
}

.dashboard-selector {
  display: inline;
  margin-right: 5px;
}

/*dropdown menu*/
.site-navigation {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin: 5px;
}

  .site-navigation ul {
    background: var(--button-color);
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  .site-navigation .menu-option {
    padding: 6px 0 10px 3px;
  }

  .site-navigation li {
    color: #fff;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    position: relative;
    text-decoration: none;
  }

  .site-navigation .menu {
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    width: 30px;
    height: 30px;
  }

  .site-navigation .submenu {
    padding: 5px 8px;
  }

  .site-navigation .menu-button {
    background: transparent url(../img/UserIcon.svg) scroll no-repeat left center;
    width: 20px;
    height: 16px;
    padding: 0;
    text-indent: -9999px; /* hides the link text */
    min-width: 20px;
    direction: ltr;
  }

  .site-navigation li a {
    color: #fff;
    text-decoration: none;
    background: var(--button-color);
    display: block;
  }

  .site-navigation ul li ul li a {
    padding: 5px;
  }

    .site-navigation ul li ul li a:hover {
      background: #709CDE
    }

  .site-navigation ul li ul {
    visibility: hidden;
    float: left;
    min-width: 65px;
    position: absolute;
    margin-top: 5px;
    margin-left: -35px;
    left: 0;
    z-index: 999;
  }

    .site-navigation ul li:hover > ul,
    .site-navigation ul li ul:hover {
      visibility: visible;
    }

    .site-navigation ul li ul li {
      clear: both;
      width: 100%;
    }

#tabs {
  padding: 0;
  background: none;
  border-width: 0;
}

  #tabs .ui-tabs-nav {
    padding-left: 0;
    background: transparent;
    border-width: 0 0 1px 1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #A6A6A6;
    padding-bottom: 0;
  }


  #tabs .ui-state-default {
    background: #F5F5F5;
    border-color: #A6A6A6;
  }

  #tabs .ui-tabs-tab {
    display: grid;
    place-items: center;
    border-radius: 0;
  }

  #tabs .ui-state-active {
    background: var(--button-color);
  }

    #tabs .ui-state-active a {
      color: white;
    }

.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 12em;
}

  .ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 0 !important;
    margin: 0 -1px 0 0;
    padding: 3px 0 !important;
  }

.ui-tabs-vertical .ui-tabs-active {
  padding-bottom: 5px;
  margin-bottom: 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  white-space: break-spaces;
  text-align: center;
  padding: 10px 5px !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
  border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  margin-top: 2px;
  padding: 1em;
  margin-left: 10px;
  display: inline-block;
  background: white;
  border-width: 1px;
  border-color: #A6A6A6;
  width: 925px;
  border-radius: 5px;
}

.view-link {
  background: transparent url(../img/ViewItem.svg) scroll no-repeat left center;
  display: table-cell;
  width: 13px;
  height: 16px;
  padding: 1px 3px 1px 3px;
  text-indent: -9999px; /* hides the link text */
  min-width: 13px;
  direction: ltr;
}

.chart-cell {
  vertical-align: top;
}

.below-chart-button {
  margin: 3px 0 10px 35px;
}

.closed-option {
  text-decoration: line-through;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tight-ul {
  margin: 0 0 0 25px;
  padding-left: 0;
}

.close-ul {
  padding-left: 15px;
  margin: 0;
}

.empty-list {
  font-weight: 700;
  margin-top: 10px;
  margin-left: 5px;
}

.sorter-false {
  text-decoration: none !important;
  cursor: default !important;
  padding-right: 0 !important;
}

.entry-group {
  display: inline-block;
  margin-right: 5px;
}

  .entry-group div {
    padding: 2px 0 2px 0;
  }

a:focus {
  outline: 1px solid black;
}

/*dashboard*/
.dashboard-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.dashboard-table th {
  padding: 2px 4px 2px 4px;
  font-size: 12px;
  text-align: center;
  background-color: white;
}

.dashboard-table td {
  text-align: center;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
}

.dashboard-table tr:nth-child(even) {
  background-color: var(--stripe-table-color);
}

.dashboard-table-unstriped th {
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  text-align: center;
}

.dashboard-table-unstriped td {
  text-align: center;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
}

.no-border-cells td {
  border: none;
  padding: 0 10px 0 0;
}

.dashboard-green {
  background-color: #307232;
  color: #FFFFFF;
}

.dashboard-light-green {
  background-color: #48BB88;
}

.dashboard-pale-green {
  background-color: #cbe7ce;
}

.dashboard-blue-cell {
  background-color: #1A51A3;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}

.dashboard-header-cell {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.dashboard-gray {
  background-color: #D9D9D9;
}

.dashboard-light-blue {
  background-color: #709CDE;
}

.dashboard-blue {
  background-color: #1A51A3;
  color: #FFFFFF;
}

.dashboard-dark-blue {
  background-color: #062978;
  color: #FFFFFF;
}

.dashboard-black {
  background-color: #000000;
  color: #FFFFFF;
}

.dashboard-subtitle {
  font-size: 12px;
  margin-left: 5px;
}

.dashboard-divider {
  background-image: url("../img/DashboardSeparator.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px -16px 15px -15px;
  height: 16px;
}

.blue-circle {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #1A51A3;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 11pt;
  margin: auto;
  padding: 0;
  display: inline-block;
}

.dashboard-table-rotating th {
  border: thin solid #000000;
  text-align: center;
  vertical-align: bottom;
  padding-left: 8px;
}

.dashboard-table-rotating td {
  border: thin solid #000000;
  text-align: center;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
}

.dashboard-group {
  margin-bottom: 10px;
  border: 1px solid gainsboro;
  padding: 2px;
  width: 900px;
}

.dashboard-comment {
  font-size: 11px;
  font-weight: 600;
  margin-top: 10px;
}

.threshhold-tooltip {
  width: 200px;
}

.vertical-header {
  -moz-transform: rotate(-90.0deg); /* FF3.5+ */
  -ms-transform: rotate(-90.0deg); /* IE9+ */
  -o-transform: rotate(-90.0deg); /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
  transform: rotate(-90.0deg); /* Standard */
  width: 32px;
  white-space: nowrap;
}

.vertical-single-line {
  padding-bottom: 15px;
}

.vertical-double-line {
  padding-bottom: 5px;
}

.line-above {
  border-top: solid;
  border-color: black;
  border-top-width: 1px;
}

.scatter-plot-container {
  width: 300px;
  height: 325px;
  margin-top: 10px;
  display: inline-block;
}

.scatter-plot-no-data {
  font-family: Verdana,sans;
  font-size: 10px;
  color: #666666;
  text-align: center;
  height: 100%;
}

.dashboard-scatter-plot {
  border-left: solid;
  border-bottom: solid;
  width: 235px;
  height: 250px;
  border-color: #C0C0C0;
  border-bottom-width: 1px;
  border-left-width: 1px;
  position: relative;
  display: inline-block;
}

.dashboard-scatter-plot-invertedY {
  border-left: solid;
  border-top: solid;
  width: 235px;
  height: 250px;
  border-color: #C0C0C0;
  border-top-width: 1px;
  border-left-width: 1px;
  position: relative;
  display: inline-block;
}

.scatter-plot-point-green {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #307232;
  margin: auto;
  padding: 0;
}

.scatter-plot-point-blue {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #1A51A3;
  margin: auto;
  padding: 0;
}


.dashboard-axis-scale {
  color: #555555;
  font-family: Verdana,sans;
  font-size: 10px;
}

.dashboard-axis-x-scale {
  width: 290px;
  display: table;
  table-layout: fixed;
  margin-left: 26px;
}

  .dashboard-axis-x-scale span {
    display: table-cell;
    text-align: right;
    padding-right: 15px;
  }

.dashboard-axis-y-scale {
  width: 25px;
  height: 250px;
  vertical-align: top;
  display: inline-block;
}

.dashboard-axix-x-label {
  font-size: 0.7em;
  font-weight: 600;
  text-align: center;
  padding-left: 30px;
}

.dashboard-axis-y-label-outer {
  display: inline-block;
  overflow: hidden;
  width: 13px;
  text-align: left;
}

.dashboard-axis-y-label-inner {
  display: inline-block;
  width: 10px;
  height: 250px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: translate(0px,100%) rotate(-90deg);
  transform-origin: 0 0;
  font-size: 0.7em;
  font-weight: 600;
  white-space: nowrap;
}

.dashboard-axis-y-scale div {
  text-align: right;
}

.dashboard-score-large {
  font-size: 2.5em;
}

.dashboard-score-small {
  font-size: 1.3em;
  font-weight: 700;
}

.dashboard-legend-container {
  border: 1px solid #545454;
  margin-top: 5px;
  padding: 3px 5px 3px 5px;
  display: inline-block;
  text-align: left;
  box-shadow: 1px 1px 1px #888888;
}

.dashboard-block-legend {
  height: 10px;
  width: 40px;
  display: inline-block;
  margin-right: 3px;
}

.dashboard-legend-text {
  font-family: Verdana,sans;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}

.white-cell {
  background-color: white;
}

.map-legend {
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}

.map-legend-header {
  font-weight: 700;
  margin-bottom: 2px;
}

.map-legend-item {
  cursor: pointer;
  margin-left: 10px;
}

.hidden-legend-item {
  text-decoration: line-through;
}

.map-content {
  margin-top: 5px;
  display: none;
}

.map-container {
  overflow: hidden;
  display: inline-block;
}

  .map-container svg {
    border: 1px solid black;
  }

.map-layer {
  background-color: whitesmoke;
  display: inline-block;
}

.map-secondary {
  fill: transparent;
  stroke-width: 1;
  stroke: gray;
  vector-effect: non-scaling-stroke;
}

.state-layer {
  fill: gainsboro;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.training-location {
  fill: black;
  vector-effect: non-scaling-stroke;
}

.active-school {
  fill: black;
  vector-effect: non-scaling-stroke;
}

.complete-school {
  fill: #595959;
  vector-effect: non-scaling-stroke;
}

.incomplete-school {
  fill: #999999;
  vector-effect: non-scaling-stroke;
}

.active-district {
  fill: #468646;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.complete-district {
  fill: #70B470;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.incomplete-district {
  fill: #abd3ab;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.active-isd {
  fill: #0073e6;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.complete-isd {
  fill: #5AA6F3;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.incomplete-isd {
  fill: #b3d9ff;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.unreached-isd {
  fill: lightgray;
  stroke-width: 1;
  stroke: black;
  vector-effect: non-scaling-stroke;
}

.bronze-level {
  stroke: black;
  stroke-width: 1;
  fill: #AD8A55;
  vector-effect: non-scaling-stroke;
}

.silver-level {
  stroke: black;
  stroke-width: 1;
  fill: #B4B4B4;
  vector-effect: non-scaling-stroke;
}

.gold-level {
  stroke: black;
  stroke-width: 1;
  fill: gold;
  vector-effect: non-scaling-stroke;
}

.psa-school {
  stroke: black;
  stroke-width: 1;
  fill: white;
  vector-effect: non-scaling-stroke;
}

.highlighted-shape {
  fill: orange !important;
}

.focus-shape.active-isd {
  fill: url(#stripedActiveISD);
}

.focus-shape.complete-isd {
  fill: url(#stripedCompleteISD);
}

.focus-shape.incomplete-isd {
  fill: url(#stripedIncompleteISD);
}

.focus-shape.active-district {
  fill: url(#stripedActiveDistrict);
}

.focus-shape.complete-district {
  fill: url(#stripedCompleteDistrict);
}

.focus-shape.incomplete-district {
  fill: url(#stripedIncompleteDistrict);
}

.focus-point {
  fill: yellow !important;
  stroke: black;
  stroke-width: 1;
}

.map-info-spacing {
  margin-top: 25px;
}

div.map-tooltip {
  position: absolute;
  text-align: center;
  width: auto;
  height: auto;
  padding: 2px;
  font: 12px sans-serif;
  background: linen;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 100;
}

.map-tooltip table {
  margin: 0;
}

.map-tooltip td {
  text-align: left;
}

.map-tooltip th {
  text-align: right;
}

.map-tooltip div {
  text-align: left;
}

/*the following chart items are used in items used make HTML look like a Fusion Chart*/
.chart-border {
  border: solid;
  border-color: #E9E9E9;
  border-width: thin;
  padding-top: 1px;
}

.chart-caption {
  font-family: Verdana,sans;
  font-size: 13px;
  font-weight: bold;
  color: #555555;
  padding: 10px 0 10px 10px;
}

.chart-caption-tight {
  font-family: Verdana,sans;
  font-size: 13px;
  font-weight: bold;
  color: #555555;
  padding: 0;
}

.chart-label {
  color: #555555;
  font-family: Verdana,sans;
  font-size: 10px;
  text-align: right;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #C0C0C0;
  cursor: default;
  padding-left: 5px;
}

.chart-bottom {
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #C0C0C0;
  color: #555555;
  font-family: Verdana,sans;
  font-size: 10px;
  cursor: default;
  padding-bottom: 5px;
}

.chart-grid {
  margin-top: 0;
}

  .chart-grid td {
    padding-bottom: 10px;
  }

.chart-button {
  position: absolute;
  left: 350px;
  top: 8px;
  z-index: 100;
  display: none; /*show the buttons after charts render using renderComplete so the buttons don't appear out of place before the reports render*/
}

th.rotate {
  padding-top: 5px;
}

.hide-div {
  margin-left: -9999px;
}

.hide-text {
  font-size: 0 !important;
}

.initially-hidden {
  display: none;
}

table.tablesorter thead tr .header {
  text-decoration: underline;
  cursor: pointer;
  padding-right: 15px;
}

th.headerSortUp {
  background-position: right;
  background-image: url(../img/asc.gif);
  background-repeat: no-repeat;
}

th.headerSortDown {
  background-position: right;
  background-image: url(../img/desc.gif);
  background-repeat: no-repeat;
}

.unsorted-header {
  font-weight: 700;
}

.link-spacing {
  margin: 15px 0 0 10px;
}

.summary-subheader {
  font-size: 1.0em;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
}

.summary-item {
  font-size: 1.0em;
  font-weight: 600;
}

.wizard-page {
  display: none;
}

.header-link {
  margin-left: 10px;
  display: inline;
}

  .header-link a {
    margin-right: 5px;
  }

.header-message {
  margin-top: 10px
}

.page-instructions {
  font-weight: 600;
  margin: 10px 0 15px 0;
}

.action-group-collection {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.action-group {
  border: 1px solid #006DB6;
  border-radius: 5px;
  background-color: #E5F0F7;
  padding: 15px;
  flex-shrink: 1;
}

  .action-group a {
    vertical-align: top;
    padding-left: 5px;
  }

.action-group-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.button-container {
  margin-top: 10px;
}

.link-container {
  margin-top: 20px;
}

.link-spacer {
  margin-top: 10px;
  white-space: nowrap;
  padding-left: 30px;
  text-indent: -30px;
}

.collection-spacer div {
  margin-bottom: 10px;
}

.link-pad-left {
  margin-left: 10px;
}

input[type=text][readonly] {
  background-color: transparent;
  border: none;
  cursor: text;
  padding: 0;
  outline: none;
  width: 100%;
}

.paragraph {
  margin: 20px 0 15px 0;
}

.supergroup-header {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 5px;
}

.group-header {
  font-size: 1.0em;
  font-weight: 700;
  margin-top: 5px;
}

.label-group {
  margin-top: 12px;
}

.no-wrap {
  white-space: nowrap;
}

.options-cell {
  width: 50px;
  white-space: nowrap;
}

.indent-wrap-hash {
  padding-left: 11px;
  text-indent: -11px;
}

.indent-wrap-percent {
  padding-left: 15px;
  text-indent: -15px;
}

.link-separator {
  margin-top: 15px;
}

input[type=number] {
  -moz-appearance: textfield;
}

.radio-spacing label {
  margin-right: 8px;
  display: inline;
}

.page-disclaimer {
  margin: 20px 0 5px 0;
  font-size: 0.9em;
}

hr {
  border-top: 1px solid gray;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table.data-entry td, table.data-entry th {
  padding: 2px;
  border-style: solid;
  border-width: thin;
  border-color: gray;
}

.tight-table {
  margin: 3px 0 0 0;
}

.sub-table {
  margin: 0;
}

table.sub-table td {
  border-style: none;
  padding: 0 2px 0 0;
}

.inline-list-key {
  padding-right: 1px;
  font-weight: 600;
}

.inline-list-item {
  padding-right: 12px;
  white-space: pre;
}

.checkbox-label {
  padding-left: 20px;
  text-indent: -20px;
  margin-top: 1px;
}

.optional-indicator {
  font-style: italic;
  font-weight: 600;
  font-size: 0.92em;
}

.above-table-links {
  margin-top: 15px;
}

.minimal-line-cell {
  width: 90px;
  height: 60px;
}

a:link, a:visited,
a:active, a:hover {
  color: #333;
}

.ui-dialog .ui-widget-header {
  background: var(--button-color);
  color: white;
  font-size: 0.9em;
}

.shrunken-text {
  font-size: 0.9em;
}

.ui-widget {
  font-family: unset;
}

.ui-widget-overlay {
  background: black;
  opacity: .40;
}

header, footer, hgroup,
nav, section {
  display: block;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
  margin-top: 4px;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  color: #0c1d37;
  font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
  font-size: 1.2em;
  margin: 0;
  font-weight: 700;
}

h2 {
  font-size: 1.75em;
  display: inline;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h4, h5, h6 {
  font-size: 1em;
}

  h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
  }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;  
}

.content-wrapper-wide {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.main-content {
  padding-left: 10px;
}

.block-labels label {
  display: block;
}

header .content-wrapper {
  padding-top: 20px;
  /*border-bottom:2px solid gray;*/
}

.required-indicator {
  display: inline;
  color: #da0b49;
  padding-left: 5px;
}

.required-disclaimer {
  margin-top: 5px;
  color: #da0b49;
}

.form-disclaimer {
  margin-top: 5px;
  color: #da0b49;
  font-weight: 600;
}

.site-title-eval {
  color: red;
}

/* menu */
ul#menu {
  font-size: 1.0em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
}

  ul#menu li {
    display: inline;
    list-style: none;
    padding-right: 15px;
    font-weight: 400;
  }

    ul#menu li a {
      background: none;
      padding-left: 0;
      -webkit-text-decoration: inherit;
      text-decoration: none;
    }

      ul#menu li a:hover {
        color: #333;
      }

.current-menuitem {
  font-weight: 700 !important;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
  background-color: #fff;
}

  .featured .content-wrapper {
    background-color: #7ac0da;
    color: #3e5667;
    padding: 20px 40px 30px 40px;
  }

  .featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
  }

  .featured p {
    font-size: 1.1em;
  }

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

  hgroup.title h1, hgroup.title h2 {
    display: inline;
  }

  hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
  }

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

  ol.round li {
    margin: 25px 0;
    padding-left: 45px;
  }

.label {
  font-weight: 700;
}

ol li {
  padding-left: 3px;
}

/*label {
  display: block;
}*/

.inline-label {
  display: inline;
  white-space: nowrap;
}

label.checkbox {
  display: inline;
}

input[type="text"], input[type="number"], input[type="password"], input[type="time"], input[type="email"], textarea, select {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.0em;
  margin: 3px 0 3px 0;
  padding: 4px;
  width: 300px;
}

textarea {
  font-family: inherit;
  width: 500px;
}

  input:focus, textarea:focus, select:focus {
    border: 1px solid #7ac0da;
  }

input[type="checkbox"] {
  background: transparent;
  border: none;
  width: auto;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  background-color: var(--button-color);
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  padding: 5px 12px;
  margin-right: 4px;
  width: auto;
}

.radio-label {
  display: inline;
  text-align: left;
  padding-left: 10px;
}

.inline-radiolabel {
  display: inline;
  margin-right: 5px;
}

.radios-as-buttons {
  list-style-type: none;
  background-color: #E5F0F7;
  min-height: 39px;
  width: fit-content;
  display: inline-block;
}

  .radios-as-buttons label {
    float: left;
    margin: 5px;
    position: relative;
    color: #00365B;
    border-radius: 5px;
  }

  .radios-as-buttons input[type="radio"] {
    opacity: 0.01;
    width: 0;
    z-index: 100;
  }

  .radios-as-buttons label:has(input[type="radio"]:checked) {
    background: #005288;
    color: white
  }

  .radios-as-buttons label {
    padding: 5px;
    color: #00365B;
    cursor: pointer;
    z-index: 90;
    padding-right: 20px;
  }

.icon-options {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
  float: right;
}

  .icon-options img {
    height: 25px;
    width: 25px;
    margin-right: 2px;
    border: 1px solid transparent;
  }

.selected-chart-icon {
  background: #E5F0F7;
  border: 1px solid #006DB6 !important;
  border-radius: 5px;
}

.selected-table-icon {
  background: #DAF1E7;
  border: 1px solid #48BB88 !important;
  border-radius: 5px;
}

.checklist-item {
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 5px;
  display: inline-block;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

table .checklist-item {
  margin-top: 2px;
  display: inline-block;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.div-box {
  border: 1px solid #C0C0C0;
  padding: 8px;
  margin: 8px 0 8px 0;
}

.checklist-item-single-line {
  margin-top: 2px;
}

.checklist-container {
  border: 1px solid #C0C0C0;
  padding: 4px 10px 4px 0;
  margin: 1px 0 1px 0;
}

  .checklist-container table {
    margin-top: 0;
  }

  .checklist-container td {
    padding: 2px 10px 2px 2.0em;
    text-indent: -1.8em;
  }

.checklist-table ul {
  margin-top: 0;
  margin-bottom: 0;
}

.checklist-table ol {
  margin-top: 0;
  margin-bottom: 0;
}

.checklist-table tr td:first-child {
  padding-left: 3px;
}

.checklist-table-simple {
  margin-top: 0;
}

.check-column-table td {
  vertical-align: top;
}

.check-column-table label {
  display: block;
  margin-top: 2px;
  margin-bottom: 4px;
}

.value-required {
  border: 1px solid;
  border-color: #e80c4d;
}

.centered-listing {
  margin: 5px auto 0 auto;
}

  .centered-listing td {
    border: none;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
  }
/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.header-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px 0 5px 0;
}

.group-indent {
  margin-left: 15px;
  display: block;
}

.group-indent-spaced {
  margin: 0 0 15px 15px;
}

.error {
  color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
  margin-left: 5px;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #e80c4d;
}

select.input-validation-error {
  border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.input-wide {
  width: 500px !important;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}
/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
}

th {
  font-size: 1.0em;
  text-align: left;
  border: none 0;
  padding-right: 8px;
}

  th a {
    display: block;
    position: relative;
  }

    th a:link, th a:visited, th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    th a:hover {
      color: #000;
    }

  th.asc a, th.desc a {
    margin-right: .75em;
  }

    th.asc a:after, th.desc a:after {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0.75em;
    }

    th.asc a:after {
      content: '▲';
    }

    th.desc a:after {
      content: '▼';
    }

td {
  padding: 0.1em 0.75em 0.1em 0;
  border: 0 none;
}

tr.pager td {
  padding: 0 0.25em 0 0;
}

label.editor-label {
  display: block;
  margin: 5px 0 2px 0;
}

td.editor-label {
  text-align: right;
}

td.display-label {
  text-align: right;
}

.display-field {
  font-weight: 600;
}

.tr-EvenRow {
  background-color: #f4f2ec;
}

.tr-OddRow {
  background-color: var(--stripe-table-color);
}
/*alternate is meant to be a verb, not an adjective*/
.alternate-colors tr:nth-child(even) {
  background-color: var(--stripe-table-color);
}

.alternate-colors tr:nth-child(even) {
  background-color: var(--stripe-table-color);
}

.alternate-colors-switch tr:nth-child(odd) {
  background-color: var(--stripe-table-color);
}

.single-color-even {
  background-color: var(--stripe-table-color);
}

.td-header {
  font-weight: 700;
}

.tdIndent td {
  padding-left: 20px;
}

.hover-rows tr .table-tooltip {
  z-index: 10;
  display: none;
  padding: 5px;
  margin-top: 20px;
  margin-left: 28px;
  width: 300px;
  line-height: 16px;
}

.hover-rows tr:hover td {
  background-color: #87C78D;
}

.hover-rows tr:hover .table-tooltip {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0;
}

.warning-link {
  background: transparent url(../img/Warning.png) scroll no-repeat left center;
  padding: 2px 0 2px 20px;
}

.download-link {
  background: url(../img/download.png) no-repeat top left;
  display: block;
  width: 10px;
  height: 16px;
  margin: 2px 0 2px 3px;
  text-indent: 20px;
  direction: ltr;
}

.add-comment-link {
  background: url(../img/comment_add.png) no-repeat top left;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-left: 12px;
  text-indent: -9999px;
  direction: ltr;
}

.hide-comment-link {
  background: url(../img/comment_delete.png) no-repeat top left;
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-left: 12px;
  text-indent: -9999px;
  direction: ltr;
}

.evaluation-note {
  display: none;
}

  .evaluation-note textarea {
    width: 99.5%;
    height: 37px;
  }

.small-input {
  width: 35px !important;
}

.small-input-grid input {
  width: 35px;
}

.smallish-input-grid input {
  width: 50px;
}

.narrow-input {
  width: 100px !important;
}

.narrow-input-grid input {
  width: 100px;
}

.intervention-grid input[type=number] {
  width: 60px;
  display: inline-block;
}

.intervention-grid td {
  white-space: nowrap;
}

.intervention-grid input:disabled {
  background-color: #EEE;
}

.narrow-dropdown {
  width: 80px;
}

.smaller-dropdown {
  width: 125px;
}

.smaller-dropdown-grid select {
  width: 125px;
}

.smallish-dropdown {
  width: 180px;
}

.small-dropdown-grid select {
  width: 200px;
}

.small-dropdown {
  width: 200px;
}

.wait-indicator {
  font-weight: 700;
  font-size: 1em;
}

img {
  border: none;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
/*table scrolling*/
thead.scroll-header tr {
  position: relative;
}

html > body thead.scroll-header tr {
  display: block;
  width: 100%;
}

html > body tbody.scroll-content {
  display: block;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% + 17px);
}

.grade-column {
  width: 45px;
  min-width: 45px;
}

.truncate {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.number-entry-column {
  width: 85px;
  min-width: 85px;
  max-width: 85px;
}

.number-entry-column-padded {
  width: 105px;
  min-width: 105px;
}

.percent-entry-column {
  width: 93px;
  min-width: 93px;
  max-width: 93px;
}

.disabled-div {
  pointer-events: none;
  opacity: 0.4;
}

.ui-timepicker-div dl {
  text-align: left;
}

  .ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
  }

  .ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
  }

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-select {
  width: 120px;
}

.ui-timepicker-rtl {
  direction: rtl;
}

  .ui-timepicker-rtl dl {
    text-align: right;
  }

    .ui-timepicker-rtl dl dd {
      margin: 0 65px 10px 10px;
    }

.two-column-ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

  .two-column-ul li {
    margin-left: 10px;
  }
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

  /* header
    ----------------------------------------------------------*/
  header .float-left,
  header .float-right {
    float: none;
  }

  /* logo */
  header .site-title {
    margin: 10px;
    text-align: center;
  }

  /* menu */
  nav {
    margin-bottom: 5px;
  }

  ul#menu {
    margin: 0;
    padding: 0;
  }

    ul#menu li {
      margin: 0;
      padding: 0;
    }

  /* main layout
    ----------------------------------------------------------*/
  .main-content,
  .featured + .main-content {
    background-position: 10px 0;
  }

  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured .content-wrapper {
    padding: 10px;
  }

  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }

    section.feature img {
      color: #999;
      content: attr(alt);
      font-size: 1.5em;
      font-weight: 600;
    }

  /* footer
    ----------------------------------------------------------*/
  footer .float-left,
  footer .float-right {
    float: none;
  }

  footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
  }

    footer p {
      margin: 0;
    }
}
