@font-face {
  font-family: "VerlagLight";
  src: url("../fonts/Verlag-Light.eot");
  src: url("../fonts/Verlag-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Verlag-Light.woff") format("woff"), url("../fonts/Verlag-Light.ttf") format("truetype"), url("../fonts/Verlag-Light.svg#a0bffec52fb2be83c464128ea4ccc513") format("svg");
  font-style: normal;
  font-weight: 200;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body, html {
  height: 100%;
  line-height: 1;
  background: url("../img/background.png") #f6f6f6;
  font-family: "VerlagLight", Arial;
  font-size: 14px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

/** Mixins **/
#setupZoneView .weekDay .row:after, #setupZoneView:after, #zonesView:after, #settingsView .row:after, #settingsView:after, #login:after, .topPane:after, .clearFix:after {
  content: "";
  display: table;
  clear: both;
}

#setupZoneView .weekDay, #setupZoneView .sendNotifications, .sensor, .resetSensors, #showHideGray, .middleOptions .grayStatus, .middleOptions .yellowStatus, .middleOptions .purpleStatus, .middleOptions .redStatus, .middleOptions #mainStatus, .modal .modalButtons, .noSelect {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

#setupZoneView .textarea, #setupZoneView .weekDay .input, #settingsView .select, #settingsView .textarea, #settingsView .input {
  box-sizing: border-box;
}

/** Vars **/
#nprogress {
  pointer-events: none;
  /* Fancy blur effect */
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

#inModalMessageWrap h3 {
  margin: 5px 0 5px 0;
}
#inModalMessageWrap .bs-callout {
  padding-top: 0;
}

.bs-callout {
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.bs-callout h4 {
  margin-top: 0;
}

.bs-callout p {
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}

.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}

.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.bs-callout-success {
  background-color: #d6fbd6;
  border-color: #5cb85c;
}

.modal {
  display: none;
  width: 280px;
  background: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  -o-box-shadow: 0 0 6px #000;
  -ms-box-shadow: 0 0 6px #000;
  box-shadow: 0 0 6px #000;
}
.modal .modalTitle {
  font-size: 22px;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
}
.modal .modalContent {
  min-height: 70px;
  padding: 10px 0 10px 0;
}
.modal .modalContent li {
  padding: 5px 0 5px 0;
}
.modal .blueButton {
  width: 130px;
  padding: 8px 0 7px 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #21698f;
  border-radius: 5px;
  background-color: #21698f;
  box-shadow: inset 0 1px 0 rgba(98, 170, 209, 0.58);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) -25%, rgba(255, 255, 255, 0.1) 125%);
  display: block;
  margin: 0 0 0 1px;
}
.modal .modalButtons a {
  margin: 0 10px 0 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 140px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.wrapper {
  max-width: 95%;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 0 0 50px 5px;
}

.blackBar {
  background: #000;
  text-align: right;
  padding: 5px 0 4px 0;
}
.blackBar a {
  color: #fff;
  padding: 0 10px 0 10px;
  font-weight: bold;
  border-left: 1px solid #ccc;
}
.blackBar a:first-child {
  border: none;
}
.blackBar .wrapper {
  padding: 0;
}

#setupZoneView .addPeriod, #setupZoneView .submit, #zonesView .submit, #settingsView .submit, #login .submit {
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin: 10px 0 0 0;
  font-family: "VerlagLight";
}

.middleOptions {
  position: relative;
  width: 187px;
  height: 95px;
  margin: 30px auto 25px auto;
}
.middleOptions #mainStatus {
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  height: 42px;
  width: 187px;
}
.middleOptions #mainStatus.warning {
  background: #f9cb0d;
}
.middleOptions #mainStatus.alert {
  background: #e30000;
}
.middleOptions #mainStatus.not_receiving {
  background: #8e018e;
}
.middleOptions #mainStatus.normal {
  background: #c7c8ca;
}
.middleOptions #mainStatus .sign {
  position: absolute;
  top: 6px;
  left: 80px;
  border-radius: 15px;
  width: 20px;
  height: 16px;
  background: #000;
  color: #fff;
  padding: 9px 5px 5px 5px;
  text-align: center;
}
.middleOptions .count {
  text-align: center;
  font-size: 20px;
  padding: 10px 0 0 0;
}
.middleOptions .redStatus {
  cursor: pointer;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 55px;
  left: 0;
  background: #e30000;
  color: #fff;
  border-radius: 3px;
}
.middleOptions .purpleStatus {
  cursor: pointer;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 55px;
  left: 48px;
  background: #8e018e;
  color: #fff;
  border-radius: 3px;
}
.middleOptions .yellowStatus {
  cursor: pointer;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 55px;
  left: 96px;
  background: #f9cb0d;
  color: #fff;
  border-radius: 3px;
}
.middleOptions .grayStatus {
  cursor: pointer;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 55px;
  left: 145px;
  background: #c7c8ca;
  color: #fff;
  border-radius: 3px;
}

.dashboardStoreView {
  position: relative;
  margin: 5px 4px 5px 4px;
  float: left;
  width: 170px;
  height: 109px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #d6d6d6;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
}
.dashboardStoreView.selected {
  border: 2px solid #999;
}
.dashboardStoreView h5.storeName {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.dashboardStoreView .walkin {
  font-size: 10px;
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 10;
  text-transform: uppercase;
}
.dashboardStoreView .freezer {
  font-size: 10px;
  position: absolute;
  top: 68px;
  left: 10px;
  z-index: 10;
  text-transform: uppercase;
}
.dashboardStoreView .walkinDoor {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.dashboardStoreView .freezerDoor {
  cursor: pointer;
  position: absolute;
  top: 64px;
  right: 10px;
  z-index: 10;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.dashboardStoreView .temp {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 24px;
  border-left: 2px solid #fff;
}
.dashboardStoreView .temp p {
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
}
.dashboardStoreView .chartHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 109px;
  height: 24px;
}
.dashboardStoreView .coolerHolder {
  cursor: pointer;
  position: absolute;
  top: 36px;
  left: 10px;
  width: 151px;
  height: 24px;
}
.dashboardStoreView .coolerHolder.warning {
  background: #f9cb0d;
}
.dashboardStoreView .coolerHolder.alert {
  background: #e30000;
}
.dashboardStoreView .coolerHolder.not_receiving {
  background: #8e018e;
}
.dashboardStoreView .coolerHolder.normal {
  background: #c7c8ca;
}
.dashboardStoreView .freezerHolder {
  cursor: pointer;
  position: absolute;
  top: 80px;
  left: 10px;
  width: 151px;
  height: 24px;
}
.dashboardStoreView .freezerHolder.warning {
  background: #f9cb0d;
}
.dashboardStoreView .freezerHolder.alert {
  background: #e30000;
}
.dashboardStoreView .freezerHolder.not_receiving {
  background: #8e018e;
}
.dashboardStoreView .freezerHolder.normal {
  background: #c7c8ca;
}
.dashboardStoreView .walkinDoor.warning {
  background: #f9cb0d;
}
.dashboardStoreView .walkinDoor.alert {
  background: #e30000;
}
.dashboardStoreView .walkinDoor.not_receiving {
  background: #8e018e;
}
.dashboardStoreView .walkinDoor.normal {
  background: #00c66a;
}
.dashboardStoreView .freezerDoor.warning {
  background: #f9cb0d;
}
.dashboardStoreView .freezerDoor.alert {
  background: #e30000;
}
.dashboardStoreView .freezerDoor.not_receiving {
  background: #8e018e;
}
.dashboardStoreView .freezerDoor.normal {
  background: #00c66a;
}
.dashboardStoreView p {
  text-align: center;
  padding: 20px 0 0 0;
}
@media (orientation: portrait) and (max-width: 767px) {
  .dashboardStoreView {
    float: none;
    margin: 10px auto 0 auto;
  }
}
#showHideGray {
  position: absolute;
  top: 59px;
  right: 60px;
  cursor: pointer;
}
@media (orientation: portrait) and (max-width: 767px) {
  #showHideGray {
    top: 24px;
  }
}

#viewingStore #showHideGray {
  display: none;
}

#menuView {
  position: absolute;
  top: 45px;
  right: 10px;
  width: 38px;
  height: 38px;
  background: url("../img/menuIcon.png") center no-repeat;
  cursor: pointer;
}
@media (orientation: portrait) and (max-width: 767px) {
  #menuView {
    top: 10px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #menuView {
    top: 10px;
  }
}
#menuView .actions {
  display: none;
  z-index: 10000;
  position: absolute;
  top: 40px;
  right: -9px;
  border-radius: 4px;
  background: #fff;
  width: 160px;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
}
#menuView .actions a {
  display: block;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #eee;
  color: #000;
}
#menuView .actions a:last-child {
  border: 0;
}

#backButton {
  position: absolute;
  text-align: right;
  top: 45px;
  right: 80px;
  font-size: 20px;
  color: #c6c6c6;
  display: block;
  padding: 10px 10px 10px 28px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #backButton {
    top: 15px;
    padding: 5px 10px 5px 28px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #backButton {
    top: 15px;
    padding: 5px 10px 5px 28px;
  }
}

#logo {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 180px;
  height: 59px;
  background: url("../img/czLogo.png") no-repeat;
}
@media (orientation: portrait) and (max-width: 767px) {
  #logo {
    top: 10px;
    left: 10px;
    width: 90px;
    height: 30px;
  }
  #logo {
    background-image: url("../img/czLogo.png");
    background-size: 90px 30px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #logo {
    top: 10px;
    left: 10px;
    width: 90px;
    height: 30px;
  }
  #logo {
    background-image: url("../img/czLogo.png");
    background-size: 90px 30px;
  }
}

#storeView {
  padding: 20px 0 50px 0;
}

#whitePane {
  margin: 110px 0 0 0;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  padding: 20px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #whitePane {
    margin: 40px 0 0 0;
    border-radius: 0;
    padding: 5px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #whitePane {
    margin: 40px 0 0 0;
    border-radius: 0;
    padding: 10px;
  }
}

.resetSensors {
  margin: 5px 0 0 0;
  position: relative;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #454143;
  box-shadow: 0 3px 0 #010202;
  background-image: linear-gradient(bottom, rgba(2, 2, 2, 0.08) -25%, rgba(255, 255, 255, 0.08) 125%);
  padding: 18px 0 15px 0;
  font-family: arial;
  font-weight: bold;
}
.resetSensors .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 29px;
  height: 31px;
  background: url("../img/gearIcon.png") no-repeat;
}
.resetSensors .pipe {
  position: absolute;
  top: 9px;
  left: 57px;
  width: 1px;
  height: 40px;
  background: #666263;
}
.resetSensors p {
  color: #fff;
  font-size: 22px;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}

.topPane {
  position: relative;
  background: #706d6e;
  border-radius: 4px;
  border-left: 5px solid #000;
  padding: 15px 0 15px 20px;
}
.topPane .generalInfo {
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}
.topPane .generalInfo h3 {
  padding: 0 0 0 0;
  font-size: 28px;
  font-weight: bold;
}
.topPane .generalInfo .textBlob {
  padding: 5px 0 0 0;
  font-size: 16px;
  line-height: 20px;
}
.topPane .generalInfo .phone {
  padding: 5px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  font-family: arial;
}
.topPane .resetSensors {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 230px;
  text-align: left;
  padding-left: 30px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .topPane .resetSensors {
    display: none;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  .topPane .resetSensors {
    display: none;
  }
}

.dashboardZoneCaptionView {
  float: none;
  clear: both;
  border-bottom: 1px solid #ccc;
  margin: 5px 0 10px 5px;
  grid-column-start: 1;
  grid-column-end: 9;
}
.dashboardZoneCaptionView h3 {
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
  color: #3498db;
}
@media (orientation: portrait) and (max-width: 767px) {
  .dashboardZoneCaptionView h3 {
    text-align: center;
  }
}

#forSmallDevices {
  display: none;
}
@media (orientation: portrait) and (max-width: 767px) {
  #forSmallDevices {
    display: block;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #forSmallDevices {
    display: block;
  }
}

.sensorText {
  border-left: 5px solid #000;
  height: 30px;
  margin: 5px 0 0 0;
  position: relative;
  color: #fff;
  background: #686767;
  border-radius: 4px;
  padding: 24px 0 0 0;
}
.sensorText .type {
  position: absolute;
  top: 7px;
  left: 20px;
}
.sensorText .lastChecked {
  background: url("../img/clockIcon.png") 0 0 no-repeat;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0 0 0 20px;
}
.sensorText .detail {
  position: relative;
  border-top: 1px solid #999;
  font-size: 18px;
}
.sensorText .detail .signal {
  position: absolute;
  top: 6px;
  right: 90px;
  width: 50px;
}
.sensorText .detail .signal .icon {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 16px;
  height: 13px;
  background: url("../img/signalIcon.png") no-repeat;
  background-size: 16px 13px;
}
.sensorText .detail .battery {
  position: absolute;
  top: 6px;
  right: 20px;
  width: 50px;
}
.sensorText .detail .battery .icon {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 10px;
  height: 20px;
  background: url("../img/batteryIcon.png") no-repeat;
  background-size: 10px 20px;
}
.sensorText .detail .temperature {
  position: absolute;
  top: 6px;
  right: 170px;
}

.sensor {
  height: 155px;
  margin: 5px 0 0 0;
}
.sensor .chartWrapper {
  position: relative;
  height: 90px;
}
.sensor .chartHolder {
  margin: 0 40px 0 40px;
  height: 90px;
  background: #eee;
}
.sensor .chartHolder.warning {
  background: #f9cb0d;
}
.sensor .chartHolder.alert {
  background: #e30000;
}
.sensor .chartHolder.not_receiving {
  background: #8e018e;
}
.sensor .chartHolder.normal {
  background: #c7c8ca;
}
.sensor .goBack {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #464243;
  width: 40px;
  height: 90px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sensor .goBack .icon {
  position: absolute;
  top: 30px;
  left: 12px;
  width: 15px;
  height: 25px;
  background: url("../img/leftArrow.png") no-repeat;
  background-size: 15px 25px;
}
.sensor .goNext {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #464243;
  width: 40px;
  height: 90px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sensor .goNext .icon {
  position: absolute;
  top: 30px;
  left: 12px;
  width: 15px;
  height: 25px;
  background: url("../img/rightArrow.png") no-repeat;
  background-size: 15px 25px;
}
.sensor .lightGray {
  margin: 5px 0 0 0;
  height: 60px;
  background: #f7f7f7;
  border-radius: 4px;
}

#login {
  width: 300px;
  margin: 0 auto 0 auto;
}
#login .message {
  text-align: center;
  padding: 0 0 5px 0;
  color: red;
  font-weight: bold;
}
#login #logo {
  top: 0;
  left: 0;
  margin: 0 auto 20px auto;
  position: relative;
  display: block;
  width: 180px;
  height: 59px;
  background: url("../img/czLogo.png") no-repeat;
}
@media (orientation: portrait) and (max-width: 767px) {
  #login #logo {
    width: 90px;
    height: 30px;
  }
  #login #logo {
    background-image: url("../img/czLogo.png");
    background-size: 90px 30px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #login #logo {
    width: 90px;
    height: 30px;
  }
  #login #logo {
    background-image: url("../img/czLogo.png");
    background-size: 90px 30px;
  }
}
#login label {
  display: block;
  font-size: 16px;
  padding: 0 0 5px 0;
}
#login .input {
  padding: 5px;
  font-size: 18px;
  border: 2px solid #fefefe;
  width: 94%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
}
#login .row {
  margin: 0 0 10px 0;
}
#settingsView {
  position: relative;
  width: 350px;
  margin: 0 auto 0 auto;
}
#settingsView .linkZones {
  text-align: right;
}
#settingsView a.blue {
  color: #3498db;
  display: inline-block;
  padding: 5px 0 10px 0;
  font-size: 16px;
}
#settingsView .message {
  text-align: center;
  padding: 0 0 10px 0;
  color: red;
  font-weight: bold;
}
#settingsView #backButton {
  top: -3px;
  right: 0px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #settingsView #backButton {
    top: 0px;
    right: 0px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #settingsView #backButton {
    top: 0px;
    right: 0px;
  }
}
#settingsView h1 {
  font-size: 30px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
#settingsView h2 {
  font-size: 20px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
#settingsView label {
  display: block;
  font-size: 16px;
  padding: 0 0 8px 0;
}
#settingsView label small {
  font-size: 14px;
  color: #999;
  font-style: italic;
}
#settingsView .input {
  padding: 5px;
  font-size: 16px;
  border: 2px solid #fefefe;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
}
#settingsView .textarea {
  padding: 5px;
  font-size: 16px;
  border: 2px solid #fefefe;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  height: 100px;
  resize: none;
}
#settingsView .select {
  padding: 5px;
  font-size: 16px;
  border: 2px solid #fefefe;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  background: #fff;
}
#settingsView .row {
  margin: 0 0 15px 0;
}
#settingsView .leftHalf {
  float: left;
  width: 47%;
}
#settingsView .rightHalf {
  float: right;
  width: 47%;
}
.zoneSelect {
  padding: 5px;
  font-size: 18px;
  border: 2px solid #fefefe;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
}

#zonesView {
  position: relative;
  width: 300px;
  margin: 0 auto 0 auto;
}
#zonesView .zoneInfo {
  position: relative;
  color: #000;
  padding: 0 0 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
}
#zonesView .zoneInfo h3 {
  font-weight: bold;
}
#zonesView .zoneInfo a {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #3498db;
}
#zonesView #backButton {
  top: -3px;
  right: 0px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #zonesView #backButton {
    top: 0px;
    right: 0px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #zonesView #backButton {
    top: 0px;
    right: 0px;
  }
}
#zonesView ul {
  padding: 0 0 10px 0;
}
#zonesView li {
  padding: 2px;
}
#zonesView li span {
  padding: 0 0 0 10px;
}
#zonesView h1 {
  font-size: 30px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
#zonesView h2 {
  font-size: 20px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
#zonesView label {
  cursor: pointer;
  display: inline-block;
  padding: 1px 0 0 5px;
  font-size: 16px;
}
#setupZoneView {
  position: relative;
  width: 300px;
  margin: 0 auto 0 auto;
}
#setupZoneView #backButton {
  top: -3px;
  right: 0px;
}
@media (orientation: portrait) and (max-width: 767px) {
  #setupZoneView #backButton {
    top: 0px;
    right: 0px;
  }
}
@media (orientation: landscape) and (min-width: 480px) and (max-width: 767px) {
  #setupZoneView #backButton {
    top: 0px;
    right: 0px;
  }
}
#setupZoneView h1 {
  font-size: 30px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
#setupZoneView h1 .blue {
  color: #3498db;
}
#setupZoneView h2 {
  font-size: 20px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
#setupZoneView .extraSection {
  display: none;
  padding: 0 0 10px 0;
}
#setupZoneView .intervals {
  padding: 0 0 5px 0;
}
#setupZoneView .sendNotifications {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  margin: 0 0 10px 0;
}
#setupZoneView .sendNotifications p {
  padding: 10px 0 10px 10px;
  font-size: 16px;
  font-weight: bold;
}
#setupZoneView .sendNotifications select {
  position: absolute;
  top: 10px;
  right: 10px;
}
#setupZoneView .weekDay {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  margin: 0 0 10px 0;
}
#setupZoneView .weekDay .header {
  padding: 10px 10px 9px 10px;
}
#setupZoneView .weekDay .header h4 {
  padding: 2px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
#setupZoneView .weekDay .header .toggleEnabled {
  position: absolute;
  top: 12px;
  right: 10px;
}
#setupZoneView .weekDay .header .toggleOverride {
  position: absolute;
  top: 12px;
  right: 80px;
}
#setupZoneView .weekDay .interval {
  padding: 5px 10px 5px 10px;
}
#setupZoneView .weekDay label {
  cursor: pointer;
}
#setupZoneView .weekDay .hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  box-shadow: 1px 1px 1px rgba(2, 2, 2, 0.25);
  margin: 5px 0 5px 0;
}
#setupZoneView .weekDay .row {
  margin: 0 0 10px 0;
}
#setupZoneView .weekDay .leftHalf {
  float: left;
  width: 114px;
}
#setupZoneView .weekDay .rightHalf {
  float: left;
  width: 114px;
  margin: 0 0 0 10px;
}
#setupZoneView .weekDay .action {
  width: 30px;
  margin: 20px 0 0 10px;
  float: left;
}
#setupZoneView .weekDay .action .removePeriod {
  padding: 8px 7px 7px 7px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  border-radius: 15px;
  cursor: pointer;
  color: red;
}
#setupZoneView .weekDay .input {
  padding: 5px;
  font-size: 16px;
  border: 2px solid #fefefe;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  margin: 5px 0 0 0;
}
#setupZoneView label.special {
  font-size: 16px;
  display: block;
  padding: 5px 0 10px 0;
}
#setupZoneView .textarea {
  padding: 5px;
  font-size: 16px;
  border: 2px solid #fefefe;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.25);
  height: 100px;
  resize: none;
}
#setupZoneView .addPeriod {
  margin: 0 10px 0 10px;
  width: 75px;
}

#allSensorsHolder {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.card-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.card {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  background-color: #ececec;
}
.card:hover {
  font-weight: bold;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.card a {
  color: unset;
}

.container {
  text-align: center;
  padding: 40px 0px;
}
.container p {
  font-size: 20px;
  font-weight: bolder;
}/*# sourceMappingURL=main.css.map */