body {
  background: #f8f8f8;
  margin-bottom: 65px;
}

a[href^="tel:"] {
  white-space: nowrap;
}

ul.list-underscore {
  padding-left: 3px;
  list-style: none;
  display: table;
}

  ul.list-underscore li {
    display: table-row;
  }

    ul.list-underscore li::before {
      display: table-cell;
      content: "____";
      padding-right: 0.5em;
    }

.footer {
  background-color: #11A6A7;
  bottom: 0;
  color: #f8f8f8;
  height: 30px;
  position: fixed;
  width: 100%;
/*  z-index: 1030;*/
}

  .footer .container {
    padding: 0 15px;
    width: auto;
  }

.light-gray-background {
  background-color: #f8f8f8 !important;
}

  .footer p {
    padding: 6px 20px 0 0;
    text-align: right;
  }

.center,
.absolute-center {
  margin: auto;
}

.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

  .center.responsive,
  .absolute-center.responsive {
    width: 50%;
    min-width: 200px;
    max-width: 500px;
  }

  .absolute-center.responsive {
    height: 50%;
  }

#logo-container {
  background-image: url("/images/jcyi-tree.png");
  background-size: 192px 225px;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 10px;
}

.navbar-jcyi {
  background-color: #11a6a7;
  border-color: #008d8e;
  border-radius: unset;
}

  .navbar-jcyi .navbar-brand {
    color: #ecf0f1;
    line-height: 125px;
    height: 125px;
    padding: 5px;
  }

    .navbar-jcyi .navbar-brand:hover,
    .navbar-jcyi .navbar-brand:focus {
      color: #d0d0d0;
      background-color: #008d8e;
    }

    .navbar-jcyi .navbar-brand span {
      display: none;
    }

  .navbar-jcyi .navbar-text {
    color: #ecf0f1;
    line-height: 95px;
    height: 95px;
    padding-top: 0;
    max-width: 800px;
    font-size: 28px;
  }

    .navbar-jcyi .navbar-text.es {
      line-height: 47.5px;
    }

  .navbar-jcyi .navbar-nav > li > a {
    color: #ecf0f1;
    line-height: 125px;
    height: 125px;
    padding-top: 0;
  }

    .navbar-jcyi .navbar-nav > li > a:hover,
    .navbar-jcyi .navbar-nav > li > a:focus {
      color: #d0d0d0;
      background-color: #008d8e;
    }

  .navbar-jcyi .navbar-nav > li > .dropdown-menu {
    background-color: #11a6a7;
  }

    .navbar-jcyi .navbar-nav > li > .dropdown-menu > li > a {
      color: #ecf0f1;
    }

      .navbar-jcyi .navbar-nav > li > .dropdown-menu > li > a:hover,
      .navbar-jcyi .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #d0d0d0;
        background-color: #008d8e;
      }

    .navbar-jcyi .navbar-nav > li > .dropdown-menu > li > .divider {
      background-color: #008d8e;
    }

  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #d0d0d0;
    background-color: #008d8e;
  }

  .navbar-jcyi .navbar-nav > .active > a,
  .navbar-jcyi .navbar-nav > .active > a:hover,
  .navbar-jcyi .navbar-nav > .active > a:focus {
    color: #d0d0d0;
    background-color: #008d8e;
  }

  .navbar-jcyi .navbar-nav > .open > a,
  .navbar-jcyi .navbar-nav > .open > a:hover,
  .navbar-jcyi .navbar-nav > .open > a:focus {
    color: #d0d0d0;
    background-color: #008d8e;
  }

  .navbar-jcyi .navbar-toggler {
    border-color: #008d8e;
  }

    .navbar-jcyi .navbar-toggler:hover,
    .navbar-jcyi .navbar-toggler:focus {
      background-color: #008d8e;
    }

    .navbar-jcyi .navbar-toggler .icon-bar {
      background-color: #ecf0f1;
    }

  .navbar-jcyi .navbar-collapse,
  .navbar-jcyi .navbar-form {
    border-color: #ecf0f1;
  }

  .navbar-jcyi .navbar-link {
    color: #ecf0f1;
    line-height: 125px;
    height: 125px;
    padding-top: 0;
    margin: -1px 0 0 0;
  }

    .navbar-jcyi .navbar-link:hover {
      color: #d0d0d0;
    }

  .navbar-jcyi h1 {
    font-size: 2em;
  }

@media (max-width: 767px) {
  .navbar-jcyi .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }

    .navbar-jcyi .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-jcyi .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-jcyi .navbar-nav .open .dropdown-menu > li > .navbar-link:hover,
    .navbar-jcyi .navbar-nav .open .dropdown-menu > li > .navbar-link:focus {
      color: #d0d0d0;
    }

  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > .navbar-link:hover,
  .navbar-jcyi .navbar-nav .open .dropdown-menu > .active > .navbar-link:focus {
    color: #d0d0d0;
    background-color: #008d8e;
  }

  .navbar-jcyi .navbar-brand,
  .navbar-jcyi .navbar-link,
  .navbar-jcyi .navbar-nav li a,
  .navbar-jcyi .navbar-nav .navbar-link {
    width: 100%;
    text-align: center;
    line-height: unset;
    height: unset;
  }

    .navbar-jcyi .navbar-brand > img {
      display: inline-block;
    }

  .navbar-jcyi .navbar-text {
    line-height: 1.25;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    height: unset;
  }

  
@media (max-width: 1200px) and (min-width: 767px) {
  .navbar-jcyi .navbar-text {
    font-size: 18px;
  }
}

    .navbar-jcyi .navbar-text.narrow {
      width: 75%;
    }

  .navbar-jcyi .navbar-toggler {
    margin-top: 15px;
  }

  .absolute-center.responsive {
    width: 100%;
    height: 10%;
  }

    .absolute-center.responsive .text-end {
      text-align: center;
    }

  .welcome-banner {
    text-align: center;
  }
}

.table-striped > tbody > tr:nth-of-type(2n+1) th,
.table-striped > tbody > tr:nth-of-type(2n+1) td {
  background-color: #ddd;
}

.table-striped > tbody > tr:nth-of-type(2n) th,
.table-striped > tbody > tr:nth-of-type(2n) td {
  background-color: #f8f8f8;
}


.reports a {
  min-height: 70px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
}

  .reports a:nth-child(2n+1) {
    background-color: #efefef;
  }

  .reports a:nth-child(2n) {
    background-color: #e0e0e0;
  }

  .reports a:hover,
  .reports a:hover:nth-child(2n+1),
  .reports a:hover:nth-child(2n),
  .reports a:active,
  .reports a:active:nth-child(2n+1),
  .reports a:active:nth-child(2n),
  .reports a:focus,
  .reports a:focus:nth-child(2n+1),
  .reports a:focus:nth-child(2n) {
    background-color: #f8f8f8;
    text-decoration: none;
  }

  .reports a img {
    margin-right: 10px;
    height: 60px;
    width: 60px;
    float: left;
  }

.gridwrapper {
  margin-top: 30px;
}

/* Missing MVC Grid stylesheet */

.mvc-grid-header-title.asc:after {
  content: "\25b2";
}

.mvc-grid-header-title.desc:after {
  content: "\25bc";
}

.insite-navigation-wrapper {
  width: 15%;
  bottom: 35px;
  top: 175px;
  left: 0;
  position: fixed;
  z-index: 1;
}

.insite-navigation {
  z-index: 1;
  left: 0;
  height: 100%;
  opacity: 0.75;
  overflow-y: auto;
  border: solid 1px silver;
  background-color: #fff;
}

ul.no-bullets > li {
  list-style: none !important;
}

.card-body.insite-navigation {
  overflow-y: auto;
}

.card-z-index {
  z-index: 1;
}

.trigger {
  float: right;
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
  border-radius: 0 3px 0 0;
  padding: 5px 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 700px) and (min-width: 700px) {
  .insite-navigation {
    min-width: 150px;
  }
}

.auto-width {
  width: auto;
}

.table.table-data thead th:not(:first-child),
.table.table-data tbody td:not(:first-child),
.table.table-data tfoot td:not(:first-child) {
  text-align: right;
}

.validation-summary-valid {
  display: none;
}

.navbar-jcyi .d-sm-none.navbar-text {
  line-height: 2;
  height: unset;
}

.table.table-data .data .row {
  margin-right: -1px;
  margin-left: -1px;
}

  .table.table-data .data .row .col-xs-1,
  .table.table-data .data .row .col-xs-2,
  .table.table-data .data .row .col-xs-3,
  .table.table-data .data .row .col-xs-4,
  .table.table-data .data .row .col-xs-5,
  .table.table-data .data .row .col-xs-6,
  .table.table-data .data .row .col-xs-7,
  .table.table-data .data .row .col-xs-8,
  .table.table-data .data .row .col-xs-9,
  .table.table-data .data .row .col-xs-10,
  .table.table-data .data .row .col-xs-11,
  .table.table-data .data .row .col-xs-12 {
    padding-right: 1px;
    padding-left: 1px;
  }

#DataReportsGridWrapper table th,
#DataReportsGridWrapper table td {
  padding: 2px;
}

  #DataReportsGridWrapper table td.data {
    border: 1px solid black;
    vertical-align: middle;
  }

#DataReportsGridWrapper .table > thead > tr > th {
  border-bottom: 1px solid black;
}

#DataReportsGridWrapper .table > tbody > tr.groupborder,
#DataReportsGridWrapper .table > tfoot > tr {
  border-top: 3px solid black;
}

  #DataReportsGridWrapper .table > tbody > tr.groupborder > th.even {
    background: #e3fcf5;
  }

  #DataReportsGridWrapper .table > tbody > tr.groupborder > th.odd {
    background: #fcf8e3;
  }

#DataReportsGridWrapper table tbody th,
#DataReportsGridWrapper table tfoot th {
  border: 1px solid black;
}

th.rotate45 {
  height: 250px;
  white-space: nowrap;
  width: 65px;
  vertical-align: middle !important;
}

  th.rotate45 > div {
    transform: translate(43px, 95px) rotate(315deg);
    width: 50px;
  }

    th.rotate45 > div > div {
      border-bottom: 1px solid black;
      display: block;
      width: 250px;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
    }

      th.rotate45 > div > div > div {
        padding-top: 14px;
        padding-left: 5px;
        background: #F8F8F8;
      }

th.rotate90 {
  height: 250px;
  width: 50px;
}

  th.rotate90 > div {
    width: 50px;
  }

    th.rotate90 > div > div {
      transform: translate(-75px, 0px) rotate(270deg);
      width: 200px;
    }

      th.rotate90 > div > div > div {
        display: block;
      }

.strong {
  font-weight: bold;
}

.dataReportTableConatiner {
  overflow: auto;
  max-height: 650px;
}

.stickyHead {
/*  background-color: #F8F8F8;*/
  width: 150px;
}

.mask {
  background-color: #F8F8F8;
  width: 100%;
  position: absolute;
  height: 250px;
  z-index: 13;
}

#DataReportsGridWrapper .table tbody td,
#DataReportsGridWrapper .table tbody th,
#DataReportsGridWrapper .table tfoot th {
  border: 1px solid black;
}

#DataReportsGridWrapper .table {
  margin-bottom: 0px;
}

.dataReportTableConatiner {
  margin-bottom: 20px;
}

#DataReportsGridWrapper table.table {
  border-collapse: separate;
  border-spacing: 0px;
}

p#microtip {
  border: 1px solid black;
  padding: 10px;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-size: 14px;
  background: #204d74;
  color: white;
  z-index: 99;
}

.panel-quiz .card-title {
  font-weight: 700;
  font-size: 3em;
  margin: 10px 30px;
}

.panel-quiz > .card-footer,
.panel-quiz > .card-header {
  color: #fff;
  background-color: #97daee;
  border-color: #bce8f1;
  padding: 7px 0px;
}

.alert-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

  .alert-icon .fa,
  .alert-icon .fa-solid {
    margin-right: 15px;
    font-size: 2em;
  }

  .alert-icon div p:last-child {
    margin-bottom: 0;
  }

.a-link {
  text-decoration: none;
  color: #337ab7;
}

a.btn.btn-info.a-link.attached {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

  a.btn.btn-info.a-link.attached:hover {
    background-color: #56ADC7;
  }

  .dark-blue-button {
    background-color: #337ab7;
    border-color: #337ab7;
  }

  .dark-blue-button:hover {
    background-color: #204d74;
    border-color: #204d74;
  }

  .dark-blue-button:active {
    background-color: #204d74 !important;
    border-color: #204d74 !important;
  }

label {
  font-weight: bold;
  padding-bottom: 3px;
}

.label-align-right {
  text-align: right;
}

hr.white-rule {
  color: #fff;
  opacity: 1;
}

.small-font-align-end {
  padding-top: 5px;
  text-align: end;
  font-size: 14px;
}

.blue-cell {
  background-color: #d9edf7;
}

.white-font {
    color: #fff;
}

.light-weight-font {
    font-weight: 400;
}

.menu-text {
  font-size: 14px;
}

.no-paddings {
  padding: 0px;
  border: none;
}