
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  font-weight: 500;
  line-height: 1;
  font-family: proxima-nova, sans-serif;
}

/* Left Nav */
.nav:nth-child(1) {
  height: 100%;
  width: 150px;
  position: fixed;
  z-index: 2;
  top: 70px;
  left: 0;
  background-color: #fffffe;
  overflow-x: hidden;
  padding: 0px; 
  border-right: 1px solid #3da9fc;
  color: #094067;
  }

/* Right Nav */
.nav:nth-child(2) {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 2;
  top: 70px;
  right: 0;
  background-color: #0B2441;
  overflow-x: hidden;
  padding: 0px; 
  border-left: 1px solid #FD9648;
  color: #FD9648;
  padding-top: 5px;
  display: none;}

/* Top Nav */
.nav:nth-child(3) {
  height: 70px;
  padding: 5px;
  background-color: #094067;
  border-bottom: 1px solid #3da9fc;
  color: #3da9fc;
  z-index: 1;
  position: fixed;
  width: 100%;
}

/* Center Nav */
.nav:nth-child(4) {
  margin-left: 150px;
  margin-right: 0px;
  padding: 5px;
}

/* Banner Nav */
.nav:nth-child(5) {
  height: 31px; 
  top: 70px;
  background-color: #90b4ce;
  border-bottom: 1px solid #3da9fc;
  color: #0B2441;
  z-index: 5; 
  position: fixed;
  left: 150px;
  right: 0px;
  }

.nav:nth-child(5) > div {
  position: absolute; 
  top: 50%; 
  left: 0; 
  right: 0; 
  margin-top: -8px; 
  text-align: center;
}

.contentContainer {
  margin-top: 101px;
}

#nav-info {
  height: 20px; 
  position: fixed; 
  bottom: 0%; 
  width: 150px;
  background-color: #90b4ce;
  border-right: 1px solid #3da9fc;
  border-top: 1px solid #3da9fc;
  white-space:pre-wrap;
  cursor: pointer;
}

/* Tiles */
.tile-container {
  float: left;
  width: 135px;
  padding: 1px;
  margin: 10px;
  height: 135px;
}

.tile-container-l {
  float: left;
  width: 290px;
  padding: 1px;
  margin: 10px;
  height: 135px;
}

.tile-text {
  text-align: center;
  font-size: 0.99em;
  word-wrap: break-word;
}

.tile-style-LightBlue {
  background-color: rgba(144, 180, 206, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-LightBlue:hover {
  background-color: rgba(144, 180, 206, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}

.tile-style-MediumBlue {
  background-color: rgba(61, 169, 252, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-MediumBlue:hover {
  background-color: rgba(61, 169, 252, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}

.tile-style-DarkBlue {
  background-color: rgba(57, 132, 217, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-DarkBlue:hover {
  background-color: rgba(57, 132, 217, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}

.tile-style-Grey {
  background-color: rgba(214, 214, 214, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-Grey:hover {
  background-color: rgba(214, 214, 214, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}

.tile-style-DarkGrey {
  background-color: rgba(95, 108, 123, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-DarkGrey:hover {
  background-color: rgba(95, 108, 123, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}

.tile-style-LightPink {
  background-color: rgba(255, 199, 199, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-LightPink:hover {
  background-color: rgba(255, 199, 199, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}

.tile-style-MediumPink {
  background-color: rgba(255, 105, 105, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-MediumPink:hover {
  background-color: rgba(255, 105, 105, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}

.tile-style-DarkPink {
  background-color: rgba(239, 69, 101, 0.7);
  border: #5f6c7b solid 1px;
}
  
.tile-style-DarkPink:hover {
  background-color: rgba(239, 69, 101, 0.9);
  border: #5f6c7b solid 1px;
  -webkit-box-shadow: 0 0 5px rgba(104, 120, 100);
          box-shadow: 0 0 5px rgba(104, 120, 100);
  cursor: pointer;
}


/* Table styles */
.default-table {
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1.0em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  border: 1px solid #000000;
}

.default-table thead tr {
  background-color: #90b4ce;
  background: #90b4ce;
  background: -moz-linear-gradient(top,#90b4ce 0%, #0B2441 100%);
  background: -webkit-linear-gradient(top, #90b4ce 0%, #0B2441 100%);
  background: linear-gradient(to bottom, #90b4ce 0%, #0B2441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3984D9', endColorstr='#0B2441', GradientType=0);
  color: #fffffe;
  text-align: center;
  border-bottom: 2px solid #000000;
  font-weight: bold;
}

.default-table th, .default-table td {
  padding: 10px 12px;
}

.default-table tbody tr {
  border-bottom: 1px solid #BCC0C8;
  background-color: #E9EAED;
  
}

.default-table tbody .mouseover {
  background-color: #dadadb;
  cursor: pointer;
}

.default-table tbody tr:last-of-type {
  border-bottom: 2px solid #000000;
}

.default-table tbody tr.active-row {
  font-weight: bold;
  color: #326486;
  background-color: #B0B6BF;
}

.default-table tbody tr.theadOther {
  padding: 2px;
  background: #dfe0e2;
  text-align: left;
  font-weight: bold;
}

.default-table tbody td.sub {
  font-weight: bold;
}

.default-table tfoot td {
  background-color: #F4F5F6;
  color: #000000;
  text-align: center;
}


/* Input styling */
.input {
  font-size: 14px;
  font-size: Max(14px, 1em);
  font-family: inherit;
  color: #094067;
  padding-left: 0.25em;
  padding-right: 0.4em;
  background-color: #fff;
  border: 1px solid #094067;
  border-bottom: 2px solid #094067;
  border-radius: 4px;
  transition: 180ms box-shadow ease-in-out;
}


.input:focus {
  
  border-color: hsla(
    245,
    100%,
    42%  );
  
  box-shadow: 0 0 0 3px hsla(
      245,
      100%,
      82%,
      0.8
    );

  outline: 3px solid transparent;
}

.input:not(textarea) {
  line-height: 1;
  height: 2.25rem;
}

input[type="file"] {
  font-size: 0.9em;
  padding-top: 0.35rem;
}

textarea.input {
  resize: vertical;
}

button.input {
  cursor: pointer;
  background-color: #d6d6d6;
  color: black;
}

button.input:hover {
  background-color: #c2c2c2;
}

button.input:active {
  background-color: #d6d6d6;
}

.input[readonly] {
  border-style: dotted;
  cursor: not-allowed;
  color: #777;
}

.input[disabled] {
  --input-border: #ccc;
  background-color: #eee;
  cursor: not-allowed;
}

label {
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1;
}

.input + label {
  margin-top: 2rem;
}

.red-border {
  background-color: #ffc7c7;
  border: 1px solid red;
}

a.clickable {
  cursor: pointer;
}


/* Tab styles */
.tab {
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #dddddd;
  border-bottom: 3px solid #71aaeb;
}

.tab button.active {
  background-color: #cccccc;
  border-bottom: 3px solid #3984D9;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #cccccc;*/
  border-top: none;
}

span.small {
  font-size: 0.7em; 
  font-weight: normal;
}

span.medium {
  font-size: 0.85em; 
  font-weight: normal;
}