.headerSortDown:after,
.headerSortUp:after {
  text-align: center;

  content: " ";
  position: relative;
  left: 2px;
  border: 8px solid transparent;
}

.headerSortDown:after {
  text-align: center;
  top: 10px;
  border-top-color: white;
}

.headerSortUp:after {
  text-align: center;
  bottom: 15px;
  border-bottom-color: white;
}

.headerSortDown,
.headerSortUp {
  text-align: center;
  background-color: #012840;
  color: white;
  padding-right: 10px;
}

.navbar-custom {
  background-color: #012840;
  height: 45px;
  background-color: #303549;
  font-weight: 500;
  /* margin: 0 auto;
    text-align: center; */
  /* display: inline-block;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 0;
    list-style: none; */
  /* width: 100%; */
  /* display: center;  */
}

.navbar-text {
  color: white;
}

.topnav:hover {
  color: white;
  background: #3f455f;
}

/* nav ul li {
    display: inline-block;/*replace inline to inline-block*/
/* background: green; */
/* text-align: center; */
/* } */
/* nav ul li a {
    display: inline-block;
    text-decoration: none;
    /* padding: 10px 0; */
/* width: 100px; */
/* background: #012840; */
/* text-align: center; */
/* } */

.has-bg-img:after {
  content: "";
  /* background: url('images/Banner.PNG') no-repeat center center; */
  background: url('images/Banner4.png') no-repeat center center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  /* Here is your opacity */
}

.has-bg-img {
  display: table;
  position: relative;
  width: 100%;
  /* background: black; */
  /* padding: 50px; */
  height: 100px;
  font-weight: bold;
  text-align: center;
}

.table-header {
  text-align: center;
  cursor: pointer;
  background-color: #012840;
  color: white;
}

.row-shading {
  background-color: lightgray;
}

.footer {
  background-color: "#303549";
  color: white;
  text-align: center;
  height: 50px;

  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: -200px;
  overflow: hidden;

  /* overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999; */
  /* margin: 0 auto;
    /* display: inline-block;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 0;
    list-style: none; */
  /* width: 100%; */
  /* display: center;  */
}

/* .footer_tables{
    position:fixed;
    bottom:0;
    color: white;
    text-align: center;
    background-color: #303549;
    height: 50px;
    margin-top: -200px;
} */
.footer-tables {
position: relative;
  display: table;
  background-color: #303549;
  color: white;
  text-align: center;
  height: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 50px;
}

/* position: relative; */
/* position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: -200px;
    overflow: hidden;
     */
/* overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999; */
/* margin: 0 auto;
    /* display: inline-block;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 0;
    list-style: none; */
/* width: 100%; */
/* display: center;  */

.header-text {
  text-align: left;
  margin: auto;
  padding-top: 1%;
  width: 80%;
  font-size: x-large;
  font-weight: bold;
}

.text-box {
  text-align: left;
  margin: auto;
  padding-top: 0.5%;
  padding-bottom: 0.5%;

  width: 80%;
  /* font-size: x-large; */
  /* font-weight: bold; */
}

.bystander-table {
  width: 90%;
  margin: auto;
  overflow: hidden;
  table-layout: fixed;
  font-size: small;
  margin-bottom: 5%;
}

.col-position {
  width: 2.9%;
}

.col-wrap {
  word-wrap: break-word;
}

.col-3l {
  width: 3.7%;
}

.col-10l {
  width: 7%;
}

.col-20l {
  width: 15%;
}

.bystander-row {
  text-align: center;
}

.test {
  vertical-align: bottom;
}

.clear-box {
  display: table;
  font-weight: 500;
  line-height: 1;
  color: white;
  cursor: pointer;
  position: relative;
  background-color: #303549;
  /* text-align: center;
    vertical-align: center;
    justify-content: center; */
  /* align-items:center; */
  border: black;
  /* margin: auto; */
  /* font-weight:bold; */
  margin-left: 0%;
  margin-bottom: 2rem;
  margin-top: 1rem;
  width: 150px;
  height: 30px;
  /* vertical-align: middle; */
  border-radius: 4px;
}

.clear-box-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.search-label {
  width: 20%;
  font-weight: 500;
}

.input-field-flex {
  width: 60%;
  max-width: 500px;
  justify-content: center;
  margin: auto;
  display: flex;
}

.input-field {
  width: 65%;
  max-width: 500px;
  padding: 5px 5px;
  margin: 8px 0;
  font-weight: 500;
  /* /* margin-left: 1%; */
  text-align: center;
  vertical-align: center;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(16, 21, 24, 0.05);
  /* border: #b12020; */
  border: solid rgba(16, 21, 24, 0.05);
  border-width: 1px 1px 1px 1px;
  border-radius: 4px;
  /* display: inline-block; */
  /* border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; */
}

.search-button {
  text-align: center;
  width: 65%;
  padding: 10px 10px;
  margin: 8px 0;
  margin-left: 20.8%;
}
.search-button:hover {
  background: #3f455f;
}

input[type="submit"]:hover {
  background-color: #375d81;
}

/* Style inputs */
/* input[type=text], select {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
   */
/* Style the submit button */
input[type="submit"] {
  width: 20%;
  height: 25px;
  margin-left: 40%;
  margin-top: 2%;

  /* margin-top: auto; */
  /* margin: auto; */
  text-align: center;
  vertical-align: center;
  background-color: #012840;
  color: white;
  /* padding: 14px 20px; */
  /* margin: 8px 0; */
  border: none;
  /* border-radius: 4px; */
  cursor: pointer;
}

.submit-button:hover {
  background-color: #375d81;
}

/* Style inputs */
/* input[type=text], select {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
   */
/* Style the submit button */
.submit-button {
  width: 20%;
  height: 25px;
  margin-left: 40%;
  margin-top: 2%;

  /* margin-top: auto; */
  /* margin: auto; */
  text-align: center;
  vertical-align: center;
  background-color: #012840;
  color: white;
  /* padding: 14px 20px; */
  /* margin: 8px 0; */
  border: none;
  /* border-radius: 4px; */
  cursor: pointer;
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.9em;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▴";
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▾";
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before,
div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

/* HEADERS XXX */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 700;
  /* font-size: ; */
  /* XXX ADDED HERE */
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(16, 21, 24, 0.05);
  margin-bottom: 1.33rem;
  margin-top: 1.33rem;
  /* border: #b12020; */
  border: solid rgba(16, 21, 24, 0.05);
  border-width: 1px 1px 1px 1px;
  border-radius: 4px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}

table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}

table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}

table.dataTable.display > tbody > tr.odd > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}

table.dataTable.display > tbody > tr.odd > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  width: 98%;
  left: 0%;
  right: 0%;
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(230, 230, 230, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #585858),
    color-stop(100%, #111)
  );
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #2b2b2b),
    color-stop(100%, #0c0c0c)
  );
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td {
  vertical-align: middle;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* Highcarts */
.highcharts-figure,
.highcharts-data-table table {
  /* min-width: 310px;
    max-width: 800px; */
  margin: 1em auto;
}

#container {
  /* height: 400px; */
  height: 5%;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-background,
.highcharts-root,
.highcharts-container {
  max-height: 100%;
  max-width: 100%;
}

/* Modal */
#modalBackground,
#modal {
  display: none;
  position: fixed;
}

#modalBackground {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#modal {
  width: 80%;
  top: 15%;
  left: 10%;
  background: white;
  z-index: 2;
}

.button-close-modal {
  display: none;
  font-size: 0rem;
  font-weight: bold;
  margin-left: auto;
}

.outter-container {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #141e27;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(16, 21, 24, 0.05);
  margin-bottom: 1.33rem;
  margin-top: 1.33rem;
  /* border: #b12020; */
  border: solid rgba(16, 21, 24, 0.05);
  border-width: 1px 1px 1px 1px;
  border-radius: 4px;
}

.datatable_container {
  width: 98%;
  padding: 1rem;
  height: 100%;
  margin: auto;
  margin-top: 1rem;
  font-weight: 500;
  font-size: small;
}

.datatable_table_container {
  overflow: scroll;
  width: 98%;
  margin: auto;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(16, 21, 24, 0.05);
  margin-bottom: 1.33rem;
  margin-top: 1.33rem;
  /* border: #b12020; */
  border: solid rgba(16, 21, 24, 0.05);
  border-width: 1px 1px 1px 1px;
  border-radius: 4px;
}

.outest_container {
  width: 97%;
  left: 1.5%;
  height: 95%;
  margin-left: 1.5%;
}
.text-banner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #012840;
}

.container_wrapper {
  width: 98%;
  padding: 1rem;
  height: 100%;
  margin: auto;
  height: 250;
}

.outter-container_text {
  width: 97%;
  padding: 1rem;
  margin: auto;
}

.container_insider {
  height: 200px;
  margin: 0.5rem;
}

.body {
    
  background-color: #f1f3f9;
}

.container_inside_text {
  width: 98%;
  margin: auto;
  text-align: center;
  margin-top: 0.5rem;
}

.container_inside_value {
  position: relative;
  text-align: center;
  margin-top: 80px;
}

/* .container_inside_chart{
    height:10px; width:10px
} */

.text_headers {
  width: 98%;
  margin: auto;
  font-weight: 700;
  font-size: larger;
}

.in_container_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.in_container_grid_team {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer_pusher {
  /* bottom: 0; */
  /* min-height: 100%; */
  /* min-height: calc(100vh); */
  height: auto !important;
  height: 100%;
  /* margin-bottom: -50px */
}

.footer_text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

.selector_field {
  font-weight: 500;
  font-size: x-large;
  line-height: 1;
  /* color: #141E27; */
  /* background-color: #141E27; */
  color: white;
  box-sizing: border-box;
  background: #303549;
  box-shadow: 0px 2px 4px rgba(16, 21, 24, 0.05);
  border-radius: 4px;
  margin-bottom: 1.33rem;
}

.selector_wrapper {
  width: 100%;
  margin-left: 1rem;
}

.inner-container {
  width: 100%;
  height: 5%;
}

.chart_container_pop_up {
  height: 500px;
  width: 75%;
  margin: auto;
}

.contact_details_text {
  width: 100%;
  margin-top: -35px;
  text-align: left;
  overflow: hidden;
}

.contact_details_img {
  display: table-cell;
  max-width: 100px;
  height: auto;
}

.contact_details_img_container {
  margin-top: -50px;
}
.contact_details_container_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.text_non_selector_header {
  font-weight: 500;
  font-size: x-large;
}

.search-grid{
    grid-template-columns: 1fr;
}

.container-search{
    height:100%;
}

/* TOGGLE */
.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #012840;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  margin-right: 0px;
  position: relative;
  top: 2px;
  font-weight: 700;
  line-height: 1;
  font-size: large;
  color: #141e27;
}

.toggle-wrapper {
  margin-top: -1%;
}


/* Info button */

* {
  transition: all .2s ease;
}

.extra-info {
  display: none;
  line-height: 30px;
  font-size: 12px;
	position: absolute;
  top: 0;
  left: 30px;
}

.info:hover .extra-info {
  display: block;
}

.info {
  font-size: 20px;
  padding-left: 5px;
  width: 20px;
  border-radius: 15px;
  display: inline;
}

.info:hover {
  background-color: white;
  padding: 0 0 0 5px;
  width: 315px;
  text-align: left !important;
}


.col-info {
  position: relative;
  text-align: left;
  width: 100%;
  display: inline;
  min-height: 0px;
  margin-top: -10px;
  padding-bottom: 50px;
  max-width: 100%;
  margin: auto;
  white-space:nowrap;
  overflow:hidden;
}

.info-wrapper{
  display: inline; 
  width: 90%;
}

/* Legend */
.legend-container {
  display: inline-block; /* Allows inline positioning */
  float: right; /* Moves the container to the right */
  font-size: 0.8em; /* Decreases the font size */
}

.legend-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #141e27;
  margin-right: 10px; /* Spacing between "Legend:" and the legend items */
}

.legend {
  display: inline-block;
}

.legend-item {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #141e27;
  margin-right: 10px;
}

.color-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.color-box.blue {
  background-color: #43A5BE;
}

.color-box.green {
  background-color: #bfee90;
}

.color-box.red {
  background-color: #BF2C34;
}
/* Modal */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto; 
  padding: 10px;
  border: 1px solid #888;
  width: 90%; 
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.view-data-btn {
  background-color: #012840; /* Table header background color */
  color: white; /* Text color */
  border: none; /* No border */
  padding: 5px 10px; /* Padding inside the button */
  margin: 2px 0; /* Margin around the button */
  text-align: center; /* Center the text */
  cursor: pointer; /* Change cursor to pointer */
  border-radius: 4px; /* Rounded corners */
  font-size: 0.8em; /* Font size similar to table headers */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}

.view-data-btn:hover {
  background-color: #3f455f; /* Hover background color */
  color: white; /* Hover text color */
}

.modal-feature {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  font-weight: 700;
  background: #ffffff;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.modal-value {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  font-weight: 500;
  color: #141e27;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.copy-btn-container {
  text-align: right; /* Aligns the copy button to the right */
  padding-bottom: 10px;
  padding-right: 10%;
}

.copy-btn {
  padding: 5px 10px;
  background-color: #012840;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.copy-btn:hover {
  background-color: #3f455f;
}

.modal-cell {
  display: table-cell;
  min-width: 150px;
  max-width: 300px; /* Set a maximum width */
  white-space: pre-wrap; /* Allows the text to wrap and preserves whitespace */
  word-wrap: break-word; /* Breaks long words if necessary */
  overflow-wrap: break-word; /* Ensures overflow text is wrapped */
  border-width: 1px;
  border-radius: 4px;
  font-size: small;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box; /* Includes padding and border in the width and height */
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  color: #141e27;
}

.scrollable-content {
  max-height: 300px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.modal-table-header, .modal-table-header-top {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  color: #141e27;
  font-size: small;
  border-collapse: separate;
  border-spacing: 0;
  transition: all .2s ease;
  box-sizing: content-box;
  text-align: left;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(16, 21, 24, 0.05);
  margin-bottom: 1.33rem;
  margin-top: 1.33rem;
  border: solid rgba(16, 21, 24, 0.05);
  border-width: 1px 1px 1px 1px;
  border-radius: 4px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  width: 150px;
}

.modal-table-header-top {
  font-size: medium;
  text-align: center;

}
