body {
   padding-top: 70px;
   background: #3E4B5D;
   color: white;
}

.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box;
}

.splash .message {
  font-size: 52px;
  line-height: 62px;
  text-shadow: rgba(40, 40, 40, 0.2) 0 0 10px;
  color: white;
}

.splash .message img {
  width: 270px;
}

.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 62px;
  margin-top: 50px;
  color: white;
  text-shadow: rgba(40, 40, 40, 0.2) 0 0 10px;
}

.navbar-brand img{
  width: 100px;
}

.logged-as {
  color: #777777;
  position: absolute;
  top: 15px;
  right: 70px;
  cursor: pointer;
}

.sample-download, .sample-download:hover, .sample-download:visited, .sample-download:link, .sample-download:active {
  color: #FFFFFF;
}

.rounded {
  border-radius: 20px;
  margin: 5px;
}

.login-info {
  text-align: center;
  color: #2C3342;
}

.registration-info {
  text-align: center;
  color: #ffffff;
}

.fa-facebook {
  font-size: 150%;
}

.fa-mobile {
  font-size: 150%;
}

.add-property {
  height: 48px;
  vertical-align: middle;
}

.spinner-dialog {
  color: #000000;
}

.add-property:hover {

}

.add-property-text {

}

.add-property-icon {

}

.jup-ota-form-sub-label {
  margin-right: 10px;
}

.jup-ota-form-sub-container {
  width: 40%;
  margin: 30px;
}

.jup-ota-options {
  color: #37474f;
}

.dry-setpoint-header {
  font-size: 12px;
}

.rounded-btn-selector {
  display: inline-block;
  background: #ffffff;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.rounded-btn-selector img {
  vertical-align: middle;
  text-align: center;
}

.selector-icon {
  cursor: pointer;
  vertical-align: middle;
}

.fa-selector-icon {
  color: #000000;
  font-size: 150%;
}

.selector-input {
  color: #000000;
}

.spinner-icon {
  text-align: center;
  margin: 25px;
}

.jup-dialog-box-container {
  background-color: #ffffff;
  padding: 25px;
}

.jup-dialog-box-headers {
  color: #000000;
  text-align: center;
}

.jup-dialog-box-label {
  margin-right: 5px;
  width: 125px;
  text-align: left;
}

.jup-table-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jup-table-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jup-table-container {
  table-layout: fixed;
  word-wrap: break-word;
}

.jup-icon-container {
  text-align: center;
}

.jup-btn-container {
  margin-top: 5px;
}

.jup-cancel-href {
  color: #ffffff !important;
}

.jup-cancel-href:hover {
  text-decoration: none !important;
}

table tr td a {
  display: block;
  height: 100%;
  width: 100%;
}

table tr td {
  padding-left: 0;
  padding-right: 0;
}

section {
  margin: 0 20px;
}

a:focus {
  outline: none;
}

.navbar-nav li.loader {
    margin: 12px 24px 0 6px;
    color: #2C3342;
}

.no-selection {
  margin: 20px;
}

.contact-list {
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
}

.panel {
  margin: 20px;
  color: #333;
}

.button-bar {
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
}

.button-container {
  text-align: center;
}

.set-point-controls label {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.set-point-controls .flex-row {
  align-items: center;
}

.set-point-controls .flex-row > * {
  text-align: center;
  user-select: none;
}

.set-point-controls .updown {
  font-size: 2em;
}

.set-point-controls .updown a {
  cursor: pointer;
}

.set-point-controls .updown a:hover {
  text-decoration: none;
}

.set-point-controls .updown label {
  font-size: 14px;
}

.error-message {
  text-align: center;
  color: red;
  width: 50%;
  margin: auto;
  font-size: 17px;
}
.info-message {
  text-align: center;
  color: green;
  width: 50%;
  margin: auto;
  font-size: 17px;
}

.wiring-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2C3342;
  border-radius: 200px;
  width: 360px;
  height: 360px;
  margin: auto;
  margin-top: 10px;
}

.wiring-diagram h3 {
  font-style: normal;
  margin-top: 60px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.wiring-diagram .wires {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.wiring-diagram .wires .left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wiring-diagram .wires .right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wiring-diagram .wires .wire{
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.wire .code {
  font-size: 13px;
  text-transform: uppercase;
  color: #CAD5DA;
  width: 30px;
}
.left-column .wire .code {
  text-align: right;
  padding-right: 5px;
}
.right-column .wire .code {
  text-align: left;
  padding-left: 5px;
}

.wire .circle {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #6F8490;
  z-index: 0;
}

.wire .status {
  width: 50px;
  border: 4px solid #39BB9D;
  border-radius: 4px;
  z-index: 1;
}
.left-column .wire .status {
  margin-left: -10px;
}
.right-column .wire .status {
  margin-right: -10px;
}

.wire .label {
  font-size: 13px;
  color: #FFFFFF;
  width: 70px;
  font-weight: normal;
}
.left-column .wire .label {
  text-align: left;
}
.right-column .wire .label {
  text-align: right;
}

.custom-checkbox {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: grey solid 1px;
  background-color: white;
  margin-top: 3px;
}
.custom-checkbox .checked {
  width: 10px;
  height: 10px;
  margin: 1.3px;
  background-color: #337ab7;
}

.panel.version {
  background: transparent;
  color: #ccc;
}

.lead {
  color: #ccc;
}

li.list-group-item {
  list-style: none;
}

li.list-group-item > a {
  text-decoration: none;
}

li.list-group-item.active > a {
  color: white;
}

dl.dl-flex-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

dl.dl-flex-horizontal dd {
    padding-left: 20px;
    flex-basis: 50%;
}

dl.dl-flex-horizontal.dl-col-2 dd {
    padding-left: 20px;
    flex-basis: 23%;
}

dl.dl-flex-horizontal dt {
    flex-basis: 50%;
    text-align: right;
}

dl.dl-flex-horizontal.dl-col-2 dt {
    flex-basis: 25%;
    text-align: right;
}

.flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap:  wrap;
  padding: 0 15px 0 15px;
}

.flex-row > * {
  flex-grow: 1;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col > * {
  flex-grow: 1;
}

.flex-basis-12 {
  flex-basis: 100%;
}

.flex-basis-11 {
  flex-basis: 91.666667%;
}

.flex-basis-10 {
  flex-basis: 83.333333%;
}

.flex-basis-9 {
  flex-basis: 75%;
}

.flex-basis-8 {
  flex-basis: 66.66666667%;
}

.flex-basis-7 {
  flex-basis: 58.3333333%;
}

.flex-basis-6 {
  flex-basis: 50%;
}

.flex-basis-5 {
  flex-basis: 41.66666667%;
}

.flex-basis-4 {
  flex-basis: 33.3333333%;
}

.flex-basis-3 {
  flex-basis: 25%;
}

.flex-basis-2 {
  flex-basis: 16.6666667%;
}

.flex-basis-1 {
  flex-basis: 8.3333333%;
}

.modes {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mode-icon {
  height: 40px; 
  width: 40px;
  margin-bottom: 10px;
}

#mode-off {
  background-color: #6F8490;
  -webkit-mask: url('../images/mode/mode-off.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-off.svg') no-repeat center / contain;
}
#mode-cool {
  background-color: #3EC2CF;
  -webkit-mask: url('../images/mode/mode-cool.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-cool.svg') no-repeat center / contain;
}
#mode-heat {
  background-color: #F05B72;
  -webkit-mask: url('../images/mode/mode-heat.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-heat.svg') no-repeat center / contain;
}
#mode-fan {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan.svg') no-repeat center / contain;
}
#mode-auto {
  background-color: #8781BD;
  -webkit-mask: url('../images/mode/mode-auto.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-auto.svg') no-repeat center / contain;
}
#mode-dry {
  background-color: #FCD3C1;
  -webkit-mask: url('../images/mode/mode-dry.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-dry.svg') no-repeat center / contain;
}
#mode-sched {
  background-color: #6F8490;
  -webkit-mask: url('../images/mode/mode-sched.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-sched.svg') no-repeat center / contain;
}
#mode-away {
  background-color: #6F8490;
  -webkit-mask: url('../images/mode/mode-away.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-away.svg') no-repeat center / contain;
}

#mode-fan-auto {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-auto.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-auto.svg') no-repeat center / contain;
}
#mode-fan-autoi {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-autoi.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-autoi.svg') no-repeat center / contain;
}
#mode-fan-circ {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-circ.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-circ.svg') no-repeat center / contain;
}
#mode-fan-cont {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-cont.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-cont.svg') no-repeat center / contain;
}

#mode-fan-speed-auto {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-speed-auto.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-speed-auto.svg') no-repeat center / contain;
}
#mode-fan-speed-high {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-speed-high.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-speed-high.svg') no-repeat center / contain;
}
#mode-fan-speed-low {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-speed-low.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-speed-low.svg') no-repeat center / contain;
}
#mode-fan-speed-medium {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-speed-medium.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-speed-medium.svg') no-repeat center / contain;
}
#mode-fan-speed-quiet {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-speed-quiet.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-speed-quiet.svg') no-repeat center / contain;
}
#mode-fan-speed-turbo {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-speed-turbo.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-speed-turbo.svg') no-repeat center / contain;
}
#mode-fan-speed-turbo-plus {
  background-color: #39BB9D;
  -webkit-mask: url('../images/mode/mode-fan-speed-turbo-plus.svg') no-repeat center / contain;
  mask: url('../images/mode/mode-fan-speed-turbo-plus.svg') no-repeat center / contain;
}

.chart {
  height: 155px; 
  width: 100%;
}

.account-page-subheader {
  margin-top: 10px;
}

.account-page-left-column {
  width: 150px;
}

.account-page-input {
  padding: 0 10px;
  color: black;
}

.account-page-change-password-validation-message {
  color: red;
}

.account-page-change-password-success-message {
  color: green;
}

.underline-hover:hover {
  text-decoration: underline;
}

.loading-image {
  transform: translate(0px, -40%) scale(0.3) !important;
}

.lvr-details-temperature {
  height: 90px;
  width: 90px;
  background: url('../images/LVRIcon.png') no-repeat center / contain;
  background-size: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.separated-row:nth-child(even) {
  background-color: #CAD5DA;
}

.flex-container-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}



[hidden] {
  display: none !important;
}

@media (min-width: 992px) {
  .flex-md-basis-12 {
    flex-basis: 100%;
  }

  .flex-md-basis-11 {
    flex-basis: 91.666667%;
  }

  .flex-md-basis-10 {
    flex-basis: 83.333333%;
  }

  .flex-md-basis-9 {
    flex-basis: 75%;
  }

  .flex-md-basis-8 {
    flex-basis: 66.66666667%;
  }

  .flex-md-basis-7 {
    flex-basis: 58.3333333%;
  }

  .flex-md-basis-6 {
    flex-basis: 50%;
  }

  .flex-md-basis-5 {
    flex-basis: 41.66666667%;
  }

  .flex-md-basis-4 {
    flex-basis: 33.3333333%;
  }

  .flex-md-basis-3 {
    flex-basis: 25%;
  }

  .flex-md-basis-2 {
    flex-basis: 16.6666667%;
  }

  .flex-md-basis-1 {
    flex-basis: 8.3333333%;
  }
}
