body {
    font-family: "Maven Pro";
    width: 80%;
    margin: 2em auto 0 auto;
}

a:link {
    //color: rgb(35, 35, 116);
    color: rgb(16, 16, 224);
    text-decoration: underline;
}

a:visited {
    color: rgb(61, 27, 78);
    text-decoration: none;
}

a {
    color: black;
    text-decoration: none;
}

tr:nth-child(even) {
    background-color: #F0F8FF;
}

.td-resultRow {
	background-color: transparent;
	font-weight: bold;
}

th {
    color: black;
    background-color: #d5d7ee;
    padding: 0.1em;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid black;
}

.th-ltblue {
    color: black;
    //background-color: #d5d7ee;
    //background-color: #7eb4d8;
	background-color: #5ecaf9;
    padding: 0.1em;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid black;
}
.tr-ltblue {
    color: black;
    //background-color: #d5d7ee;
    //background-color: #7eb4d8;
	background-color: #5ecaf9;
    padding: 0.1em;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid black;
}

.theadTan {
    background-color: #eee7da;	
}

.resultTableRow {
  font-size: 80%;
}

.childResultTableHeader {
  background-color: #FFAC1C;
}

.mainframe {
  overflow: hidden;
  position: fixed;
  width:800px;
}

.allow-scroll {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
}
.mapTable {
    width:100%;
    table-layout:fixed;
}

.balanceDueRed {
    color: red;
    font-size: 200%;
}

.balanceDue {
    color: black;
    font-size: 200%;
}

table {
    color: black;
    width: 100%;
    padding: 0.1em;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid black;
    border-bottom: 1px solid black;
}

mapTable {
	width:100%;
	background-color: white;
}

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

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

div.sml {
  font-size: 70%;
  font-style: italic;
}

div.med {
  font-size: 80%;
}

div.medRed {
  font-size: 120%;
  color:darkred;
  font-weight:bold;
}

.circle {
    width:50px;
    height:50px;
    border-radius:25px;
    font-size:20px;
    color:#red;
    line-height:50px;
    text-align:center;
    background:#white
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination button {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  outline: 1px solid #494a4f;
  border-radius: 1px;
  border: none;
}

.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pagination button.active {
  background-color: #007bff;
  color: white;
}

.button-18 {
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.no-box-input {
  border: none;
  background-color: transparent; /* Makes the background blend with the page */
  outline: none; /* Removes the border/glow that appears on focus */
}