body {
  font-family: Arial,Helvetica Neue,Helvetica,'Open Sans',sans-serif; 
/*  font-size: 18px; */
}

#help_button_state {
  float: right;
}

#dropdown-menu-help_button {
  left: -250px;
}

.selectize-input {
  height: 25px;
  min-height: 25px;
  font-size: 14px;
}
.main_header {
    background-color: #0097DC;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}

.plot_header {
    background-color: #005da4;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 15px;
}

.well {
  background-color: #e7e7e8;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 638px;
  margin-top: 20px;
  border-radius: 0;
  border: 0 solid #e3e3e3;
}

.region_title {
  font-size: 18px;
}

#region_map_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.sidebar_header {
  font-size: 24px;
  border-bottom: darkgray solid thin;
  margin-bottom: 6px;
  color: #005da4;
}

#map_title {
  text-align: center;
  color: black;
  padding-top: 20px;
  margin-top: 7px;
}

.user_data {
  color: #005da4;
  font-weight: 600;
}

#disclaimer_text {
    font-size: 15px;
}

#overview_text {
  margin-bottom: 15px;
  font-size: 16px;

}
.sidebar_header {
  font-weight: bold;
  margin-bottom: 10px;
}

.instructions {
  font-size: 16px;
  padding-bottom: 10px;
}

.form-control {
  height: 25px;
}

.selectize-control {
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 0px;
}

.input_header {
  color: #005da4;
  margin-bottom: 0;
  font-size: 16px;
  padding-top: 4px;
}

.value_header_fix {
  margin-top: 8px;
}

#default_header {
  font-size: 24px;
  font-weight: 600;
}
#default_container {
  display: table;
  height: 579px;
  overflow: hidden;
  border: 1px solid darkgray;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 14px;
  font-size: 18px;
  color: #333;
  min-height: 592px;
}

#intro_text > div {
  margin-bottom: 13px;
}

#intro_text ul {
  margin-top: 5px;
}

#default_text {
  display: table-cell; 
  vertical-align: top;
  padding: 50px;
  padding-top: 95px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

#flex-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#year_collected_wrapper {
  width: 100%;
}

#year_selector_wrapper {
  width: calc(100% - 50px);
  margin-left: 10px;
}

#year_selector_wrapper .input_header {
  margin-left: 2px;
}

.selectize-input {
  height: 25px;
  line-height: 15px;
}

.tip {
  width: 1033px;
  height: 650px;
}

#year_selector_wrapper .selectize-control {
  margin-bottom: -6.6px; 
}

a:link { color: #005da4; }
a:visited { color: #005da4; }

@media (max-width: 1200px) {
  .col-sm-4 {
    width: 100%;
    float: none;
  }
  
  .col-sm-8 {
    width: 100%;
    float: none;
  }
  
  .container {
    max-width: 700px;
  }
}
