/***************
    Theme (Bootstrap overrides)
 ***************/

/*
    # FindDx colours

    ## Primary
    - `#622D50` - Aurbergine
    - `#7A4D6A` - Aurbergine 85%
    - `#99778D` - Aurbergine 65%

    - `#00AEC7` - Turquoise
    - `#59CADB` - Turquoise 65% 
    - `#B4E7EF` - Turquoise 45%
   
    - `#1B365D` - Blue-Grey
    - `#3D5475` - Blue-Grey 85%
    - `#6B7C96` - Blue-Grey 65%
    - `#98A5B6` - Blue-Grey 45%
    - `#C6CDD7` - Blue-Grey 25%

    - `#DDE1E7` - Light Blue-Grey (15% Blue-Grey)

    ## Secondary

    - `#66CCFF` - Bright Blue - `#C1E6F0` (Pale)
    - `#9966CC` - Purple - `#DDCEE2` (Pale)
    - `#CC9966` - Beige - `#E9DFBE` (Pale)
    - `#99CC66` - Green - `#DFEBC2` (Pale)
    - `#9999CC` - Lavender - `#C6D1E8` (Pal e)

    ## FindDX Website
    - `#F6F8F9` - Light Grey

*/

@font-face {
  font-family: "Montserrat Light", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&display=swap");
}

/* Local Dev Relative Paths */
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Imperial URW Bold";
  src: url("../fonts/ImperialURW-Bol.ttf") format("truetype");
}

/* Test/Prod Relative Paths */
@font-face {
  font-family: "Roboto Bold";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Light";
  src: url("fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Regular";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Imperial URW Bold";
  src: url("fonts/ImperialURW-Bol.ttf") format("truetype");
}

h1 {
  color: #666;
  vertical-align: middle;
  font-weight: 700;
}

h2 {
  color: #000;
}

h2.white {
  color: white;
}

h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

hr.full {
  color: black;
  background-color: black;
}

label {
  font-weight: 400;
  font-size: 16px;
}

.top-padding {
  padding-top: 110px;
}

.row-buffer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
}

/* Header / Navigation Bar */
.topBanner {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.top-padding {
  padding-top: 100px;
}

.top-padding-button {
  margin-top: 140px;
  margin-bottom: 10px;
}

.pull-right-space {
  margin-right: 5px;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: black;
}

.navbar {
  background-color: white;
}

header a:link a:visited {
  color: black;
}

.contact-counter {
  display: none;
}

.contact-counter.active {
  color: white;
  background-color: #dd8500;
  display: inline-block;
  position: relative;
  top: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  padding-bottom: 10px;
}

html,
body {
  color: #000;
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "Montserrat Light", sans-serif;
  font-size: 16px;
}

:target {
  display: block;
  position: relative;
  top: 300px;
}

.big_splash {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 155px 0px 155px;
  text-transform: uppercase;
  width: 740px;
  text-align: left;
}

.big_title {
  color: #612453;
  text-align: center;
  display: block;
  font-size: 50px;
  margin-bottom: 45px;
  font-family: "Imperial URW Bold";
}

hr.full {
  width: 100%;
  color: black;
  height: 1px;
  background-color: black;
}

.white-bg {
  background-color: #fff;
}

.btn-search {
  border: groove;
  color: #00a5b1;
  padding: 2px 20px 2px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  border-color: #00a5b1;
  background-color: transparent;
  white-space: nowrap;
  font-family: "Roboto Bold";
  margin-right: 30px;
}

.btn-search:hover {
  border: groove;
  color: white;
  border-color: #00a5b1;
  background: #00a5b1;
}

.btn-register {
  background: #0066bf;
  border: none;
  padding: 14px 36px 14px 36px;
  margin: 10px;
  color: white;
}

.search-title {
  padding-top: 20px;
  display: flex;
  align-items: center;
  color: #00a5b1;
  font-size: 25px;
  font-family: "Imperial URW Bold";
}

.search-instructions {
  display: flex;
  align-items: center;
  font-family: "Roboto Regular";
}

.search-two {
  margin-left: 75px;
}

.search-three {
  margin-left: 150px;
}

.btn-register:hover {
  border: groove;
  color: white;
  border-color: #00a5b1;
  background: #00a5b1;
}

.primary-color {
  color: #612453;
}

.primary-color a {
  color: #00a5b1;
  text-decoration: underline;
}

.radio-labels {
  color: black;
}

.footer-title {
  color: #612453;
  padding: 28px 0px 0px 50px;
  font-size: 25px;
  font-family: "Imperial URW Bold";
}

header {
  background-color: #fff;
}

.header-account-nav {
  margin-top: 15px;
}

img {
  max-width: 100%;
}

h1 {
  color: #666;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  font-weight: 700;
}

h2 {
  color: #000;
  margin-bottom: 20px;
}

h2.white {
  color: white;
}

h3 {
  color: #000;
}

hr {
  width: 200px;
  margin: 40px auto;
}

div.well {
  background-image: none;
  background-color: #fff;
}

.well-hover:hover {
  background-color: #f7f7f7;
}

.well hr {
  width: 80%;
  border-color: #ddd;
  margin-top: 2em;
  margin-bottom: 2em;
}

.results-well {
  margin-bottom: 3em;
}

.dl-inverse dt {
  font-weight: normal;
  display: inline;
}

.dl-inverse dd {
  font-weight: bold;
  display: inline;
}

.dl-inverse dd:after {
  content: "\A";
  white-space: pre;
}

.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skipnav a:focus,
.skipnav a:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
}

#skip-wrapper {
  display: none;
}

/* Full-row links */
.clickable-row {
  cursor: pointer;
}

.clickable-row a {
  display: block;
}

.clickable-row td:last-child:after {
  font-family: "FontAwesome";
  content: "\f054"; /* fa-chevron-right */
  float: right;
}

/* Top bar (Login, profile etc) */
.nav-user ul li a {
  display: inline-block;
  padding: 7px 10px;
}

.nav-user {
  padding-right: 0;
}

.padded-logo {
  padding-bottom: 20px;
}

.bordered-logo {
  border: 2px dashed #666666;
  padding: 5px;
}

.public-profile-logo {
  max-width: 100px;
  max-height: 100px;
}

img.media-object {
  max-width: 64px;
  max-height: 64px;
}

.nav-primary {
  margin-top: 1px;
  background: #666;
}

.nav-primary ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Login page */
#login {
  padding: 20% 0 0;
}

#login h1 a {
  display: block;
  text-align: center;
}

#login h1 a img {
  margin: 0 auto 25px;
}

.alert-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.alert {
  border: none;
  background: #fff;
  box-shadow: 0 1px 1px 0 #000000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  color: #444;
  font-size: 13px;
  line-height: 1.4em;
  border-radius: 0;
  margin-bottom: 0;
  text-shadow: none;
}

.alert-danger {
  border-left: 5px solid #ff9900;
  background: #fbcd8c;
}

.alert-warning {
  border-left: 5px solid #ffcc00;
  background: #ffed97;
}

.alert-warning:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f071"; /* fa-exclamation-triangle */
  float: left;
  margin-right: 10px;
}

.alert-info {
  border-left: 5px solid #66ccff;
  background: #c1e6f0;
}

.alert-info:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f05a"; /* fa-info-circle */
  float: left;
  margin-right: 10px;
}

.alert-success {
  border-left: 5px solid #99cc66;
  background: #dfebc2;
}

.alert-success:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f058"; /* fa-check-circle */
  float: left;
  margin-right: 10px;
}

/* Panel styles to match alert styles */
.panel-info {
  border-left: 5px solid #66ccff;
}

.panel-info > .panel-heading {
  color: #000000;
  background: #c1e6f0;
}

.panel-danger {
  border-left: 5px solid #ff9900;
}

.panel-danger > .panel-heading {
  color: #000000;
  background: #fbcd8c;
}

.panel-success {
  border-left: 5px solid #99cc66;
}

.panel-success > .panel-heading {
  color: #000000;
  background: #dfebc2;
}

/* Hide Successful Validation summaries */
.validation-summary-valid {
  display: none;
}

/* Icons for KO validation */
ul.alert-danger li:before {
  font-family: "FontAwesome";
  content: "\f071"; /* fa-exclamation-circle */
  float: left;
  margin-right: 10px;
}

/* Static Bootstrap Popovers */
.popover-static .popover {
  position: relative;
  display: block;
  margin: 20px;
  max-width: none;
}

/* Bootstrap Overrides */
.form-horizontal td .checkbox,
.form-horizontal td .radio {
  padding-top: 3px;
}

form.form-horizontal span.field-validation-error {
  padding-top: 5px;
  display: inline-block;
}

.slider-value {
  padding-top: 7px;
  font-weight: bold;
}

.slider-handle {
  background: #666;
}

.slider-selection {
  background: #c4c5c7;
}

.slider-container {
  margin-top: 7px; /* mimic bootstraps form elements */
  margin-left: 7px;
}

.action-icon {
  margin-left: 10px;
  font-weight: normal;
}

.table ul {
  margin: 0;
}

.dl-horizontal dt {
  white-space: normal;
}

.dl-horizontal.dt-left dt {
  text-align: left;
  width: 6em;
}

.dl-horizontal.dt-left dd {
  margin-left: 0;
}

.dl-horizontal.dl-wide dt {
  width: 21em;
  margin-right: 1.5em;
}

/* Bootstrap Container Fluid Overrides */
.registration-section {
  padding-right: 0px;
  padding-left: 0px;
  margin: auto;
}

.lowertext-section {
  padding-right: 0px;
  padding-left: 0px;
  margin: auto;
}

.lowertext-section a {
  color: #00a5b1;
}

/* Bootstrap Custom Button CSS*/

/* DataTables overrides? */
table.marginless-datatable {
  margin-top: 0 !important;
}

/* Feedback Message */
.feedback-message {
  margin-bottom: 20px;
}

.feedback-message-home {
  margin-top: 20px;
  margin-bottom: 0;
}

.labelled-icon {
  margin-right: 0.3em;
}

.list-inside {
  /* Moves bullet points INSIDE the content flow, so they align with lists using icons like bullets */
  list-style-position: inside;
}

/* UKCRC Styling for buttons */
.btn-full {
  width: 100%;
}

.btn-nav {
  border-radius: 0;
  background: none;
  border: none;
  color: #fff;
}

.icon {
  display: none;
}

.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active,
.btn-nav:active:hover,
.btn-nav:active:focus,
.btn-nav.active,
.btn-nav.active:hover,
.btn-nav.active:focus {
  color: #fff;
  background-color: #ee8800;
  border-color: #cc6600;
}

.btn-nav:active:focus,
.btn-nav.active:focus {
  color: #fff;
  background-color: #cc6600;
  border-color: #aa4400;
}

.btn-nav.disabled:hover,
.btn-nav.disabled:focus,
.btn-nav.disabled:active,
.btn-nav.disabled.active,
.btn-nav[disabled]:hover,
.btn-nav[disabled]:focus,
.btn-nav[disabled]:active,
.btn-nav[disabled].active,
fieldset[disabled] .btn-nav:hover,
fieldset[disabled] .btn-nav:focus,
fieldset[disabled] .btn-nav:active,
fieldset[disabled] .btn-nav.active {
  background-color: #ff9900;
  border-color: #ee8800;
}

.btn-nav-top {
  border-radius: 0;
  background: none;
  border: none;
  color: #000000 !important;
}

/* Spinner in Buttons */
.btn .fa-spin {
  margin-right: 5px;
}

/* Well Overrides */
.well h3,
.well h4 {
  margin-top: 0;
}

.well .search-collection-count {
  font-size: 36pt;
}

.well .sample-set-summaries {
  padding-top: 8px;
}

/* Search */
a.detailed-search-link .no-link-style {
  color: black;
  text-decoration: none;
}

button.contact-button.active {
  font-weight: normal;
}

/* Facet Styling */

.facet-group {
  padding: 0;
}

.collapse-panel-body {
  /* Do normal panel-body padding here, instead of on the div that is collapsable */
  padding: 15px;
}

.facet-group .collapse-panel-body {
  padding-bottom: 0.5em;
}

.facet-group-badge {
  margin-right: 0.5em;
  margin-top: 0.1em;
}

.facet-group-header .facet-group-icon {
  font-size: 15pt;
}

div.facet-container .fa-ul {
  margin-left: 1em;
}

.fa-ul a {
  text-decoration: none;
  font-weight: normal;
}

.fa-ul li i {
  color: black;
  margin-right: 0.4em;
}

.fa-ul li a {
  margin-right: 0.2em;
}

h1 small {
  font-size: 50%;
}

.description {
  white-space: pre-line;
}

ul.breadcrumb {
  padding: 6px 12px;
  background: none;
  margin-bottom: 0;
}

.breadcrumb a {
  color: #00aec7;
}

/* Stop green successful validation */
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint,
.has-success .form-control {
  color: #000;
  border-color: #ccc;
}

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus,
.has-success .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

/* Change red failed validation */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint,
.has-error .form-control {
  color: #000;
  border-color: #ccc;
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus,
.has-error .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.field-validation-error {
  color: #a94442;
}

/*Asterisk for required fields*/
.form-group h4:after,
.form-group .control-label:after,
label.required:after {
  content: " *";
  color: #f00;
}

.form-group h4:after,
.form-group .control-label:after {
  visibility: hidden;
}

.form-group h4.required:after,
.form-group .control-label.required:after {
  visibility: visible;
}

/* Drop down menu scroll bar */
.refdata-menu {
  max-height: 400px;
  overflow-y: auto;
}

/* Cursor replacement */
.diagnosis-help,
.help-icon-button {
  cursor: pointer;
}

.help-icon-for-label {
  margin-left: 10px;
}

.menu-item {
  cursor: pointer;
}

textarea {
  max-width: 100%; /* never allow horizontal resize */
}

.resource-registration {
  background: #00a5b1;
  color: white;
  font-size: 16px;
  min-height: 280px;
}

.resource-registration h3 {
  color: white;
  font-size: 28px;
  margin: 0;
}

.resource-registration a {
  color: white;
  font-family: "Roboto Light";
}

.network-registration {
  background: #612453;
  color: white;
  font-size: 16px;
  min-height: 280px;
}

.network-registration h3 {
  color: white;
  font-size: 28px;
  margin: 0;
}

.network-registration a {
  color: white;
  font-family: "Roboto Light";
}

/* flexbox sticky footer */
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

main {
  flex: 1 0 auto;
}

header,
footer {
  flex: none;
}

/* Project Monkey */
.splash {
  height: 400px;
  position: relative;
  font-family: "Roboto Bold";
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-img {
  background-position: center;
  background-size: cover;
}

.splash-img {
  background-image: url(/images/splash_background_tinted.jpg) !important;
}

.card {
  margin-right: 10px;
  border: 2px solid black;
  float: left;
}

.card-block {
  padding: 20px;
}

.minitron {
  width: 46%;
  margin: 0px auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
}

.minitron h2 {
  font-size: 36px;
  margin: 0px 0px 15px;
}

.minitron li {
  padding: 5px;
  font-size: 150%;
}

.minitron li a {
  display: block;
}

.minitron-icon {
  width: 64px;
}

.minitron .form-group {
  margin-bottom: 5px;
}

div.info div {
  padding: 20px 50px;
}

.shadow {
  border: none;
  height: 50px;
  width: 100%;
  box-shadow: 0 20px 20px -20px #333;
}

.search-section {
  background: white;
}

.registration-section {
  display: flex;
  justify-content: center;
  font-family: "Imperial URW Bold";
}

.left-panel {
  display: flex;
  width: 50%;
  height: 200px;
  margin: auto;
  align-items: center;
  justify-content: right;
  text-align: right;
}

.right-panel {
  display: flex;
  width: 50%;
  height: 200px;
  margin: auto;
  align-items: center;
  justify-content: left;
  padding-top: 80px;
}

/* Left panel Border */
.left-panel:after {
  content: "";
  height: 50%;
  width: 2px;
  transform: translate(-50%, 50%);
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
}

.registration {
  border-color: white;
}

.registration:hover {
  border: none;
  background: white;
  color: black;
}

.lowertext-section {
  display: flex;
  background: white;
  justify-content: center;
  margin-top: 30px;
  font-family: "Roboto Medium";
  color: #9b9b9b;
  font-size: 20px;
}

.fa-ul.action-links > li {
  font-size: 18px;
  padding-bottom: 12px;
}

/* Medium Devices */
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 200%;
  }

  .minitron {
    width: 65%;
  }
}

/* Make typahead scrollable */
.tt-menu {
  max-height: 180px;
  overflow-y: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table-fixed {
  table-layout: fixed;
}

.wrappable-td {
  overflow: hidden;
  text-overflow: ellipsis;
  /*word-wrap: break-word;*/
  white-space: nowrap;
}

/* Deal with putting paragraphs inside alerts e.g. in markdown */
.alert-info p:last-child {
  margin-bottom: 0;
}

.facet-count {
  color: #888;
}

.wrapped-link {
  word-wrap: break-word;
}

/* annual stats - center and make smaller the input boxes */
.form-control.annualstats-input {
  width: 75px;
  display: inline;
}

.contact-modal-profile-image {
  padding-right: 10px;
}

.contact-modal-network-blurb {
  padding-top: 15px;
}

#contacting-resources-modal h4.modal-title {
  font-size: 24px;
}

.indent-left {
  margin-left: 100px;
}

.contact-modal-no-logo-container {
  padding-left: 100px;
}

.table > tbody > tr > td.cell-vertical-align-middle {
  vertical-align: middle;
}

footer {
  min-height: 300px;
  color: white;
  margin-top: 5em;
}

footer.no-footer-margin {
  margin-top: 0;
}

.footer-logos {
  text-align: center;
  padding: 50px 0;
}

.footer-logos a img {
  max-height: 110px;
  max-width: 350px;
  padding: 20px 30px;
}

.footer-logo-section {
  background: white;
}

.footer-link-section {
  padding: 28px 0px 0px 0px;
  background: #212529;
  text-align: right;
  color: #9b9b9b;
  overflow-y: hidden;
  font-family: "Roboto Regular";
}

.footer-link-section a {
  color: #00a5b1;
}

.footer-copyright-section {
  background: #212529;
  padding: 0px 0px 28px 0px;
  text-align: right;
  color: #9b9b9b;
  overflow-y: hidden;
  font-family: "Roboto Regular";
}

/*List Item Cards*/
.list-div {
  background: #e6e6e6;
  margin-top: 20px;
  padding-bottom: 20px;
}

.list-panel {
  overflow-y: auto; /*scrollable*/
  height: 650px;
  padding-right: 8px;
}

.contact-boxes {
  background: #f2f2f2;
  margin-top: 10px;
}

/* Support For Mulit-Level Dropdown Menus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Caret */
.caret {
  float: right;
  border: none;
  vertical-align: unset;
}

.caret::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  content: "\f107";
  font-family: FontAwesome, sans-serif;
}

/* Homepage Markdown Preview */
.preview-message {
  position: fixed;
  z-index: 1000;
  top: 0;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
}

.preview-message h4 {
  display: inline-block;
  padding-top: 5px;
}

.preview-message label {
  margin-top: 7px;
}

/*Plots*/
.barplot,
.pieplot {
  height: 500px;
}

.boxplot {
  height: 340px;
}

/* Flex */
.flex-around {
  display: flex;
  justify-content: space-between;
}

/* Collection/Capability Time Frame Radio Buttons*/
.timeFrames {
  margin-right: 10px;
}

.info-help {
  margin-left: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dropdown-toggle:hover {
  cursor: pointer;
}

.search-list {
  border-bottom: 0.5px solid lightgrey;
  text-align: left;
  font-size: medium;
  padding-top: 2px;
  padding-bottom: 2px;
}

#copied-toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

#copied-toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/***************
    Nav
 ***************/
/* Navigation Header */
.navbar {
  border: none;
}

.navbar .container {
  padding: 0;
}

.navbar-header {
  display: flex;
  width: 100%;
  align-items: center;
}

.navbar-header a {
  color: black;
}

.navbar-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.navbar-nav a {
  font-family: "Roboto Medium";
  text-transform: uppercase;
  color: black;
}

/* Logo */
.navbar-logo {
  height: 100px;
}

.navbar-logo .logo,
.navbar-logo .logo img {
  width: 139px;
  height: 82px;
}

.navbar-logo .logo {
  display: inline-block;
  padding-top: 10px;
}

.navbar-collapse-container {
  width: 100%;
}

.navbar-collapse {
  flex-grow: 1;
  flex-flow: column;
}

/* Modifications for Mobile Menu */
@media (min-width: 768px) {
  /* Shifts Navigation To Right */
  .navbar-collapse.collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .collapse.in li,
  .collapsing li {
    width: 100%;
  }

  .navbar-header {
    flex-wrap: wrap;
  }

  .navbar-logo {
    margin-left: 15px;
    flex: 1 0 auto;
  }

  .navbar-nav {
    margin: 0;
    padding-top: 0 !important;
  }
}

/***************
    Icons
 ***************/

/* Spceific Icons */
.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-youtube-play:before {
  content: "\f16a";
}

/* Icon Classes */
[class*=" icon-"],
[class^="icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
}

[class*=" icon-"],
[class^="icon-"] {
  color: black;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak-as: none;
}

a [class*=" icon-"],
a [class^="icon-"] {
  display: inline;
}
