form.full-width-fields input[type=text],
form.full-width-fields input[type=email],
form.full-width-fields input[type=password] {
  width: 100%;
}
.form-label {
  color: #516868;
  text-transform: uppercase;
  font-size: smaller;
}
.form-inline-help {
  color: #516868;
  text-transform: lowercase;
  text-align: center;
  font-size: smaller;
  width: 100%;
  margin-top: 0.8em;
}
.form-error label,
.form-error .form-inline-help,
.form-error .error-slider-tooltip {
  color: #c94141;
  font-weight: bold;
}
.form-error input,
.form-error textarea,
.form-error select {
  border-color: #c94141 !important;
}
.form-row {
  margin: 1em 0;
  /*
    .to-select2 {
        visibility: hidden;
    }

    .select2-container {

        .select2-selection {
            border: 1px solid #ccc;
            box-shadow: inset 0 1px 3px #ddd;
            border-radius: 0;
        }

        .select2-search__field {
            box-shadow: none;
        }

    }
    */
}
.form-row:last-child {
  border-bottom: none;
}
.form-row label {
  display: block;
  margin: 0;
  overflow: hidden;
  line-height: 41px;
}
.form-row input,
.form-row select {
  font-size: 24px;
  padding: 3px 4px !important;
}
.form-row-buttons {
  margin-top: 1.5em;
}
.register-tos p {
  margin-top: 0;
  margin-bottom: .5em;
}
.register-tos .pure-checkbox {
  margin: 0;
}
.form-general-message {
  padding: .5em .5em .5em 25%;
}
.form-general-message a {
  text-decoration: underline;
  color: inherit;
}
.form-general-error {
  padding: .5em .5em .5em 25%;
  background-color: #c94141;
  color: #ecf3e7;
}
.form-general-error a {
  text-decoration: underline;
  color: inherit;
}
.form-general-success {
  padding: .5em .5em .5em 25%;
  background-color: #81d183;
}
.form-general-success a {
  text-decoration: underline;
  color: inherit;
}
.errorlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.errorlist li {
  padding: .5em .5em .5em 25%;
  background-color: #c94141;
  color: #ecf3e7;
}
.errorlist li a {
  text-decoration: underline;
  color: inherit;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
}
body,
html {
  background-color: #ecf3e7;
}
#start-results {
  background-color: #fff;
}
.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
h1.page-title {
  margin: 0 0 1em 0;
  color: #516868;
  font-family: "PT Sans Narrow";
  border-bottom: 1px solid #678585;
  display: inline-block;
}
h1.form-title {
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 1em;
}

body {
  color: #3e3e3e;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: 'Open Sans', sans-serif;
}
input,
select {
  border-radius: 0 !important;
  background-color: #fff;
  color: #3e3e3e;
}
input:focus,
select:focus {
  border-color: #81d183 !important;
}
input[type=radio],
input[type=checkbox] {
  width: 20px;
  height: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
img.arrow {
  padding: 0 1em;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
}
.pure-button {
  background-color: #516868;
  color: #fff;
}
.pure-button-primary {
  background-color: #2c6280;
}
.button-large {
  font-size: 20px;
  font-weight: bold;
}

.search-detail-tabs.pure-menu {
  width: 100%;
  background-color: #81d183;
  box-shadow: 0px 4px 3px -3px #d8e0e0;
  margin-bottom: 10px;
}
.search-detail-tabs.pure-menu a {
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid #81d183;
}
.search-detail-tabs.pure-menu a:hover {
  border-bottom: 3px solid #fffd9a;
  background-color: inherit;
}
.search-detail-tabs.pure-menu .pure-menu-selected {
  font-weight: bold;
}
.search-detail-tabs.pure-menu .pure-menu-selected a {
  color: #333;
  border-bottom: 3px solid #fffd9a;
  background-color: inherit;
}
.suggested-result .search-detail-tabs.pure-menu {
  background-color: #fffd9a;
}
.suggested-result .search-detail-tabs.pure-menu a {
  border-bottom: 3px solid #fffd9a;
}
.suggested-result .search-detail-tabs.pure-menu a:hover {
  border-bottom: 3px solid #81d183;
}
.suggested-result .search-detail-tabs.pure-menu .pure-menu-selected a {
  border-bottom: 3px solid #81d183;
}
.search-detail-export {
  font-weight: bold;
  font-size: larger;
  margin-right: 10px;
}

.search-results {
  width: 100%;
  margin-bottom: 64px;
}
.search-results th {
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: normal;
  color: #516868;
  text-align: center;
  padding: 0 12px 12px 20px;
  white-space: nowrap;
}
.search-results th:first-child {
  text-align: left;
  padding: 0 12px 12px 12px;
}
.search-results th:last-child {
  padding: 0 12px 12px 12px;
}
.search-results-title {
  color: #516868;
  margin: .5em 0 1.5em 0;
}
.search-result-suggested-label {
  color: #516868;
  font-size: smaller;
}
.search-result {
  background-color: #ecf3e7;
  color: #000;
}
.search-result:hover {
  cursor: pointer;
  background-color: #81d183;
}
.search-result td {
  border-bottom: 8px solid #fff;
  padding: 16px;
  white-space: nowrap;
}
.search-result .sprite {
  height: 34px;
  vertical-align: top;
  margin-right: -8px;
}
.search-result .uom {
  font-size: smaller;
}
.search-result.suggested-result {
  background-color: #fffd9a;
}
.search-result-selected {
  background-color: #81d183;
}
.search-result-selected td {
  border-bottom: none;
}
.search-result-invalid {
  text-align: center;
  color: #516868;
  font-size: larger;
}
.search-result .search-result-model {
  font-size: 15pt;
  font-weight: bold;
  white-space: normal;
}
.search-result .search-result-dp {
  font-size: 17pt;
  text-align: center;
  padding: 12px 18px;
}
.search-result .search-result-power {
  font-size: 17pt;
  text-align: center;
  padding: 12px 18px;
}
.search-result .search-result-tout {
  font-size: 17pt;
  text-align: center;
  padding: 12px 18px;
}
.search-result .search-result-rating {
  font-size: 24pt;
  color: #ddd;
  text-align: right;
  font-weight: bold;
}
.search-result .search-result-power-supply {
  color: #516868;
  white-space: normal;
  font-size: smaller;
}
.search-result .search-result-series {
  font-size: smaller;
  margin-bottom: 0.5em;
}
.search-result-rating.rating-positive {
  color: #2d7b47;
}
.search-result-rating.rating-negative {
  color: #c94141;
}
.search-result-uom {
  font-size: 14pt;
}
.result-detail-chart {
  width: 800px;
  height: 400px;
  position: relative;
}

#id_tin,
#id_tout,
#id_tamb,
#id_fluid,
#id_flowrate,
#id_pressureloss,
#id_power {
  width: 100%;
}
.search-type-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.search-type {
  overflow: hidden;
  padding: 0;
  padding-top: 20px;
  margin-bottom: -1px;
  margin-left: 202px;
}
.search-type li {
  border-radius: 8px 8px 0 0;
  margin: 0 4px;
  float: left;
  list-style: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #d8e0e0;
  transition: .2s all;
}
.search-type li:hover {
  box-shadow: 0px 0px 8px 0px #d8e0e0;
}
.search-type .search-type-selected {
  border-bottom-color: #fff;
  z-index: 3;
  box-shadow: 0px 0px 8px 0px #d8e0e0;
}
.search-type .search-type-selected a {
  background-color: #fff;
  color: #516868;
}
.search-type a {
  display: block;
  padding: 10px 25px 14px 25px;
  color: #516868;
  font-weight: bold;
  font-size: smaller;
  text-decoration: none;
  transition: .2s all;
}
.search-type a:hover {
  color: #516868;
}
#start-results {
  box-shadow: 0px -4px 8px -4px #d8e0e0;
}
.search-section > .wrapper {
  border: 1px solid #d8e0e0;
  position: relative;
  border-bottom: none;
  padding: 0px;
  padding-top: 14px;
  box-shadow: 0px -7px 8px -5px #d8e0e0;
  background-color: #fff;
}
.search-section .form-row {
  border-bottom: 1px solid #d8e0e0;
  padding: 20px;
}
.search-section .form-row:last-child {
  border-bottom: none;
}
.input-uom {
  position: relative;
}
.input-uom input {
  text-align: right;
  padding-right: 50px !important;
}
.input-uom .uom {
  font-size: 20px;
  position: absolute;
  right: 7px;
  display: inline-block;
  top: 8px;
  bottom: 0;
  color: #516868;
}
.input-uom-sm {
  position: relative;
}
.input-uom-sm input {
  text-align: right;
  padding-right: 50px !important;
}
.input-uom-sm .uom {
  font-size: 20px;
  position: absolute;
  right: 7px;
  display: inline-block;
  top: 8px;
  bottom: 0;
  color: #516868;
}
.input-uom-sm input {
  padding-right: 35px !important;
}
.input-uom-lg {
  position: relative;
}
.input-uom-lg input {
  text-align: right;
  padding-right: 50px !important;
}
.input-uom-lg .uom {
  font-size: 20px;
  position: absolute;
  right: 7px;
  display: inline-block;
  top: 8px;
  bottom: 0;
  color: #516868;
}
.input-uom-lg input {
  padding-right: 55px !important;
}
.error-slider {
  margin-top: 30px;
}
.error-slider-tooltip {
  display: block;
  position: absolute;
  top: -25px;
  left: -8px;
  right: -8px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  color: #516868;
}
.search-form-buttons {
  margin-top: 1em;
  overflow: hidden;
}
.search-form-buttons button {
  float: right;
  margin-left: 1em;
}
