.lab_title {
  /* font-size: 32px !important; */
  color: #385a99 !important;
}

#lab_contact_info_button:hover {
  cursor: pointer;
}

.lab_content {
  background-color: #fefefe;
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(99, 127, 151, .2);
  margin-bottom: 10px;
  border: 1px solid #cad3da;
  border-radius: 3px;
}

#accordion {
  margin-bottom: 20px;
}

.custom_accordion {
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.custom_accordion:hover {
  color: #fff;
  background-color: #414141;
}

.custom_accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.custom_accordion:hover:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  color: #fff;
}

.accordion_panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid;
  border-color: #dee2e6;
  /* margin-bottom: 20px; */
}

.infobox_yellow {
  border: 1px solid #C5C377;
  background: #F9F8CD;
  padding: 10px;
  border-radius: 5px;
  margin: 10px !important;
}

.heading_title {
  font-size: 24;
  line-height: 1.2;
  color: #385a99 !important;
  font-family: "Roboto";
  font-weight: 600;
}

.heading_divider {
  padding-bottom: 2px;
  border-top: 1px solid #333;
  display: flex;
  margin: 0;
  direction: ltr;
  width: 100%;
}

#main .fusion-row,
#slidingbar-area .fusion-row,
.fusion-footer-widget-area .fusion-row,
.fusion-page-title-row,
.tfs-slider .slide-content-container .slide-content {
  max-width: 100% !important;
}

.help_box {
  background-color: #fff !important;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
}

#category_list {
  list-style-type: none !important;
}

.category_item {
  max-width: 400px;
  padding: 10px;
  color: #006cba;
}

.category_item.active {
  background-color: #dce1e5 !important;
  color: #333;
}

.category_item:hover {
  background-color: #dce1e5 !important;
  color: #333;
}

tr:nth-child(odd) {
  background-color: #fff;
}

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

td {
  padding: 10px;
}

tr:hover {
  background-color: #d2e4ff !important;
}

.td_title {
  font-weight: 700;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

th {
  text-align: left !important;
}

thead tr {
  background-color: #e3e1e1 !important;
}

h1 {
  font-size: 30px !important;
  color: #385a99 !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    line-height: 1.1 !important;
    height: 31px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
  padding: 5px 15px !important;
}

td .indented {
  padding-left: 20px !important;
}

.alert {
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-primary {
  --bs-alert-color: #052c65 !important;
  --bs-alert-bg: #cfe2ff !important;
  --bs-alert-border-color: #9ec5fe !important;
  --bs-alert-link-color: #052c65 !important;
}
.alert-info {
  --bs-alert-color: #055160 !important;
  --bs-alert-bg: #d7e0e2 !important;
  --bs-alert-border-color: #9eeaf9 !important;
  --bs-alert-link-color: #055160 !important;
}

.custom_search {
  border: 2px solid #eaa000 !important;
  cursor: pointer !important;
  border-radius: 0.375rem !important;
  width: 275px !important;
  height: 40px !important;
  padding: 10px !important;
  margin-right: 20px !important;
  background-color: #F8F9FA !important;
}

.custom_search::placeholder {
  color: #999 !important;
}

.filter-select + .bootstrap-select > .dropdown-toggle {
  padding-left: 10px !important; /* or whatever value you want */
}

.custom-tooltip {
    --bs-tooltip-bg: #006cba;
    --bs-tooltip-color: #fff;
}
.custom-tooltip {
    opacity: 0,99 !important;
}
.custom-tooltip .tooltip-inner {
    max-width: 300px;
    padding: 5px 10px;
    color: #fff;
    background-color: #006cba;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    opacity: 1 !important;
}