.directory-page {
  /*
  	label {
  		padding-right: 10px;
  	}

  	input {
  		margin: 0;
  	}

  	select {
  		margin: 0;
  	}

  	.form-group {
  		margin-bottom: 0.5em;
  	}
  */
}
.directory-page .tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
.directory-page .tab-content .dropdown {
  border: 1px solid #909090;
}
.directory-page #public-studies-table th.subheader {
  padding: 0 5px 0 0;
  vertical-align: middle;
  font-weight: normal;
}
.directory-page #public-studies-table th.filter-dropdown {
  padding-right: 15px !important;
}
.directory-page .top-controls {
  /*		.table-message {
  	font-size: 12px;
  	line-height: 10px;
  	margin-top: 5px;
  	font-style: italic;
  }*/
}
.directory-page .top-controls .filter-section {
  width: 305px;
}
.directory-page .dataTables_wrapper .dataTables_filter {
  /*		float: right !important;

  label {
  	padding-right: 0;
  }*/
}
.lab-assays-page .container {
  max-width: 90vw !important;
}
.lab-assays-page #lab-assays-table th.subheader {
  padding: 0 5px 0 0;
  vertical-align: middle;
  font-weight: normal;
}
.lab-assays-page #lab-assays-table th.filter-dropdown {
  padding-right: 15px !important;
}
.lab-assays-page #lab-assays-table .detail-table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 992px) {
  .lab-assays-page #lab-assays-table .detail-table {
    margin-left: 45px;
  }
}
.lab-assays-page #lab-assays-table .detail-table tr.detail-row {
  background-color: rgba(255, 0, 0, 0);
}
.lab-assays-page #lab-assays-table .detail-table tr.detail-row .label-cell {
  width: 250px;
}
@media screen and (min-width: 992px) {
  .lab-assays-page #lab-assays-table .detail-table tr.detail-row .label-cell {
    width: 35%;
  }
}
.lab-assays-page #lab-assays-table .detail-table tr.detail-row td {
  border: none;
  padding: 0.5rem 0.75rem;
}
.lab-assays-page #lab-assays-table .detail-table tr.detail-row td:hover {
  cursor: default;
}
.lab-assays-page #lab-assays-table .detail-table tr.detail-row td .link {
  cursor: pointer;
  text-decoration: underline;
}
.site-capacities-page .container {
  max-width: 90vw !important;
}
.site-capacities-page .filter-label {
  font-size: 12px;
  color: #616161;
  font-weight: 400;
}
.site-capacities-page .filter-option {
  font-size: 12px !important;
}
.site-capacities-page .dtfc-right-top-blocker {
  background-color: transparent !important;
}
.site-capacities-page .tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
.site-capacities-page .tab-content .dropdown {
  border: 1px solid #909090;
}
.site-capacities-page .nav-pills .nav-link.active {
  background-color: #51344d;
}
.site-capacities-page div .dataTables_wrapper div.dataTables_filter {
  display: block;
}
.site-capacities-page div .dataTables_wrapper div.dataTables_filter label {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.site-capacities-page div .dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.site-capacities-page .creid-datatable .dt-buttons {
  -ms-flex-item-align: center;
      align-self: center;
}
.site-capacities-page #site-capacities-map {
  height: 500px;
  /*width: 100%;*/
}
.site-capacities-page #site-capacities-map .map-popup .title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.site-capacities-page #site-capacities-map .map-popup .location {
  text-align: center;
  font-size: 12px;
}
.site-capacities-page #site-capacities-map .map-popup .poc-name {
  border-top: 1px solid #51344d;
}
.site-capacities-page #site-capacities-map .map-popup table {
  width: 100%;
  margin-top: 5px;
}
.site-capacities-page #site-capacities-map .map-popup table, .site-capacities-page #site-capacities-map .map-popup th, .site-capacities-page #site-capacities-map .map-popup td {
  border: 1px solid gray;
  padding: 5px;
}
.site-capacities-page #site-capacities-map .map-popup th {
  background-color: #51344d;
  color: white;
}
.site-capacities-page #site-capacities-map .map-popup .learn-more {
  text-align: right;
  padding-top: 5px;
}
.site-capacities-page #site-capacities-map .site-marker-cluster {
  background: #5085a5;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 4px;
}
.site-capacities-page #site-capacities-map .leaflet-control-layers section {
  padding: 8px 4px 0px 4px;
}
.site-capacities-page #site-capacities-map .leaflet-control-layers section label {
  padding: 5px 0;
  margin: 0;
}
.site-capacities-page #site-capacities-map .leaflet-control-layers section label input {
  width: unset;
  margin: 0;
}
.site-capacities-page #site-capacities-map .leaflet-control-layers section label span {
  margin-left: 2px;
}

.bootstrap-select .dropdown-menu {
  min-width: unset;
}
.outbreak-response-resources-page .content-section {
  border: 2px solid #5085a5;
  border-radius: 10px;
  padding: 20px 10px;
}
.stakeholders-page .container {
  max-width: 90vw !important;
}
.stakeholders-page .filter-section {
  border: 1px solid #dee2e6;
  padding: 14px 5px 14px 5px;
}
.stakeholders-page .filter-label {
  font-size: 12px;
  color: #616161;
  font-weight: 400;
}
.stakeholders-page .filter-option {
  font-size: 12px !important;
}
.stakeholders-page .dropdown {
  border: 1px solid #909090;
}
.stakeholders-page .min-width-100 {
  min-width: 100px;
}
.stakeholders-page .min-width-150 {
  min-width: 150px;
}
.stakeholders-page .min-width-200 {
  min-width: 200px;
}
.stakeholders-page .min-width-250 {
  min-width: 250px;
}
.stakeholders-page .min-width-300 {
  min-width: 300px;
}
.stakeholders-page .min-width-350 {
  min-width: 350px;
}
.stakeholders-page .min-width-400 {
  min-width: 400px;
}
.stakeholders-page div .dataTables_wrapper div.dataTables_filter {
  display: block;
}
.stakeholders-page div .dataTables_wrapper div.dataTables_filter label {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.stakeholders-page div .dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.stakeholders-page .creid-datatable .dt-buttons {
  -ms-flex-item-align: center;
      align-self: center;
}
.resources-page .container {
  max-width: 90vw !important;
}
.resources-page .filter-section {
  border: 1px solid #dee2e6;
  padding: 14px 5px 14px 5px;
}
.resources-page .filter-label {
  font-size: 12px;
  color: #616161;
  font-weight: 400;
}
.resources-page .filter-option {
  font-size: 12px !important;
}
.resources-page .dropdown {
  border: 1px solid #909090;
}
.resources-page .min-width-50 {
  min-width: 50px;
}
.resources-page .min-width-100 {
  min-width: 100px;
}
.resources-page .min-width-150 {
  min-width: 150px;
}
.resources-page .min-width-200 {
  min-width: 200px;
}
.resources-page .min-width-250 {
  min-width: 250px;
}
.resources-page .min-width-300 {
  min-width: 300px;
}
.resources-page .min-width-350 {
  min-width: 350px;
}
.resources-page .min-width-400 {
  min-width: 400px;
}
.resources-page div .dataTables_wrapper div.dataTables_filter {
  display: block;
}
.resources-page div .dataTables_wrapper div.dataTables_filter label {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.resources-page div .dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.resources-page .creid-datatable .dt-buttons {
  -ms-flex-item-align: center;
      align-self: center;
}

#resources-help-modal ul li {
  list-style: disc;
  list-style-position: inside;
}
.orr-tracker-page .pathogen-col {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.orr-tracker-page .country-col {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.orr-tracker-page .rc-col {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.orr-tracker-page .filter-label {
  font-size: 12px;
  color: #616161;
  font-weight: 400;
}
.orr-tracker-page .filter-option {
  font-size: 12px !important;
}
.orr-tracker-page .tab-content {
  border: 1px solid #dee2e6;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
.orr-tracker-page .tab-content .dropdown {
  border: 1px solid #909090;
}
.orr-tracker-page .nav-pills .nav-link.active {
  background-color: #51344d;
}
.orr-tracker-page #orr-tracker-table_filter label {
  text-align: left !important;
  font-size: 12px;
  margin-top: 5px;
}
.orr-tracker-page #orr-tracker-table_filter input {
  display: block;
  margin-left: 0;
  height: 32px;
  border: 1px solid #6c6c6c;
  border-radius: 0;
  margin-top: -3px;
}
.orr-tracker-page #column-select .bootstrap-select {
  border: 1px solid #909090;
}

@media screen and (max-width: 767px) {
  #view-outbreak-modal .modal-stage-button-container {
    display: none;
  }
}
#view-outbreak-modal .modal-stage-button-container .modal-stage-button {
  padding: 5px 10px;
  font-weight: 700;
  border: 1px solid #31708e;
  color: #31708e;
  border-radius: 5px;
  width: 95px;
  text-align: center;
}
#view-outbreak-modal .modal-stage-button-container.active .modal-stage-button {
  color: white;
  background-color: #31708e;
}
@media screen and (max-width: 767px) {
  #view-outbreak-modal .modal-stage-button-container.active {
    display: block;
  }
}
#view-outbreak-modal .stage-line {
  width: 20px;
  border-width: 2px;
  border-color: #31708e;
}
@media screen and (max-width: 767px) {
  #view-outbreak-modal .stage-line {
    display: none;
  }
}
#view-outbreak-modal .modal-section-heading a {
  text-align: left;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #51344d;
  color: white;
  border-radius: 10px 10px 0 0;
}
#view-outbreak-modal .modal-section-heading a span {
  font-weight: normal;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-animation-name: hideContent;
          animation-name: hideContent;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@-webkit-keyframes hideContent {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes hideContent {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#view-outbreak-modal .modal-section-heading a span.show-content {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-name: showContent;
          animation-name: showContent;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@-webkit-keyframes showContent {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes showContent {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#view-outbreak-modal .modal-section-content .card-body {
  border-radius: 0;
  border: 1px solid #31708e;
  color: black;
  line-height: 1.2rem;
}
#view-outbreak-modal .modal-section-content .search-container {
  width: 40%;
}
#view-outbreak-modal .modal-section-content .search-container input {
  font-size: 12px;
}
#view-outbreak-modal .modal-section-content .search-container button {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  #view-outbreak-modal .modal-section-content .search-container {
    width: 50%;
  }
}
#view-outbreak-modal .modal-section-content li {
  list-style: disc;
}
#view-outbreak-modal #key-personnel-table thead {
  display: none;
}
#view-outbreak-modal #key-personnel-table .details-control {
  width: 20px;
}
#view-outbreak-modal #financial-support-table thead {
  display: none;
}
#view-outbreak-modal #financial-support-table .details-control {
  width: 20px;
}
#view-outbreak-modal #tiger-team-table thead {
  display: none;
}
#view-outbreak-modal #tiger-team-table .details-control {
  width: 20px;
}
#view-outbreak-modal #partners-table thead {
  display: none;
}
#view-outbreak-modal #partners-table .details-control {
  width: 20px;
}
#view-outbreak-modal .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
#view-outbreak-modal .pagination .page-item .page-link {
  color: #51344d;
}
#view-outbreak-modal .pagination .page-item.disabled .page-link {
  color: #6c757d;
}
#view-outbreak-modal .pagination .page-item.active .page-link {
  background-color: #51344d;
  border-color: #51344d;
  color: white;
}
#view-outbreak-modal .pagination li {
  list-style: none;
}
#view-outbreak-modal .jstree-container-ul {
  max-width: 100%;
  overflow: hidden;
}
#view-outbreak-modal #key-assets-collapse .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

#outbreak-help-modal li {
  list-style: disc;
}
.biodirectory-form-page .error-msg {
  color: #dc3545;
}
.biodirectory-form-page .creid-blue-btn {
  background-color: #31708e;
  color: white;
  font-size: 14px;
}
.biodirectory-form-page .creid-purple-btn {
  background-color: #51344d;
  color: white;
  font-size: 14px;
}
.biodirectory-form-page .creid-red-btn {
  background-color: #dc3545;
  color: white;
  font-size: 14px;
}
.biodirectory-form-page .creid-white-btn {
  background-color: white;
  color: #31708e;
  font-size: 14px;
  border: 2px solid #31708e;
}
.biodirectory-form-page .creid-color-blue {
  color: #31708e;
}
.biodirectory-form-page .site-btn-width {
  min-width: 170px;
}
.biodirectory-form-page .biodirectory-secondary-heading {
  font-size: 16px;
  font-family: "Lora", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.biodirectory-form-page .step-heading {
  display: inline-block;
  padding: 10px;
  background: #51344d;
  color: white;
  -webkit-box-shadow: 3px 3px 0px black;
          box-shadow: 3px 3px 0px black;
  font-family: "Lora";
  font-weight: 600;
}
.biodirectory-form-page .spin {
  color: #31708e;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.biodirectory-form-page .black-text {
  color: black;
}
.biodirectory-form-page .warning-icon {
  color: #eed202;
}
.biodirectory-form-page .modal-xl {
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .biodirectory-form-page .modal-xl {
    max-width: 94vw;
  }
}
.biodirectory-form-page .source-type-card {
  border-radius: 5px !important;
}
.biodirectory-form-page .source-type-card ul li {
  list-style: disc;
}
.biodirectory-form-page .source-type-card ul li::marker {
  color: #31708e;
}
.biodirectory-form-page .source-type-card .card-header {
  cursor: pointer;
  border-radius: 5px !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.biodirectory-form-page .source-type-card .card-header.active {
  background-color: #51344d !important;
  color: white;
  border-radius: 5px 5px 0 0 !important;
}
.biodirectory-form-page .source-type-card .card-header.active .source-expand-icon {
  color: white;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.biodirectory-form-page .source-type-card .card-header .source-expand-icon {
  color: #51344d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.biodirectory-form-page .source-type-card .card-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0 5px 5px;
}
.biodirectory-form-page .required-label::after {
  content: " *";
  color: #dc3545;
}
.biodirectory-form-page .error-text {
  color: #dc3545;
}
.biodirectory-form-page .form-element-heading {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 0;
}
.biodirectory-form-page .form-helper-text {
  font-size: 12px;
  font-style: italic;
  color: black;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.biodirectory-form-page .dropdown-toggle {
  border: 1px solid #ced4da;
  background-color: white;
  color: #495057;
}
.biodirectory-form-page .dropdown-toggle.is-invalid {
  border-color: #dc3545;
}
.biodirectory-form-page .dropdown-toggle.is-valid {
  border-color: #28a745;
}
.biodirectory-form-page .creid-collapse-table .card {
  border-radius: 0px;
  border-bottom: none;
}
.biodirectory-form-page .creid-collapse-table .card:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.biodirectory-form-page .creid-collapse-table .card-header {
  background-color: #f8f8f8;
  border-radius: 0px;
  border-bottom: none;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.biodirectory-form-page .creid-collapse-table .card-header.active {
  background-color: #31708e;
}
.biodirectory-form-page .creid-collapse-table .card-header.active .header-text .expand-text {
  color: white;
}
.biodirectory-form-page .creid-collapse-table .card-header.active .header-text .expand-btn {
  color: white;
}
.biodirectory-form-page .creid-collapse-table .card-header.active .header-text .review-indicator {
  background: #31708e;
  color: white;
  border-color: white;
}
.biodirectory-form-page .creid-collapse-table .card-header.active .header-delete-btn {
  color: #ced4da;
}
.biodirectory-form-page .creid-collapse-table .card-header .header-text {
  cursor: pointer;
}
.biodirectory-form-page .creid-collapse-table .card-header .header-text a[aria-expanded=true] .expand-btn {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.biodirectory-form-page .creid-collapse-table .card-header .header-text .expand-btn {
  color: #51344d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  height: 20px;
}
.biodirectory-form-page .creid-collapse-table .card-header .header-text .expand-text {
  color: black;
}
.biodirectory-form-page .creid-collapse-table .card-header .header-text .review-indicator {
  background: white;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #31708e;
  color: #31708e;
}
.biodirectory-form-page .creid-collapse-table .card-header .header-delete-btn {
  cursor: pointer;
  color: #dc3545;
}
.biodirectory-form-page .creid-collapse-table .card-header .header-delete-uploaded-btn {
  cursor: pointer;
  color: #dc3545;
}
.biodirectory-form-page .creid-collapse-table .card-header .no-pointer {
  cursor: default;
}
.biodirectory-form-page .creid-collapse-table .card-body {
  border-top: 1px solid #ced4da;
  background-color: white;
  color: black;
}
.biodirectory-form-page .creid-collapse-table .card-body .site-review-banner {
  padding: 15px;
  border-radius: 5px;
  background: #f8f8f8;
  -webkit-box-shadow: 2px 4px 7px grey;
          box-shadow: 2px 4px 7px grey;
}
.biodirectory-form-page .contact-selection-block .search-section-block {
  background-color: #31708e;
  border-radius: 10px 10px 0px 0px;
}
.biodirectory-form-page .contact-selection-block .search-section-block .white-icon {
  color: white;
}
.biodirectory-form-page .contact-selection-block .search-section-block .dropdown-toggle {
  border-radius: 0.25rem 0 0 0.25rem;
}
.biodirectory-form-page .contact-selection-block .search-section-block .reset-contact-search a {
  border-radius: 0 0.25rem 0.25rem 0;
}
.biodirectory-form-page .contact-selection-block .search-section-block .reset-pathogen-search-btn {
  border-radius: 0 0.25rem 0.25rem 0;
}
.biodirectory-form-page .contact-selection-block .add-contact-block {
  background-color: #f8f8f8;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ced4da;
}
@media screen and (min-width: 992px) {
  .biodirectory-form-page .contact-selection-block .add-contact-block .contact-block-form {
    border-right: 1px solid #ced4da;
  }
}
.biodirectory-form-page .contact-selection-block .add-contact-block .contact-invalid-feedback {
  color: #dc3545;
  font-size: 14px;
  font-style: italic;
}
.biodirectory-form-page .contact-selection-block .add-contact-block label {
  color: black;
}
.biodirectory-form-page .contact-block-table .creid-datatable table {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.biodirectory-form-page .contact-block-table .creid-datatable .delete-pathogen-btn {
  color: #dc3545;
}
.biodirectory-form-page .contact-block-table .creid-datatable label {
  padding-right: 0;
}
.biodirectory-form-page .contact-block-table .creid-datatable td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.biodirectory-form-page .contact-block-table .creid-datatable .pagination .paginate_button {
  font-size: 12px;
}
.biodirectory-form-page .contact-block-table .creid-datatable .pagination .paginate_button a {
  color: #51344d;
}
.biodirectory-form-page .contact-block-table .creid-datatable .pagination .paginate_button.active a {
  color: white;
  background-color: #51344d;
  border-color: #51344d;
}
.biodirectory-form-page .mapping-block {
  border: 1px solid #ced4da;
  padding: 1rem;
  border-radius: 10px;
}
.biodirectory-form-page .mapping-block .mapping-source-select {
  border-right: 1px solid #ced4da;
}
.biodirectory-form-page .mapping-block input[type=checkbox] {
  accent-color: #31708e;
}
.biodirectory-form-page .mapping-block .pathogen-select-option .form-check {
  padding: 0;
}
.biodirectory-form-page .mapping-block .pathogen-select-option .form-check .form-check-input {
  margin-top: -7px;
  padding: 0;
}
.biodirectory-form-page .mapping-block .creid-datatable table {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.biodirectory-form-page .mapping-block .creid-datatable label {
  padding-right: 0;
}
.biodirectory-form-page .mapping-block .creid-datatable td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.biodirectory-form-page .modal .scrollable-modal {
  max-height: 93vh;
}
.biodirectory-form-page .modal .scrollable-modal .modal-body {
  overflow-y: auto;
}
.biodirectory-dashboard-page .creid-blue-btn {
  background-color: #31708e;
  color: white;
  font-size: 14px;
}
.biodirectory-dashboard-page .creid-purple-btn {
  background-color: #51344d;
  color: white;
  font-size: 14px;
}
.biodirectory-dashboard-page .biodirectory-secondary-heading {
  font-size: 16px;
  font-family: "Lora", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.biodirectory-dashboard-page .black-text {
  color: black;
}
.biodirectory-dashboard-page .nav-tabs .active {
  background-color: #51344d;
  color: white;
  font-weight: 600;
}
.biodirectory-dashboard-page .filter-label {
  font-size: 12px;
  color: black;
  font-weight: 400;
}
.biodirectory-dashboard-page .filter-option {
  font-size: 12px !important;
}
.biodirectory-dashboard-page .dtfc-right-top-blocker {
  background-color: transparent !important;
}
.biodirectory-dashboard-page .tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  background-color: #f8f8f8;
}
.biodirectory-dashboard-page .tab-content .dropdown {
  border: 1px solid #909090;
}
.biodirectory-dashboard-page .filter-section {
  background-color: #f8f8f8;
  border: 1px solid #dee2e6;
}
.biodirectory-dashboard-page .filter-section .dropdown {
  border: 1px solid #909090;
}
.biodirectory-dashboard-page div .dataTables_wrapper div.dataTables_filter {
  display: block;
}
.biodirectory-dashboard-page div .dataTables_wrapper div.dataTables_filter label {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.biodirectory-dashboard-page div .dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 1px solid #909090;
  border-radius: 0;
}
.biodirectory-dashboard-page div .dataTables_scrollBody {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.biodirectory-dashboard-page .creid-datatable .dt-buttons {
  -ms-flex-item-align: center;
      align-self: center;
}
.biodirectory-dashboard-page .creid-datatable .dropdown {
  border: 1px solid #909090;
}
.biodirectory-dashboard-page .source-type-card {
  border-radius: 5px !important;
}
.biodirectory-dashboard-page .source-type-card ul li {
  list-style: disc;
}
.biodirectory-dashboard-page .source-type-card ul li::marker {
  color: #31708e;
}
.biodirectory-dashboard-page .source-type-card .card-header {
  cursor: pointer;
  border-radius: 5px !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.biodirectory-dashboard-page .source-type-card .card-header .source-type-section {
  text-overflow: ellipsis;
  overflow: hidden;
}
.biodirectory-dashboard-page .source-type-card .card-header .source-type-section span {
  white-space: nowrap;
  color: black;
}
.biodirectory-dashboard-page .source-type-card .card-header.active {
  background-color: #51344d !important;
  color: white !important;
  border-radius: 5px 5px 0 0 !important;
}
.biodirectory-dashboard-page .source-type-card .card-header.active .source-expand-icon {
  color: white;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.biodirectory-dashboard-page .source-type-card .card-header.active .source-type-section {
  text-overflow: unset;
  overflow: unset;
}
.biodirectory-dashboard-page .source-type-card .card-header.active .source-type-section span {
  white-space: normal;
  color: white;
}
.biodirectory-dashboard-page .source-type-card .card-header .source-expand-icon {
  color: #51344d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.biodirectory-dashboard-page .source-type-card .card-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0 5px 5px;
}
.biodirectory-dashboard-page #helpModal li {
  list-style: disc;
}
.biodirectory-dashboard-page #helpModal li::marker {
  color: #31708e;
}
.datahub-page section {
  overflow: unset;
}
.datahub-page #dataHubTabs {
  padding-bottom: 30px;
}
.datahub-page .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.datahub-page .overview-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.datahub-page .overview-header h5 button {
  border-bottom: 1px solid #6c757d;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: #51344d;
}
.datahub-page .overview-header h5 button:hover {
  color: white;
  background-color: #5085a5;
}
.datahub-page .overview-header h5 button[aria-expanded=true] .rotate-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: white;
}
.datahub-page .overview-header h5 button[aria-expanded=true] {
  background-color: #5085a5;
  color: white;
  border: 1px solid #6c757d;
}
.datahub-page .card {
  border: none;
  border-radius: 0;
}
.datahub-page .card-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid #6c757d;
}
.datahub-page .card-header h5 button {
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.datahub-page .card-header h5 button:hover {
  color: #51344d;
}
.datahub-page .card-header h5 button[aria-expanded=true] .rotate-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: white;
}
.datahub-page .card-header h5 button[aria-expanded=true] {
  background-color: #5085a5;
  color: white;
  border: 1px solid #6c757d;
}
.datahub-page .card-body {
  background-color: transparent;
  border-bottom: 1px solid #6c757d;
}
.datahub-page .card-body table {
  background-color: transparent;
}
.datahub-page .sticky-side {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding-left: 0;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.datahub-page .container-fluid {
  padding-left: 0;
}
.datahub-page .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datahub-page .list-group-item .fa-circle-arrow-right {
  margin-left: auto;
}
.datahub-page .faq-heading {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}
.datahub-page .faq-heading h2 button {
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.datahub-page .faq-heading h2 button:hover {
  color: #51344d;
}
.datahub-page .faq-heading h2 button[aria-expanded=true] .rotate-icon {
  margin-bottom: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: white;
}
.datahub-page .faq-heading h2 button[aria-expanded=true] {
  background-color: #5085a5;
  color: white;
  border: 1px solid #6c757d;
}
.datahub-page .faq-section {
  margin-bottom: 50px;
}
.datahub-page .faq-detail-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.datahub-page .faq-detail {
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.datahub-page .faq-item {
  border-bottom: 1px solid #6c757d;
}
.datahub-page .table td, .datahub-page .table th {
  text-align: left;
}
.datahub-page .table td ul, .datahub-page .table th ul {
  list-style-type: disc;
  margin-left: 20px;
}
.datahub-page table.table td.center-checkmark {
  text-align: center;
}
.datahub-page #repovisible {
  padding-bottom: 10px;
}
.datahub-page .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.datahub-page .nav-pills .nav-link {
  border: 1px solid #6c757d;
  background-color: transparent;
  color: #6c757d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  font-size: 14px;
  margin-right: 15px;
}
.datahub-page .nav-pills .nav-link:hover {
  background-color: #f8f9fa;
}
.datahub-page .nav-pills .nav-link.active {
  background-color: #5085a5;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  font-weight: bold;
  border-color: #212121;
}
.datahub-page .nav-pills .nav-link.focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.datahub-page .external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.datahub-page .external-link .btn {
  max-width: 196px;
  height: auto;
  background-color: #51344d;
  color: white;
  border: none;
}
.datahub-page .indented-list-bullet {
  margin-left: 2.5rem !important;
}
.datahub-page .indented-list-bullet li {
  list-style: disc !important;
}
.datahub-page .indented-list-number {
  margin-left: 2.5rem !important;
}
.datahub-page .indented-list-number li {
  list-style: decimal;
}
.datahub-page .indented-list {
  list-style-position: inside;
  padding-left: 0;
}
.datahub-page .indented-list li {
  padding-left: 20px;
  text-indent: -20px;
}
.datahub-page .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.datahub-page .flex-container ul {
  max-width: 50%;
}
.datahub-page .flex-container video {
  max-width: 50%;
  height: auto;
  padding-left: 15px;
}

/*# sourceMappingURL=secure.e196e9e4d45e337bfcc1.css.map*/