@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html, body {
  height: 100%;
  width: 100%;
  position: relative;
  background: #212121;
  margin: 0;
  padding: 0;
}

body:before, body:after {
  content: "";
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
}
body:before {
  transform: rotate(30deg);
  width: 1000px;
  height: 800px;
  top: -600px;
  right: -300px;
}
body:after {
  transform: rotate(10deg);
  width: 1000px;
  height: 150%;
  top: -10%;
  right: -800px;
}

.body__inner {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.body__inner > header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 150px;
  z-index: 80;
}
.body__inner > main {
  padding-left: 150px;
  /*width: 100vw;
  height: 100vh;
  overflow: auto;*/
}
@media only screen and (max-width: 660px) {
  .body__inner > header {
    width: 50px;
  }
  .body__inner > main {
    padding: 0 10px 100px 60px;
  }
}
.body__inner--no-menu > main {
  padding-left: 10px;
}

body, input, select, textarea, button {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

input, select, textarea, button {
  color: #222;
}

main {
  position: relative;
}

.main-inner {
  padding: 50px;
}
@media only screen and (max-width: 800px) {
  .main-inner {
    padding: 30px 5px;
  }
}

a {
  transition: color 300ms linear;
  color: #919191;
  text-decoration: none;
}
a:hover {
  transition: color 300ms linear;
  color: #848484;
}

h1, h2 {
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 40px;
}

h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 40px;
}
h2:before, h2:after {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}

form input, form textarea, form select, form button {
  transition: background 300ms linear;
  background: #b7b7b7;
  border: none;
  padding: 10px 15px;
}
form input:focus, form input:hover, form textarea:focus, form textarea:hover, form select:focus, form select:hover, form button:focus, form button:hover {
  transition: background 300ms linear;
  background: #d0d0d0;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder, form button::-webkit-input-placeholder {
  color: #222;
}
form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder, form button:-moz-placeholder {
  color: #222;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder, form button::-moz-placeholder {
  color: #222;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder, form button:-ms-input-placeholder {
  color: #222;
}
form .with-error input, form .with-error textarea, form .with-error select, form .with-error button {
  border-bottom: 3px solid #c00;
}
form button {
  text-transform: uppercase;
}

.button {
  transition: background 300ms linear;
  background: #b7b7b7;
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
  display: inline-block;
  color: #333;
}
.button:focus, .button:hover {
  transition: background 300ms linear;
  background: #d0d0d0;
  color: #f4f4f4;
}
.button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.button:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.button:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

h1 + div.text--center .button {
  margin-bottom: 5px;
}

.alert {
  color: #c00;
}
.alert h4 {
  margin-bottom: 10px;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes border-color-fade {
  0% {
    border-color: #9ebf16 rgba(158, 191, 22, 0) #9ebf16 rgba(158, 191, 22, 0);
  }
  50% {
    border-color: #fff rgba(158, 191, 22, 0) #fff rgba(158, 191, 22, 0);
  }
  100% {
    border-color: #9ebf16 rgba(158, 191, 22, 0) #9ebf16 rgba(158, 191, 22, 0);
  }
}
@keyframes border-color-fade {
  0% {
    border-color: #9ebf16 rgba(158, 191, 22, 0) #9ebf16 rgba(158, 191, 22, 0);
  }
  50% {
    border-color: #fff rgba(158, 191, 22, 0) #fff rgba(158, 191, 22, 0);
  }
  100% {
    border-color: #9ebf16 rgba(158, 191, 22, 0) #9ebf16 rgba(158, 191, 22, 0);
  }
}
header {
  background: #333;
}
header .component.main-nav a {
  font-size: 12px;
  display: block;
  padding: 5px 10px;
  color: white;
}
header .component.main-nav a:hover {
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  header .component.main-nav a {
    font-size: 0;
  }
  header .component.main-nav a i {
    font-size: 20px;
    padding: 7px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  header .component.main-nav li li a {
    font-size: 14px;
  }
}

.user-message {
  background: #C1CD20;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #d6e13f;
  padding: 5px;
  color: #333;
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
}
.user-message--error {
  background: #FF5722;
  border-bottom-color: #ee3900;
}

.component.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.component.main-nav li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 660px) {
  .component.main-nav li {
    display: inline-block;
    position: static;
  }
}
.component.main-nav li ul {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  position: absolute;
  left: 150px;
  top: 0;
  background: #333;
  z-index: 900;
  width: 200px;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 660px) {
  .component.main-nav li ul {
    left: 50px;
    height: 100%;
    overflow: auto;
  }
  .component.main-nav li ul li a {
    padding: 2px 5px;
  }
}
.component.main-nav li ul li, .component.main-nav li ul a {
  display: block;
}
.component.main-nav li ul a {
  padding: 5px 10px;
}
.component.main-nav li:hover {
  background: #1a1a1a;
}
.component.main-nav li:hover > ul {
  display: block;
}
.component.main-nav a {
  font-size: 40px;
}
@media only screen and (max-width: 1000px) {
  .component.main-nav a {
    font-size: 30px;
  }
}
.component.main-nav i {
  font-size: 0.95em;
  display: inline-block;
  margin-right: 0.2em;
  vertical-align: middle;
}

.main-nav .fa-5 svg {
  width: 10.61px;
}

.system-search {
  padding: 5px;
  color: #333;
}

.search-form {
  display: block;
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .search-form {
    width: 100%;
  }
}

.system-search-label {
  font-size: 0;
  position: absolute;
  height: 100%;
  cursor: pointer;
  line-height: 0;
  top: 50%;
  left: 15px;
}
.system-search-label:before {
  font-family: FontAwesome;
  content: "\F002";
  font-size: 16px;
}

.system-search-input {
  transition: background 300ms linear;
  width: 100%;
  padding: 10px 10px 10px 45px;
  display: block;
  border: none;
  background: white;
  font-weight: 600;
  color: #333;
}
.system-search-input::-webkit-input-placeholder {
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  text-align: center;
  color: #333;
}
.system-search-input:-moz-placeholder {
  -moz-transition: color 300ms linear;
  transition: color 300ms linear;
  text-align: center;
  color: #333;
}
.system-search-input::-moz-placeholder {
  -moz-transition: color 300ms linear;
  transition: color 300ms linear;
  text-align: center;
  color: #333;
}
.system-search-input:-ms-input-placeholder {
  -ms-transition: color 300ms linear;
  transition: color 300ms linear;
  text-align: center;
  color: #333;
}
.system-search-input:focus {
  transition: background 300ms linear;
  background: white;
}
.system-search-input:focus::-webkit-input-placeholder {
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  color: transparent;
}
.system-search-input:focus:-moz-placeholder {
  -moz-transition: color 300ms linear;
  transition: color 300ms linear;
  color: transparent;
}
.system-search-input:focus::-moz-placeholder {
  -moz-transition: color 300ms linear;
  transition: color 300ms linear;
  color: transparent;
}
.system-search-input:focus:-ms-input-placeholder {
  -ms-transition: color 300ms linear;
  transition: color 300ms linear;
  color: transparent;
}

.system-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.system-search-list.has-result {
  padding: 5px 0 0;
}
.system-search-list li {
  width: 50%;
  margin: 1px auto;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .system-search-list li {
    width: 100%;
  }
}
.system-search-list a {
  transition: background 300ms linear;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: inherit;
  background: white;
  text-align: left;
}
.system-search-list a:hover {
  transition: background 300ms linear;
  background: #cecece;
}

.table-wrapper {
  position: relative;
  padding-left: 120px;
}

.table-overflow {
  overflow-x: auto;
}

.fixed-column {
  width: 120px;
  position: absolute;
  left: 0;
  top: 49px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fixed-column li {
  height: 49px;
  line-height: 49px;
  border: solid #4a4a4a;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
  margin: 0;
  font-weight: 600;
  background: #262626;
  color: #f4f4f4;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fixed-column li:first-child {
  border-top-width: 1px;
}
@media only screen and (max-width: 800px) {
  .fixed-column li {
    font-size: 14px;
  }
}

table {
  border-collapse: collapse;
}
table td, table th {
  padding: 10px;
  text-align: center;
  border: 1px solid #4a4a4a;
  width: 1%;
  white-space: nowrap;
  margin: 0;
}
table th {
  font-weight: 600;
  background: #262626;
  color: white;
}
table th .fa {
  margin-left: 4px;
}
table tr:hover td, table tr:hover th {
  background: #383838;
}
table td {
  color: #f4f4f4;
}
table.table--full-width {
  width: 100%;
}
table .td--left {
  text-align: left;
}
table .td--right {
  text-align: right;
}
table .td--controls {
  width: 100px;
}
table .td--controls a, table .td--controls form {
  display: inline-block;
}
table .td--controls form {
  margin-left: 10px;
}
table .td--controls form button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #c00;
}
table .td--auto {
  width: auto;
}
table .td--50 {
  width: 50%;
}
table .td--wrap {
  white-space: normal;
}
table .td--date {
  width: 120px;
}
table .td--total {
  width: 100px;
}
table .td--small {
  width: 60px;
}
table .td--v-align-top {
  vertical-align: top;
}
table .good {
  background: rgba(193, 205, 32, 0.8);
}
table .warn {
  background: rgba(255, 179, 0, 0.8);
}
table .error {
  background: rgba(255, 87, 34, 0.8);
  color: #fff;
}
table .good .latest-readings__errors {
  background: #CDD74D;
}
table .warn .latest-readings__errors {
  background: #FFC233;
}
table .error .latest-readings__errors {
  background: #FF794E;
  color: #fff;
}
table .date, table .time {
  line-height: 1em;
  display: block;
}
table .time {
  font-weight: 600;
}
table .date {
  font-size: 12px;
}
table .latest-readings__errors {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  min-height: calc(100% + 20px);
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
table .latest-readings__errors > div {
  width: 100%;
}
table .latest-readings--has-errors > div {
  position: relative;
}
table .latest-readings--has-errors > div:hover .latest-readings__errors {
  display: flex;
}

.json {
  max-width: 550px;
  margin: 20px auto;
}

#map-wrapper {
  padding-bottom: 20px;
}

#map {
  height: 100%;
  background: #000000;
}

#overview-map {
  height: 600px;
}
@media only screen and (max-width: 600px) {
  #overview-map {
    height: 300px;
  }
}

.map-legend {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 10px;
  font-size: 11px;
  font-weight: 600;
  background: #f4f4f4;
  text-align: center;
  color: #fff;
}
.map-legend li {
  display: inline-block;
  margin: 0 5px;
}
.map-legend li:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  content: "";
  margin-right: 5px;
  vertical-align: middle;
}
.map-legend .status-0:before {
  background: #CFD8DC;
}
.map-legend .status-1:before {
  background: #FF5722;
}
.map-legend .status-2:before {
  background: #8BC34A;
}

#network-code-form {
  text-align: center;
  margin: 20px;
}

.messages {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
.messages li {
  position: relative;
  line-height: 1em;
  padding: 7px 0 10px;
  color: #f4f4f4;
}
.messages li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border: 1px solid #f4f4f4;
  background: #C1CD20;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.messages li:after {
  content: "";
  width: 74px;
  border-top: 1px solid #c9d621;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
}
.messages li:last-child:after {
  content: none;
}
.messages .warn:before {
  background: #FFB300;
}
.messages .error:before {
  background: #FF5722;
}
.messages span {
  color: rgba(244, 244, 244, 0.5);
  font-size: 12px;
  font-weight: 600;
  vertical-align: super;
}

.station-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.station-list h3 {
  background: #2d2d2d;
  padding: 10px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.station-list .date-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.station-list .distance-list {
  margin: 0;
  list-style: none;
  padding: 10px 0 25px;
}
.station-list .distance-list li {
  font-size: 14px;
}
.station-list .distance-list li:first-child {
  color: #f4f4f4;
  font-size: 18px;
  padding: 5px;
}
.station-list h4 {
  background: #afafaf;
  padding: 5px;
  margin: 0 0 15px;
  position: relative;
}
.station-list h4 span {
  color: white;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 0;
}
.station-list h4.good {
  background: #c9d621;
}
.station-list h4.warn {
  background: #FFB300;
  color: #fff;
}
.station-list h4.error {
  background: #FF5722;
  color: #fff;
}

.system-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  -moz-column-count: 3;
       column-count: 3;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .system-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.system-list > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.system-list > li > a {
  color: #ccc;
  padding-left: 12px;
  display: inline-block;
  position: relative;
}
.system-list > li > a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #C1CD20;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  display: block;
  border: 1px solid rgba(244, 244, 244, 0.5);
}
.system-list > li > a:hover {
  color: #f4f4f4;
}
.system-list .has-faults > a:before {
  background: #FF5722;
}
.system-list .decommissioned > a, .system-list .decommissioned i {
  color: #504f4f;
}
.system-list .decommissioned > a:before {
  background: #CFD8DC;
}
.system-list .tools {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media only screen and (max-width: 600px) {
  .system-list .tools {
    display: block;
    margin-left: 7px;
  }
}
.system-list .tools li {
  display: inline-block;
  margin-left: 5px;
}
.system-list .tools i {
  font-size: 14px;
}

.details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.details-list h3 {
  background: #2d2d2d;
  padding: 10px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.info-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 500px;
  font-size: 0;
}
.info-list li {
  padding: 8px 0;
}
.info-list h4 {
  margin: 0;
  display: inline-block;
  width: 30%;
  font-size: 16px;
  vertical-align: top;
}
.info-list h5 {
  font-size: 14px;
  padding: 5px;
  background: #919191;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}
.info-list li > span {
  display: inline-block;
  width: 70%;
  font-size: 16px;
}
.info-list input, .info-list textarea {
  padding: 2px;
  display: inline-block;
  width: auto;
  margin: 0;
}
.info-list textarea {
  width: 70%;
  height: 100px;
}

.alert-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alert-list__item {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.alert-list .form-row {
  padding: 10px;
}
.alert-list .form-row:nth-child(odd) {
  background: #2d2d2d;
}
.alert-list .form-row__rule input {
  width: 50%;
}
.alert-list label {
  display: inline-block;
  width: 15%;
}
.alert-list input {
  width: 80%;
}
.alert-list button {
  background: #C1CD20;
}
.alert-list button[value=delete] {
  background: #FF5722;
}

.alert-form {
  border: 1px solid #3e3e3e;
}
.alert-form .form-row {
  padding: 20px;
}
.alert-form .form-row:nth-child(odd) {
  background: #2d2d2d;
}
.alert-form .form-row__sensor label {
  display: inline;
}
.alert-form .form-row__sensor select {
  margin-right: 20px;
}
.alert-form .form-row__value select {
  width: 10%;
}
.alert-form .form-row__value input {
  width: 88%;
}
.alert-form label {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.alert-form input, .alert-form select {
  width: 100%;
}
.alert-form .info {
  font-size: 12px;
  color: #999;
  margin: 5px 0 0;
}

.mea2043 {
  margin-top: 10px;
  font-size: 16px;
}
.mea2043--add {
  margin-left: 30px;
}
.mea2043--add > div {
  display: flex;
}
.mea2043--add label {
  display: inline-block;
  margin-right: 10px;
  width: 80px;
}
.mea2043--add select {
  flex: 1;
}

.sensor-group-models {
  width: 200px;
}

.enviro-scan {
  margin-top: 10px;
  font-size: 16px;
  display: none;
}
.enviro-scan--add {
  font-size: 0;
}
.enviro-scan--active {
  display: block;
}
.enviro-scan h4 {
  width: 25%;
  margin: 0 0 0 5%;
}

.developer__buttons {
  text-align: center;
  margin: 0 0 30px;
}

.required {
  color: #c00;
  font-size: 80%;
}

.sensor-type-name {
  position: relative;
}

.sensor-visible {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}
.sensor-visible--green {
  color: #080;
}
.sensor-visible--green:hover {
  color: #006f00;
}
.sensor-visible--red {
  color: #c00;
}
.sensor-visible--red:hover {
  color: #b30000;
}
.sensor-visible--loader {
  margin-right: 5px;
  visibility: hidden;
  color: #fff;
}
.sensor-visible--loader.active {
  visibility: visible;
}

.unidata__block {
  margin-bottom: 2px;
}
.unidata__block:first-child .fa-minus {
  display: none;
}
.unidata__controls {
  margin-left: 10px;
}
.unidata__controls .fa {
  cursor: pointer;
}
.unidata__controls .fa.fa-minus {
  color: #c00;
}
.unidata__controls .fa + .fa {
  margin-left: 5px;
}

.daisy-chain {
  display: none;
}
.daisy-chain .unidata__controls {
  display: inline-block;
  margin-top: 9px;
}

.system__block-header {
  position: relative;
  cursor: pointer;
}
.system__block-header h2 {
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.system__block-header h2:before, .system__block-header h2:after {
  display: none;
}
.system__block-header:hover i {
  color: #bfbfbf;
}
.system__block-inner {
  padding: 20px 10px;
}
.system__block-inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.system__block-controls {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.system__block-controls i {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.system__block-controls i.fa-angle-up {
  display: none;
}
.system__block-content {
  display: none;
}
.system__block-content--header {
  text-align: center;
  margin-bottom: 20px;
}
.system__block-content--header .button + .button {
  margin-left: 15px;
}
.system__block--open .system__block-controls i.fa-angle-up {
  display: inline-block;
}
.system__block--open .system__block-controls i.fa-angle-down {
  display: none;
}
.system__block--open .system__block-content {
  display: block;
}
.system__block table form {
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}
.system__block + .system__block {
  margin-top: 20px;
}

.sort-handle {
  display: inline-block;
  margin-right: 10px;
}
.sort-handle svg {
  height: 20px;
}

.sortable-chosen .system__block-header {
  background: #059cee;
}

.create-sensor-group {
  margin-bottom: 10px;
}

.converter-block {
  padding: 10px;
  margin-bottom: 30px;
}
.converter-block h3 {
  margin: 0 0 10px;
  color: #222;
}
.converter-block--config {
  background: #F2C761;
}
.converter-block--config, .converter-block--config .sensors__header a {
  color: #222;
}
.converter-block--config table td {
  color: #222;
}
.converter-block--config table tr:hover td {
  background: #ecb635;
}
.converter-block--display {
  background: #00A096;
}

.system__sub-block {
  background: #505050;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.system__sub-block-header {
  position: relative;
}
.system__sub-block h3 {
  text-align: left;
  margin: 0;
  background: #666666;
  padding: 10px;
  color: #fff;
}
.system__sub-block h3.sub-heading {
  font-weight: normal;
  margin: 20px 0;
  padding: 5px;
  font-size: 17px;
}
.system__sub-block-inner {
  padding: 20px;
}
.system__sub-block h4 {
  text-align: center;
}
.system__sub-block-controls {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.system__sub-block-controls i {
  font-size: 25px;
  line-height: 1;
  color: #fff;
}
.system__sub-block-controls i.fa-angle-up {
  display: none;
}
.system__sub-block--list {
  margin-bottom: 0;
  padding-bottom: 0;
}
.system__sub-block--list .system__sub-block-header {
  cursor: pointer;
}
.system__sub-block--list .system__sub-block-header h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.system__sub-block--list .system__sub-block-header:hover, .system__sub-block--list .system__sub-block-header:hover i {
  color: #bfbfbf;
}
.system__sub-block--list .system__sub-block-inner {
  display: none;
}
.system__sub-block--list .system__sub-block-inner .notes__table {
  margin-top: 15px;
}
.system__sub-block--open .system__sub-block-controls i.fa-angle-up {
  display: inline-block;
}
.system__sub-block--open .system__sub-block-controls i.fa-angle-down {
  display: none;
}
.system__sub-block--open .system__sub-block-inner {
  display: block;
}

.system-details .system__sub-block .decommission-form {
  padding: 0 20px;
}

.station-details {
  display: none;
}
.station-details--submit {
  display: none;
}

h2.station-details--submit {
  text-align: left;
  margin-bottom: 20px;
}

.agent-details__row {
  margin-top: 20px;
}
.agent-details__row h5 {
  font-size: 20px;
  margin: 0;
}
.agent-details__row h5 a {
  color: #000;
}
.agent-details__row h5 a:nth-child(2) {
  color: #FF5722;
  font-size: 14px;
}
.agent-details__row + .agent-details__row {
  padding-top: 20px;
  border-top: 1px solid #acacad;
}

.share-rainfall {
  width: 800px;
  margin: 0 auto;
}
.share-rainfall__section {
  margin-bottom: 40px;
}
.share-rainfall__section--to {
  display: none;
}
.share-rainfall__section > div {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  flex-wrap: wrap;
}
.share-rainfall__section > div label {
  flex: 0 0 225px;
}
.share-rainfall__section > div .select2 {
  flex: 1;
}
.share-rainfall__section > div .note {
  flex: 1;
}
.share-rainfall__section > div.to-system {
  display: none;
}
.share-rainfall__section > div.to-system--active {
  display: flex;
}
.share-rainfall table {
  margin-bottom: 40px;
}
.share-rainfall table td, .share-rainfall table th {
  text-align: left;
}
.share-rainfall table td.share-rainfall__delete {
  width: 83px;
  text-align: right;
}

.form--small {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.form--left {
  margin: 0;
}
.form__inline {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: flex;
}
.form__inline button {
  flex: 0 0 90px;
}
.form__inline .form__control {
  flex: 1;
  margin-right: 10px;
}
.form__inline .form__control + .select2-container {
  flex: 1 !important;
  width: auto !important;
  margin-right: 10px;
}
.form__stations {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px;
}
.form__stations--station {
  width: 250px;
  text-align: left;
}
.form__stations--sms, .form__stations--email {
  width: 100px;
}
.form__stations--sms input, .form__stations--email input {
  width: auto !important;
}
.form__textarea {
  display: block;
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
}
.form__field--with-error {
  border: 1px solid #c00;
}
.form__note {
  font-size: 14px;
  font-style: italic;
  color: #c00;
}
.form__row {
  margin: 0 0 20px;
}
.form__row--small {
  margin: 0 0 5px;
}
.form__row--inline-label {
  display: flex;
  align-items: center;
}
.form__row--inline-label .form__label {
  flex: 0 0 80px;
  margin-bottom: 0;
}
.form__row--inline-label .form__control {
  flex: 1;
}
.form__row--buttons h2 {
  margin: 0 0 10px;
  padding: 0;
}
.form__row--keys div {
  margin: 0 0 3px;
}
.form__row--keys code {
  background: #616161;
  border-radius: 2px;
}
.form__row--tension {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.form__row--tension .form__group--tension {
  flex: 0 0 100%;
  margin: -10px 0 20px;
}
.form__row--tension .form__group--tension .form__row {
  flex: 0 0 32%;
  margin-right: 2%;
}
.form__row--tension .form__group--tension .form__row:last-child {
  margin-right: 0;
}
.form__row--pre-insert-converter {
  padding: 15px;
  border: 1px solid #252525;
  margin: 0 0 20px;
}
.form__row--pre-insert-converter h5 {
  font-size: 18px;
  margin: 0;
}
.form__row--pre-insert-converter .form__row {
  margin-bottom: 10px;
}
.form__row--pre-insert-converter .form__row:last-child {
  margin-bottom: 0;
}
.form__label {
  display: block;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 16px;
}
.form__control {
  transition: background 300ms linear;
  background: #b7b7b7;
  border: none;
  padding: 10px 15px;
  width: 100%;
}
.form__control + .select2-container {
  width: 100% !important;
}
.form__control:focus, .form__control:hover {
  transition: background 300ms linear;
  background: #d0d0d0;
  outline: none;
}
.form__control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form__control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form__control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form__control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form__control--checkbox label {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
.form__group {
  display: flex;
  flex-wrap: wrap;
}
.form__group--2 > .form__row {
  flex: 0 0 49.5%;
  margin-right: 1%;
}
.form__group--2 > .form__row:nth-child(2n+2) {
  margin-right: 0;
}
.form__group--3 > .form__row {
  flex: 0 0 32%;
  margin-right: 1%;
}
.form__group--3 > .form__row:nth-child(3n+3) {
  margin-right: 0;
}
.form__group--4 > .form__row {
  flex: 0 0 24.25%;
  margin-right: 1%;
}
.form__group--4 > .form__row:nth-child(4n+4) {
  margin-right: 0;
}
.form__group--has-options > .form__row {
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
}
.form__group--has-options > .form__row > .form__row {
  flex: 0 0 49%;
}
.form__group--has-options > .form__row .form__row-options {
  flex: 0 0 49%;
}

th.form__stations--sms, th.form__stations--email {
  cursor: pointer;
}

.ck-content {
  color: #111;
}

.ck-editor__editable {
  min-height: 500px;
}

.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--error {
  color: #c00;
}

.notes__table {
  width: 100%;
}
.notes__table td {
  vertical-align: top;
}
.notes__table td form {
  padding: 0;
}
.notes__cell--date {
  width: 80px;
}
.notes__form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paging-holder {
  padding: 4px 6px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.paging-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 0;
}
.paging-holder ul li {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.paging-holder ul li a, .paging-holder ul li span {
  display: block;
  padding: 2px 7px;
  border-radius: 3px;
}
.paging-holder ul li.active span {
  background: #f4f4f4;
  color: #fff;
}

.invoice__columns {
  display: flex;
}
.invoice__label, .invoice__value {
  display: inline-block;
}
.invoice__label--info, .invoice__value--info {
  flex: 0 0 50%;
}
.invoice__label--shipping {
  width: 150px;
}
.invoice__value--info {
  text-align: right;
}
.invoice__section {
  margin: 0 0 30px;
}
.invoice__block {
  padding: 20px;
  border: 1px solid #000;
}
.invoice__data {
  justify-content: space-between;
}
.invoice__to {
  flex: 0 0 62%;
  display: flex;
}
.invoice__to h4 {
  margin: 0;
}
.invoice__to p {
  margin-top: 0;
}
.invoice__to div {
  align-self: center;
}
.invoice__info {
  flex: 0 0 33%;
}
.invoice__info p {
  display: flex;
  margin-top: 0;
}
.invoice__info p:last-child {
  margin: 0;
}
.invoice__addresses {
  display: flex;
  justify-content: space-between;
}
.invoice__address {
  flex: 0 0 48%;
}
.invoice__address h4, .invoice__address p {
  margin: 0;
}
.invoice__details {
  flex: 1;
  display: flex;
}
.invoice__table {
  width: 100%;
  border: 1px solid #000;
}
.invoice__table-cell {
  padding: 10px;
  border-right: 1px solid #000;
  text-align: left;
  vertical-align: top;
}
.invoice__table-cell:last-child {
  border-right: 0;
}
.invoice__table-cell--center {
  text-align: center;
}
.invoice__table-cell--right {
  text-align: right;
}
.invoice__table-cell--quantity {
  width: 90px;
}
.invoice__table-cell--code {
  width: 110px;
}
.invoice__table-cell--unit-price {
  width: 100px;
}
.invoice__table-cell--description {
  width: auto;
}
.invoice__table-cell--total {
  width: 100px;
}
.invoice__total-shipping {
  justify-content: space-between;
}
.invoice__shipping {
  flex: 0 0 68%;
}
.invoice__balance {
  flex: 0 0 30%;
}
.invoice__totals {
  border: 1px solid #000;
  width: 100%;
  border-collapse: collapse;
}
.invoice__totals td {
  border: 0;
  padding: 5px 10px;
}
.invoice__totals td + td {
  border-left: 1px solid #000;
}
.invoice__totals-cell--value {
  text-align: right;
}
.invoice__totals-divider td {
  border-top: 1px solid #000;
}

.subscription__station {
  text-align: left;
}
.subscription__station input {
  width: auto !important;
}

.report {
  padding: 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.report__box {
  flex: 0 0 30%;
  padding: 10px;
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 30px;
}
.report__box h3, .report__box h4 {
  margin: 0 0 6px;
}
.report__stat-row {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.report__stat-row:nth-child(odd) {
  background: #2d2d2d;
}
.report__stat-value {
  text-align: right;
}

.tabs__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tabs__nav-item {
  margin-bottom: -1px;
}
.tabs__nav-item a {
  display: inline-block;
  padding: 15px 20px;
  border-bottom: 2px solid rgba(120, 130, 140, 0.13);
}
.tabs__nav-item:hover a {
  border-bottom-color: #66b0ff;
}
.tabs__nav-item--active a {
  border-bottom-color: #007bff;
  color: #007bff;
}
.tabs__pane {
  padding: 20px;
  border: 1px solid #484848;
}
.tabs__pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.port-divider > h4 {
  background: #000;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}
.search--center {
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .search form {
    flex: 0 0 100%;
    text-align: center;
  }
  .search form + form {
    margin-top: 30px;
  }
}
.search a {
  color: #c00;
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (max-width: 660px) {
  .search form input {
    width: 100%;
    margin-top: 5px;
  }
}

.mark-as-paid {
  display: inline-block;
  margin-right: 10px;
  color: #40bd00;
  padding: 5px;
}

.bulk-update {
  font-size: 14px;
}
.bulk-update th {
  padding: 0;
}
.bulk-update th a {
  display: block;
  padding: 10px;
}
.bulk-update td {
  padding: 0 5px;
}
.bulk-update input {
  width: 100%;
}

.pagination {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination li {
  display: inline-flex;
  margin: 1px;
  border: 1px solid #ccc;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  box-sizing: content-box;
}
.pagination a {
  width: 1.5em;
  height: 1.5em;
}
.pagination a:hover {
  background: #eee;
}

.repeatable__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.repeatable__block + .repeatable__block {
  margin-top: 5px;
}
.repeatable__block:first-child .repeatable__controls span.fa-minus {
  display: none;
}
.repeatable__input {
  flex: 1;
}
.repeatable__label {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.repeatable__label .form__label {
  flex: 1;
}
.repeatable__controls {
  flex: 0 0 55px;
  margin-left: 20px;
  text-align: right;
}
.repeatable__controls span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.repeatable__controls span + span {
  margin-left: 5px;
}
.repeatable__controls span.fa-minus {
  color: #c00;
}

.widget__iframe {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.widget__iframe iframe {
  flex: 0 0 65%;
  height: 100%;
  border: 1px solid #333;
}
.widget__notes {
  flex: 0 0 34%;
}
.widget__notes p {
  margin: 3px 0 0;
  font-size: 14px;
  font-style: italic;
}
.widget__embed {
  border: 1px solid #333;
  width: 100%;
  height: 160px;
  padding: 5px;
}

.sensor-details {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.sensor-details__indicator {
  cursor: pointer;
}
.sensor-details__data {
  position: absolute;
  left: 17px;
  top: 7px;
  border: 1px solid #696969;
  padding: 10px;
  background: #333;
  z-index: 30;
  width: 200px;
  display: none;
}
.sensor-details__data ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.sensor-details__data li {
  text-transform: capitalize;
  padding: 0;
  font-size: 14px;
}
.sensor-details__indicator:hover + .sensor-details__data {
  display: block;
}

.sensor-variation {
  display: inline-block;
  margin-left: 5px;
}

.sensor__control {
  cursor: pointer;
  display: inline-block;
  transition: all 200ms;
}
.sensor__control svg {
  height: 20px;
}
.sensor__control + .sensor__control {
  margin-left: 10px;
}
.sensor__control--trash, .sensor__control--cancel {
  color: #FF5722;
}
.sensor__control--save {
  color: #C1CD20;
}
.sensor__control:hover {
  opacity: 0.8;
}
.sensor__order {
  width: 30px;
  max-width: 30px;
  cursor: ns-resize;
}
.sensor__order svg {
  height: 30px;
}

.sensors__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.sensors__header h3 {
  margin: 0;
}
.sensors__header a {
  display: inline-block;
  color: #fff;
  transition: all 200ms;
}
.sensors__header a:hover {
  opacity: 0.6;
}
.sensors__header a + a {
  margin-left: 10px;
}
.sensors__header a svg {
  height: 20px;
}
@media only screen and (max-width: 800px) {
  .sensors__header aside {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

.data-table + .sensors__header, .data-t + .sensors__header, .scrollable-table + .sensors__header {
  margin-top: 40px;
}

.scrollable-table {
  max-width: 100%;
  overflow: auto;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8000;
}
.modal__inner {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #333;
  padding: 20px;
  z-index: 9000;
  width: 100%;
  max-width: 750px;
  max-height: 95%;
  overflow: auto;
  transform: translate(-50%, -50%);
}
.modal__footer {
  border-top: 1px solid #252525;
  text-align: right;
  padding-top: 20px;
}
.modal__footer a, .modal__footer span {
  display: inline-block;
  vertical-align: middle;
}
.modal__footer .button {
  margin-left: 20px;
}
.modal__footer .button:disabled {
  cursor: default;
  opacity: 0.5;
}
.modal__footer .button:disabled:hover {
  color: #333;
  background: #b7b7b7;
}
.modal__footer span {
  margin-left: 10px;
  font-size: 32px;
  display: none;
}
.modal__footer--loading span {
  display: inline-block;
}

.swal-text {
  text-align: center;
}

.data-table {
  border: solid #4a4a4a;
  border-width: 1px 0 0 1px;
}
.data-table--sorting .data-table__row:hover .data-table__cell {
  background: transparent !important;
}
.data-table__row {
  display: flex;
}
.data-table__row:hover .data-table__cell {
  background: #383838;
}
.data-table__row.sortable-ghost {
  background: #3d3d3d;
}
.data-table__row--header:hover .data-table__cell {
  background: #262626;
}
.data-table__cell {
  border: solid #4a4a4a;
  border-width: 0 1px 1px 0;
  padding: 10px;
  color: #f4f4f4;
  flex: 1;
}
.data-table__cell--header {
  font-weight: bold;
  background: #262626;
  color: #fff;
}
.data-table__cell--sort {
  cursor: ns-resize;
  text-align: center;
  flex: 0 0 50px;
}
.data-table__cell--sort svg {
  width: 17px;
}
.data-table__cell--controls {
  flex: 0 0 110px;
}
.data-table__cell--center {
  text-align: center;
}
.data-table__cell--right {
  text-align: right;
}

.data-t {
  width: 100%;
}
.data-t th, .data-t td {
  text-align: left;
  width: auto;
}
.data-t__cell--right {
  text-align: right !important;
}
.data-t__cell--center {
  text-align: center !important;
}
.data-t__cell--controls {
  width: 110px !important;
  max-width: 110px !important;
}
.data-t__cell--sort {
  cursor: ns-resize;
  text-align: center;
  width: 50px;
}
.data-t__cell--sort svg {
  width: 17px;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900000;
  display: none;
}
.loading--active {
  display: block;
}
.loading__inner {
  position: fixed;
  top: 20px;
  right: 18px;
}
@media only screen and (max-width: 660px) {
  .loading__inner {
    right: 40px;
  }
}
.loading .spinner:before {
  width: 30px;
  height: 30px;
}

.spinner:before {
  -webkit-animation: spin 1s linear infinite, border-color-fade 1s linear infinite;
          animation: spin 1s linear infinite, border-color-fade 1s linear infinite;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-style: solid;
}
@media only screen and (max-width: 660px) {
  .spinner:before {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
  font-size: 16px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 42px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #D0D0D0;
  color: #333;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #b7b7b7;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #b7b7b7;
  border: 0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
  padding-left: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.system-select-search {
  width: 400px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #222222;
  font-family: inherit;
  font-size: 16px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #b7b7b7;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #b7b7b7;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 10px 15px;
}
.selectize-input.full {
  background-color: #b7b7b7;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 0 0 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 4px 6px;
  background: #f2f2f2;
  color: #222222;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #222222;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input > div > a {
  display: inline-block;
  margin-left: 4px;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #6f6f6f;
  background: white;
  border: 0 solid white;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #b7b7b7;
  background: #b7b7b7;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #222222;
  background: #b7b7b7;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(34, 34, 34, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.optgroup-header {
  font-weight: bold;
}
.optgroup .option {
  padding-left: 15px;
  cursor: pointer;
}

.network-codes-index h1 {
  margin-bottom: 0;
}
.network-codes-index h2 {
  padding: 40px 0 30px;
}

.update-password-form {
  margin-bottom: 40px;
  text-align: center;
}

.overview h3 {
  text-align: center;
  background: #f4f4f4;
  padding: 10px;
  color: #fff;
}

.decommission-form {
  text-align: center;
}
.decommission-form button {
  background: #FF5722;
  padding-left: 100px;
  padding-right: 100px;
}
.decommission-form button:hover, .decommission-form button:focus {
  background: #ff6a3c;
}

.disable {
  background: #FF5722;
  padding-left: 100px;
  padding-right: 100px;
}
.disable:hover, .disable:focus {
  background: #ff6a3c;
}

.login-form {
  max-width: 400px;
  margin: 0 auto;
}
.login-form input, .login-form label, .login-form button {
  display: block;
  width: 100%;
}
.login-form input {
  margin-bottom: 20px;
}

.add-system {
  text-align: center;
}
.add-system h3 {
  margin-top: 40px;
}
.add-system h3, .add-system h4 {
  margin-bottom: 5px;
}
.add-system input, .add-system select, .add-system textarea, .add-system .form--checkbox {
  width: 450px;
  max-width: 100%;
}
.add-system textarea {
  height: 200px;
}
.add-system input {
  text-align: center;
}
.add-system input[type=number] {
  padding-right: 0;
}
.add-system .form--checkbox {
  text-align: left;
  margin: 0 auto;
}
.add-system .form--checkbox input {
  width: auto;
  margin-right: 5px;
}
.add-system .sensor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.add-system .sensor-list input {
  width: 100px;
}
.add-system .sensor-list label {
  width: 170px;
  display: inline-block;
  text-align: left;
}
.add-system button {
  background: #FF5722;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
}
.add-system button:hover, .add-system button:focus {
  background: #ff6a3c;
}

.add-system-review {
  max-width: 600px;
  margin: 0 auto;
}
.add-system-review h3 {
  padding: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.add-system-review h4 {
  margin-bottom: 0;
}
.add-system-review > ul, .add-system-review > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #f4f4f4;
}
.add-system-review ol {
  text-align: left;
  display: inline-block;
  padding-left: 1em;
  margin-bottom: 20px;
}
.add-system-review span {
  font-weight: normal;
}
.add-system-review form {
  text-align: center;
  padding: 50px 0;
}
.add-system-review button {
  background: #FF5722;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
}
.add-system-review button:hover, .add-system-review button:focus {
  background: #ff6a3c;
}

.add-system-manual {
  max-width: 600px;
  margin: 0 auto;
}
.add-system-manual h3 {
  background: #f4f4f4;
  padding: 5px;
  color: #fff;
}
.add-system-manual h4 {
  margin-bottom: 0;
}
.add-system-manual > form > ul, .add-system-manual > form > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #f4f4f4;
}
.add-system-manual ol {
  text-align: left;
  display: inline-block;
  padding-left: 0em;
  margin-bottom: 20px;
}
.add-system-manual span {
  font-weight: normal;
}
.add-system-manual form {
  text-align: center;
  padding: 50px 0;
}
.add-system-manual button {
  background: #FF5722;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
}
.add-system-manual button:hover, .add-system-manual button:focus {
  background: #ff6a3c;
}

.system-details {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.system-details form {
  max-width: 500px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.system-details--large form {
  max-width: 100%;
}
.system-details li h1 {
  margin: 80px 0 30px;
}
.system-details .actions {
  padding: 20px 0 30px;
  text-align: center;
}
.system-details .decommission-form {
  padding-bottom: 50px;
}

.weatherstation-add .instrument-row {
  background: #919191;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
.weatherstation-add .instrument-row.has-error {
  border: 3px solid #c00;
  background: #ff9999;
}
.weatherstation-add .instrument-row.no-error .instrument-row-body {
  display: none;
}
.weatherstation-add .instrument-row.no-error > header {
  cursor: pointer;
}
.weatherstation-add .instrument-row .instrument-row-body {
  margin-top: 10px;
}
.weatherstation-add .instrument-row label, .weatherstation-add .instrument-row input, .weatherstation-add .instrument-row select {
  width: 40%;
  display: inline-block;
}
.weatherstation-add .instrument-row .select2 {
  width: 40% !important;
}
.weatherstation-add .instrument-row header {
  padding: 8px;
  color: #fff;
  position: relative;
}
.weatherstation-add .instrument-row .remove {
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 9px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.weatherstation-add .instrument-row h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.weatherstation-add .instrument-row h5 {
  margin-bottom: 0;
  font-size: 14px;
}
.weatherstation-add .instrument-row .raw-data-heading {
  cursor: pointer;
}
.weatherstation-add .instrument-row .raw-data-heading span {
  margin-left: 5px;
}
.weatherstation-add .instrument-row .raw-data-heading span:last-child {
  display: none;
}
.weatherstation-add .instrument-row .raw-data-heading.active span:first-child {
  display: none;
}
.weatherstation-add .instrument-row .raw-data-heading.active span:last-child {
  display: inline-block;
}
.weatherstation-add .instrument-row .raw-data-holder {
  display: none;
}
.weatherstation-add .instrument-row .raw-data-holder > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.weatherstation-add .instrument-row .raw-data {
  border-collapse: collapse;
  width: auto;
  display: inline-block;
  font-size: 0;
  border-top: 1px solid #666;
}
.weatherstation-add .instrument-row .raw-data .raw-data-sub {
  border-top: 1px solid #666;
}
.weatherstation-add .instrument-row .raw-data .raw-data-sub:first-child {
  border-top: 0;
}
.weatherstation-add .instrument-row .raw-data span {
  display: inline-block;
  width: 280px;
  padding: 4px;
  font-size: 14px;
  border: 1px solid #666;
  border-top: 0;
}
.weatherstation-add .instrument-row .raw-data span:first-child {
  width: 100px;
  border-right: 0;
  text-transform: capitalize;
}

.rain-gauge-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rain-gauge-items li {
  background: #afafaf;
  padding: 20px;
  margin-bottom: 20px;
}

.rain-gauge-attached-systems {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.rain-gauge-attached-systems li {
  margin: 0;
  padding: 0;
}
.rain-gauge-attached-systems li form {
  display: inline-block;
  vertical-align: middle;
}
.rain-gauge-attached-systems li button {
  padding: 1px 5px 2px;
  background: #FF5722;
  color: #fff;
  font-size: 13px;
}

.main-inner.index .system-search-input {
  background: #b7b7b7;
  margin-bottom: 40px;
}