#filter_form select {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}

#filter_form button {
  margin-bottom: 20px;
}

.datamapper-filter {
  margin-bottom: 10px;
}

.dataTable th {
  height: 50px;
}

.outer {
  position: relative;
}

.inner {
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  max-height: 500px;
}

div.blue-line {
  padding: 10px;
  margin-right: 3px;
  margin-top: 5px;
  background: #f7f7f7;
  border-bottom: 1px solid #f4823b;
}

/* DOWNLOAD BUTTON */
#export.timeline {
  padding: 20px;
  background: #f7f7f7;
  min-height: 72px;
  border: none;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

#export #export-button {
  background-color: #fff;
  font-weight: normal;
  color: #fd8433;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #fd8433;
  cursor: pointer;
  border-radius: 0px;
}

#export #download-icon {
  padding-right: 7px;
  padding-left: 3px;
}

#export #export-button span {
  color: #fd8433;
}

.page_main_title h3 {
  padding-left: 25px;
}

.warn-msg-m-t {
  margin-top: 25px;
}

/* DATABASE DYNAMIC LINK */

.database_dynamic_link {
  font-size: 13px;
  float: left;
}

#send_to_db_link {
  background-color: #fff;
  font-weight: normal;
  color: #fd8433;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #fd8433;
  cursor: pointer;
  border-radius: 0px;
  text-decoration: none;
}

#send_to_db_link #db_share_icon {
  padding-right: 7px;
  padding-left: 3px;
}

#send_to_db_link span {
  color: #fd8433;
}

#well-info-box .well {
  background-color: #a5e1f3;;
  border: 0px;
}
#well-info-box p {
  padding-right: 15px;
  font-size: 16px;
  color: #555555;
}

#well-info-box span {
  font-weight: bold;
  font-size: 14px;
  color: black;
}

#well-info-box p,
#well-info-box span {
  padding-left: 15px;
}

#units_info .alert {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

#units_info_row {
  margin-top: 10px;
}

#empty_page_intro_txt {
  padding-left: 22px;
  padding-right: 22px;
}

#toogle_info_btn {
  margin-top: 5px;
}

#atico_countrysheets_dwn_opts a {
  text-decoration: none;
}

/* WEBTOOLS CHARTS */
.wtCharts {
  border-width: 0 !important;
  border-color: #ffffff !important;
}

.highcharts-menu HR {
  margin: 0 !important;
}
