@charset "UTF-8";
/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Globally-available variables and config.
 *
 * TOOLS
 * Mixins...............Useful mixins.
 *
 * GENERIC
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 * BASE
 * Headings.............H1–H6 styles.
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 *
 * TRUMPS
 * Text.................Text helpers.
 */
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/*------------------------------------*\
  SETTINGS
\*------------------------------------*/
/**
 * #DEFAULTS
 */
@font-face {
  font-family: 'HelveticaNeueLTStd-UltLtCn';
  src: url("fonts/HelveticaNeueLTStd-UltLtCn.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-UltLtCn.otf") format("opentype"), url("fonts/HelveticaNeueLTStd-UltLtCn.woff") format("woff"), url("fonts/HelveticaNeueLTStd-UltLtCn.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-UltLtCn.svg#HelveticaNeueLTStd-UltLtCn") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLTStd-LtCn';
  src: url("fonts/HelveticaNeueLTStd-LtCn.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-LtCn.otf") format("opentype"), url("fonts/HelveticaNeueLTStd-LtCn.woff") format("woff"), url("fonts/HelveticaNeueLTStd-LtCn.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-LtCn.svg#HelveticaNeueLTStd-LtCn") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLTStd-Cn';
  src: url("fonts/HelveticaNeueLTStd-Cn.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Cn.otf") format("opentype"), url("fonts/HelveticaNeueLTStd-Cn.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Cn.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'HelveticaNeueLTStd-Cn';
    src: url("fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn") format("svg"); } }

@font-face {
  font-family: 'airzone';
  src: url("fonts/airzone.eot?-2ai3qqw");
  src: url("fonts/airzone.eot?#iefix-2ai3qqw") format("embedded-opentype"), url("fonts/airzone.woff?-2ai3qqw") format("woff"), url("fonts/airzone.ttf?-2ai3qqw") format("truetype"), url("fonts/airzone.svg?-2ai3qqw#airzone") format("svg");
  font-weight: normal;
  font-style: normal; }

/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*------------------------------------*\
    TOOLS
\*------------------------------------*/
/*------------------------------------*\
    GENERIC
\*------------------------------------*/
/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
hgroup,
main,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------*\
    BASE
\*------------------------------------*/
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.0625em;
  /* [1] */
  line-height: 1.41176;
  /* [1] */
  background-color: #222729;
  color: #b7c0c7;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

html {
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  text-transform: none;
  background-color: #373E45;
  background-image: -moz-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: -webkit-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: -o-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: -ms-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%); }

body {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

*:not(input) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.selectable {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

input[type=text],
input[type=email],
input[type=password],
textarea {
  font-family: "HelveticaNeueLTStd-LtCn", sans-serif;
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 24px 9px; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  textarea:focus {
    outline: 0; }

*:focus {
  outline: 0; }

::-webkit-input-placeholder {
  color: rgba(183, 192, 199, 0.4);
  text-transform: uppercase; }

::-moz-placeholder {
  color: rgba(183, 192, 199, 0.4);
  text-transform: uppercase; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: rgba(183, 192, 199, 0.4);
  text-transform: uppercase; }

/* ie */
input:-moz-placeholder {
  color: rgba(183, 192, 199, 0.4);
  text-transform: uppercase; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
input:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* oldIE ;) */
.form__error {
  color: rgba(255, 0, 0, 0.9);
  font-size: 16px;
  padding: 12px;
  text-transform: none; }
  .form__error.center {
    text-align: center; }

a,
.link {
  color: #b7c0c7;
  text-decoration: none;
  min-height: 44px;
  line-height: 44px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  a:hover,
  .link:hover {
    color: #1d9cbd; }

.btn {
  text-transform: uppercase;
  padding: 8px 24px 0px !important;
  line-height: 42px !important;
  background-color: rgba(173, 182, 189, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
  .btn.select {
    color: #1d9cbd !important; }
    .btn.select:hover {
      background-color: rgba(173, 182, 189, 0.1) !important; }
  .btn.btn--primary {
    font-family: "HelveticaNeueLTStd-Cn", sans-serif;
    color: #fafafa;
    background-color: #1d9cbd; }
    .btn.btn--primary:hover {
      color: #fafafa !important;
      background-color: #1a8aa7; }
  .btn.btn--delete {
    font-family: "HelveticaNeueLTStd-Cn", sans-serif;
    color: #fafafa;
    background-color: rgba(255, 0, 0, 0.25); }
    .btn.btn--delete:hover {
      color: #fafafa !important;
      background-color: rgba(230, 0, 0, 0.25); }

.btn-group {
  text-transform: uppercase;
  padding: 8px 24px 0px;
  line-height: 42px !important;
  background-color: rgba(173, 182, 189, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  border: none;
  /* [4] */
  margin: 0 2px 0 0;
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  float: left; }
  .btn-group:hover {
    text-decoration: none;
    background-color: rgba(133, 138, 142, 0.1);
    color: #1d9cbd !important; }
  .btn-group:first-of-type {
    border-radius: 5px 0 0 5px; }
  .btn-group:last-of-type {
    border-radius: 0 5px 5px 0; }
  .btn-group.select {
    color: #1d9cbd !important;
    background-color: rgba(133, 138, 142, 0.1); }

.icon-btn {
  font-size: 28px;
  padding: 7px 12px 0px !important;
  height: 44px;
  display: inline-block; }
  .icon-btn.disabled {
    background: none !important;
    color: rgba(183, 192, 199, 0.4);
    cursor: default; }
    .icon-btn.disabled:hover {
      color: rgba(183, 192, 199, 0.4) !important; }

.text-message {
  text-transform: initial;
  text-align: center; }

.terms {
  text-transform: initial;
  font-size: 16px;
  word-wrap: break-word; }
  .terms .login__title {
    font-size: 20px; }
  .terms a {
    min-height: initial;
    line-height: initial;
    color: #1d9cbd; }
  .terms h3 {
    font-size: 18px;
    margin: 48px 0 12px; }
  .terms li {
    margin-bottom: 12px;
    text-align: justify; }
  .terms .terms__btn--back {
    margin: 48px 0; }
  .terms ul {
    list-style-type: none; }
  .terms ul ul {
    list-style-type: disc;
    margin-left: 15px; }

.highcharts-data-table {
  margin-top: 20px; }

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em; }

.highcharts-data-table tr:hover {
  background: #eff; }

.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold; }

@media screen and (max-width: 1024px) {
  .btn.select {
    color: #1d9cbd !important; }
    .btn.select:hover {
      background-color: transparent !important; }
  .terms {
    padding: 24px; } }

@media screen and (min-width: 1025px) {
  .btn:hover {
    background-color: rgba(133, 138, 142, 0.1);
    color: #1d9cbd !important; }
  .altherma__temp.powerOff .btn:hover {
    color: rgba(183, 192, 199, 0.4) !important; } }

html,
body {
  height: 100%;
  width: 100%;
  overflow: auto; }

.container {
  overflow: auto;
  height: 100%;
  width: 100%;
  padding-top: 85px;
  margin-bottom: constant(safe-area-inset-bottom);
  /* iOS 11.0 */
  margin-bottom: env(safe-area-inset-bottom);
  /* iOS 11.2 */ }

.main {
  overflow: auto;
  position: relative;
  height: 100%;
  padding: 10px 5px;
  -moz-mask-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 15px);
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 15px);
  -o-mask-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 15px);
  -ms-mask-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 15px);
  mask-image: linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 15px); }
  .main.modalShow, .main.zonaView {
    -moz-mask-image: none;
    -webkit-mask-image: none;
    -o-mask-image: none;
    -ms-mask-image: none;
    mask-image: none;
    overflow: visible; }

.content {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

.login__container > div {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }

.login__container .terms {
  max-width: 600px; }

.login {
  height: 100%;
  overflow: scroll; }

@media screen and (max-width: 1024px) {
  .container {
    padding-top: 44px; }
  .main {
    padding: 5px;
    -moz-mask-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 10px);
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 10px);
    -o-mask-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 10px);
    -ms-mask-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 10px);
    mask-image: linear-gradient(top, rgba(0, 0, 0, 0) 0px, black 10px); }
  .content-zone {
    -moz-mask-image: initial;
    -webkit-mask-image: initial;
    -o-mask-image: initial;
    -ms-mask-image: initial;
    mask-image: initial; } }

@media screen and (max-width: 719px) {
  .modalShow {
    margin-top: 0; }
    .modalShow .content {
      overflow: hidden; } }

.systems {
  margin-right: 262px;
  padding: 0 2px 24px;
  position: relative; }

system_row:last-of-type .system {
  margin-bottom: 48px; }

.system, .altherma {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  height: 60px;
  overflow-y: hidden;
  margin-bottom: 24px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
  .system.expand, .system.expand__altherma, .altherma.expand, .altherma.expand__altherma {
    height: auto; }
  .system.powerOff .system__title, .system.powerOff .altherma__title,
  .system.powerOff .system__temp, .system.powerOff .altherma__temp, .altherma.powerOff .system__title, .altherma.powerOff .altherma__title,
  .altherma.powerOff .system__temp, .altherma.powerOff .altherma__temp {
    color: rgba(183, 192, 199, 0.4); }
    .system.powerOff .system__title .icon, .system.powerOff .altherma__title .icon,
    .system.powerOff .system__temp .icon, .system.powerOff .altherma__temp .icon, .altherma.powerOff .system__title .icon, .altherma.powerOff .altherma__title .icon,
    .altherma.powerOff .system__temp .icon, .altherma.powerOff .altherma__temp .icon {
      color: rgba(183, 192, 199, 0.4); }
  .system.powerOff .system__title, .system.powerOff .altherma__title, .altherma.powerOff .system__title, .altherma.powerOff .altherma__title {
    z-index: 10; }
  .system.powerOff .system__header:before, .system.powerOff .altherma__header:before, .altherma.powerOff .system__header:before, .altherma.powerOff .altherma__header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.altherma.powerOff .sys__altherma__temp {
  color: rgba(183, 192, 199, 0.4) !important; }

.altherma__title.powerOff, .altherma__modes.powerOff {
  color: rgba(183, 192, 199, 0.4) !important; }

.altherma__temp.powerOff {
  color: rgba(183, 192, 199, 0.4) !important; }
  .altherma__temp.powerOff .btn, .altherma__temp.powerOff .btn:hover {
    color: rgba(183, 192, 199, 0.4) !important; }

.altherma__powerful .btn.powerOff {
  color: rgba(183, 192, 199, 0.4) !important; }

.system-server {
  background-color: rgba(255, 255, 255, 0.1); }

.system__header, .altherma__header {
  position: relative;
  height: 130px; }

.system__title, .altherma__title {
  position: relative;
  height: 60px;
  line-height: 67px;
  padding: 0px 12px;
  cursor: pointer;
  font-size: 20px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  width: calc(100% - 50px);
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-mask-image: -webkit-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -moz-mask-image: -moz-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -ms-mask-image: -ms-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -o-mask-image: -o-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  text-transform: none; }
  .system__title .icon, .altherma__title .icon {
    font-size: 25px;
    vertical-align: 2px;
    margin-right: 5px; }

.system__modes, .altherma__modes {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 104; }

.system__icons {
  top: 60px; }

.system__actions,
.system__temp,
.system__power,
.altherma__actions,
.altherma__temp,
.altherma__power {
  position: absolute;
  bottom: 5px; }
  .system__actions .btn,
  .system__temp .btn,
  .system__power .btn,
  .altherma__actions .btn,
  .altherma__temp .btn,
  .altherma__power .btn {
    background-color: transparent !important;
    font-size: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.system__actions, .altherma__actions {
  left: 12px;
  z-index: 10; }

.system__temp, .altherma__temp {
  left: 0;
  height: 60px;
  width: 100%;
  text-align: center; }
  .system__temp .btn, .altherma__temp .btn {
    font-size: 35px;
    font-family: "HelveticaNeueLTStd-Cn", sans-serif; }

.system__power, .altherma__power {
  right: 12px;
  z-index: 10; }
  .system__power .btn, .altherma__power .btn {
    background-color: rgba(173, 182, 189, 0.1) !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
    .system__power .btn.select, .altherma__power .btn.select {
      background-color: transparent !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

.system__temp-value,
.system__zone__temp-value {
  font-size: 54px;
  font-family: "HelveticaNeueLTStd-UltLtCn", sans-serif;
  vertical-align: -15px; }

.system__altherma__tank__temp {
  font-size: 17px; }

.system__altherma__powerful {
  font-size: 24px; }

.btn.system__altherma__power {
  position: relative;
  top: -6px; }

.altherma__powerful__icon {
  position: relative;
  top: 7px; }

.system__zones__list {
  margin: 0 6px;
  padding: 6px 0 12px; }

.system__zone {
  padding: 24px 12px !important;
  text-align: center;
  float: left;
  width: 32%;
  width: calc(33.33% - 12px);
  height: 250px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  margin: 6px 6px;
  position: relative;
  text-transform: none; }
  .system__zone .btn,
  .system__zone .btn-group {
    background-color: transparent !important;
    font-size: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .system__zone .btn .btn-large,
    .system__zone .btn-group .btn-large {
      font-size: 34px; }
    .system__zone .btn.select:hover,
    .system__zone .btn-group.select:hover {
      background-color: transparent !important; }
  .system__zone.notify .system__zone__title {
    left: 40px; }

.system.powerOff:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.system__zone.powerOff {
  background-color: rgba(0, 0, 0, 0.2); }
  .system__zone.powerOff .system__zone__title,
  .system__zone.powerOff .system__zone__temp-ext,
  .system__zone.powerOff .system__zone__temp {
    color: rgba(183, 192, 199, 0.4); }
    .system__zone.powerOff .system__zone__title .icon,
    .system__zone.powerOff .system__zone__temp-ext .icon,
    .system__zone.powerOff .system__zone__temp .icon {
      color: rgba(183, 192, 199, 0.4); }
  .system__zone.powerOff .system__zone__modes {
    z-index: 10; }
  .system__zone.powerOff:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.system__zone__title {
  position: absolute;
  top: 12px;
  left: 12px; }

.system__zone__temp-ext {
  position: absolute;
  top: 12px;
  right: 12px; }

.system__zone__humidy {
  width: 50%; }

.system__zone__modes {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center; }

.system__zone__temp {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center; }
  .system__zone__temp .btn-less,
  .system__zone__temp .btn-more {
    position: absolute;
    top: 10px; }
  .system__zone__temp .btn-less {
    left: 0px; }
  .system__zone__temp .btn-more {
    right: 0px; }

.system__zone__adjust {
  position: absolute;
  bottom: 5px;
  left: 12px;
  z-index: 1; }

.system__zone__program, .system__zone__dehumidifier {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1; }

.second__icon {
  left: 35%; }

.third__icon {
  left: 65%; }

.system__zone__power {
  position: absolute;
  bottom: 5px;
  right: 12px;
  z-index: 1; }
  .system__zone__power .btn {
    background-color: rgba(173, 182, 189, 0.1) !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
    .system__zone__power .btn.select {
      background-color: transparent !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

.system__zone__btn-mobile {
  display: none; }

.modal__mode .ng-modal-dialog-content {
  padding: 0; }

.modal__mode .modal__section {
  width: 350px;
  margin: 0 auto 12px; }
  .modal__mode .modal__section .btn {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    text-align: left;
    border-radius: 0;
    position: relative;
    padding-left: 55px !important;
    background-color: #272A2C !important;
    font-size: 1.0625em; }
    .modal__mode .modal__section .btn:first-of-type {
      border-radius: 5px 5px 0 0; }
    .modal__mode .modal__section .btn:last-of-type {
      border-radius: 0 0 5px 5px; }
  .modal__mode .modal__section .icon {
    font-size: 26px;
    position: absolute;
    top: 13px;
    left: 12px; }

.system__zone__alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: table;
  z-index: 1;
  padding: 24px 12px 12px;
  border-radius: 5px; }
  .system__zone__alert.alert {
    background: rgba(139, 31, 31, 0.8); }
  .system__zone__alert.notice {
    background: rgba(158, 110, 23, 0.8); }

.system__zone__alert__cancel {
  position: absolute;
  top: 6px;
  right: 0;
  color: white !important; }
  .system__zone__alert__cancel:hover {
    background-color: rgba(0, 0, 0, 0.35) !important;
    color: white !important; }

.system__zone__alert__text {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.system__zone__alert-btn {
  display: block;
  width: 20px;
  height: 20px;
  min-height: initial;
  border-radius: 10px;
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 1; }
  .system__zone__alert-btn.alert {
    background: rgba(139, 31, 31, 0.8); }
  .system__zone__alert-btn.notice {
    background: rgba(158, 110, 23, 0.8); }

.system__consumption__meter {
  max-width: 1450px; }

.consumption__meter__filter__box {
  width: 40%;
  min-height: 10rem;
  float: left;
  padding: 20px; }

.consumption__meter__filter__type {
  width: 100%;
  float: left; }

.consumption__meter__filter, .consumption__meter__compare {
  float: left;
  margin-bottom: 12px;
  border-radius: 5px; }

.consumption__meter__compare {
  margin-left: 1%; }

.filter__period {
  float: left;
  margin-top: 5%;
  font-size: 15px; }

.consumption__meter__filter__range {
  float: left;
  margin-top: 2%; }

.ios__consumption__meter__filter__range {
  width: 90px; }

.filter__range {
  position: relative !important;
  left: 50px !important; }

.ios__filter__range {
  position: relative !important;
  left: 10px !important; }

.label__ios__filter__range {
  position: relative !important;
  top: -25px !important;
  left: 10px !important; }

.consumption__meter__filter__date {
  width: 25%;
  max-height: 80px;
  float: left;
  margin-top: 4%; }

.filter__date__box {
  width: 100%;
  float: left; }

.table__filter__date {
  width: 95%;
  background-color: transparent;
  display: table;
  margin-bottom: 2px; }
  .table__filter__date .table-adjust__property {
    min-width: 150px;
    padding: 0 0 16px; }

.table__property__filter__date {
  float: left;
  margin-top: -11px;
  padding: 12px 14px 8px !important;
  min-height: initial !important;
  line-height: initial !important;
  min-width: 50px; }

.hide__filter {
  visibility: hidden; }

.table__options__calendar__date__day
.table__options__calendar__date__month,
.table__options__date__month,
.table__options__date__year {
  position: relative;
  top: 40px;
  text-align: right;
  background-color: #1e1e1e;
  z-index: 10000;
  border-radius: 5px;
  padding: 1px 1px 0;
  -webkit-transition: "all 0.5s ease-in-out";
  -moz-transition: "all 0.5s ease-in-out";
  -ms-transition: "all 0.5s ease-in-out";
  -o-transition: "all 0.5s ease-in-out";
  transition: "all 0.5s ease-in-out"; }
  .table__options__calendar__date__day
.table__options__calendar__date__month.show,
  .table__options__date__month.show,
  .table__options__date__year.show {
    display: block; }
  .table__options__calendar__date__day
.table__options__calendar__date__month:before,
  .table__options__date__month:before,
  .table__options__date__year:before {
    top: -6px;
    margin-bottom: -6px;
    margin-left: -6px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    border: solid;
    border-color: rgba(0, 0, 0, 0.35) transparent;
    border-width: 0px 6px 6px 6px; }
  .table__options__calendar__date__day
.table__options__calendar__date__month .btn,
  .table__options__date__month .btn,
  .table__options__date__year .btn {
    display: block;
    border-radius: 0;
    margin-bottom: 1px;
    white-space: nowrap; }
  .table__options__calendar__date__day
.table__options__calendar__date__month .first,
  .table__options__date__month .first,
  .table__options__date__year .first {
    border-radius: 5px 5px 0 0; }
  .table__options__calendar__date__day
.table__options__calendar__date__month .last,
  .table__options__date__month .last,
  .table__options__date__year .last {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #1e1e1e; }

.table__property__filter__calendar__date {
  margin-left: 15px; }

.table__options__calendar__date__day {
  left: -150px; }

.table__options__calendar__date__month {
  left: -100px; }

.table__options__date__month {
  left: -85px; }

.table__options__date__year {
  left: -145px; }

.consumption__meter__stats {
  width: 35%;
  float: left;
  margin: 4% 0 1% 0;
  padding-left: 8%; }

.stats__property {
  float: left;
  text-align: right;
  width: 35%; }

.higher__property, .less__property, .more__repeat__property {
  margin: 5% 2% 0 0; }

.less__property {
  margin-top: 7%; }

.more__repeat__property {
  margin-top: 7.5%; }

.stats__value {
  width: 50%;
  float: left;
  text-align: left;
  margin: 1.8% 0 0 4%; }

.less__value, .more__repeat__value {
  margin-top: 5%; }

.consumptions__chart {
  float: left;
  width: 100%; }

.without_consumptions_data {
  position: relative;
  margin-bottom: 12px;
  padding: 120px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  text-align: center;
  text-transform: none; }

.consumptions__cancel__button {
  float: left;
  margin: 1% 0 1% 40%; }

@media screen and (max-width: 1050px) {
  .table__options__calendar__date__month {
    left: -135px; }
  .table__options__date__month {
    left: -175px; }
  .table__options__date__year {
    left: -115px; }
  .option__day {
    left: -135px; }
  .option__month {
    left: -85px; } }

@media screen and (max-width: 810px) {
  .table__options__calendar__date__month {
    left: -120px; }
  .table__options__date__month {
    left: -160px; }
  .table__options__date__year {
    left: -100px; }
  .option__day {
    left: -145px; }
  .option__month {
    left: -80px; } }

@media screen and (max-width: 1024px) {
  .systems {
    margin-right: 0px; }
  .system__zone__power .btn:hover {
    background-color: rgba(173, 182, 189, 0.1) !important;
    color: #b7c0c7 !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
  .system__zone__power .btn.select:hover {
    color: #1d9cbd !important;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .consumption__meter__stats {
    width: 32%;
    margin: 10% 0 3% 0;
    padding-left: 0%;
    font-size: 0.95em; }
  .consumption__meter__filter__date {
    width: 28%;
    margin-top: 10%; } }

@media screen and (max-width: 479px) {
  .system__zone__modes {
    display: none; }
  .system__zone__adjust {
    display: none; }
  .system__zone__program {
    display: none; }
  .system__zone__dehumidifier {
    display: none; }
  .system__zone__temp .btn {
    display: none; }
  .system__header {
    height: 160px; }
  .system__zone {
    width: 100%;
    height: 50px;
    text-align: right;
    padding: 8px 3px 4px 6px !important;
    margin: 1px;
    border-radius: 0;
    float: none;
    display: block;
    text-transform: none; }
    .system__zone:first-of-type {
      border-radius: 5px 5px 0 0; }
    .system__zone:last-of-type {
      border-radius: 5px; }
  .system__zone__title {
    top: 17px; }
  .system__actions, .altherma__actions {
    left: 0;
    bottom: 0; }
    .system__actions .btn, .altherma__actions .btn {
      display: block; }
  .system__temp, .altherma__temp {
    bottom: 0; }
    .system__temp .icon-btn, .altherma__temp .icon-btn {
      padding: 7px 0 0 !important; }
  .system__zone__power,
  .system__zone__temp,
  .system__zone__temp-ext {
    display: inline-block;
    position: relative;
    width: initial;
    top: initial;
    left: initial;
    right: initial; }
  .system__zone__humidy {
    margin-right: 20px; }
  .system__zone__temp-value {
    vertical-align: baseline;
    font-size: 22px;
    font-family: "HelveticaNeueLTStd-LtCn", sans-serif;
    margin-left: 10px; }
  .system__zone__temp-ext {
    color: rgba(183, 192, 199, 0.4); }
  .system__power, .altherma__power {
    right: 8px; }
  .system__zone__power {
    z-index: 10; }
    .system__zone__power .btn:hover {
      background-color: rgba(173, 182, 189, 0.1) !important;
      color: #b7c0c7 !important;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
    .system__zone__power .btn.select:hover {
      color: #1d9cbd !important;
      background-color: transparent !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
  .system__zone__btn-mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    text-transform: none; } }

@media screen and (min-width: 720px) and (max-width: 1024px) {
  .system__zone {
    width: 23%;
    width: calc(25% - 12px); } }

@media screen and (min-width: 1200px) {
  .system__zone {
    width: 24%;
    width: calc(25% - 12px); } }

@media screen and (min-width: 720px) and (max-width: 900px) {
  .system__zone {
    width: 32%;
    width: calc(33.33% - 12px); } }

@media screen and (max-width: 719px) {
  .system__zone {
    width: 48%;
    width: calc(50% - 12px); }
  .consumption__meter__filter__box {
    width: 100%; }
  .consumption__meter__filter__date {
    width: 70%;
    max-height: 100%;
    margin: 1% 0 0 6%; }
  .consumption__meter__stats {
    width: 100%;
    margin: 10% 0 5% 6%; }
  .stats__value {
    margin-top: 1%; }
  .consumptions__cancel__button {
    margin-left: 30%; } }

@media screen and (max-width: 320px) {
  .system__title {
    -webkit-mask-image: -webkit-linear-gradient(left, black 45%, rgba(0, 0, 0, 0) 45%);
    -moz-mask-image: -moz-linear-gradient(left, black 45%, rgba(0, 0, 0, 0) 45%);
    -ms-mask-image: -ms-linear-gradient(left, black 45%, rgba(0, 0, 0, 0) 45%);
    -o-mask-image: -o-linear-gradient(left, black 45%, rgba(0, 0, 0, 0) 45%);
    mask-image: linear-gradient(left, black 45%, rgba(0, 0, 0, 0) 45%); }
  .consumption__meter__filter__box {
    width: 100%; }
  .consumption__meter__filter__date {
    width: 70%;
    max-height: 100%;
    margin: 1% 0 0 6%; }
  .consumption__meter__stats {
    width: 100%;
    margin: 10% 0 5% 6%; }
  .stats__value {
    margin-top: 1%; }
  .consumptions__cancel__button {
    margin-left: 30%; } }

@media screen and (max-width: 479px) {
  .system__title {
    -webkit-mask-image: -webkit-linear-gradient(left, black 50%, rgba(0, 0, 0, 0) 55%);
    -moz-mask-image: -moz-linear-gradient(left, black 55%, rgba(0, 0, 0, 0) 55%);
    -ms-mask-image: -ms-linear-gradient(left, black 55%, rgba(0, 0, 0, 0) 55%);
    -o-mask-image: -o-linear-gradient(left, black 55%, rgba(0, 0, 0, 0) 55%);
    mask-image: linear-gradient(left, black 55%, rgba(0, 0, 0, 0) 55%); }
  .system__zone {
    width: 100%; }
    .system__zone.notify {
      height: initial; }
  .system__zone__alert {
    position: relative;
    padding: 24px 32px 12px; }
  .system__zone__alert-btn {
    top: 16px; }
  .system__zone__alert__cancel {
    top: 0;
    padding: 6px !important; }
  .system.powerOff .system__zone:before,
  .system__zone.powerOff:before, .altherma.powerOff:before {
    display: none; }
  .consumption__meter__filter__box {
    width: 100%; }
  .consumption__meter__filter__date {
    width: 70%;
    max-height: 100%;
    margin: 1% 0 0 6%; }
  .consumption__meter__stats {
    width: 100%;
    margin: 10% 0 5% 6%; }
  .stats__value {
    margin-top: 1.8%; }
  .consumptions__cancel__button {
    margin-left: 30%; } }

/* Have to set height explicity on ui-view
to prevent collapsing during animation*/
.ui-view-container {
  position: relative; }

.pageTransition.ng-enter, .pageTransition.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.pageTransition.ng-enter {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.pageTransition.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.pageTransition.ng-leave {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pageTransition.ng-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

.climate {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px; }

.climate__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.climate__item {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 12px 24px; }

.climate__city, .electricity__price {
  text-align: center;
  clear: both; }

.climate__city__title {
  font-size: 20px; }

.climate__city__icon {
  font-size: 70px;
  margin-top: 12px;
  line-height: 70px; }

.climate__temp {
  text-align: center; }

.climate__temp__value {
  font-size: 60px;
  line-height: 60px;
  margin-top: 12px;
  font-family: "HelveticaNeueLTStd-UltLtCn", sans-serif; }

.climate__weather {
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  padding: 12px 6px; }

.climate__weather__table {
  display: table;
  margin: 0 auto; }

.climate__weather__day {
  display: table-cell; }

.climate__weather__day__time,
.climate__weatjer__day__icon,
.climate__weather__day__temp {
  width: 40px; }

.climate__weather__day__time {
  font-size: 15px;
  margin-bottom: 3px; }

.climate__weatjer__day__icon {
  font-size: 27px;
  line-height: 27px; }

.climate__weather__day__temp {
  font-size: 17px; }

.climate__week {
  padding: 0; }

.climate__week__day {
  display: table;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
  .climate__week__day:last-of-type {
    border-bottom: none; }

.climate__week__day__title,
.climate__week__day__temp,
.climate__week__day__icon {
  display: table-cell;
  padding-top: 5px; }

.climate__week__day__title {
  padding-left: 12px;
  line-height: 35px; }

.climate__week__day__temp {
  width: 65px;
  text-align: right;
  line-height: 35px; }

.climate__week__day__icon {
  font-size: 27px;
  line-height: 27px;
  width: 40px;
  padding-left: 10px;
  padding-right: 6px;
  text-align: center; }
  .climate__week__day__icon .icon {
    vertical-align: -4px;
    display: inline-block; }

.climate__btn {
  margin-left: 10px; }

.climate-mini {
  display: none;
  position: absolute;
  top: 0;
  right: 0; }

.climate-mini-open,
.climate-mini-close {
  position: absolute;
  top: 6px;
  right: 12px;
  text-align: right;
  line-height: 18px;
  font-size: 15px;
  white-space: nowrap; }
  .climate-mini-open .icon,
  .climate-mini-close .icon {
    font-weight: bold; }

.climate-mini-open {
  top: 16px; }

@media screen and (max-width: 1024px) {
  .climate {
    right: -265px; }
  .climate-mini {
    display: block; }
  .systems,
  .climate {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .show-climate .systems {
    margin-right: 262px; }
  .show-climate .system__zone {
    width: calc(33.33% - 12px); }
  .show-climate .climate {
    right: 0px; } }

@media screen and (min-width: 720px) and (max-width: 900px) {
  .show-climate .system__zone {
    width: calc(50% - 12px); } }

@media screen and (max-width: 719px) {
  .show-climate .systems {
    left: -100%; }
  .show-climate .climate {
    right: 0px;
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .climate-mini-open,
  .climate-mini-close {
    overflow: hidden;
    max-width: 80px; } }

.zonaView .header label {
  display: none; }

.zoneReturnSystem {
  position: fixed;
  top: 2px;
  left: 12px;
  z-index: 101; }

.zone {
  padding: 6px; }
  .zone .btn {
    font-size: 28px; }
  .zone.powerOff .zone__header,
  .zone.powerOff .zone__modes,
  .zone.powerOff .zone__temp__item {
    color: rgba(183, 192, 199, 0.4); }
    .zone.powerOff .zone__header .icon,
    .zone.powerOff .zone__modes .icon,
    .zone.powerOff .zone__temp__item .icon {
      color: rgba(183, 192, 199, 0.4); }
  .zone.powerOff .zone__header {
    background-color: rgba(255, 255, 255, 0.05); }
  .zone.powerOff:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.zone__header {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 4px 12px 0px !important;
  width: 100%;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0; }

.zone__temp-ext {
  position: absolute;
  top: 3px;
  right: 12px;
  font-size: 18px; }

.zone__humidy {
  width: 50%; }

.zone__modes,
.zone__temp,
.zone__power,
.zone__footer,
.zone__altherma__footer {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.zone__modes {
  top: 80px; }
  .zone__modes .btn {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.zone__auto__modes {
  position: relative;
  top: 57px;
  width: 92%; }

.switchBtn-auto {
  padding: 7px 0 0 !important; }

.zone__auto__modes__mobile {
  position: relative;
  top: 150px; }

.zone__temp {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.zone__temp__item {
  text-align: center;
  font-size: 100px;
  line-height: 200px;
  letter-spacing: -3px;
  font-family: "HelveticaNeueLTStd-UltLtCn", sans-serif;
  color: rgba(183, 192, 199, 0.4); }
  .zone__temp__item.select {
    color: #b7c0c7; }

.zone__temp__grade {
  font-size: 60px;
  line-height: 100px; }

.zone__power {
  bottom: 100px; }
  .zone__power .btn {
    z-index: 10;
    position: relative;
    font-size: 35px;
    background-color: rgba(173, 182, 189, 0.1) !important;
    height: 60px;
    padding: 12px 16px 0px !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
    .zone__power .btn.select {
      background-color: transparent !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

.zone__footer, .zone__altherma__footer {
  bottom: 12px; }
  .zone__footer .btn, .zone__altherma__footer .btn {
    position: relative;
    z-index: 10;
    width: calc(50% - 4px);
    display: inline-block;
    text-align: center; }
    .zone__footer .btn:first-of-type, .zone__altherma__footer .btn:first-of-type {
      margin-right: 2px; }

.zone__footer__tree__btn {
  width: calc(33% - 4px) !important; }

.zone__altherma__footer .btn {
  width: 100%; }

.zone__temp.powerOff .zone__temp__item {
  color: rgba(183, 192, 199, 0.4); }
  .zone__temp.powerOff .zone__temp__item .icon {
    color: rgba(183, 192, 199, 0.4); }

.zone__header.powerOff {
  color: rgba(183, 192, 199, 0.4);
  background-color: rgba(255, 255, 255, 0.05); }

.eco0 {
  color: #FFFFFF; }

.eco1 {
  color: #FF3000; }

.eco2 {
  color: #ff8400; }

.eco3 {
  color: #ffea00; }

.eco4 {
  color: #86CB0D; }

.eco5 {
  color: #56722a; }

.modal__adjust {
  width: 100%;
  max-width: 700px; }

.table-adjust {
  width: 100%;
  border-radius: 5px;
  overflow: hidden; }
  .table-adjust > div {
    position: relative; }

.table-adjust__row {
  display: table;
  width: 100%;
  margin-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.05); }
  .table-adjust__row.separation {
    margin-top: 24px; }

.table-adjust__property,
.table-adjust__value {
  display: table-cell;
  height: 50px;
  text-transform: none; }

.table-adjust__property {
  padding: 16px 12px 0; }
  .table-adjust__property .table-adjust__property__btn {
    float: right;
    margin-top: -11px;
    padding: 12px 14px 8px !important;
    min-height: initial !important;
    line-height: initial !important;
    min-width: 50px; }

.table-adjust__value #zone_name, .table-adjust__value #system_name {
  display: block; }

.table-adjust__value {
  text-align: right;
  vertical-align: middle;
  height: 50px;
  width: 80px; }
  .table-adjust__value .icon-btn {
    display: inline-block;
    padding: 6px 12px 0; }
  .table-adjust__value .onoffswitch {
    margin: 8px 12px 0; }
  .table-adjust__value input[type=text] {
    text-align: right;
    text-transform: none; }
  .table-adjust__value.value {
    padding-right: 12px;
    padding-top: 3px; }

.table-adjust__property__temp {
  display: inline-block;
  white-space: nowrap;
  float: right;
  margin-top: -8px;
  color: rgba(183, 192, 199, 0.4); }

.table-adjust__property__lite {
  display: inline-block;
  white-space: nowrap;
  float: right;
  margin-top: -9px;
  color: rgba(183, 192, 199, 0.4); }

.table-adjust__property__button {
  float: right; }
  .table-adjust__property__button .table-adjust__options {
    right: 82px; }

.table-adjust__icon__button {
  margin-top: -10px; }

.label__options {
  padding: 7px !important;
  color: #b7c0c7;
  text-align: center; }

.tempSelector {
  display: inline-block;
  margin-left: 6px; }

.tempSelector__btn {
  padding: 9px 14px 7px !important;
  min-height: inherit !important;
  line-height: normal !important;
  min-width: 38px;
  margin-left: 6px !important; }

.tempSelector__temp {
  color: #b7c0c7;
  margin-left: 6px !important; }

.tempSelector__buttons {
  margin-right: 25px; }

.table-adjust__subtitle {
  height: 50px;
  padding: 16px 12px 0; }

.table-adjust__var {
  display: none; }
  .table-adjust__var.show {
    display: inline-flex; }

.table-adjust__options {
  display: none;
  position: absolute;
  top: 51px;
  right: 0;
  text-align: right;
  margin: 0;
  background-color: #1e1e1e;
  z-index: 10000;
  border-radius: 5px;
  padding: 1px 1px 0;
  -webkit-transition: "all 0.5s ease-in-out";
  -moz-transition: "all 0.5s ease-in-out";
  -ms-transition: "all 0.5s ease-in-out";
  -o-transition: "all 0.5s ease-in-out";
  transition: "all 0.5s ease-in-out"; }
  .table-adjust__options.show {
    display: block; }
  .table-adjust__options:before {
    top: -6px;
    margin-bottom: -6px;
    margin-left: -6px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    border: solid;
    border-color: rgba(0, 0, 0, 0.35) transparent;
    border-width: 0px 6px 6px 6px; }
  .table-adjust__options.top {
    top: initial;
    bottom: 57px; }
    .table-adjust__options.top:before {
      top: initial;
      bottom: 0px;
      border-width: 6px 6px 0 6px; }
  .table-adjust__options.horizontal .btn {
    display: inline-block;
    margin-bottom: 1px;
    margin-right: 1px; }
    .table-adjust__options.horizontal .btn:first-of-type {
      border-radius: 5px 0 0 5px; }
    .table-adjust__options.horizontal .btn:last-of-type {
      border-radius: 0 5px 5px 0; }
  .table-adjust__options.horizontal:before {
    left: auto;
    right: 20px; }
  .table-adjust__options .btn {
    display: block;
    border-radius: 0;
    margin-bottom: 1px;
    white-space: nowrap; }
    .table-adjust__options .btn:first-of-type {
      border-radius: 5px 5px 0 0; }
    .table-adjust__options .btn:last-of-type {
      border-radius: 0 0 5px 5px; }
  .table-adjust__options .icon-btn {
    font-size: 28px;
    padding: 9px 12px 0px !important; }

.icon-status__adjust-lite {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  background-color: rgba(173, 182, 189, 0.1);
  border: none;
  border-radius: 20px;
  padding: 9px 9px 2px !important;
  color: #b7c0c7; }

.table-adjust__errors .table-adjust__property,
.table-adjust__errors .table-adjust__value {
  width: auto; }

.table-adjust__errors .table-adjust__value {
  padding: 12px; }

.table-adjust__value {
  min-width: 85px; }

.modal__adjust__help__item {
  margin-bottom: 2px;
  padding: 12px !important;
  background-color: #272A2C !important; }

.modal__adjust__help__title {
  color: #1d9cbd; }

.modal__adjust__help__description {
  text-transform: none;
  font-size: 16px;
  line-height: 20px; }
  .modal__adjust__help__description ul {
    margin: 6px 12px;
    list-style: none; }

.advanced-adjust__list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  min-height: 250px; }
  .advanced-adjust__list .user__list__zone--server,
  .advanced-adjust__list .user__list__zone--system {
    color: #b7c0c7; }
  .advanced-adjust__list .user__list__zone--zone {
    margin-top: 6px;
    padding: 10px 12px 2px;
    color: #b7c0c7; }
    .advanced-adjust__list .user__list__zone--zone:hover {
      color: #1d9cbd;
      background-color: rgba(133, 138, 142, 0.1); }
    .advanced-adjust__list .user__list__zone--zone:first-of-type {
      margin-top: 6px;
      border-radius: 5px; }
  .advanced-adjust__list .user__list__zone--zone,
  .advanced-adjust__list .advanced-adjust__system {
    position: relative; }
    .advanced-adjust__list .user__list__zone--zone .icon,
    .advanced-adjust__list .advanced-adjust__system .icon {
      position: absolute;
      right: 24px;
      top: 8px; }
  .advanced-adjust__list .user__list__zone--zone .icon {
    top: 18px; }

.advanced-adjust__system {
  display: block;
  position: relative;
  border-radius: 5px;
  margin-bottom: 12px; }
  .advanced-adjust__system:hover {
    color: #1d9cbd; }

.user__list__zone--system:hover {
  background-color: rgba(133, 138, 142, 0.1); }

.adjust__btn__close {
  display: block !important;
  max-width: 300px;
  width: 100%;
  margin: 24px auto !important; }

.adjust-global__ventilation__every {
  top: 52px;
  right: 170px; }

.adjust-global__ventilation__run__for {
  top: 52px;
  right: 107px; }

.adjust__auxiliry__heat__on {
  position: relative;
  top: -5px; }

.adjust__available__stages__options {
  margin-left: 50px; }

.adjust__available__stages {
  top: 110px;
  right: initial; }

.adjust__available__stage__first {
  top: 110px;
  left: 245px;
  right: initial; }

.adjust__available__stage__second {
  top: 110px;
  left: 300px;
  right: initial; }

.adjust__auxiliary__heat__switchBtn__first__heating, .adjust__auxiliary__heat__switchBtn__fan__config {
  margin-left: 50px; }

.adjust__fan__configuration {
  margin-bottom: 10px; }

.adjust__fan__configuration__delay {
  top: 207px;
  right: 300px; }

.adjust__auxiliry__heat__on__off {
  vertical-align: initial;
  position: relative;
  top: 5px; }

.adjust__right__icons {
  margin-right: 30px; }

.adjust__away__mode__settings__hysteresis {
  top: 52px;
  right: 80px; }

.adjust__away__mode__settings__override {
  top: 52px;
  right: 25px; }

.adjust__away__mode__settings__switchBtn {
  margin: -14px 25px 0 0; }

.adjust__heat__ovr__temp {
  margin: -10px 0 0 100px; }

.label__heat__ovr {
  margin-right: 20px; }

.heat_ovr_temp_on_off {
  top: -5px;
  margin-top: 6px; }

.adjust__autochange__temp {
  top: 50px;
  right: 267px; }

.adjust__setpoint__differential {
  top: 52px;
  right: 60px; }

.adjust__mode__switching__protection {
  top: 52px;
  right: 7px; }

.adjust__user__mode__setpoint__scenes {
  top: 52px;
  right: 165px; }

.adjust__heating__config__first__stage__options {
  right: 195px; }

.adjust__heating__config__gap__options {
  right: 50px; }

.adjust__offset__environment__switchBtn {
  margin: -7px 25px 0 0; }

.adjust__offset__environment__options {
  top: 51px;
  right: 7px; }

.init_overflow {
  overflow: initial; }

.adjust__constant__ventilation__switchBtn {
  margin: -14px 10px 0 0; }

.air_control_stage {
  position: relative;
  top: 35px;
  left: -70px; }

.adjust__heat__control__stage__options, .adjust__cold__control__stage__options {
  top: 95px;
  right: 135px; }

.adjust__radiant__control__stage__options {
  top: 142px;
  right: 160px; }

.cold__control__stage, .radiant__control__stage {
  width: 50%;
  margin: -4% 5% 0 5%; }

.radianT__control__stage {
  width: 50%;
  margin: -5% 5% 0 5%; }

.heat__control__stage {
  width: 50%;
  margin: -2% 5% 0 5%; }

.cold__control__stage__onoff, .radiant__control__stage__onoff {
  position: relative;
  left: -15px; }

.heat__control__stage__onoff {
  position: relative;
  top: 5px;
  left: -15px; }

.switch__control__stage {
  top: 15px; }

.tai__title {
  position: relative;
  top: -20px; }

.tai__switchBtn__box {
  padding: 0; }

.tai__switchBtn {
  position: relative;
  top: -15px; }

.tai__cold__mobile {
  position: relative;
  left: 22px; }

.tai__options {
  padding-right: 15px; }

.tai__icon__type {
  float: left;
  position: relative;
  top: 20px; }

.tai__temp__selector {
  float: right;
  position: relative;
  top: 12px; }

.tai__icon__type2 {
  clear: both;
  float: left;
  position: relative;
  top: 22px; }

.tai__temp__selector2 {
  float: right;
  position: relative;
  top: 17px; }

.left25 {
  margin-left: 25px; }

.form__select__input {
  min-height: 50px; }

.padding15 {
  padding: 15px; }

.purifier__first {
  width: 35%;
  float: left; }

.purifier__second {
  width: 40%;
  float: left; }

.reset__purifier__btn {
  width: 15%;
  float: right;
  padding: 5px 10px 0px !important;
  margin-top: 3px; }

.purifier__form {
  width: 120%; }

.option__units__purifier {
  width: 30%;
  top: 47px;
  left: 95%;
  height: 103px; }

.purifier__form__btn {
  float: none;
  margin: 5% 0 0 0;
  width: 40%; }

.radiant__title {
  position: relative;
  top: -14px;
  padding: 23px 12px 0; }

.radiant__control__stage__onoff {
  top: 8px; }

.visibility__hidden {
  visibility: hidden; }

.within__options__heat__radiant__control__stage__onoff, .within__options__cold__radiant__control__stage__onoff {
  position: relative;
  top: 0px;
  left: -66%; }

@media screen and (max-width: 479px) {
  .table-adjust__property__temp {
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: -2px; }
  .table-adjust__value {
    vertical-align: top; }
  .table-adjust__value .onoffswitch {
    margin: 11px 12px 0; }
  .table-adjust__property__button {
    margin: 16px 0 12px 12px;
    float: none; }
  .table-adjust__value.value {
    padding-top: 15px; }
  .table-adjust__value.value#zone_name, .table-adjust__value.value#system_name {
    display: block;
    min-width: 85px; }
  .table-adjust__property__button .table-adjust__options {
    right: 0; }
  .adjust-global__ventilation__every, .adjust-global__ventilation__run__for {
    top: 88px; }
  .adjust__away__mode__settings__hysteresis, .adjust__away__mode__settings__override {
    top: 65px; }
  .adjust__auxiliry__heat__on__off {
    vertical-align: initial;
    top: 0; }
  .adjust__switch__on__mobile {
    margin-right: -10px; }
  .adjust__available__stages__options {
    float: left;
    margin-left: 0; }
  .adjust__available__stages {
    top: 159px; }
  .adjust__available__stage__first {
    top: 159px;
    left: 70px; }
  .adjust__available__stage__second {
    top: 159px;
    left: 125px; }
  .adjust__first__supply__heat__mobile {
    margin-bottom: 70px; }
  .adjust__auxiliary__heat__switchBtn__first__heating {
    margin-left: 0;
    margin-right: -26px; }
  .adjust__auxiliary__heat__switchBtn__fan__config {
    margin-left: 0;
    margin-right: -48px; }
  .adjust__fan__configuration, .adjust__first__supply__heat {
    float: left; }
  .adjust__fan__configuration__mobile {
    margin-bottom: 90px; }
  .adjust__fan__configuration__delay {
    top: 265px;
    right: 140px; }
  .adjust__setpoint__differential, .adjust__mode__switching__protection {
    top: 65px; }
  .adjust__heat__ovr__temp {
    margin: -10px 0 0 23px; }
  .adjust__autochange__temp {
    right: 80px;
    top: 70px; }
  .adjust__user__mode__setpoint__scenes {
    top: 90px; }
  .adjust__heating__config__first__stage {
    margin: -11px 30px 10px 0 !important; }
  .adjust__heating__config__first__stage__options {
    top: 90px; }
  .adjust__heating__config__gap__options {
    top: 92px; }
  .adjust__offset__environment__options {
    top: 62px; }
  .air_control_stage {
    position: relative;
    top: 5px;
    left: 0px; }
  .adjust__cold__control__stage__options {
    top: 127px;
    right: 70px; }
  .adjust__heat__control__stage__options {
    top: 127px;
    right: 60px; }
  .adjust__radiant__control__stage__options {
    top: 227px;
    right: 70px; }
  .tai__container {
    min-height: 200px; }
  .tai__title {
    position: relative;
    top: -15px;
    float: left; }
  .tai__title__mobile {
    position: relative;
    top: -7px;
    float: left; }
  .tai__switchBtn__box__mobile {
    float: left;
    position: relative;
    top: 25px;
    left: 10px; }
  .tai__switchBtn__box__mobile2 {
    clear: both;
    position: relative;
    top: 20px;
    left: 15px; }
  .tai__options {
    width: 152%; }
  .clearBoth {
    clear: both; }
  .tai__icon__type2 {
    top: 30px; }
  .tai__icon__type, .tai__icon__type2 {
    left: -20px; }
  .tai__heat__mobile {
    float: left;
    top: 50px;
    left: -30px; }
  .tai__cold__mobile {
    left: 15px; }
  .tai__cold__label {
    left: 20px; }
  .form__select__input {
    min-height: 50px; }
  .purifier__first {
    width: 100%; }
  .purifier__second {
    width: 100%; }
  .reset__purifier__btn {
    width: 30%;
    margin-top: 20px; }
  .padding15 {
    padding: 5px; }
  .purifier__form {
    width: 145%;
    height: 100%; }
  .option__units__purifier {
    width: 50%; }
  .purifier__form__btn {
    margin: 30% 0 0 0;
    width: 50%; }
  .radiant__row {
    height: 120px; }
  .radiant__title {
    top: -36px; }
  .radiant__control__stage__box {
    margin-left: -40px; }
  .radiant__control__stage__onoff {
    margin: -60px 0 0 20px;
    left: -45px; }
  .switch__radiant__control__stage {
    top: 7px; }
  .cold__radiant__control__stage {
    float: left; }
  .within__options__cold__radiant__control__stage__onoff {
    left: 25px; }
  .within__options__heat__radiant__control__stage__onoff {
    top: 19px;
    left: 82px; } }

.users__list,
.users__zones {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  min-height: 250px; }

.users__zones {
  padding-left: 24px; }

.users__title {
  margin: 24px 0 12px; }
  .users__title.message {
    text-align: center;
    text-transform: none;
    margin: 48px; }

.users__btn {
  width: 100%;
  max-width: 300px;
  display: block !important;
  margin: 24px auto !important; }

.users__list .user__list__user {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.02); }
  .users__list .user__list__user.select {
    background-color: rgba(255, 255, 255, 0.1);
    color: #1d9cbd; }
    .users__list .user__list__user.select .user__list__user__type {
      color: #b7c0c7; }

.users__list .user__list__user__type {
  position: absolute;
  right: 24px;
  top: 7px;
  color: rgba(183, 192, 199, 0.4);
  text-align: right; }

.users__type {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
  .users__type .users__type__btn {
    width: 50%;
    display: block;
    float: left;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .users__type .users__type__btn.select {
      background-color: rgba(133, 138, 142, 0.1); }

.user__list__zone--server,
.user__list__zone--system {
  position: relative;
  padding: 15px 12px 6px;
  color: rgba(183, 192, 199, 0.4);
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
  .user__list__zone--server .onoffswitch,
  .user__list__zone--system .onoffswitch {
    position: absolute;
    right: 24px;
    top: 8px; }
  .user__list__zone--server.select,
  .user__list__zone--system.select {
    background-color: rgba(255, 255, 255, 0.1);
    color: #1d9cbd; }
    .user__list__zone--server.select .user__list__zone--zone,
    .user__list__zone--system.select .user__list__zone--zone {
      color: #1d9cbd;
      background-color: rgba(0, 0, 0, 0.35); }

.user__list__zone--zone {
  position: relative;
  padding: 15px 12px 6px;
  color: rgba(183, 192, 199, 0.4);
  margin-bottom: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.02); }
  .user__list__zone--zone:first-of-type {
    margin-top: 12px;
    border-radius: 5px 5px 0 0; }
  .user__list__zone--zone:last-of-type {
    border-radius: 0 0 5px 5px; }
  .user__list__zone--zone .onoffswitch {
    right: 12px; }
  .user__list__zone--zone.select {
    color: #1d9cbd;
    background-color: rgba(0, 0, 0, 0.35); }

.user__add-user .switchBtn {
  margin-top: 5px; }

@media screen and (max-width: 479px) {
  .users__list,
  .users__zones {
    float: none;
    width: 100%; } }

@media screen and (max-width: 719px) {
  .users__list,
  .users__zones {
    float: none;
    width: 100%; } }

.splash {
  height: 100%;
  width: 100%;
  position: relative; }

.splash__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.splash__version {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 100%;
  text-align: right;
  padding-right: 10px; }

.installation {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 24px;
  position: relative;
  text-align: center; }

.state1 .installation__state1 {
  display: block; }

.state1 .installation__progress__bar {
  width: 0; }

.state2 .installation__state2 {
  display: block; }

.state2 .installation__progress__bar {
  width: 15%; }

.state3 .installation__state3 {
  display: block; }

.state3 .installation__progress__bar {
  width: 30%; }

.state4 .installation__state4 {
  display: block; }

.state4 .installation__progress__bar {
  width: 45%; }

.state5 .installation__state5 {
  display: block; }

.state5 .installation__progress__bar {
  width: 60%; }

.state6 .installation__state6 {
  display: block; }

.state6 .installation__progress__bar {
  width: 75%; }

.state7 .installation__state7 {
  display: block; }

.state7 .installation__progress__bar {
  width: 90%; }

.state8 .installation__state8 {
  display: block; }

.state8 .installation__progress__bar {
  width: 100%; }

.installation__header {
  margin-bottom: 2px;
  padding: 6px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  height: 48px; }

.installation__logo {
  height: 25px;
  display: inline-block;
  margin-top: 6px; }

.installation__return {
  position: absolute;
  top: 6px;
  left: 24px; }

.installation__close {
  position: absolute;
  top: 6px;
  right: 24px; }

.installation__content {
  margin-bottom: 2px;
  padding: 48px 24px 48px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative; }
  .installation__content .form__select {
    margin: 12px 0 0; }

.installation__state1,
.installation__state2,
.installation__state3,
.installation__state4,
.installation__state5,
.installation__state6,
.installation__state7,
.installation__state8 {
  display: none; }

.installation__buttons {
  display: inline-block;
  margin: 24px auto 0 !important; }

.installation__title {
  margin-bottom: 24px;
  text-transform: none; }

.installation__title2 {
  margin-bottom: 24px; }

.installation__text {
  text-transform: none; }

.installation__img {
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%; }

.installation__block-btn {
  display: block;
  width: 100%;
  padding: 24px !important;
  margin: 6px 0 !important; }

.installation__table {
  width: 100%; }
  .installation__table .link {
    min-height: auto;
    line-height: inherit; }
    .installation__table .link td {
      padding: 12px 6px 0; }
  .installation__table td:first-of-type {
    text-align: left;
    padding-left: 12px; }

.installation__table__header td {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 12px 6px 6px;
  position: relative;
  height: 44px; }
  .installation__table__header td a {
    position: absolute;
    top: 0;
    right: 0; }

.installation__select {
  text-indent: 50px; }

.installation__input {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 12px; }
  .installation__input:last-of-type {
    margin-bottom: 0; }

.installation__routers {
  text-align: left; }

.installation__routers__link {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 12px 6px 6px;
  margin-bottom: 2px;
  position: relative;
  min-height: none;
  line-height: inherit;
  display: block; }

.installation__routers__name {
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-mask-image: -webkit-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -moz-mask-image: -moz-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -ms-mask-image: -ms-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -o-mask-image: -o-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%); }

.installation__routers__sec {
  color: rgba(183, 192, 199, 0.4);
  font-size: 16px; }
  .installation__routers__sec .icon {
    font-size: 13px;
    margin-right: 3px; }

.installation__routers__signal {
  position: absolute;
  bottom: 6px;
  right: 6px; }

.installation__success {
  color: #63a836;
  font-size: 40px; }

.installation__error {
  color: rgba(255, 0, 0, 0.8);
  margin: 24px 0 0;
  text-transform: none; }

.installation__error__signal {
  color: rgba(255, 0, 0, 0.8);
  text-transform: none; }

.installation__progress__continer {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0; }

.installation__progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #1d9cbd;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.icon-signal-none {
  color: #FF3000; }

.icon-signal-low {
  color: #ff8400; }

.icon-signal-mean {
  color: #ffea00; }

.icon-signal-good {
  color: #86CB0D; }

.icon-signal-excelent {
  color: #86CB0D; }

.electricity {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px; }

.electricity__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 600px; }

.electricity__item {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 12px 24px;
  text-align: center;
  text-transform: none; }

.current__price {
  margin-top: 12px; }

.minimum__price,
.maximum__price {
  width: 48%;
  float: left;
  padding: 12px 6px; }

.maximum__price {
  margin-left: 4%; }

.orange__color__price,
.red__color__price,
.green__color__price {
  font-size: 60px;
  line-height: 60px;
  margin-top: 12px;
  font-family: "HelveticaNeueLTStd-UltLtCn", sans-serif; }

.orange__color__price {
  color: #e89640; }

.red__color__price {
  color: #f23c25; }

.green__color__price {
  color: #66ce39; }

.orange__price {
  color: #e89640; }

.red__price {
  color: #f23c25; }

.green__price {
  color: #66ce39; }

.price__unit {
  font-size: 20px; }

.electricity__title {
  width: 100%;
  font-size: 12px; }

.hour__price {
  font-size: 15px; }

.minimum__price__day, .maximum__price__day {
  width: 100%;
  font-size: 20px; }

.minimum__price__day {
  color: #56722a; }

.maximum__price__day {
  color: #ff3000; }

.electricity__climate__btn {
  width: 48%;
  height: 50px;
  float: left;
  margin-bottom: 12px;
  border-radius: 5px;
  padding: 12px 24px;
  text-align: center;
  text-transform: none; }

.select__btn {
  position: relative;
  top: -12px;
  left: -24px;
  width: 167%; }

.no__select__btn {
  position: relative;
  top: -12px;
  left: -24px;
  width: 167%;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  border: 1px none rgba(173, 182, 189, 0.1);
  border-radius: 5px; }

.electric__btn {
  height: 50px; }

.electricity-mini {
  display: none;
  position: absolute;
  top: 0px;
  left: 33%;
  text-transform: none; }

.electricity-mini-tablet {
  display: none;
  position: absolute;
  top: 0;
  right: 7%;
  text-transform: none; }

.electricity-mini-open,
.electricity-mini-close {
  position: absolute;
  top: 6px;
  right: 12px;
  line-height: 18px;
  font-size: 15px;
  white-space: nowrap;
  padding: 3px 30px; }
  .electricity-mini-open .icon,
  .electricity-mini-close .icon {
    font-weight: bold; }

.electricity-mini-open {
  top: 16px; }

.weather__icon {
  font-size: 26px;
  top: 5px;
  left: 7px;
  position: relative; }

.electricity-mini-location {
  text-transform: none; }

.chart {
  width: 250px;
  float: left; }

.connections_chart {
  width: 100%; }

@media screen and (max-width: 1024px) {
  .electricity {
    right: -265px; }
  .electricity-mini, .electricity-mini-tablet {
    display: block; }
  .systems,
  .electricity {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .show-electricity .systems {
    margin-right: 262px; }
  .show-electricity .system__zone {
    width: calc(33.33% - 12px); }
  .show-electricity .electricity {
    right: 0px; }
  .select__btn, .no__select__btn {
    width: 50%; } }

@media screen and (min-width: 720px) and (max-width: 900px) {
  .show-electricity .system__zone {
    width: calc(50% - 12px); }
  .select__btn, .no__select__btn {
    width: 50%; } }

@media screen and (max-width: 719px) {
  .show-electricity .systems {
    left: -100%; }
  .show-electricity .electricity {
    right: 0px;
    width: 100%; }
  .select__btn, .no__select__btn {
    width: 50%; }
  .chart {
    width: 600px; } }

@media screen and (max-width: 479px) {
  .select__btn, .no__select__btn {
    width: 50%; }
  .chart {
    width: 350px; } }

/*------------------------------------*\
    OBJECT
\*------------------------------------*/
.form {
  width: 100%;
  max-width: 640px;
  margin: 24px auto 48px; }
  .form .btn--primary {
    font-family: "HelveticaNeueLTStd-LtCn", sans-serif; }

.form__row {
  border-radius: 5px;
  overflow: hidden; }

.form__label {
  margin: 24px 0 12px; }

.form__input {
  margin-bottom: 3px;
  position: relative; }
  .form__input:last-of-type {
    margin-bottom: 0px; }
  .form__input input {
    display: block;
    width: 100%; }
  .form__input.read-only {
    color: rgba(183, 192, 199, 0.4); }

.form__line {
  background-color: rgba(173, 182, 189, 0.1);
  border-radius: 5px;
  padding: 18px 24px 12px;
  position: relative;
  text-transform: none; }
  .form__line .onoffswitch {
    position: absolute;
    top: 12px;
    right: 24px; }

.form__radio {
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 4px 0 0; }

.form__radio-icon {
  display: inline-block;
  position: relative; }

.form__buttons {
  width: 100%;
  max-width: 350px;
  margin: 48px auto 24px; }
  .form__buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 12px; }
    .form__buttons .btn.extraMargin {
      margin-bottom: 24px; }

.form__select {
  width: 100%;
  max-width: 350px;
  height: 50px;
  padding: 0;
  line-height: 42px !important;
  background-color: rgba(173, 182, 189, 0.1);
  border-radius: 5px;
  font-family: "HelveticaNeueLTStd-LtCn", sans-serif;
  border: none;
  position: relative; }
  .form__select select {
    background: transparent;
    width: 100%;
    max-width: 350px;
    padding: 8px 24px 5px !important;
    line-height: 42px !important;
    border: 0;
    border-radius: 0;
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    text-transform: uppercase; }
  .form__select .server-filter-mobile__item {
    padding: 8px 24px 5px 12px !important; }
  .form__select:hover {
    background-color: rgba(133, 138, 142, 0.1);
    color: #1d9cbd !important; }
  .form__select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1) transparent; }

.input--error {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 100%;
  text-align: center;
  line-height: 44px;
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  background-color: rgba(255, 0, 0, 0.4);
  color: #fafafa; }

.form__checkbox {
  text-transform: none;
  padding: 12px 0px; }

.form__file {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  height: 91px;
  width: 100%;
  max-width: 350px;
  line-height: 91px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(173, 182, 189, 0.1); }
  .form__file:hover {
    background-color: rgba(133, 138, 142, 0.1); }
  .form__file:file__error {
    color: rgba(255, 0, 0, 0.9); }

.form__file__input {
  right: 0;
  margin: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  height: 300px;
  outline: none;
  cursor: inherit;
  position: absolute;
  font-size: 1000px !important; }

.recaptcha__form {
  margin-top: 15px; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  border: none;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: 11px 23px;
  /* [7] */
  background-color: rgba(173, 182, 189, 0.1);
  border: 1px none rgba(173, 182, 189, 0.1);
  border-radius: 5px; }
  .btn, .btn:hover {
    text-decoration: none;
    /* [4] */
    color: #b7c0c7; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

.checkbox {
  position: relative; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 50px; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 13px;
  top: -3px;
  width: 15px;
  height: 15px;
  background: rgba(173, 182, 189, 0.1);
  border: 1px solid rgba(173, 182, 189, 0.1);
  border-radius: 3px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 13px;
  top: -3px;
  width: 15px;
  height: 15px;
  background: #1d9cbd;
  border: 1px solid #1d9cbd;
  border-radius: 3px;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  background-color: rgba(0, 0, 0, 0.35); }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* error checkbox */
[type="checkbox"]:not(:checked).error + label:before,
[type="checkbox"]:checked.error + label:before {
  border-color: rgba(255, 0, 0, 0.9); }

/* hover style just for information */
.system__altherma__power {
  font-size: 23px; }

/* Base for label styling */
.radio:not(:checked),
.radio:checked {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  opacity: 0;
  cursor: pointer;
  z-index: 1; }

.radio:not(:checked) + label,
.radio:checked + label {
  position: relative;
  padding-left: 50px; }

/* radio aspect */
.radio:not(:checked) + label:before,
.radio:checked + label:before {
  content: '';
  position: absolute;
  left: 13px;
  top: -3px;
  width: 15px;
  height: 15px;
  background: rgba(173, 182, 189, 0.1);
  border: 1px solid rgba(173, 182, 189, 0.1);
  border-radius: 8px; }

/* checked mark aspect */
.radio:not(:checked) + label:after,
.radio:checked + label:after {
  content: '';
  position: absolute;
  left: 13px;
  top: -3px;
  width: 15px;
  height: 15px;
  background: #1d9cbd;
  border: 1px solid #1d9cbd;
  border-radius: 8px;
  transition: all .2s; }

/* checked mark aspect changes */
.radio:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.radio:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled radio */
.radio:disabled:not(:checked) + label:before,
.radio:disabled:checked + label:before {
  background-color: rgba(0, 0, 0, 0.35); }

.radio:disabled:checked + label:after {
  color: #999; }

.radio:disabled + label {
  color: #aaa; }

/* error radio */
.radio:not(:checked).error + label:before,
.radio:checked.error + label:before {
  border-color: rgba(255, 0, 0, 0.9); }

/* hover style just for information */
/* Base for label styling */
.radio-icon:not(:checked),
.radio-icon:checked {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  opacity: 0;
  cursor: pointer;
  z-index: 1; }

.radio-icon:not(:checked) + label,
.radio-icon:checked + label {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 4px 0px 0px;
  text-align: center;
  border-radius: 5px; }
  .radio-icon:not(:checked) + label .icon,
  .radio-icon:checked + label .icon {
    font-size: 30px; }

/* checked mark aspect changes */
.radio-icon:not(:checked) + label {
  background-color: rgba(173, 182, 189, 0.1); }

.radio-icon:checked + label {
  background-color: #1d9cbd;
  color: #fafafa; }

/* disabled radio-icon */
.radio-icon:disabled:not(:checked) + label:before,
.radio-icon:disabled:checked + label:before {
  background-color: rgba(0, 0, 0, 0.35); }

.radio-icon:disabled + label {
  color: #aaa; }

/* checked radio-icon manually */
.radio-icon + .radio-icon-selected {
  background-color: #1d9cbd !important;
  color: #fafafa; }

.icon {
  font-family: 'airzone';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon:hover:before, .icon:before:before {
    text-decoration: none !important; }

.icon-server:before {
  content: "\e900"; }

.icon-user:before {
  content: "\e901"; }

.icon-configure:before {
  content: "\e902"; }

.icon-info:before {
  content: "\e903"; }

.icon-logout:before {
  content: "\e904"; }

.icon-menu:before {
  content: "\e905"; }

.icon-build1:before {
  content: "\e906"; }

.icon-build2:before {
  content: "\e907"; }

.icon-build3:before {
  content: "\e908"; }

.icon-build4:before {
  content: "\e909"; }

.icon-build5:before {
  content: "\e90a"; }

.icon-build6:before {
  content: "\e90b"; }

.icon-trash:before {
  content: "\e90c"; }

.icon-edit:before {
  content: "\e90d"; }

.icon-power:before {
  content: "\e90e"; }

.icon-adjust:before {
  content: "\e90f"; }

.icon-program:before {
  content: "\e910"; }

.icon-consumption:before {
  content: "\e911"; }

.icon-success:before {
  content: "\e912"; }

.icon-cancel:before {
  content: "\e913"; }

.icon-heat:before {
  content: "\e914"; }

.icon-heat-both:before {
  content: "\e915"; }

.icon-heat-air:before {
  content: "\e916"; }

.icon-heat-radiant:before {
  content: "\e917"; }

.icon-cool:before {
  content: "\e918"; }

.icon-cool-both:before {
  content: "\e919"; }

.icon-cool-air:before {
  content: "\e91a"; }

.icon-cool-radiant:before {
  content: "\e91b"; }

.icon-dehumidify:before {
  content: "\e91c"; }

.icon-ventilate:before {
  content: "\e91d"; }

.icon-eco-m:before {
  content: "\e91e"; }

.icon-eco-a:before {
  content: "\e91f"; }

.icon-eco-aa:before {
  content: "\e920"; }

.icon-eco-aaa:before {
  content: "\e921"; }

.icon-velocity1:before {
  content: "\e922"; }

.icon-velocity2:before {
  content: "\e923"; }

.icon-velocity3:before {
  content: "\e924"; }

.icon-sleep-off:before {
  content: "\e925"; }

.icon-sleep30:before {
  content: "\e926"; }

.icon-sleep60:before {
  content: "\e927"; }

.icon-sleep90:before {
  content: "\e928"; }

.icon-view-table:before {
  content: "\e929"; }

.icon-view-map:before {
  content: "\e92a"; }

.icon-warning:before {
  content: "\e92b"; }

.icon-weather-lightning:before {
  content: "\e92c"; }

.icon-upload:before {
  content: "\e942"; }

.icon-download:before {
  content: "\e943"; }

.icon-reload:before {
  content: "\e944"; }

.icon-position:before {
  content: "\e945"; }

.icon-search:before {
  content: "\e946"; }

.icon-more:before {
  content: "\e947"; }

.icon-less:before {
  content: "\e948"; }

.icon-batery:before {
  content: "\e949"; }

.icon-heat-off:before,
.icon-cool-off:before,
.icon-stop:before {
  content: "\e94b"; }

.icon-eco-off:before {
  content: "\e94a"; }

.icon-v0:before {
  content: "\e94c"; }

.icon-v1:before {
  content: "\e94d"; }

.icon-v2:before {
  content: "\e94e"; }

.icon-v3:before {
  content: "\e94f"; }

.icon-vswing:before {
  content: "\e950"; }

.icon-h0:before {
  content: "\e951"; }

.icon-h1:before {
  content: "\e952"; }

.icon-h2:before {
  content: "\e953"; }

.icon-h3:before {
  content: "\e954"; }

.icon-hswing:before {
  content: "\e955"; }

.icon-weather1:before {
  content: "\e92d"; }

.icon-weather2:before {
  content: "\e92e"; }

.icon-weather3:before {
  content: "\e92f"; }

.icon-weather4:before {
  content: "\e930"; }

.icon-weather5:before {
  content: "\e931"; }

.icon-weather6:before {
  content: "\e932"; }

.icon-weather7:before {
  content: "\e933"; }

.icon-weather8:before {
  content: "\e934"; }

.icon-weather9:before {
  content: "\e935"; }

.icon-weather10:before {
  content: "\e936"; }

.icon-weather11:before {
  content: "\e937"; }

.icon-weather12:before {
  content: "\e938"; }

.icon-weather13:before {
  content: "\e939"; }

.icon-weather14:before {
  content: "\e93a"; }

.icon-weather15:before {
  content: "\e93b"; }

.icon-weather16:before {
  content: "\e93c"; }

.icon-weather17:before {
  content: "\e93d"; }

.icon-weather18:before {
  content: "\e93e"; }

.icon-weather19:before {
  content: "\e93f"; }

.icon-security:before {
  content: "\e956"; }

.icon-up:before {
  content: "\e957"; }

.icon-down:before {
  content: "\e958"; }

.icon-ventilate-off:before {
  content: "\e959"; }

.icon-signal-none:before {
  content: "\e95c"; }

.icon-signal-low:before {
  content: "\e95d"; }

.icon-signal-mean:before {
  content: "\e95e"; }

.icon-signal-good:before {
  content: "\e95f"; }

.icon-signal-excelent:before {
  content: "\e960"; }

.icon-reload2:before {
  content: "\e961"; }

.icon-velocity2-1:before {
  content: "\e962"; }

.icon-velocity2-2:before {
  content: "\e963"; }

.icon-airflow0:before {
  content: "\e964"; }

.icon-airflow1:before {
  content: "\e965"; }

.icon-airflow2:before {
  content: "\e966"; }

.icon-timer-off:before {
  content: "\e967"; }

.icon-timer30:before {
  content: "\e968"; }

.icon-timer60:before {
  content: "\e969"; }

.icon-timer90:before {
  content: "\e96a"; }

.icon-timer120:before {
  content: "\e96b"; }

.icon-auto:before {
  content: "\e96c"; }

.icon-eco:before {
  content: "\e96d"; }

.icon-vacation:before {
  content: "\e96e"; }

.icon-night:before {
  content: "\e96f"; }

.icon-confort:before {
  content: "\e970"; }

.icon-unocupied:before {
  content: "\e971"; }

.icon-first-stage:before {
  content: "\e972"; }

.icon-second-stage:before {
  content: "\e973"; }

.icon-run-for:before {
  content: "\e974"; }

.icon-furnace:before {
  content: "\e975"; }

.icon-electric:before {
  content: "\e976"; }

.icon-thermometer:before {
  content: "\e977"; }

.icon-every:before {
  content: "\e978"; }

.icon-emergency-heat:before,
.icon-emergency-heat-air:before {
  content: "\e979"; }

.icon-vel-mlp-1:before {
  content: "\e97a"; }

.icon-vel-mlp-2:before {
  content: "\e97b"; }

.icon-vel-mlp-3:before {
  content: "\e97c"; }

.icon-vel-mlp-4:before {
  content: "\e97d"; }

.icon-vel-mlp-5:before {
  content: "\e97e"; }

.icon-vel-mlp-6:before {
  content: "\e97f"; }

.icon-vel-mlp-7:before {
  content: "\e980"; }

.icon-eco-generic:before {
  content: "\e981"; }

.icon-sleep-generic:before {
  content: "\e982"; }

.icon-mode-generic:before {
  content: "\e983"; }

.icon-speed-generic:before {
  content: "\e984"; }

.icon-velocity0:before,
.icon-velocitya:before {
  content: "\e985"; }

.icon-eye:before {
  content: "\e986"; }

.icon-vla-off:before {
  content: "\e987"; }

.icon-vla-on:before {
  content: "\e988"; }

.icon-air-supply-water:before {
  content: "\e98a"; }

.icon-control-stage-air:before {
  content: "\e98b"; }

.icon-control-stage-radiant:before {
  content: "\e98c"; }

.icon-radiant:before {
  content: "\e98d"; }

.icon-vla0:before {
  content: "\e966"; }

.icon-vla1:before {
  content: "\e965"; }

.icon-vla2:before {
  content: "\e964"; }

.icon-vla3:before {
  content: "\e989"; }

.tooltip {
  position: relative; }

.tooltip:hover:after {
  bottom: 105%;
  content: attr(data-tooltop);
  /* este es el texto que será mostrado */
  left: 5%;
  position: absolute;
  z-index: 98;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  color: #fafafa;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px 5px;
  text-align: center; }

.tooltip:hover:before {
  bottom: 105%;
  margin-bottom: -6px;
  margin-left: -6px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
  border: solid;
  border-color: rgba(0, 0, 0, 0.35) transparent;
  border-width: 6px 6px 0 6px; }

.tooltip-right:hover:after {
  left: auto;
  right: 5%; }

.map {
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
  border-radius: 5px; }

.table-servers {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 24px; }
  .table-servers th {
    font-weight: normal;
    font-family: "HelveticaNeueLTStd-Cn", sans-serif; }
  .table-servers td {
    text-transform: none; }
  .table-servers th,
  .table-servers td {
    padding: 2px 12px 0px;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    .table-servers th:first-of-type,
    .table-servers td:first-of-type {
      text-align: left; }
    .table-servers th:before,
    .table-servers td:before {
      content: '';
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .table-servers th:before {
    background-color: rgba(255, 255, 255, 0.1);
    height: 43px; }
  .table-servers td:before {
    background-color: rgba(173, 182, 189, 0.1);
    height: 36px; }
  .table-servers .link {
    display: inline-block;
    position: relative; }
    .table-servers .link.sort:before, .table-servers .link.reverse:before {
      content: "";
      position: absolute;
      top: 17px;
      right: 0;
      border: solid;
      border-color: #b7c0c7 transparent; }
    .table-servers .link.sort:before {
      border-width: 6px 6px 0 6px; }
    .table-servers .link.reverse:before {
      border-width: 0 6px 6px 6px; }

.table-serves__mac {
  width: 30%; }

.table-serves__status {
  width: 20%;
  text-transform: uppercase; }

.table-serves__location {
  width: 50%; }

.table-servers__row {
  cursor: pointer;
  height: 38px; }
  .table-servers__row:hover {
    color: #1d9cbd; }
    .table-servers__row:hover td:before {
      background-color: rgba(133, 138, 142, 0.1); }

.table-servers__lessCity {
  color: rgba(183, 192, 199, 0.4); }

.modal__message {
  width: 100%;
  max-width: 350px;
  margin: 48px auto;
  border-radius: 5px;
  overflow: hidden;
  text-transform: none;
  text-align: center;
  position: relative; }

.modal__message__title {
  font-size: 19px;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 2px; }

.modal__message__content {
  font-size: 16px;
  text-align: center;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 2px; }
  .modal__message__content .icon-cancel,
  .modal__message__content .icon-success {
    display: block;
    margin-bottom: 24px;
    font-size: 45px; }
  .modal__message__content .icon-cancel {
    color: rgba(255, 0, 0, 0.8); }
  .modal__message__content .icon-success {
    color: rgba(90, 255, 0, 0.8); }

.modal__message__buttons {
  display: table;
  width: 100%; }
  .modal__message__buttons .btn {
    display: table-cell;
    border-radius: 0;
    margin-bottom: 0; }

.ng-modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  cursor: pointer; }

.ng-modal-dialog {
  z-index: 10000;
  position: fixed;
  border-radius: 5px;
  max-height: 95%;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #373E45;
  background-image: -moz-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: -webkit-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: -o-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: -ms-radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  background-image: radial-gradient(50% 0%, ellipse cover, #373E45, #222729 100%);
  box-shadow: 4px 4px 80px #000; }

.ng-modal-dialog-content {
  padding: 24px 12px 12px;
  text-align: left; }

.ng-modal-action-bar {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 6px 16px 0px; }

.ng-modal-help {
  position: absolute;
  top: 6px;
  right: 16px; }

.modal__header {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 8px 12px 0px !important;
  height: 45px;
  width: 100%;
  line-height: 38px;
  vertical-align: middle;
  position: relative;
  margin-bottom: 24px; }
  .modal__header .onoffswitch {
    position: absolute;
    top: 8px;
    right: 12px; }

@media screen and (max-width: 719px) {
  .ng-modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

.wrap-dd-select {
  /* Size and position */
  position: relative;
  width: 100%;
  max-width: 350px;
  padding: 8px 24px 0px !important;
  line-height: 42px !important;
  background-color: rgba(173, 182, 189, 0.1);
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .wrap-dd-select:hover {
    background-color: rgba(133, 138, 142, 0.1);
    color: #1d9cbd !important; }

.wrap-dd-select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1) transparent; }

.wrap-dd-select .dropdown {
  /* Size & position */
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  /* Styles */
  background-color: #3d444a;
  padding: 0;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none; }

.wrap-dd-select .dropdown li.divider {
  padding: 1px 0; }

.wrap-dd-select .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease-out; }

.wrap-dd-select .dropdown li i {
  float: right;
  color: inherit; }

.wrap-dd-select .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0; }

.wrap-dd-select .dropdown li:last-of-type a {
  border-radius: 0 0 7px 7px;
  border: none; }

/* Hover state */
.wrap-dd-select .dropdown li:hover a {
  background: #3a4147; }

.wrap-dd-select .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #3d444a transparent; }

.wrap-dd-select .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent; }

.wrap-dd-select.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  display: block; }

/****** dropdown-menu *******/
.wrap-dd-menu {
  /* Size and position */
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 10px; }

.wrap-dd-menu .dropdown {
  /* Size & position */
  position: absolute;
  z-index: 1;
  top: 70%;
  left: 0;
  right: 0;
  /* Styles */
  background: white;
  padding: 0;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  transition: all 0.2s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none; }

.wrap-dd-menu .dropdown li.divider {
  padding: 2px 0;
  background: #e6e8ea; }

.wrap-dd-menu .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #8aa8bd;
  border-bottom: 1px solid #e6e8ea;
  box-shadow: inset 0 1px 0 white;
  transition: all 0.3s ease-out; }

.wrap-dd-menu .dropdown li i {
  float: right;
  color: inherit; }

.wrap-dd-menu .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0; }

.wrap-dd-menu .dropdown li:last-of-type a {
  border-radius: 0 0 7px 7px;
  border: none; }

/* Hover state */
.wrap-dd-menu .dropdown li:hover a {
  background: #f3f8f8; }

.wrap-dd-menu .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent; }

.wrap-dd-menu .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 95px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent; }

.wrap-dd-menu .dropdown.active {
  opacity: 1;
  pointer-events: auto; }

.search-mac__icon {
  height: 0;
  float: right;
  position: relative;
  top: -35px;
  right: 15px; }

.server-filter {
  margin-bottom: 48px;
  width: 100%; }
  .server-filter input {
    border-radius: 5px; }
  .server-filter td {
    padding-right: 12px; }
    .server-filter td:last-of-type {
      padding-right: 0; }
    .server-filter td.right {
      text-align: right; }
  .server-filter .wrap-dd-select {
    text-align: center; }
  .server-filter .table-serves__location {
    width: 45%; }
  .server-filter .table-serves__result {
    width: 5%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 5px; }

.server-filter__title {
  margin: 24px 12px 12px; }

.server-filter__item {
  width: 100%;
  height: 50px;
  display: inline-block;
  padding: 15px 24px 9px; }
  .server-filter__item.center {
    text-align: center; }

.add-server__item {
  width: 50%;
  float: left; }
  .add-server__item:first-of-type {
    padding-right: 12px; }
  .add-server__item:last-of-type {
    padding-left: 12px; }
  .add-server__item .form {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px; }
  .add-server__item .form__title {
    text-align: center;
    margin-bottom: 24px; }

.add-server__resume {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 48px; }
  .add-server__resume .btn {
    width: 100%; }

.add-server__resume-success,
.add-server__resume-error {
  width: 100%;
  margin: 24px auto 48px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  text-align: center; }
  .add-server__resume-success .add-server__resume__icon,
  .add-server__resume-error .add-server__resume__icon {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 12px; }
    .add-server__resume-success .add-server__resume__icon .icon-success,
    .add-server__resume-error .add-server__resume__icon .icon-success {
      color: green; }
    .add-server__resume-success .add-server__resume__icon .icon-cancel,
    .add-server__resume-error .add-server__resume__icon .icon-cancel {
      color: rgba(255, 0, 0, 0.9); }
  .add-server__resume-success table,
  .add-server__resume-error table {
    margin: 24px 0;
    text-transform: none;
    text-align: left;
    width: 100%; }
    .add-server__resume-success table td:last-of-type,
    .add-server__resume-error table td:last-of-type {
      padding-left: 12px; }

.info-server .ng-modal-dialog {
  width: 95%;
  max-width: 600px; }

.info-server .table-servers td {
  padding: 4px 12px 0px;
  height: 41px; }

.info-server .table-servers td:before {
  height: 39px; }

.info-server .table-servers td:last-of-type {
  text-align: right; }

.info-server__col {
  width: calc(50% - 12px);
  float: left; }
  .info-server__col.marginRight {
    margin-right: 24px; }

.info-server__section {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  text-transform: none;
  margin-bottom: 12px; }

.info-server__title {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 8px 12px 0px !important;
  height: 45px;
  line-height: 38px;
  vertical-align: middle;
  margin-bottom: 12px; }

.info-server__list__title {
  padding: 10px 12px 0;
  height: 40px;
  cursor: pointer; }

.info-server__list {
  list-style: none;
  padding: 12px; }

.info-server__table-component {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.35); }
  .info-server__table-component tr:first-of-type td {
    padding-top: 12px; }
  .info-server__table-component tr:last-of-type td {
    padding-bottom: 12px; }
  .info-server__table-component td {
    padding: 0 12px; }
  .info-server__table-component td:first-of-type {
    padding-right: 0; }

.info-server__buttoms {
  text-align: center; }
  .info-server__buttoms .btn {
    margin: 0 6px 48px; }

.info-server__buttoms__bot {
  text-align: center; }
  .info-server__buttoms__bot .btn {
    margin: 6px; }

.remove-server {
  max-width: inherit;
  margin: -12px;
  width: initial; }

.remove-confirmation .ng-modal-close {
  display: none; }

.graphic-server .ng-modal-dialog {
  width: 95%;
  max-width: 1200px; }

.little__font {
  font-size: 16px; }

.text__right {
  text-align: right; }

@media screen and (max-width: 320px) {
  .graphic-server .ng-modal-dialog {
    width: 100%;
    min-height: 600px; } }

@media screen and (max-width: 719px) {
  .graphic-server .ng-modal-dialog {
    width: 100%;
    min-height: 730px; } }

@media screen and (max-width: 479px) {
  .graphic-server .ng-modal-dialog {
    width: 100%;
    min-height: 730px; } }

@media screen\0 {
  .remove-server {
    margin: -12px 0; } }

.pagination {
  text-align: center;
  margin-bottom: 48px; }
  .pagination .btn,
  .pagination .space {
    display: inline-block;
    height: 35px;
    line-height: 35px !important;
    padding: 3px 14px 0 !important; }

.pagination_counter {
  height: 1%; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index:9999; */ }

.loader-relative {
  position: relative;
  margin-top: 20px;
  height: 30px; }

.loading {
  opacity: 0.15; }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  margin-top: -15px;
  margin-left: -25px; }
  .spinner > div {
    background-color: #1d9cbd;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -ms-animation: stretchdelay 1.2s infinite ease-in-out;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out; }
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .spinner .rect3 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s; }
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.onoffswitch {
  position: relative;
  display: inline-block;
  width: 70px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .onoffswitch [type="checkbox"]:not(:checked) + label:before,
  .onoffswitch [type="checkbox"]:checked + label:before,
  .onoffswitch [type="checkbox"]:not(:checked) + label:after,
  .onoffswitch [type="checkbox"]:checked + label:after {
    content: none; }
  .onoffswitch [type="checkbox"]:not(:checked),
  .onoffswitch [type="checkbox"]:checked {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: block;
    top: 0;
    cursor: pointer; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  padding: 0 !important; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in 0s;
  -moz-transition: margin 0.2s ease-in 0s;
  -ms-transition: margin 0.2s ease-in 0s;
  -o-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 35px;
  font-size: 16px;
  border-radius: 30px;
  overflow: hidden; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 15px;
  background-color: #1d9cbd;
  text-align: left;
  color: #fafafa;
  border-radius: 30px; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: rgba(173, 182, 189, 0.1);
  text-align: right;
  border-radius: 30px; }

.onoffswitch-switch {
  display: block;
  width: 30px;
  margin: 0px;
  background: #b7c0c7;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.switchBtn {
  position: relative;
  display: table;
  width: 110%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(173, 182, 189, 0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .switchBtn [type="checkbox"]:not(:checked),
  .switchBtn [type="checkbox"]:checked {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: block;
    top: 0; }
  .switchBtn [type="checkbox"]:checked + .switchBtn-inner {
    color: #1d9cbd;
    background-color: rgba(133, 138, 142, 0.1); }
  .switchBtn [type="checkbox"]:checked ~ .switchBtn-switch {
    color: #b7c0c7;
    background-color: transparent; }

.switchBtn-inner,
.switchBtn-switch {
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 15px 12px 6px; }

.switchBtn-switch {
  color: #1d9cbd;
  background-color: rgba(133, 138, 142, 0.1); }

.switchBtn-inner {
  color: #b7c0c7;
  background-color: transparent; }

.switchBtn-only {
  width: 100%; }

ul[rn-carousel] {
  overflow: visible;
  width: 60%;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  -webkit-touch-action: pan-y;
  -moz-touch-action: pan-y;
  -ms-touch-action: pan-y;
  -o-touch-action: pan-y;
  touch-action: pan-y; }
  ul[rn-carousel] li {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
    vertical-align: top;
    list-style-type: none;
    white-space: normal;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
.login .btn {
  display: block;
  width: 100%;
  margin-bottom: 12px; }

.login .btn--primary {
  font-family: "HelveticaNeueLTStd-LtCn", sans-serif; }

.login__logo {
  width: 165px;
  margin: 48px auto; }

.login__logo__img {
  width: 100%; }

.login__title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 12px; }

.login__form {
  margin-bottom: 48px; }

.login__form__remember {
  display: block;
  text-align: right; }

.login__form__row {
  border-radius: 5px;
  overflow: hidden; }

.login__form__input {
  margin-bottom: 3px;
  position: relative; }
  .login__form__input:last-of-type {
    margin-bottom: 0px; }
  .login__form__input input {
    display: block;
    width: 100%; }

.login__input--error {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 100%;
  text-align: center;
  line-height: 44px;
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  background-color: rgba(255, 0, 0, 0.4);
  color: #fafafa; }

.login__form__checkbox {
  text-transform: none;
  padding-top: 12px; }

.second__checkbox {
  padding-top: 0; }
  .second__checkbox .link {
    width: 246px;
    display: inline-block;
    line-height: 24px;
    vertical-align: top; }
  .second__checkbox [type="checkbox"]:not(:checked),
  .second__checkbox [type="checkbox"]:checked {
    top: -5px; }

.login__form__btn--send {
  font-weight: normal;
  margin-top: 12px; }

.login__message {
  font-size: 16px;
  padding: 12px;
  text-transform: none;
  text-align: center; }

.login__message--success {
  text-transform: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden; }
  .login__message--success .btn--primary {
    margin-bottom: 0px;
    font-family: "HelveticaNeueLTStd-Cn", sans-serif;
    border-radius: 0px; }

.login__message__title {
  font-size: 18px;
  text-align: center;
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  margin-top: 12px; }

.login__message__content {
  font-size: 16px;
  text-align: center;
  padding: 12px; }

.login__app {
  max-width: 300px;
  margin: 24px auto; }

.login__app__link {
  width: 50%;
  max-width: 450px;
  float: left; }
  .login__app__link img {
    width: 100%; }
  .login__app__link:first-of-type {
    padding-right: 5px; }
  .login__app__link:last-of-type {
    padding-left: 5px; }

.login__ue__img {
  margin-top: 24px; }

.register__first__checkbox {
  margin-bottom: 10px; }
  .register__first__checkbox label {
    display: block; }
  .register__first__checkbox a {
    line-height: 0; }
  .register__first__checkbox input {
    top: 0 !important; }
  .register__first__checkbox input:checked ~ label:before,
  .register__first__checkbox input:not(:checked) ~ label:before {
    top: 2px !important; }
  .register__first__checkbox input:checked ~ label:after,
  .register__first__checkbox input:not(:checked) ~ label:after {
    top: 2px !important; }

.register_publicity {
  pointer-events: none;
  cursor: default; }

.password_eye {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px; }
  .password_eye.show_password {
    color: #1d9cbd !important; }
    .password_eye.show_password:hover {
      color: #1d9cbd !important; }

.password__router__eye {
  position: relative;
  top: -35px;
  float: right;
  right: 10px;
  font-size: 25px; }
  .password__router__eye.show_password {
    color: #1d9cbd !important; }
    .password__router__eye.show_password:hover {
      color: #1d9cbd !important; }

@media screen and (max-width: 719px) {
  .login__logo {
    margin: 0 auto 12px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  text-transform: uppercase;
  z-index: 100; }

.header__logo {
  height: 90px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px; }

.header__logo__item {
  line-height: 90px; }
  .header__logo__item img {
    width: 165px;
    vertical-align: middle; }

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  z-index: 103;
  padding: 0 5px;
  text-transform: uppercase; }

.navigation__content {
  height: 90px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: right; }

.navigation-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
  cursor: pointer; }

.navigation__item {
  display: inline-block;
  padding: 27px 0 0 24px; }
  .navigation__item .icon {
    display: none; }
  .navigation__item:hover {
    text-decoration: none; }
  .navigation__item.active {
    color: #1d9cbd; }

.navigation__trigger,
label[for="navigation__trigger"] {
  display: none; }

.electricity__climate__btn {
  display: block; }

@media screen and (max-width: 1024px) {
  .header {
    height: 44px;
    text-align: center;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -ms-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
  .header__logo__item {
    line-height: 44px; }
    .header__logo__item img {
      width: 80px;
      margin: 0; }
  .navigation {
    width: 220px;
    height: 90%;
    top: 48px;
    bottom: 0;
    left: -220px;
    padding: 0 10px 10px;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -ms-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
    .navigation.showMenu {
      left: 0px; }
    .navigation.showMenu + .navigation-overlay {
      display: block; }
  .navigation__content {
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 24px; }
  .navigation__item {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 48px;
    line-height: inherit; }
    .navigation__item .icon {
      display: block;
      font-size: 30px;
      margin-bottom: 12px; }
    .navigation__item:last-of-type {
      margin-bottom: 0; }
  .navigation__trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: inline-block;
    top: 0 !important; }
  label[for="navigation__trigger"] {
    display: inline-block;
    position: absolute !important;
    left: 0px;
    top: 0px;
    z-index: 2;
    height: 44px;
    width: 44px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    padding-left: 0 !important; }
    label[for="navigation__trigger"]:before, label[for="navigation__trigger"]:after {
      display: none; }
    label[for="navigation__trigger"] .icon-menu {
      vertical-align: middle; }
  .electricity__climate__btn {
    display: none; }
  .main {
    left: 0px;
    z-index: 105;
    overflow-x: hidden;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -ms-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
    .main.menu-trigger {
      width: 100%;
      position: fixed;
      left: 220px; } }

@media screen and (max-width: 719px) and (orientation: landscape) {
  .main {
    height: 190%; }
  .header {
    webkit-box-shadow: 0px 5px 5px 0px rgba(44, 49, 54, 0.52);
    -moz-box-shadow: 0px 5px 5px 0px rgba(44, 49, 54, 0.52);
    box-shadow: 0px 4px 4px 0px rgba(44, 49, 54, 0.52);
    -webkit-linear-gradient: to top bottom, #2c3136, #000000;
    background-color: #2c3136; } }

@media screen and (max-width: 719px) and (orientation: portrait) {
  .main {
    height: 100%; } }

.servers.edit .server__item__btn {
  border-radius: 5px 5px 0 0; }

.edit-server__btn {
  position: absolute;
  top: 6px;
  right: 12px;
  display: none; }

.no-servers .servers__list,
.no-servers .content__header__action {
  display: none; }

.no-servers .server__add {
  font-family: "HelveticaNeueLTStd-Cn", sans-serif;
  color: #fafafa;
  background-color: #1d9cbd; }
  .no-servers .server__add:hover {
    background-color: #1a8aa7;
    color: #fafafa !important; }

.no-servers .server__message {
  display: block; }

.server__message {
  display: none;
  font-size: 15px;
  text-transform: none;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 24px auto; }

.server__message__title {
  font-size: 17px; }

.servers__list {
  margin: 0 -12px; }

.server__item {
  padding: 24px 12px !important;
  text-align: center;
  float: left;
  width: 20%;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .server__item .server__item__btn {
    width: 100%;
    padding: 24px 12px !important; }
    .server__item .server__item__btn .icon {
      font-size: 65px;
      display: block;
      margin-bottom: 12px; }

.server__item__name,
.server__item__location {
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-mask-image: -webkit-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -moz-mask-image: -moz-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -ms-mask-image: -ms-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  -o-mask-image: -o-linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(left, black 90%, rgba(0, 0, 0, 0) 100%);
  overflow-y: hidden;
  line-height: 24px; }

.server__item__name {
  text-transform: none; }

.server__item__location {
  font-size: 12px;
  line-height: 14px; }

.server__item__actions {
  width: 100%; }

.server__item__action {
  float: left;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 2px 1px 0px; }
  .server__item__action:first-of-type {
    padding-left: 0px; }
    .server__item__action:first-of-type .btn {
      border-radius: 0 0 0 5px; }
  .server__item__action:last-of-type {
    padding-right: 0px; }
    .server__item__action:last-of-type .btn {
      border-radius: 0 0 5px 0; }
  .server__item__action .btn {
    width: 100%;
    padding: 5px 0px 0px !important;
    border-radius: 0px;
    height: 44px;
    line-height: 44px; }
  .server__item__action .icon {
    font-size: 20px; }

.server__item__action.advanced_adjust {
  width: 33.33%; }

.server__item__action.basic_adjust {
  width: 100%;
  padding: 2px 0px 0px; }
  .server__item__action.basic_adjust:first-of-type .btn {
    border-radius: 0 0 5px 5px; }

.server__add {
  display: block;
  width: 300px;
  margin: 24px auto; }

.connected {
  color: #fcee21; }
  .connected:hover {
    color: #fcee21 !important; }

.activated {
  color: #1d9cbd; }
  .activated:hover {
    color: #1d9cbd !important; }

.editServerMenu {
  position: absolute;
  top: 6px;
  right: 12px;
  display: none; }

@media screen and (min-width: 720px) and (max-width: 1024px) {
  .server__item {
    width: 25%; }
  .editServerMenu {
    display: block; }
  #edit_servers {
    display: none; }
  .edit-server__btn {
    display: block; }
  .server__item__name, .server__item__location {
    -webkit-mask-image: none; } }

@media screen and (max-width: 719px) {
  .server__item {
    width: 33.33%; }
  .editServerMenu {
    display: block; }
  #edit_servers {
    display: none; }
  .edit-server__btn {
    display: block; }
  .server__item__name, .server__item__location {
    -webkit-mask-image: none; } }

@media screen and (max-width: 479px) {
  .server__item {
    width: 50%; }
  .server__add {
    width: 100%; }
  .editServerMenu {
    display: block; }
  #edit_servers {
    display: none; } }

.content__header {
  display: table;
  width: 100%;
  margin-bottom: 12px;
  z-index: 3; }

.content__header__title {
  display: table-cell;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 8px 12px 0px !important;
  width: 99%;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  position: relative; }
  .content__header__title .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    min-height: inherit;
    height: 40px;
    line-height: 34px !important;
    display: inline-block;
    margin-left: 12px;
    padding: 8px 11px 0px !important;
    background-color: rgba(0, 0, 0, 0.35); }

.content__header__action {
  display: table-cell;
  padding-left: 6px;
  text-align: center;
  white-space: nowrap; }
  .content__header__action .server-filter {
    width: 100%;
    padding-right: 8px; }
    .content__header__action .server-filter .btn {
      width: 33.33%;
      display: inline-block; }
  .content__header__action .btn {
    width: 100%; }
    .content__header__action .btn:hover {
      color: #1d9cbd; }

.no_server_header {
  display: table; }

.remove__filter {
  padding: 8px 22px 5px;
  text-transform: initial;
  background-color: rgba(173, 182, 189, 0.1);
  border-radius: 50px; }

.user__servers__filter {
  margin-bottom: 20px; }

.user__servers__filter__status {
  width: 20%; }

.user__servers__filter__value {
  width: 80%; }

.no__results {
  text-align: center;
  padding: 50px 0px 100px; }

@media screen and (max-width: 1024px) {
  .content__header__title {
    width: 100%;
    background-color: transparent;
    text-align: center; }
  .content__header__action {
    display: block;
    position: fixed;
    top: 0;
    right: 0; }
    .content__header__action .btn {
      background-color: transparent;
      padding: 0 24px; }
  .user__servers__filter {
    margin-bottom: 0px; }
  .user__servers__filter__status {
    width: 40%; }
  .remove__filter {
    padding: 8px 10px 5px; } }

.modal__schedules {
  max-width: 450px;
  width: 100%; }
  .modal__schedules .modal__header {
    position: relative; }
    .modal__schedules .modal__header .link {
      position: absolute;
      top: 4px;
      right: 12px; }

.schedule__add__error {
  color: red;
  margin: 12px 0; }

.schedules__list__item {
  cursor: pointer;
  position: relative;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
  .schedules__list__item.off {
    cursor: auto;
    color: rgba(183, 192, 199, 0.4);
    /*&:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
    }*/ }
    .schedules__list__item.off .schedule__options__day.select {
      color: rgba(183, 192, 199, 0.4); }

.schedules__list__buttons {
  margin: 24px 0; }
  .schedules__list__buttons .btn {
    display: block;
    margin-bottom: 12px; }

.schedule__header,
.server__schedule__header {
  position: relative;
  line-height: 30px;
  margin-bottom: 12px; }
  .schedule__header .onoffswitch,
  .server__schedule__header .onoffswitch {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }

.server__schedule__header {
  line-height: 0;
  margin-top: 10px; }

.schedules__add__zones {
  margin-top: 24px; }
  .schedules__add__zones .schedules__add__title {
    margin-bottom: 12px; }

.schedules__add__zone {
  position: relative;
  line-height: 30px;
  padding: 6px 12px 0;
  margin-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 5px; }
  .schedules__add__zone .onoffswitch {
    position: absolute;
    top: 3px;
    right: 12px; }

.schedule__options {
  display: table;
  width: 100%; }

.schedule__option {
  display: table-cell;
  padding-right: 12px; }
  .schedule__option:last-of-type {
    padding-right: 0;
    padding-left: 24px; }

.schedule__options__title,
.schedule__options__time,
.schedule__options__value,
.server__schedule__options__time,
.server__schedule__options__title {
  text-align: center; }

.schedule__options__title,
.server__schedule__options__title {
  font-size: 15px; }
  .schedule__options__title.days,
  .server__schedule__options__title.days {
    text-align: left; }

.schedule__options__time,
.server__schedule__options__time {
  margin-bottom: 6px; }

.server__schedule__options__time {
  float: left;
  width: 15%; }

.server__schedule__info {
  height: 45px; }

.schedule__options__value,
.server__schedule__options__value,
.server__schedule__calendar__options__value {
  font-size: 20px; }
  .schedule__options__value .icon,
  .server__schedule__options__value .icon,
  .server__schedule__calendar__options__value .icon {
    font-size: 25px; }
  .schedule__options__value .icon-cool, .schedule__options__value .icon-heat,
  .server__schedule__options__value .icon-cool,
  .server__schedule__options__value .icon-heat,
  .server__schedule__calendar__options__value .icon-cool,
  .server__schedule__calendar__options__value .icon-heat {
    position: relative;
    top: 3px;
    right: 5px;
    font-size: 20px; }
  .schedule__options__value .icon-heat,
  .server__schedule__options__value .icon-heat,
  .server__schedule__calendar__options__value .icon-heat {
    margin-left: 15px; }

.server__schedule__options__value {
  float: left;
  width: 70%;
  text-align: center; }

.server__schedule__calendar__options__value {
  float: left;
  width: 45%;
  text-align: center; }
  .server__schedule__calendar__options__value .schedules__add__title {
    text-align: left; }

.item__calendar__schedules {
  line-height: 0;
  margin-top: 10px; }

.server__schedule__info__line {
  border-top: 1px solid #b7c0c7;
  text-align: center;
  height: 15px; }
  .server__schedule__info__line span {
    position: relative;
    top: -5px; }

.server__schedule__info__arrow {
  position: relative;
  top: -5px; }

.server__schedule__options__title {
  float: left;
  width: 35%; }

.server__schedule__label__date {
  float: left; }

.server__schedule__value__date {
  float: right; }

.server__schedule__end__date {
  clear: left; }

.schedule__options__days {
  margin-top: 12px; }

.schedule__options__day {
  display: inline-block;
  width: 20px;
  color: rgba(183, 192, 199, 0.4); }
  .schedule__options__day.select {
    color: #b7c0c7; }

.table__property__calendar__filter__date {
  margin-left: 15px; }

.schedules__add__title {
  font-size: 15px;
  margin: 24px 0 6px;
  position: relative; }
  .schedules__add__title .onoffswitch {
    position: absolute;
    top: -5px;
    right: 12px; }

.schedules__add__options {
  display: table;
  width: 100%;
  border-spacing: 1px; }
  .schedules__add__options.days .btn {
    padding: 8px 0px 0px !important;
    width: 14.25%; }
    .schedules__add__options.days .btn.select {
      background-color: #1d9cbd !important;
      color: #b7c0c7 !important; }
      .schedules__add__options.days .btn.select:hover {
        color: #b7c0c7 !important; }
  .schedules__add__options.temp {
    max-width: 300px;
    margin: 48px auto;
    text-align: center; }
    .schedules__add__options.temp .schedules__temp__value {
      font-family: "HelveticaNeueLTStd-UltLtCn", sans-serif;
      font-size: 80px;
      padding-top: 18px; }
    .schedules__add__options.temp .schedules__temp__btn {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
  .schedules__add__options > .btn {
    display: table-cell;
    border-radius: 0;
    background-color: rgba(173, 182, 189, 0.04);
    color: rgba(183, 192, 199, 0.4); }
    .schedules__add__options > .btn:first-of-type {
      border-radius: 5px 0 0 5px; }
    .schedules__add__options > .btn:last-of-type {
      border-radius: 0 5px 5px 0; }
    .schedules__add__options > .btn.select {
      background-color: rgba(173, 182, 189, 0.1);
      color: #b7c0c7 !important; }
      .schedules__add__options > .btn.select:hover {
        color: #1d9cbd !important; }
  .schedules__add__options > input {
    width: 100%; }

.schedules__add__halve-row {
  display: table;
  width: 100%; }
  .schedules__add__halve-row.buttons {
    margin: 36px 0 12px; }

.schedules__add__halve-row__item {
  display: table-cell;
  width: 50%;
  padding: 0 1%; }

.schedules__add__button.two-btn {
  display: table;
  width: 100%;
  border-spacing: 6px 0; }
  .schedules__add__button.two-btn .btn {
    display: table-cell;
    width: 50%; }

.off {
  color: rgba(183, 192, 199, 0.4) !important; }
  .off .btn,
  .off .btn.select {
    color: rgba(183, 192, 199, 0.4) !important;
    background-color: rgba(173, 182, 189, 0.04) !important; }
    .off .btn:hover,
    .off .btn.select:hover {
      color: rgba(183, 192, 199, 0.4) !important; }
  .off :hover,
  .off *:hover {
    cursor: default; }

.schedules__add__button .btn {
  width: 100%; }

.schedules__add__button .btn.icon-btn {
  font-size: 28px !important;
  padding-top: 9px !important;
  height: 51px; }

.schedules__add__return {
  padding: 1%;
  margin-bottom: 24px; }
  .schedules__add__return .btn {
    width: 100%; }

.schedules__time {
  display: table;
  width: 100%;
  max-width: 200px;
  margin: 0 auto; }

.schedules__time__col {
  display: table-cell;
  width: 40%;
  text-align: center; }
  .schedules__time__col.pointer {
    width: 20%;
    vertical-align: middle; }

.schedules__time__value {
  font-family: "HelveticaNeueLTStd-UltLtCn", sans-serif;
  font-size: 80px;
  margin-top: 20px; }

.schedules__time__button-off {
  text-align: left;
  margin: 48px auto;
  position: relative;
  width: 100%;
  max-width: 300px; }
  .schedules__time__button-off .onoffswitch {
    position: absolute;
    top: -4px;
    right: 12px; }

.schedules__mode {
  margin: 24px auto;
  width: 90%; }

.schedules__mode__item .btn {
  display: block;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: left; }
  .schedules__mode__item .btn .icon {
    width: 35px;
    display: inline-block;
    font-size: 25px;
    vertical-align: -5px;
    text-align: center; }

.schedules__mode__item:first-of-type .btn {
  border-radius: 5px 5px 0 0; }

.schedules__mode__item:last-of-type .btn {
  border-radius: 0 0 5px 5px; }

.message__delete-schedules {
  text-align: center;
  padding: 70px 10px 90px; }

.message__delete-buttons {
  position: absolute;
  bottom: 0;
  left: 0; }

.time__list {
  margin: 0 60px 0 60px; }

#cold_heat_temp_btn .icon-cool, #cold_heat_temp_btn .icon-heat {
  position: relative;
  top: 2px;
  right: 10px; }

.margin-left__15 {
  margin-left: 15px; }

.select_vla_options {
  position: relative;
  top: -5px;
  font-size: 20px !important;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-Cn", sans-serif; }

.page-error {
  width: 100%;
  max-width: 600px !important;
  text-align: center;
  padding: 12px; }

.page-error__title {
  font-size: 24px;
  margin-bottom: 24px; }

.page-error__description {
  text-transform: none;
  margin-bottom: 48px; }
  .page-error__description .btn {
    max-width: 300px;
    margin: 48px auto; }

.page-error__browsers {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 48px; }

.page-error__browser {
  display: table-cell;
  vertical-align: bottom; }
  .page-error__browser img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 6px; }

/*------------------------------------*\
    TESTS
\*------------------------------------*/
button {
  padding: 5px 15px;
  line-height: normal;
  font-family: "Helvetica Neue", Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  background: #f5f5f5;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='$start', endColorstr='$end');
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer; }

button.primary, button.primary:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #74bb5a;
  border-bottom-color: #509338;
  background: #8add6d;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='$start', endColorstr='$end');
  background: -webkit-gradient(linear, left top, left bottom, from(#8add6d), to(#60b044));
  background: -moz-linear-gradient(top, #8add6d, #60b044);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

button.smaller {
  font-size: 11px;
  padding: 4px 7px; }

button:hover {
  color: #337797;
  background: #f0f7fa;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='$start', endColorstr='$end');
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f7fa), to(#d8eaf2));
  background: -moz-linear-gradient(top, #f0f7fa, #d8eaf2);
  border-color: #cbe3ee;
  border-bottom-color: #97c7dd; }

button:disabled {
  opacity: 0.5; }

/*------------------------------------*\
    TRUMPS
\*------------------------------------*/
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.datetime-input.datetime {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 4em;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.datetime-input.datetime .display {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  height: 4em;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.datetime .display .date {
  color: #777;
  font-size: 1em;
  line-height: 2em;
  display: block;
  overflow: hidden; }

.datetime-input.datetime .display .time {
  font-size: 1.5em;
  line-height: 1.25em;
  display: block;
  overflow: hidden; }

.datetime-input.datetime .display .placeholder {
  font-size: 1.5em;
  line-height: 3em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.datetime-input.datetime .display.active, .datetime-input.datetime .display:hover {
  background-color: #ddd; }

.datetime-input.datetime .display.warning, .datetime-input.datetime .display.warning.active, .datetime-input.datetime .display.warning:hover {
  background-color: rgba(255, 54, 46, 0.75); }

.datetime-input.datetime .edit-popover {
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 100%;
  min-width: 350px;
  height: auto;
  padding: 0;
  background-color: #efefef;
  border-radius: 0;
  border: 1px solid #aaa;
  box-sizing: border-box; }

.datetime-input.datetime .edit-popover .header {
  width: 100%;
  color: #777;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  transition: background-color .25s ease-out; }

.datetime-input.datetime .edit-popover .header:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #efefef;
  width: 1em;
  height: 1em;
  top: -.5em;
  left: 10%;
  z-index: 1;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: background-color .25s ease-out; }

.datetime-input.datetime .edit-popover .header:hover, .datetime-input.datetime .edit-popover .header:hover:before {
  background-color: #ddd; }

.datetime-input.datetime .calendar .calendar-header {
  cursor: default;
  background-color: #fff;
  position: relative;
  width: 100%;
  font-size: 1.5em;
  line-height: 2em; }

.datetime-input.datetime .calendar .calendar-header .arrow {
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  line-height: 1.5em;
  font-size: 1.5em; }

.datetime-input.datetime .calendar .calendar-header .arrow.arrow-left {
  position: absolute;
  left: 0;
  width: 2em;
  height: 100%; }

.datetime-input.datetime .calendar .calendar-header .arrow.arrow-left:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 25%;
  border-right: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-input.datetime .calendar .calendar-header .arrow.arrow-left:hover:before {
  border-right-color: #999; }

.datetime-input.datetime .calendar .calendar-header .arrow.arrow-right {
  position: absolute;
  right: 0;
  width: 2em;
  height: 100%; }

.datetime-input.datetime .calendar .calendar-header .arrow.arrow-right:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 25%;
  border-left: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-input.datetime .calendar .calendar-header .arrow.arrow-right:hover:before {
  border-left-color: #999; }

.datetime-input.datetime .calendar .calendar-body {
  padding: .5em 0; }

.datetime-input.datetime .calendar .calendar-body .weekdays {
  cursor: default;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
  padding: 0 1em; }

.datetime-input.datetime .calendar .calendar-body .weekdays .weekday {
  width: 5em;
  height: 2.5em;
  display: inline-block; }

.datetime-input.datetime .calendar .calendar-body .week {
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 1.25em;
  line-height: 2.65em;
  letter-spacing: 1px;
  padding: .5em 1em; }

.datetime-input.datetime .calendar .calendar-body .week .date {
  display: inline-block;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  transition: background-color .25s ease-out; }

.datetime-input.datetime .calendar .calendar-body .week .date.current {
  color: #555;
  font-weight: 900; }

.datetime-input.datetime .calendar .calendar-body .week .date:not(.active):hover {
  background-color: #ddd; }

.datetime-input.datetime .calendar .calendar-body .week .date.active, .datetime-input.datetime .calendar .calendar-body .week .date.inactive.active {
  color: #efefef;
  background-color: rgba(255, 69, 0, 0.75); }

.datetime-input.datetime .calendar .calendar-body .week .date.inactive {
  color: #aaa; }

.datetime-input.datetime .timer {
  display: flex;
  justify-content: space-between;
  background-color: #fff; }

.datetime-input.datetime .timer .timer-hours, .datetime-input.datetime .timer .timer-minutes, .datetime-input.datetime .timer .timer-seconds {
  cursor: default;
  width: 3em;
  display: inline-block;
  font-size: 3em;
  line-height: 1.5em;
  position: relative; }

.datetime-input.datetime .timer .timer-hours .arrow, .datetime-input.datetime .timer .timer-minutes .arrow, .datetime-input.datetime .timer .timer-seconds .arrow {
  position: relative;
  color: #ddd;
  cursor: pointer;
  height: 1em;
  margin: 0 .5em;
  line-height: 1em;
  font-size: .75em; }

.datetime-input.datetime .timer .timer-hours .arrow.arrow-up:before, .datetime-input.datetime .timer .timer-minutes .arrow.arrow-up:before, .datetime-input.datetime .timer .timer-seconds .arrow.arrow-up:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-input.datetime .timer .timer-hours .arrow.arrow-up:hover:before, .datetime-input.datetime .timer .timer-minutes .arrow.arrow-up:hover:before, .datetime-input.datetime .timer .timer-seconds .arrow.arrow-up:hover:before {
  border-bottom-color: #999; }

.datetime-input.datetime .timer .timer-hours .arrow.arrow-down:before, .datetime-input.datetime .timer .timer-minutes .arrow.arrow-down:before, .datetime-input.datetime .timer .timer-seconds .arrow.arrow-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 35%;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-input.datetime .timer .timer-hours .arrow.arrow-down:hover:before, .datetime-input.datetime .timer .timer-minutes .arrow.arrow-down:hover:before, .datetime-input.datetime .timer .timer-seconds .arrow.arrow-down:hover:before {
  border-top-color: #999; }

.datetime-input.datetime .timer .timer-divider {
  font-size: 3em;
  line-height: 3em;
  -webkit-animation-name: a;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: a;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: a;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes a {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    opacity: 0; } }

.datetime-input.datetime .clear-button {
  position: absolute;
  z-index: 2;
  bottom: -2.5em;
  right: -1px;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  font-size: 1.5em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.datetime .clear-button:before {
  content: "";
  position: absolute;
  left: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(25deg); }

.datetime-input.datetime .clear-button:hover, .datetime-input.datetime .clear-button:hover:before {
  background: #ddd; }

.datetime-input.datetime .close-button {
  position: absolute;
  z-index: 2;
  left: -1px;
  bottom: -2.2em;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  font-size: .9em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.datetime .close-button:before {
  content: "";
  position: absolute;
  right: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(-26deg); }

.datetime-input.datetime .close-button:hover, .datetime-input.datetime .close-button:hover:before {
  background: #ddd; }

.datetime-input.date {
  position: relative;
  width: 75%;
  height: auto;
  min-height: 4em;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.datetime-input.date .display {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  height: 2.5em;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.date .display .date {
  font-size: 1.2em;
  line-height: 2em;
  display: block;
  overflow: hidden; }

.datetime-input.date .display .placeholder {
  font-size: 1.5em;
  line-height: 3em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.datetime-input.date .display.active, .datetime-input.date .display:hover {
  background-color: #ddd; }

.datetime-input.date .display.warning, .datetime-input.date .display.warning.active, .datetime-input.date .display.warning:hover {
  background-color: rgba(255, 54, 46, 0.75); }

.datetime-input.date .edit-popover {
  position: absolute;
  z-index: 20000;
  top: 2.7em;
  width: 100%;
  min-width: 250px;
  height: auto;
  padding: 0;
  background-color: #efefef;
  border-radius: 0;
  border: 1px solid #aaa;
  box-sizing: border-box; }

.datetime-input.date .edit-popover .header {
  width: 100%;
  height: 0;
  color: #777;
  font-size: .9em;
  line-height: 6em;
  cursor: default;
  transition: background-color .25s ease-out; }

.datetime-input.date .calendar .calendar-header {
  cursor: default;
  background-color: #fff;
  position: relative;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.5em; }

.datetime-input.date .calendar .calendar-header .arrow {
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  line-height: 1.5em;
  font-size: 1.2em; }

.datetime-input.date .calendar .calendar-header .arrow.arrow-left {
  position: absolute;
  left: 0;
  top: -3px;
  width: 2em;
  height: 100%; }

.datetime-input.date .calendar .calendar-header .arrow.arrow-left:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 25%;
  border-right: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-input.date .calendar .calendar-header .arrow.arrow-left:hover:before {
  border-right-color: #999; }

.datetime-input.date .calendar .calendar-header .arrow.arrow-right {
  position: absolute;
  right: 0;
  top: -3px;
  width: 2em;
  height: 100%; }

.datetime-input.date .calendar .calendar-header .arrow.arrow-right:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 25%;
  border-left: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-input.date .calendar .calendar-header .arrow.arrow-right:hover:before {
  border-left-color: #999; }

.datetime-input.date .calendar .calendar-body {
  padding: .5em 0; }

.datetime-input.date .calendar .calendar-body .weekdays {
  cursor: default;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: .8em;
  line-height: 4.5em;
  text-transform: uppercase;
  padding: 0; }

.datetime-input.date .calendar .calendar-body .weekdays .weekday {
  width: 5em;
  height: 2.5em;
  display: inline-block; }

.datetime-input.date .calendar .calendar-body .week {
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 1em;
  line-height: 2.65em;
  letter-spacing: 1px;
  padding: 0; }

.datetime-input.date .calendar .calendar-body .week .date {
  display: inline-block;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  transition: background-color .25s ease-out; }

.datetime-input.date .calendar .calendar-body .week .date.current {
  color: #555;
  font-weight: 900; }

.datetime-input.date .calendar .calendar-body .week .date:not(.active):hover {
  background-color: #ddd; }

.datetime-input.date .calendar .calendar-body .week .date.active, .datetime-input.date .calendar .calendar-body .week .date.inactive.active {
  color: #efefef;
  background-color: rgba(255, 69, 0, 0.75); }

.datetime-input.date .calendar .calendar-body .week .date.inactive {
  color: #aaa; }

.datetime-input.date .clear-button {
  position: absolute;
  z-index: 2;
  bottom: -2.5em;
  right: -1px;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  font-size: 1.5em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.date .clear-button:before {
  content: "";
  position: absolute;
  left: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(25deg); }

.datetime-input.date .clear-button:hover, .datetime-input.date .clear-button:hover:before {
  background: #ddd; }

.datetime-input.date .close-button {
  position: absolute;
  z-index: 2;
  left: -1px;
  bottom: -2.2em;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  font-size: .9em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.date .close-button:before {
  content: "";
  position: absolute;
  right: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(-26deg); }

.datetime-input.date .close-button:hover, .datetime-input.date .close-button:hover:before {
  background: #ddd; }

.datetime-input.time {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 4em;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.datetime-input.time .display {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  height: 4em;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.time .display .date {
  color: #777;
  font-size: 1em;
  line-height: 1em;
  margin-top: .5em;
  display: block;
  overflow: hidden; }

.datetime-input.time .display .time {
  font-size: 2em;
  line-height: 2em;
  display: block;
  overflow: hidden; }

.datetime-input.time .display .placeholder {
  font-size: 1.5em;
  line-height: 3em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.datetime-input.time .display.active, .datetime-input.time .display:hover {
  background-color: #ddd; }

.datetime-input.time .display.warning, .datetime-input.time .display.warning.active, .datetime-input.time .display.warning:hover {
  background-color: rgba(255, 54, 46, 0.75); }

.datetime-input.time .edit-popover {
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 100%;
  min-width: 350px;
  height: auto;
  padding: 0;
  background-color: #efefef;
  border-radius: 0;
  border: 1px solid #aaa;
  box-sizing: border-box; }

.datetime-input.time .edit-popover .header {
  width: 100%;
  height: 0;
  color: #777;
  font-size: 1.5em;
  line-height: 2em;
  cursor: default;
  transition: background-color .25s ease-out; }

.datetime-input.time .edit-popover .header:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #efefef;
  width: 1em;
  height: 1em;
  top: -.5em;
  left: 10%;
  z-index: 1;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: background-color .25s ease-out; }

.datetime-input.time .timer {
  display: flex;
  justify-content: space-between;
  background-color: #fff; }

.datetime-input.time .timer .timer-hours, .datetime-input.time .timer .timer-minutes, .datetime-input.time .timer .timer-seconds {
  cursor: default;
  width: 3em;
  display: inline-block;
  font-size: 3em;
  line-height: 1.5em;
  position: relative; }

.datetime-input.time .timer .timer-hours .arrow, .datetime-input.time .timer .timer-minutes .arrow, .datetime-input.time .timer .timer-seconds .arrow {
  position: relative;
  color: #ddd;
  cursor: pointer;
  height: 1em;
  margin: 0 .5em;
  line-height: 1em;
  font-size: .75em; }

.datetime-input.time .timer .timer-hours .arrow.arrow-up:before, .datetime-input.time .timer .timer-minutes .arrow.arrow-up:before, .datetime-input.time .timer .timer-seconds .arrow.arrow-up:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-input.time .timer .timer-hours .arrow.arrow-up:hover:before, .datetime-input.time .timer .timer-minutes .arrow.arrow-up:hover:before, .datetime-input.time .timer .timer-seconds .arrow.arrow-up:hover:before {
  border-bottom-color: #999; }

.datetime-input.time .timer .timer-hours .arrow.arrow-down:before, .datetime-input.time .timer .timer-minutes .arrow.arrow-down:before, .datetime-input.time .timer .timer-seconds .arrow.arrow-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 35%;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-input.time .timer .timer-hours .arrow.arrow-down:hover:before, .datetime-input.time .timer .timer-minutes .arrow.arrow-down:hover:before, .datetime-input.time .timer .timer-seconds .arrow.arrow-down:hover:before {
  border-top-color: #999; }

.datetime-input.time .timer .timer-divider {
  font-size: 3em;
  line-height: 3em;
  -webkit-animation-name: a;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: a;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: a;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes a {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    opacity: 0; } }

.datetime-input.time .clear-button {
  position: absolute;
  z-index: 2;
  bottom: -2.5em;
  right: -1px;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  font-size: 1.5em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.time .clear-button:before {
  content: "";
  position: absolute;
  left: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(25deg); }

.datetime-input.time .clear-button:hover, .datetime-input.time .clear-button:hover:before {
  background: #ddd; }

.datetime-input.time .close-button {
  position: absolute;
  z-index: 2;
  left: -1px;
  bottom: -2.5em;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-input.time .close-button:before {
  content: "";
  position: absolute;
  right: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(-26deg); }

.datetime-input.time .close-button:hover, .datetime-input.time .close-button:hover:before {
  background: #ddd; }

.datetime-range.datetime {
  position: relative;
  left: 0px;
  width: 100%;
  min-width: 350px;
  height: auto;
  min-height: 4em;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.datetime-range.datetime .end-datetime, .datetime-range.datetime .start-datetime {
  cursor: pointer;
  position: relative;
  width: 50%;
  height: 4em;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.datetime .start-datetime {
  position: absolute; }

.datetime-range.datetime .end-datetime {
  position: absolute;
  left: 52%; }

.datetime-range.datetime .end-datetime .date, .datetime-range.datetime .start-datetime .date {
  color: #777;
  font-size: 1em;
  line-height: 1em;
  margin-top: .5em;
  display: block;
  overflow: hidden; }

.datetime-range.datetime .end-datetime .time, .datetime-range.datetime .start-datetime.time {
  font-size: 1.5em;
  line-height: 1.75em;
  display: block;
  overflow: hidden; }

.datetime-range.datetime .end-datetime.active, .datetime-range.datetime .end-datetime:hover, .datetime-range.datetime .start-datetime.active, .datetime-range.datetime .start-datetime:hover {
  background-color: #ddd; }

.datetime-range.datetime .start-datetime:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 1em solid #efefef;
  transition: border-left .25s ease-out;
  right: -1em; }

.datetime-range.datetime .start-datetime.active:after, .datetime-range.datetime .start-datetime:hover:after {
  border-left-color: #ddd; }

.datetime-range.datetime .end-datetime:before {
  content: "";
  position: absolute;
  top: 0;
  border-width: 2em 0 2em 1em;
  border-style: solid;
  border-color: #efefef #efefef #efefef transparent;
  transition: border-color .25s ease-out;
  left: -1em; }

.datetime-range.datetime .end-datetime.active:before, .datetime-range.datetime .end-datetime:hover:before {
  border-color: #ddd #ddd #ddd transparent; }

.datetime-range.datetime .end-datetime.warning, .datetime-range.datetime .end-datetime.warning.active, .datetime-range.datetime .end-datetime.warning:hover, .datetime-range.datetime .start-datetime.warning, .datetime-range.datetime .start-datetime.warning.active, .datetime-range.datetime .start-datetime.warning:hover {
  background-color: rgba(255, 54, 46, 0.75); }

.datetime-range.datetime .start-datetime.warning.active:after, .datetime-range.datetime .start-datetime.warning:after, .datetime-range.datetime .start-datetime.warning:hover:after {
  border-left-color: rgba(255, 54, 46, 0.75); }

.datetime-range.datetime .end-datetime.warning.active:before, .datetime-range.datetime .end-datetime.warning:before, .datetime-range.datetime .end-datetime.warning:hover:before {
  border-color: rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) transparent; }

.datetime-range.datetime .presets {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center; }

.datetime-range.datetime .presets .dots {
  display: inline-block;
  cursor: pointer; }

.datetime-range.datetime .presets .dots .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px;
  vertical-align: top;
  background-color: #efefef; }

.datetime-range.datetime .presets .dots:hover .dot {
  background-color: #ddd; }

.datetime-range.datetime .presets .list {
  display: none; }

.datetime-range.datetime .presets .list.active {
  display: block; }

.datetime-range.datetime .presets .list .preset-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
  color: #777;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  outline: none;
  border: 1px solid #aaa;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.datetime .presets .list .preset-button:hover {
  background: #ddd; }

.datetime-range.datetime .edit-popover {
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 102%;
  height: auto;
  padding: 0;
  background-color: #efefef;
  border-radius: 0;
  border: 1px solid #aaa;
  box-sizing: border-box; }

.datetime-range.datetime .calendar-toggle {
  width: 100%;
  color: #777;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  transition: background-color .25s ease-out; }

.datetime-range.datetime .calendar-toggle:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #efefef;
  width: 1em;
  height: 1em;
  top: -.55em;
  left: 45%;
  z-index: 1;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: background-color .25s ease-out; }

.datetime-range.datetime .calendar-toggle:hover, .datetime-range.datetime .calendar-toggle:hover:before {
  background-color: #ddd; }

.datetime-range.datetime .calendar-toggle.start:before {
  left: 20%; }

.datetime-range.datetime .calendar-toggle.end:before {
  left: 74%; }

.datetime-range.datetime .calendar .calendar-header {
  cursor: default;
  background-color: #fff;
  position: relative;
  width: 100%;
  font-size: 1.5em;
  line-height: 2em; }

.datetime-range.datetime .calendar .calendar-header .arrow {
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  line-height: 1.5em;
  font-size: 1.5em; }

.datetime-range.datetime .calendar .calendar-header .arrow.arrow-left {
  position: absolute;
  left: 0;
  width: 2em;
  height: 100%; }

.datetime-range.datetime .calendar .calendar-header .arrow.arrow-left:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 25%;
  border-right: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-range.datetime .calendar .calendar-header .arrow.arrow-left:hover:before {
  border-right-color: #999; }

.datetime-range.datetime .calendar .calendar-header .arrow.arrow-right {
  position: absolute;
  right: 0;
  width: 2em;
  height: 100%; }

.datetime-range.datetime .calendar .calendar-header .arrow.arrow-right:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 25%;
  border-left: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-range.datetime .calendar .calendar-header .arrow.arrow-right:hover:before {
  border-left-color: #999; }

.datetime-range.datetime .calendar .calendar-body {
  padding: .5em 0; }

.datetime-range.datetime .calendar .calendar-body .weekdays {
  cursor: default;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
  padding: 0 1em; }

.datetime-range.datetime .calendar .calendar-body .weekdays .weekday {
  width: 5em;
  height: 2.5em;
  display: inline-block; }

.datetime-range.datetime .calendar .calendar-body .week {
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 1.25em;
  line-height: 2.65em;
  letter-spacing: 1px;
  padding: .5em 1em; }

.datetime-range.datetime .calendar .calendar-body .week .date {
  display: inline-block;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  transition: background-color .25s ease-out; }

.datetime-range.datetime .calendar .calendar-body .week .date.current {
  color: #555;
  font-weight: 900; }

.datetime-range.datetime .calendar .calendar-body .week .date:not(.active):hover {
  background-color: #ddd; }

.datetime-range.datetime .calendar .calendar-body .week .date.active, .datetime-range.datetime .calendar .calendar-body .week .date.inactive.active {
  color: #efefef;
  background-color: rgba(255, 69, 0, 0.75); }

.datetime-range.datetime .calendar .calendar-body .week .date.inactive {
  color: #aaa; }

.datetime-range.datetime .timer {
  display: flex;
  justify-content: space-between;
  background-color: #fff; }

.datetime-range.datetime .timer .timer-hours, .datetime-range.datetime .timer .timer-minutes, .datetime-range.datetime .timer .timer-seconds {
  cursor: default;
  width: 3em;
  display: inline-block;
  font-size: 3em;
  line-height: 1.5em;
  position: relative; }

.datetime-range.datetime .timer .timer-hours .arrow, .datetime-range.datetime .timer .timer-minutes .arrow, .datetime-range.datetime .timer .timer-seconds .arrow {
  position: relative;
  color: #ddd;
  cursor: pointer;
  height: 1em;
  margin: 0 .5em;
  line-height: 1em;
  font-size: .75em; }

.datetime-range.datetime .timer .timer-hours .arrow.arrow-up:before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-up:before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-up:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - .4em);
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-range.datetime .timer .timer-hours .arrow.arrow-up:hover:before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-up:hover:before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-up:hover:before {
  border-bottom-color: #999; }

.datetime-range.datetime .timer .timer-hours .arrow.arrow-down:before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-down:before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - .4em);
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-range.datetime .timer .timer-hours .arrow.arrow-down:hover:before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-down:hover:before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-down:hover:before {
  border-top-color: #999; }

.datetime-range.datetime .timer .timer-divider {
  font-size: 3em;
  line-height: 3em;
  -webkit-animation-name: a;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: a;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: a;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@-webkit-keyframes a {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes a {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    opacity: 0; } }

.datetime-range.datetime .close-button {
  position: absolute;
  z-index: 2;
  left: -1px;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.datetime .close-button:before {
  content: "";
  position: absolute;
  right: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(-26deg); }

.datetime-range.datetime .close-button:hover, .datetime-range.datetime .close-button:hover:before {
  background: #ddd; }

.datetime-range.date {
  position: relative;
  width: 100%;
  min-width: 350px;
  height: auto;
  min-height: 4em;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.datetime-range.date .end-datetime, .datetime-range.date .start-datetime {
  cursor: pointer;
  position: relative;
  width: 47%;
  height: 4em;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.date .start-datetime {
  position: absolute;
  left: 0; }

.datetime-range.date .end-datetime {
  position: absolute;
  left: 52%; }

.datetime-range.date .end-datetime .date, .datetime-range.date .start-datetime .date {
  color: #777;
  font-size: 2em;
  line-height: 2em;
  display: block;
  overflow: hidden; }

.datetime-range.date .end-datetime.active, .datetime-range.date .end-datetime:hover, .datetime-range.date .start-datetime.active, .datetime-range.date .start-datetime:hover {
  background-color: #ddd; }

.datetime-range.date .start-datetime:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 1em solid #efefef;
  transition: border-left .25s ease-out;
  right: -1em; }

.datetime-range.date .start-datetime.active:after, .datetime-range.date .start-datetime:hover:after {
  border-left-color: #ddd; }

.datetime-range.date .end-datetime:before {
  content: "";
  position: absolute;
  top: 0;
  border-width: 2em 0 2em 1em;
  border-style: solid;
  border-color: #efefef #efefef #efefef transparent;
  transition: border-color .25s ease-out;
  left: -1em; }

.datetime-range.date .end-datetime.active:before, .datetime-range.date .end-datetime:hover:before {
  border-color: #ddd #ddd #ddd transparent; }

.datetime-range.date .end-datetime.warning, .datetime-range.date .end-datetime.warning.active, .datetime-range.date .end-datetime.warning:hover, .datetime-range.date .start-datetime.warning, .datetime-range.date .start-datetime.warning.active, .datetime-range.date .start-datetime.warning:hover {
  background-color: rgba(255, 54, 46, 0.75); }

.datetime-range.date .start-datetime.warning.active:after, .datetime-range.date .start-datetime.warning:after, .datetime-range.date .start-datetime.warning:hover:after {
  border-left-color: rgba(255, 54, 46, 0.75); }

.datetime-range.date .end-datetime.warning.active:before, .datetime-range.date .end-datetime.warning:before, .datetime-range.date .end-datetime.warning:hover:before {
  border-color: rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) transparent; }

.datetime-range.date .presets {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center; }

.datetime-range.date .presets .dots {
  display: inline-block;
  cursor: pointer; }

.datetime-range.date .presets .dots .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px;
  vertical-align: top;
  background-color: #efefef; }

.datetime-range.date .presets .dots:hover .dot {
  background-color: #ddd; }

.datetime-range.date .presets .list {
  display: none; }

.datetime-range.date .presets .list.active {
  display: block; }

.datetime-range.date .presets .list .preset-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
  color: #777;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  outline: none;
  border: 1px solid #aaa;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.date .presets .list .preset-button:hover {
  background: #ddd; }

.datetime-range.date .edit-popover {
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #efefef;
  border-radius: 0;
  border: 1px solid #aaa;
  box-sizing: border-box; }

.datetime-range.date .edit-popover .header {
  width: 100%;
  color: #777;
  font-size: 1.5em;
  line-height: 2em;
  transition: background-color .25s ease-out; }

.datetime-range.date .edit-popover .header:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #efefef;
  width: 1em;
  height: 1em;
  top: -.55em;
  left: 45%;
  z-index: 1;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: background-color .25s ease-out; }

.datetime-range.date .edit-popover .header.start:before {
  left: 20%; }

.datetime-range.date .edit-popover .header.end:before {
  left: 74%; }

.datetime-range.date .calendar .calendar-header {
  cursor: default;
  background-color: #fff;
  position: relative;
  width: 100%;
  font-size: 1.5em;
  line-height: 2em; }

.datetime-range.date .calendar .calendar-header .arrow {
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  line-height: 1.5em;
  font-size: 1.5em; }

.datetime-range.date .calendar .calendar-header .arrow.arrow-left {
  position: absolute;
  left: 0;
  width: 2em;
  height: 100%; }

.datetime-range.date .calendar .calendar-header .arrow.arrow-left:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 25%;
  border-right: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-range.date .calendar .calendar-header .arrow.arrow-left:hover:before {
  border-right-color: #999; }

.datetime-range.date .calendar .calendar-header .arrow.arrow-right {
  position: absolute;
  right: 0;
  width: 2em;
  height: 100%; }

.datetime-range.date .calendar .calendar-header .arrow.arrow-right:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 25%;
  border-left: .75em solid #ddd;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  transition: border .25s ease-out; }

.datetime-range.date .calendar .calendar-header .arrow.arrow-right:hover:before {
  border-left-color: #999; }

.datetime-range.date .calendar .calendar-body {
  padding: .5em 0; }

.datetime-range.date .calendar .calendar-body .weekdays {
  cursor: default;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
  padding: 0 1em; }

.datetime-range.date .calendar .calendar-body .weekdays .weekday {
  width: 5em;
  height: 2.5em;
  display: inline-block; }

.datetime-range.date .calendar .calendar-body .week {
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 1.25em;
  line-height: 2.65em;
  letter-spacing: 1px;
  padding: .5em 1em; }

.datetime-range.date .calendar .calendar-body .week .date {
  display: inline-block;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  transition: background-color .25s ease-out; }

.datetime-range.date .calendar .calendar-body .week .date.current {
  color: #555;
  font-weight: 900; }

.datetime-range.date .calendar .calendar-body .week .date:not(.active):hover {
  background-color: #ddd; }

.datetime-range.date .calendar .calendar-body .week .date.active, .datetime-range.date .calendar .calendar-body .week .date.inactive.active {
  color: #efefef;
  background-color: rgba(255, 69, 0, 0.75); }

.datetime-range.date .calendar .calendar-body .week .date.inactive {
  color: #aaa; }

.datetime-range.date .close-button {
  position: absolute;
  z-index: 2;
  left: -1px;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.date .close-button:before {
  content: "";
  position: absolute;
  right: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(-26deg); }

.datetime-range.date .close-button:hover, .datetime-range.date .close-button:hover:before {
  background: #ddd; }

.datetime-range.time {
  position: relative;
  width: 100%;
  min-width: 350px;
  height: auto;
  min-height: 4em;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.datetime-range.time .end-datetime, .datetime-range.time .start-datetime {
  cursor: pointer;
  position: relative;
  width: 47%;
  height: 4em;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.time .start-datetime {
  position: absolute;
  left: 0; }

.datetime-range.time .end-datetime {
  position: absolute;
  left: 53%; }

.datetime-range.time .end-datetime .time, .datetime-range.time .start-datetime .time {
  color: #777;
  font-size: 2em;
  line-height: 2em;
  display: block;
  overflow: hidden; }

.datetime-range.time .end-datetime.active, .datetime-range.time .end-datetime:hover, .datetime-range.time .start-datetime.active, .datetime-range.time .start-datetime:hover {
  background-color: #ddd; }

.datetime-range.time .start-datetime:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 1em solid #efefef;
  transition: border-left .25s ease-out;
  right: -1em; }

.datetime-range.time .start-datetime.active:after, .datetime-range.time .start-datetime:hover:after {
  border-left-color: #ddd; }

.datetime-range.time .end-datetime:before {
  content: "";
  position: absolute;
  top: 0;
  border-width: 2em 0 2em 1em;
  border-style: solid;
  border-color: #efefef #efefef #efefef transparent;
  transition: border-color .25s ease-out;
  left: -1em; }

.datetime-range.time .end-datetime.active:before, .datetime-range.time .end-datetime:hover:before {
  border-color: #ddd #ddd #ddd transparent; }

.datetime-range.time .end-datetime.warning, .datetime-range.time .end-datetime.warning.active, .datetime-range.time .end-datetime.warning:hover, .datetime-range.time .start-datetime.warning, .datetime-range.time .start-datetime.warning.active, .datetime-range.time .start-datetime.warning:hover {
  background-color: rgba(255, 54, 46, 0.75); }

.datetime-range.time .start-datetime.warning.active:after, .datetime-range.time .start-datetime.warning:after, .datetime-range.time .start-datetime.warning:hover:after {
  border-left-color: rgba(255, 54, 46, 0.75); }

.datetime-range.time .end-datetime.warning.active:before, .datetime-range.time .end-datetime.warning:before, .datetime-range.time .end-datetime.warning:hover:before {
  border-color: rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) transparent; }

.datetime-range.time .presets {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center; }

.datetime-range.time .presets .dots {
  display: inline-block;
  cursor: pointer; }

.datetime-range.time .presets .dots .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px;
  vertical-align: top;
  background-color: #efefef; }

.datetime-range.time .presets .dots:hover .dot {
  background-color: #ddd; }

.datetime-range.time .presets .list {
  display: none; }

.datetime-range.time .presets .list.active {
  display: block; }

.datetime-range.time .presets .list .preset-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
  color: #777;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  outline: none;
  border: 1px solid #aaa;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.time .presets .list .preset-button:hover {
  background: #ddd; }

.datetime-range.time .edit-popover {
  position: absolute;
  z-index: 2;
  top: 4.5em;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #efefef;
  border-radius: 0;
  border: 1px solid #aaa;
  box-sizing: border-box; }

.datetime-range.time .edit-popover .header {
  width: 100%;
  color: #777;
  font-size: 1.5em;
  line-height: 2em;
  cursor: pointer;
  transition: background-color .25s ease-out; }

.datetime-range.time .edit-popover .header:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #efefef;
  width: 1em;
  height: 1em;
  top: -.55em;
  left: 45%;
  z-index: 1;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: background-color .25s ease-out; }

.datetime-range.time .edit-popover .header.start:before {
  left: 20%; }

.datetime-range.time .edit-popover .header.end:before {
  left: 74%; }

.datetime-range.time .timer {
  display: flex;
  justify-content: space-between;
  background-color: #fff; }

.datetime-range.time .timer .timer-hours, .datetime-range.time .timer .timer-minutes, .datetime-range.time .timer .timer-seconds {
  cursor: default;
  width: 3em;
  display: inline-block;
  font-size: 3em;
  line-height: 1.5em;
  position: relative; }

.datetime-range.time .timer .timer-hours .arrow, .datetime-range.time .timer .timer-minutes .arrow, .datetime-range.time .timer .timer-seconds .arrow {
  position: relative;
  color: #ddd;
  cursor: pointer;
  height: 1em;
  margin: 0 .5em;
  line-height: 1em;
  font-size: .75em; }

.datetime-range.time .timer .timer-hours .arrow.arrow-up:before, .datetime-range.time .timer .timer-minutes .arrow.arrow-up:before, .datetime-range.time .timer .timer-seconds .arrow.arrow-up:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - .4em);
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-range.time .timer .timer-hours .arrow.arrow-up:hover:before, .datetime-range.time .timer .timer-minutes .arrow.arrow-up:hover:before, .datetime-range.time .timer .timer-seconds .arrow.arrow-up:hover:before {
  border-bottom-color: #999; }

.datetime-range.time .timer .timer-hours .arrow.arrow-down:before, .datetime-range.time .timer .timer-minutes .arrow.arrow-down:before, .datetime-range.time .timer .timer-seconds .arrow.arrow-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - .4em);
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #ddd;
  transition: border .25s ease-out; }

.datetime-range.time .timer .timer-hours .arrow.arrow-down:hover:before, .datetime-range.time .timer .timer-minutes .arrow.arrow-down:hover:before, .datetime-range.time .timer .timer-seconds .arrow.arrow-down:hover:before {
  border-top-color: #999; }

.datetime-range.time .timer .timer-divider {
  font-size: 3em;
  line-height: 3em;
  -webkit-animation-name: a;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: a;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: a;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@-webkit-keyframes a {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes a {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    opacity: 0; } }

.datetime-range.time .close-button {
  position: absolute;
  z-index: 2;
  left: -1px;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #777;
  width: 25%;
  height: auto;
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 2em;
  box-sizing: border-box;
  background-color: #efefef;
  transition: background-color .25s ease-out; }

.datetime-range.time .close-button:before {
  content: "";
  position: absolute;
  right: -.5em;
  top: -1px;
  width: 1em;
  height: 2em;
  background: #efefef;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transition: background .25s ease-out;
  transform: skewX(-26deg); }

.datetime-range.time .close-button:hover, .datetime-range.time .close-button:hover:before {
  background: #ddd; }

/*# sourceMappingURL=application-8df7b15df0.css.map */
