#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-style: normal;
}

.hidden {
  display: none;
}

#left-input-col {
  padding: 0px;
}

#output-molec-select-lab {
  font-size: 16px;
  color: #4582EC;
}

#output-molec-select {
  /*bottom:1px;*/
  width: 260px;
  /* height: 20px; */
  font-size: 15px;
}

#output-molec-col {
  /* padding-right: 20px; */
  padding: 0px;
  width: 10%;
}

#mod-toggle-col {
  /* padding-right: 20px; */
  padding: 0px;
  width: 350px;
}

#sub-mod-select {
  width: 105px;
  font-size: 14px;
  margin-left: 20px;
  height: 44px;
}

/* .popover {
    top: 20px !important;
} */

#sub-mod-select-cont {
  width: 130px;
  height: 1px;
  display: inline-block;
}

#msp-mod-toggle-row {
  margin-left: 350px;
}

#mod-toggles-cont {
  /* width: 200%; */
  display: inline;
}

#tech-specs-content-cont {
  padding: 10px 150px 50px 150px;
}

#barplot-pholder-jumbo {
  display: none;
}

#tech-specs-title {
  margin-left: 40px;
}

.input-param-form {
  margin-bottom: 0px;
}

.parity-plot-title {
  margin-left: 41%;
}

.pred-accur-plot {
  height: 380px;
  padding-bottom: 20px;
  margin-left: -20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#tech-specs-btn {
  float: right;
  font-size: 14px;
  padding: 10px;
  margin-right: 10px;
  /*margin-left: 40px;*/
}

.tech-specs-para {
  font-size: 17px;
}

#jumbo-molec-select {
  width: 270px;
  font-size: 16px;
}

#top-hr {
  margin-top: 0px;
}

#input-accords-container {
  margin-right: 10px;
}

#input-accords {
  padding-left: 10px;
}

.border-rounded {
  border-radius: 10px;
}

#output-molec-border {
  padding: 15px 5px 17px 5px;
  height: 100%;
  margin-left: 0px;
  margin-right: 20px;
  /* width: 300px; */
  /*display: inline;*/
  /* background: #e9ecef; */
}

#disclaimer-border {
  margin-left: 15px;
  border-radius: 10px;
  padding: 11px 10px 11px 10px;
  margin-right: 0px;
  /* width: 300px; */
  display: inline;
  /* background: #e9ecef; */
}

#disclaimer-txt {
  color: #4582EC;
  font-size: 12px;
}

#set-param-defaults-title {
  margin-bottom: 10px;
}

#param-option-bar {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-top: 0px;
  /* width: 90%; */
  /* background: #e9ecef; */
}

#run-model-bar {
  height: 13%;
  padding: 10px;
  padding-bottom: 0px;
  /*overflow: auto;*/
  padding-left: 0px;
}

#model-toggle {
  margin-left: 0px;
  margin-right: 0px;
  /* padding-top: 10px; */
  /* height: 60px; */
}

#tech-specs-modal-body {
  padding: 20px 50px 20px 50px;
}

#tech-specs-modal-header {
  padding: 20px 50px 20px 50px;
}

#run-model-btn {
  margin-left: 34px;
  margin-right: 0px;
  font-size: 14px;
  padding: 10px;
}

.btn-success-glowing {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

#download-btn-container {
  padding: 10px;
  /*margin-left: 42px;*/
}

.download-btn {
  font-size: 14px;
}

#download-results-btn {
  display: none;
  padding: 10px;
  /*margin-left: 185px;*/
}

#download-documentation-btn {
  display: none;
  padding: 10px;
  /*margin-left: 42px;*/
}

#bar-plot-container {
  float: 'right';
  display: 'inline';
  margin-bottom: 20px;
}

#jumbo-molec-select {
  margin-right: 20px;
  width: 270px;
}

.model-sel-radio {
  padding: 10px;
  border-radius: 30px;
}

.set-params-btn {
  font-size: 14px;
  border-radius: 90px;
  margin-right: 14px;
}
.error{
        border: 1px solid red;
    }

.input-param-title {
  font-size: 13px;
}

.input-param-units {
  font-size: 11px;
}

.param-select-input {
  margin-right: 5px;
  padding-right: 2px;
}

.input-collapse-header {
  padding: 8px;
}

.input-slider {
  width: 50%;
  margin-bottom: 5px;
  margin-top: 2px;
}

.param-text-input {
  font-size: 11px;
  width: 60px;
  text-align: right;
  margin-right: 5px;
}

.param-text-input-wide {
  width: 310px;
  text-align: left;
  margin-right: 5px;
}

.param-card-header-btn {
  text-align: left;
}

.card-body {
  padding-left: 30px;
}

.reset-param-btn {
  font-size: 9px;
  margin-left:35px;
  margin-right: 0px;
  padding: 3px;
  border-radius: 10px
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  /*margin-bottom: 5px;*/
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 130px;
  padding: 0 84px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  background: #5c9cd8;
  border-radius: 4px;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .4s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  width: 200px;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #28a645;
    -webkit-box-shadow: 0 0 3px #28a645;
  }
  50% {
    background-color: #28a645;
    -webkit-box-shadow: 0 0 12px #28a645;
  }
  100% {
    background-color: #28a645;
    -webkit-box-shadow: 0 0 3px #28a645;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #28a645;
    -moz-box-shadow: 0 0 3px #28a645;
  }
  50% {
    background-color: #28a645;
    -moz-box-shadow: 0 0 12px #28a645;
  }
  100% {
    background-color: #28a645;
    -moz-box-shadow: 0 0 3px #28a645;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #28a645;
    box-shadow: 0 0 3px #28a645;
  }
  50% {
    background-color: #28a645;
    box-shadow: 0 0 12px #28a645;
  }
  100% {
    background-color: #28a645;
    box-shadow: 0 0 3px #28a645;
  }
}

@keyframes glowing {
  0% {
    background-color: #28a645;
    box-shadow: 0 0 3px #28a645;
  }
  50% {
    background-color: #28a645;
    box-shadow: 0 0 20px #28a645;
  }
  100% {
    background-color: #28a645;
    box-shadow: 0 0 3px #28a645;
  }
}


/* Animation settings for flashing button */


/* // Colors
$blue:    #007bff !default; // primary
$indigo:  #6610f2 !default;
$purple:  #6f42c1 !default;
$pink:    #e83e8c !default;
$red:     #dc3545 !default; // danger
$orange:  #fd7e14 !default;
$yellow:  #ffc107 !default; // warning
$green:   #28a745 !default; // success
$teal:    #20c997 !default;
$cyan:    #17a2b8 !default; // info

// Grays
$white:    #fff !default;
$gray-100: #f8f9fa !default; // light
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #868e96 !default; // secondary
$gray-700: #495057 !default;
$gray-800: #343a40 !default; // dark
$gray-900: #212529 !default;
$black:    #000 !default; */


/* litera theme:
primary (light blue): #4582EC; */
/* success (green): #02B875; */
