@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900");
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@import url("https://p.typekit.net/p.css?s=1&k=tuu5nci&ht=tk&f=45008&a=56029860&app=typekit&e=css");
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/***** MAIN THEME *****/
/***** V2 MAIN THEME *****/
/***** NETX COLORS *****/
.twitter-typeahead {
  width: 100%;
  height: 32px;
}

.twitter-typeahead input.tt-hint {
  color: #999;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-left: 12px;
}

.twitter-typeahead input.form-control.tt-input {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-left: 12px;
}

.twitter-typeahead .tt-menu {
  color: #000;
  width: 100%;
  margin-top: 7px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: left;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  display: block;
  padding: 3px 20px;
  margin: 0;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion.tt-cursor, .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.typeahead__container {
  /**
   * Restore the font weight unset by the previous rule.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Remove the default vertical scrollbar in IE.
   */
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
  /**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
}

.typeahead__container button,
.typeahead__container input,
.typeahead__container optgroup,
.typeahead__container select,
.typeahead__container textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

.typeahead__container optgroup {
  font-weight: bold;
}

.typeahead__container button,
.typeahead__container input {
  /* 1 */
  overflow: visible;
}

.typeahead__container button,
.typeahead__container select {
  /* 1 */
  text-transform: none;
}

.typeahead__container button,
.typeahead__container html [type="button"],
.typeahead__container [type="reset"],
.typeahead__container [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

.typeahead__container button::-moz-focus-inner,
.typeahead__container [type="button"]::-moz-focus-inner,
.typeahead__container [type="reset"]::-moz-focus-inner,
.typeahead__container [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.typeahead__container button:-moz-focusring,
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.typeahead__container fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.typeahead__container legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

.typeahead__container textarea {
  overflow: auto;
}

.typeahead__container [type="checkbox"],
.typeahead__container [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.typeahead__container [type="number"]::-webkit-inner-spin-button,
.typeahead__container [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.typeahead__container [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

.typeahead__container [type="search"]::-webkit-search-cancel-button,
.typeahead__container [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.typeahead__container ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.typeahead__container {
  position: relative;
}

.typeahead__container * {
  box-sizing: border-box;
  outline: 0;
}

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}

.typeahead__filter {
  position: relative;
}

.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}

.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.typeahead__field {
  display: flex;
  position: relative;
  width: 100%;
}

.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.typeahead__field {
  color: #555;
}

.typeahead__field input,
.typeahead__field textarea,
.typeahead__field [contenteditable],
.typeahead__field .typeahead__hint {
  display: block;
  width: 100%;
  line-height: 1.6;
  min-height: calc(0.5rem * 2 + 1.25rem + 2px);
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  appearance: none;
  box-sizing: border-box;
}

.typeahead__field input:focus, .typeahead__field input:active,
.typeahead__field textarea:focus,
.typeahead__field textarea:active,
.typeahead__field [contenteditable]:focus,
.typeahead__field [contenteditable]:active,
.typeahead__field .typeahead__hint:focus,
.typeahead__field .typeahead__hint:active {
  border-color: #66afe9;
}

.typeahead__field input[type="search"],
.typeahead__field input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}

.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.typeahead__container.hint .typeahead__field input,
.typeahead__container.hint .typeahead__field textarea,
.typeahead__container.hint .typeahead__field [contenteditable] {
  background: transparent;
}

.typeahead__container.hint .typeahead__query > :last-child, .typeahead__hint {
  background: #fff;
}

.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.6;
  padding: 0.5rem 0.75rem;
  user-select: none;
  color: #555;
}

.typeahead__container button:hover, .typeahead__container button:focus {
  color: #3c3b3b;
  background-color: #f5f5f5;
  border-color: #b3b2b2;
}

.typeahead__container button:active, .typeahead__container button.active {
  background-image: none;
}

.typeahead__container button:focus, .typeahead__container button:active {
  border-color: #66afe9;
}

.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}

.typeahead__container .typeahead__field input,
.typeahead__container .typeahead__field textarea,
.typeahead__container .typeahead__field [contenteditable],
.typeahead__container .typeahead__field .typeahead__hint,
.typeahead__container .typeahead__field .typeahead__label-container {
  padding-right: 32px;
}

.typeahead__filter, .typeahead__button {
  z-index: 1;
}

.typeahead__filter button, .typeahead__button button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus {
  z-index: 1001;
}

.typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active {
  z-index: 1001;
}

.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}

.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}

.typeahead__list, .typeahead__dropdown {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
}

.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}

.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}

.typeahead__list > li {
  position: relative;
  border-top: solid 1px #ccc;
}

.typeahead__list > li:first-child {
  border-top: none;
}

.typeahead__list .typeahead__item[disabled] > a,
.typeahead__dropdown .typeahead__dropdown-item[disabled] > a {
  cursor: not-allowed;
  color: #bababa;
  background-color: #fafafa;
}

.typeahead__list .typeahead__item > a,
.typeahead__dropdown .typeahead__dropdown-item > a {
  display: block;
  padding: 0.5rem 0.75rem;
  clear: both;
  color: #333;
  text-decoration: none;
}

.typeahead__list .typeahead__item:not([disabled]) > a:hover,
.typeahead__list .typeahead__item:not([disabled]) > a:focus,
.typeahead__list .typeahead__item:not([disabled]).active > a,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a {
  background-color: #f5f5f5;
  color: #3c3b3b;
}

.typeahead__list.empty > li {
  padding: 0.5rem 0.75rem;
  color: #333;
}

.typeahead__list > .typeahead__group {
  border-color: #bfdef6;
  font-weight: bold;
}

.typeahead__list > .typeahead__group:first-child {
  border-top: solid 1px #bfdef6;
}

.typeahead__list > .typeahead__group > a,
.typeahead__list > .typeahead__group > a:hover,
.typeahead__list > .typeahead__group > a:focus,
.typeahead__list > .typeahead__group.active > a {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
  display: block;
  padding: 0.5rem 0.75rem;
  clear: both;
  text-decoration: none;
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}

.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important;
}

.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important;
}

.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
}

.typeahead__cancel-button {
  user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  visibility: hidden;
}

.typeahead__label .typeahead__cancel-button {
  visibility: visible;
  right: 4px;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
  visibility: visible;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover, .typeahead__label .typeahead__cancel-button:hover {
  color: #d0021b;
}

.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}

.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after {
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: 0.55em;
  margin-top: -0.675rem;
  width: 1.35rem;
  height: 1.35rem;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.1em;
}

.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}

.typeahead__container.loading .typeahead__query:after {
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
}

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

.typeahead__label-container {
  list-style: none;
  position: absolute;
  padding-top: calc(1rem * 0.375);
  padding-left: 6px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.typeahead__label {
  display: flex;
  font-size: calc(1rem * 0.875);
  position: relative;
  background: #ecf5fc;
  border: solid 1px #c2e0ff;
  padding-left: 4px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: calc(1rem * 0.375);
}

.typeahead__label > * {
  align-self: center;
}

.typeahead__label .typeahead__cancel-button {
  line-height: normal;
  height: auto;
  position: static;
  padding-top: calc(1rem * 0.25 - 1px);
  padding-bottom: calc(1rem * 0.25 + 1px);
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 4px;
  font-size: calc(1rem * 0.875);
  border-left: solid 1px #c2e0ff;
}

.typeahead__label .typeahead__cancel-button:hover {
  background-color: #d5e9f9;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

@media screen and (max-width: 1199px) {
  #sidebar {
    width: calc((3*100%) / 12) !important;
  }
}

@media screen and (max-width: 991px) {
  #sidebar {
    width: 100% !important;
    position: unset !important;
    display: inline-grid;
  }
  #sidebar .logout .label {
    display: unset !important;
  }
  #sidebar-bottom {
    position: relative !important;
    background-color: #EEE !important;
  }
  #sidebar-bottom a {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}

@media screen and (min-width: 992px) {
  .menu_icon {
    display: none;
  }
  .menu-all {
    margin-top: unset !important;
  }
  .menu-all #sub_menu .img_wrap {
    position: relative;
    cursor: pointer;
    height: 150px;
    width: 150px;
    margin: 20px auto 0 auto;
  }
  .menu-all #sub_menu .img_description_layer {
    position: absolute;
    display: flex !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 120, 245, 0.71);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
  }
  .menu-all #sub_menu .img_wrap:hover .img_description_layer {
    visibility: visible;
    opacity: 1;
  }
  .menu-all #sub_menu .img_description {
    transition: .2s;
    transform: translateY(1em);
    text-align: center;
    font-size: 14px;
    user-select: none;
  }
  .menu-all #sub_menu .img_wrap:hover .img_description {
    transform: translateY(0);
  }
  .menu-all #sub_menu #avatar {
    opacity: 1 !important;
    border: 5px solid #d0d0d0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.31);
    cursor: pointer;
    /*&:hover{
          filter: blur(2px) grayscale(20%);
        }*/
  }
  .menu-all #sub_menu #avatar:after {
    background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    border-radius: 50%;
    content: '';
    height: 136px;
    left: 48%;
    position: absolute;
    top: -21px;
    width: 101px;
    transform: rotate(-62deg);
  }
  .menu-all #sub_menu .temp-img {
    max-width: 100%;
  }
}

#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: calc((2*100%) / 12);
  background-color: white;
  align-items: start;
}

#sidebar #header {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  z-index: 9999;
  background-color: white;
}

#sidebar #header div:first-child {
  padding: 15px 20px !important;
  width: 100%;
}

#sidebar #header div:first-child#back {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

#sidebar #header div:first-child#back:hover {
  transition: .3s ease-out;
  background-color: #F9F9F9;
  box-shadow: inset 4px -4px 10px 0px rgba(0, 0, 0, 0.14);
}

#sidebar #header div:first-child#back i {
  margin-right: 10px;
}

#sidebar #header div:first-child p {
  margin-bottom: 0;
  font-family: "Futura", Helvetica, sans-serif;
  font-family: "GoodTimes", Lato, Verdana, Geneva, sans-serif;
}

#sidebar #header div:first-child p span:first-child {
  font-size: 20px;
  color: #2fb0fa;
}

#sidebar #header div:first-child p span:last-child {
  font-size: 16px;
  color: #17507c;
}

#sidebar #header .menu_icon {
  color: #2fb0fa;
  cursor: pointer;
  padding: 5px 10px;
  margin: 0 10px;
}

#sidebar #header .menu_icon:hover {
  background-color: rgba(130, 178, 250, 0.35);
  border-radius: 50px;
}

#sidebar .logout .label {
  display: none;
}

#sidebar .menu-all {
  margin-top: -200%;
  background-color: white;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all 0.4s cubic-bezier(0.26, 0.88, 0.38, 0.96);
}

#sidebar .menu-all.slidedown {
  margin-top: unset !important;
}

#sidebar #sub_menu .img_description_layer {
  display: none;
}

#sidebar #sub_menu #avatar {
  height: 150px;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
}

#sidebar #pwa-indygo-installation {
  position: absolute;
  bottom: 62px;
  right: 0px;
}

#sidebar #sidebar-bottom {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: absolute;
  background-color: white;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #DDD;
}

#sidebar #sidebar-bottom a {
  padding: 20px 30px;
  display: block;
  color: #AAA;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
}

#sidebar #sidebar-bottom a:active, #sidebar #sidebar-bottom a:focus, #sidebar #sidebar-bottom a:hover {
  color: #2fb0fa;
  font-weight: 500;
  text-decoration: none;
}

#sidebar #sidebar-bottom a i {
  font-size: 14px;
  margin-right: 15px;
  flex: 0 0 35px;
  -webkit-box-flex: 0;
  align-items: center;
  line-height: 0;
}

#sidebar #sidebar-bottom .logout {
  padding-right: 15px !important;
}

#sidebar #pool_selector {
  cursor: pointer;
  color: #AAA;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 30px;
  font-family: "Futura", Helvetica, sans-serif;
  border-radius: 5px;
  user-select: none;
}

#sidebar #pool_selector > i {
  color: #585858;
  transition: all 0.8s ease;
  transform: rotateX(0);
}

#sidebar #pool_selector .actions {
  margin-top: 10px;
}

#sidebar #pool_selector .toggle-up {
  transform: rotateX(180deg);
}

#sidebar #current_pool_owner {
  color: #AAA;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}

#sidebar #pool_selection {
  color: #AAA;
  background-color: rgba(27, 141, 247, 0.03);
  list-style: none;
  font-size: 13px;
  font-weight: 400;
  font-family: "Futura", Helvetica, sans-serif;
  box-shadow: inset 3px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

#sidebar #pool_selection.slideup, #sidebar #pool_selection.slidedown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -o-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}

#sidebar #pool_selection.slidedown {
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -o-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}

#sidebar #pool_selection i {
  margin-right: 25px;
}

#sidebar #pool_selection > div {
  padding: 15px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
}

#sidebar #pool_selection > div .poolOwner {
  font-size: 11px;
  color: #AAA;
}

#sidebar #pool_selection > div:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

#sidebar #pool_selection > div.selected {
  color: #2fb0fa;
}

#sidebar #pool_selection > div:hover {
  color: #188cf7;
  background-color: #ddf2fe;
}

#sidebar .menu_nav {
  list-style: none;
  margin: 0;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
}

#sidebar .menu_nav li {
  font-family: "Futura", Helvetica, sans-serif;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

#sidebar .menu_nav li:not(.selected) {
  border-top: 1px solid #eeeeee;
}

#sidebar .menu_nav li.selected, #sidebar .menu_nav li:hover, #sidebar .menu_nav li:active, #sidebar .menu_nav li:focus {
  border-left-width: 5px;
  border-right-width: 0px;
  border-left-style: solid;
  border-image: linear-gradient(#2fb0fa, #188cf7) 1 100%;
}

#sidebar .menu_nav li.selected:hover, #sidebar .menu_nav li.selected:active, #sidebar .menu_nav li.selected:focus, #sidebar .menu_nav li:hover:hover, #sidebar .menu_nav li:hover:active, #sidebar .menu_nav li:hover:focus, #sidebar .menu_nav li:active:hover, #sidebar .menu_nav li:active:active, #sidebar .menu_nav li:active:focus, #sidebar .menu_nav li:focus:hover, #sidebar .menu_nav li:focus:active, #sidebar .menu_nav li:focus:focus {
  border-image: none;
  border-left-color: #17507c;
}

#sidebar .menu_nav li.selected:hover a, #sidebar .menu_nav li.selected:active a, #sidebar .menu_nav li.selected:focus a, #sidebar .menu_nav li:hover:hover a, #sidebar .menu_nav li:hover:active a, #sidebar .menu_nav li:hover:focus a, #sidebar .menu_nav li:active:hover a, #sidebar .menu_nav li:active:active a, #sidebar .menu_nav li:active:focus a, #sidebar .menu_nav li:focus:hover a, #sidebar .menu_nav li:focus:active a, #sidebar .menu_nav li:focus:focus a {
  color: #17507c;
}

#sidebar .menu_nav li.selected a, #sidebar .menu_nav li:hover a, #sidebar .menu_nav li:active a, #sidebar .menu_nav li:focus a {
  font-weight: 500;
  text-decoration: none;
  color: #188cf7;
  padding: 20px 25px;
}

#sidebar .menu_nav li a {
  padding: 20px 30px;
  display: block;
  color: #AAA;
  font-weight: 400;
}

#sidebar .menu_nav li a i {
  font-size: 14px;
  margin-right: 15px;
  flex: 0 0 35px;
  -webkit-box-flex: 0;
  align-items: center;
  line-height: 0;
}

.logo-link:hover {
  text-decoration: none;
}

.logo-link.ocedis {
  max-height: 64px;
}

.logo-link.ocedis .sidebar-logo {
  max-width: 50% !important;
  margin-top: -12px !important;
  margin-left: 20px !important;
}

.logo-link.ocedis-admin {
  max-height: 75px;
}

.logo-link.ocedis-admin .sidebar-logo {
  max-width: 50% !important;
  margin-top: -12px !important;
  margin-left: 20px !important;
}

.logo-link .sidebar-logo {
  max-width: 60%;
}

#logo .sidebar-logo {
  max-width: 60%;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

/* ****************
  RESPONSIVE LAYOUT
  ***************** */
@media screen and (max-width: 991px) {
  #reworked-sidebar {
    width: 100% !important;
    height: 60px !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  #reworked-sidebar #header {
    height: 100% !important;
  }
  #reworked-sidebar #header div:first-child p {
    justify-content: unset !important;
  }
  #reworked-sidebar #header div:first-child p img:first-child {
    display: block !important;
    height: 30px !important;
    width: auto !important;
  }
  #reworked-sidebar #header div:first-child p .sidebar-small-logo {
    display: none !important;
  }
  #reworked-sidebar .menu-all {
    background: linear-gradient(to right, #1A1A25, #2C4163, #3B649A);
    z-index: 1;
  }
  #reworked-sidebar .menu-all #sub_menu .img_wrap {
    height: 150px !important;
    width: 150px !important;
  }
  #reworked-sidebar .menu-all #sub_menu .img_description {
    display: block !important;
  }
  #reworked-sidebar .menu-all #sub_menu .menu_nav li a {
    justify-content: unset !important;
  }
  #reworked-sidebar .menu-all #sub_menu .menu_nav li a span {
    display: block !important;
  }
  #reworked-sidebar .logout-label {
    display: unset !important;
    padding: 0px 12px;
  }
  #sidebar-bottom {
    width: 100% !important;
    position: relative !important;
    background-color: #ABABAB !important;
    padding: 5px !important;
  }
  #sidebar-bottom a {
    flex: 1 !important;
    align-items: center;
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
  #sidebar-bottom a:hover {
    text-decoration: none;
  }
  #sidebar-bottom a img {
    width: 26px !important;
    height: 26px !important;
  }
  #sidebar-bottom a #name-container {
    display: block !important;
  }
  #sidebar-bottom .logout-container {
    width: unset !important;
  }
  #sidebar-bottom .logout-container:hover .logout-icon i {
    color: #CFD9E9 !important;
  }
  #sidebar-bottom .logout-container:hover span {
    color: #CFD9E9 !important;
  }
}

@media screen and (min-width: 992px) {
  #header ejs-component.chevron {
    display: flex !important;
  }
  .menu_icon {
    display: none;
  }
  .menu-all {
    margin-top: unset !important;
  }
}

#reworked-sidebar {
  --sidebar-expanded-width: 280px;
  --padding-horizontal: 20px;
  --padding-vertical: 30px;
  width: 280px;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #1A1A25, #2C4163, #3B649A);
  transition: all 0.3s ease-out;
}

#reworked-sidebar.collapsed {
  width: 95px;
}

#reworked-sidebar.collapsed #header div:first-child {
  padding: 30px 15px;
}

#reworked-sidebar.collapsed #header div:first-child img:first-child {
  display: none;
  padding: 0;
}

#reworked-sidebar.collapsed #header div:first-child p {
  display: flex;
  justify-content: center;
}

#reworked-sidebar.collapsed #header div:first-child p .sidebar-small-logo {
  display: block;
  width: 100%;
  height: auto;
}

#reworked-sidebar.collapsed #header div:first-child p .sidebar-small-logo.indygo {
  height: 40px;
  width: auto;
}

#reworked-sidebar.collapsed #header .chevron {
  width: unset;
  transform: rotate(0deg);
}

#reworked-sidebar.collapsed .menu-all #sub_menu .img_wrap {
  height: 40px;
  width: 40px;
}

#reworked-sidebar.collapsed .menu-all #sub_menu .img_description {
  display: none;
}

#reworked-sidebar.collapsed .menu-all #sub_menu .menu_nav li a {
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#reworked-sidebar.collapsed .menu-all #sidebar-bottom {
  --profile-avatar-size: 40px;
  width: 95px;
  padding: 30px 15px;
}

#reworked-sidebar.collapsed .menu-all #sidebar-bottom a {
  flex: unset;
}

#reworked-sidebar.collapsed .menu-all #sidebar-bottom a #name-container {
  display: none;
}

#reworked-sidebar #header {
  width: 100%;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

#reworked-sidebar #header div:first-child {
  padding: var(--padding-vertical) var(--padding-horizontal);
  width: 100%;
}

#reworked-sidebar #header div:first-child img:first-child {
  height: auto;
  width: 50%;
  max-width: unset;
}

#reworked-sidebar #header div:first-child img:first-child.indygo {
  height: 37px;
  width: auto;
}

#reworked-sidebar #header div:first-child .sidebar-small-logo {
  display: none;
}

#reworked-sidebar #header div:first-child p {
  margin-bottom: 0;
  font-family: "Futura", Helvetica, sans-serif;
  font-family: "GoodTimes", Lato, Verdana, Geneva, sans-serif;
}

#reworked-sidebar #header div:first-child p span:first-child {
  font-size: 20px;
  color: #2fb0fa;
}

#reworked-sidebar #header div:first-child p span:last-child {
  font-size: 16px;
  color: #17507c;
}

#reworked-sidebar #header .menu_icon {
  padding: 5px 10px;
  margin: 0 10px;
  color: #FFFFFF;
  cursor: pointer;
}

#reworked-sidebar #header .menu_icon:hover {
  background-color: rgba(130, 178, 250, 0.35);
  border-radius: 50px;
}

#reworked-sidebar #header .chevron {
  width: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
  display: none;
}

#reworked-sidebar #header .chevron:hover i {
  color: #A6BAD6;
}

#reworked-sidebar #header .chevron i {
  color: #FFFFFF;
}

#reworked-sidebar .menu-all {
  margin-top: -200%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all 0.4s cubic-bezier(0.26, 0.88, 0.38, 0.96);
}

#reworked-sidebar .menu-all.slidedown {
  margin-top: unset !important;
}

#reworked-sidebar #sub_menu .img_wrap {
  position: relative;
  cursor: pointer;
  height: 150px;
  width: 150px;
  margin: 20px auto 0 auto;
  transition: all 0.3s ease-out;
}

#reworked-sidebar #sub_menu .img_description {
  transition: .2s;
  transform: translateY(1em);
  text-align: center;
  font-size: 14px;
  user-select: none;
}

#reworked-sidebar #sub_menu .img_wrap:hover .img_description {
  transform: translateY(0);
}

#reworked-sidebar #sub_menu #img-avatar {
  opacity: 1 !important;
  border: 5px solid #d0d0d0;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.31);
  cursor: pointer;
}

#reworked-sidebar #sub_menu .temp-img {
  max-width: 100%;
}

#reworked-sidebar #sidebar-bottom {
  --profile-avatar-size: 52px;
  --logout-icon-width: 24px;
  --padding-left-logout-icon: 10px;
  position: absolute;
  bottom: 0;
  width: 280px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-vertical) var(--padding-horizontal);
  transition: all 0.3s ease-out;
}

#reworked-sidebar #sidebar-bottom a {
  flex: 1;
  display: flex;
  flex-direction: row;
}

#reworked-sidebar #sidebar-bottom a #profile-avatar {
  width: var(--profile-avatar-size);
  height: var(--profile-avatar-size);
  border-radius: calc(var(--profile-avatar-size) / 2);
}

#reworked-sidebar #sidebar-bottom a #name-container {
  max-width: calc(var(--sidebar-expanded-width) - (var(--padding-horizontal) * 2) - var(--profile-avatar-size) - var(--logout-icon-width) - var(--padding-left-logout-icon));
  flex: 1;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 10px;
  color: #FFFFFF;
}

#reworked-sidebar #sidebar-bottom a #name-container p {
  width: 100%;
  margin: 0px;
  color: #FFFFFF;
  font-family: Inter;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#reworked-sidebar #sidebar-bottom a #name-container p:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

#reworked-sidebar #sidebar-bottom a #name-container p:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#reworked-sidebar #sidebar-bottom .logout-container {
  width: var(--logout-icon-width);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: var(--padding-left-logout-icon);
  cursor: pointer;
}

#reworked-sidebar #sidebar-bottom .logout-container:hover .logout-icon i {
  color: #A6BAD6;
}

#reworked-sidebar #sidebar-bottom .logout-container .logout-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#reworked-sidebar #sidebar-bottom .logout-container .logout-icon i {
  color: #FFFFFF;
}

#reworked-sidebar #sidebar-bottom .logout-label {
  display: none;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#reworked-sidebar .menu_nav {
  list-style: none;
  margin: 0;
  padding: 0px 20px;
  height: 100%;
}

#reworked-sidebar .menu_nav li {
  margin: 15px 0px;
  font-family: "Futura", Helvetica, sans-serif;
  cursor: pointer;
}

#reworked-sidebar .menu_nav li a {
  padding: 15.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}

#reworked-sidebar .menu_nav li a:hover {
  padding: 15.5px;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0.1);
}

#reworked-sidebar .menu_nav li a:active, #reworked-sidebar .menu_nav li a.selected {
  padding: 15px;
  border-radius: 34px;
  border: 0.5px solid #ABABAB;
  background-color: rgba(255, 255, 255, 0.2);
}

#reworked-sidebar .menu_nav li a i, #reworked-sidebar .menu_nav li a img {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

#reworked-sidebar .menu_nav li a span {
  margin-left: 15px;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease-out;
}

#reworked-sidebar .menu_nav li a span.hidden {
  display: none;
}

.reworked-logo-link {
  flex: 1;
}

.reworked-logo-link.ocedis img {
  height: 64px !important;
}

.reworked-logo-link.ocedis-admin img {
  height: 75px !important;
}

.reworked-logo-link p {
  text-align: center;
}

.reworked-logo-link p .sidebar-logo {
  max-width: 60%;
}

#logo .sidebar-logo {
  max-width: 60%;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

.no-devices {
  margin-top: 20%;
}

.no-devices h5 {
  text-transform: uppercase;
}

.ipx-alerts {
  max-width: inherit !important;
}

#toggle-btn-ipx-alerts {
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.alert-box .temperature, #alert-box-ipx .temperature {
  width: 50%;
}

.alert-box .title, #alert-box-ipx .title {
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efeff5;
  color: #2c2b35;
}

.alert-box .title span, #alert-box-ipx .title span {
  color: #9b9b9b;
  font-size: 12px;
  margin-left: 5px;
}

.alert-box .item-row:not(:last-child), #alert-box-ipx .item-row:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

.alert-box .item-row label, #alert-box-ipx .item-row label {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.alert-box .item-row label > i, #alert-box-ipx .item-row label > i {
  margin-right: 20px;
}

.alert-box .item-row label > span .item-title, #alert-box-ipx .item-row label > span .item-title {
  font-size: 15px;
  color: #2c2b35;
}

.alert-box .item-row label > span .item-descr, #alert-box-ipx .item-row label > span .item-descr {
  font-size: 12px;
  color: #9b9b9b;
  min-width: 120px;
}

.alert-box .pool-pressure-config .switch-box, #alert-box-ipx .pool-pressure-config .switch-box {
  max-width: 80px;
}

.alert-box .threshold, #alert-box-ipx .threshold {
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 20px 25px;
}

.alert-box .switch-box, #alert-box-ipx .switch-box {
  display: flex;
}

.alert-box .send-customer, #alert-box-ipx .send-customer {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

.alert-box .send-customer span, #alert-box-ipx .send-customer span {
  color: #9b9b9b;
}

.alert-box .send-customer .sw, #alert-box-ipx .send-customer .sw {
  width: 20px;
}

.switch {
  cursor: pointer;
}

.switch input {
  display: none;
}

.switch input + span {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  transition: all .3s ease;
  display: block;
  position: relative;
  background: #CCC;
  box-shadow: 0 8px 16px -1px rgba(221, 221, 221, 0.2);
}

.switch input + span:before, .switch input + span:after {
  content: '';
  display: block;
  position: absolute;
  transition: all .3s ease;
}

.switch input + span:before {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 5px solid #fff;
}

.switch input + span:after {
  top: 5px;
  left: 32px;
  width: 6px;
  height: 18px;
  border-radius: 40%;
  transform-origin: 50% 50%;
  background: #fff;
  opacity: 0;
}

.switch input + span:active {
  transform: scale(0.92);
}

.switch input:checked + span {
  background: #2fb0fa;
  box-shadow: 0 8px 16px -1px rgba(47, 176, 250, 0.2);
}

.switch input:checked + span:before {
  width: 0px;
  border-radius: 3px;
  margin-left: 27px;
  border-width: 3px;
  background: #fff;
}

.switch input:checked + span:after {
  animation: blobChecked .35s linear forwards .2s;
}

.switch input:not(:checked) + span:before {
  animation: blob .85s linear forwards .2s;
}

@keyframes blob {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.12, 0.94);
  }
  60% {
    transform: scale(0.96, 1.06);
  }
}

@keyframes blobChecked {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  30% {
    transform: scaleX(1.44);
  }
  70% {
    transform: scaleX(1.18);
  }
  50%,
  99% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}

.toggle-alert {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infinity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffffc9;
  display: none;
}

.infinity div,
.infinity span {
  position: absolute;
}

.infinity div {
  top: 40%;
  left: 50%;
  width: 60px;
  height: 60px;
  animation: rotate 6.9s linear infinite;
}

.infinity div span {
  left: -8px;
  top: 50%;
  margin: -8px 0 0 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #2fb0fa;
  box-shadow: 2px 2px 8px rgba(47, 176, 250, 0.09);
  border-radius: 50%;
  transform: rotate(90deg);
  animation: move 6.9s linear infinite;
}

.infinity div span:before, .infinity div span:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  box-shadow: inherit;
}

.infinity div span:before {
  animation: drop1 .8s linear infinite;
}

.infinity div span:after {
  animation: drop2 .8s linear infinite .4s;
}

.infinity div:nth-child(2) {
  animation-delay: -2.3s;
}

.infinity div:nth-child(2) span {
  animation-delay: -2.3s;
}

.infinity div:nth-child(3) {
  animation-delay: -4.6s;
}

.infinity div:nth-child(3) span {
  animation-delay: -4.6s;
}

@keyframes moveSvg {
  0% {
    offset-distance: 0%;
  }
  25% {
    background: #17507c;
  }
  75% {
    background: #82b2fa;
  }
  100% {
    offset-distance: 100%;
  }
}

@keyframes rotate {
  50% {
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%,
  100% {
    margin-left: -60px;
  }
}

@keyframes move {
  0%, 50% {
    left: -8px;
  }
  25% {
    background: #17507c;
  }
  75% {
    background: #82b2fa;
  }
  50.0001%,
  100% {
    left: auto;
    right: -8px;
  }
}

@keyframes drop1 {
  100% {
    transform: translate(32px, 8px) scale(0);
  }
}

@keyframes drop2 {
  0% {
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    transform: translate(32px, -8px) scale(0);
  }
}

.infinity {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

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

#alert-manager #breadcrumbs-container {
  margin-bottom: 20px;
}

#alert-manager .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}

#alert-manager .dribbble img {
  display: block;
  height: 28px;
}

.alert-box, #alert-box-ipx {
  position: relative;
}

#alert-box-ipx {
  min-width: 1300px;
}

#alert-box-ipx #set-ipx-alerts, #alert-box-ipx .ipx-checkboxes, #alert-box-ipx .ipx-alert, #alert-box-ipx #ipx-alerts-container {
  display: flex;
}

#alert-box-ipx #set-ipx-alerts {
  justify-content: space-around;
}

#alert-box-ipx #ipx-alerts-container div:first-child {
  text-align: right;
}

#alert-box-ipx #ipx-alerts-container {
  font-size: 15px;
  padding: 4%;
}

#alert-box-ipx .ipx-checkboxes label {
  margin-bottom: 1rem;
  color: #9b9b9b;
}

#alert-box-ipx .ipx-checkboxes label, #alert-box-ipx .ipx-checkboxes input {
  cursor: pointer;
}

#alert-box-ipx #delimit {
  width: 1px;
  background: #CCC;
  margin: 0 10px;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

@media screen and (max-width: 1050px) {
  #login,
  #resetPass,
  #newPass,
  #requestNewPass,
  #registration {
    justify-content: center !important;
  }
  #login .logo,
  #resetPass .logo,
  #newPass .logo,
  #requestNewPass .logo,
  #registration .logo {
    height: 60px !important;
  }
  #login .slogan,
  #resetPass .slogan,
  #newPass .slogan,
  #requestNewPass .slogan,
  #registration .slogan {
    font-size: 26px !important;
    text-align: center !important;
    margin: 20px 0 !important;
    max-width: 380px !important;
  }
  #login > div,
  #resetPass > div,
  #newPass > div,
  #requestNewPass > div,
  #registration > div {
    text-align: center !important;
    margin: 60px 20px 20px 20px !important;
  }
}

#login,
#resetPass,
#newPass,
#requestNewPass,
#registration {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top right;
  font-family: 'Futura', Lato, Verdana, Geneva, sans-serif;
  display: grid;
  align-items: center;
  justify-content: right;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#login.mysolemblue,
#resetPass.mysolemblue,
#newPass.mysolemblue,
#requestNewPass.mysolemblue,
#registration.mysolemblue {
  background-image: url("/images/backgrounds/login-background-mysolemblue.jpg");
}

#login.myindygo,
#resetPass.myindygo,
#newPass.myindygo,
#requestNewPass.myindygo,
#registration.myindygo {
  background-image: url("/images/backgrounds/login-background-myindygo.jpg");
}

#login.ocedis,
#resetPass.ocedis,
#newPass.ocedis,
#requestNewPass.ocedis,
#registration.ocedis {
  background-image: url("/images/backgrounds/login-background-ocedis.jpg") !important;
}

#login.ocedis .slogan,
#resetPass.ocedis .slogan,
#newPass.ocedis .slogan,
#requestNewPass.ocedis .slogan,
#registration.ocedis .slogan {
  font-family: "wedding-gothic-atf", Lato, Verdana, Geneva, sans-serif !important;
  text-shadow: none !important;
}

#login.ocedis .main-btn.log-in,
#resetPass.ocedis .main-btn.log-in,
#newPass.ocedis .main-btn.log-in,
#requestNewPass.ocedis .main-btn.log-in,
#registration.ocedis .main-btn.log-in {
  background: #061934 !important;
  color: white;
}

#login.ocedis .main-btn.sign-in,
#resetPass.ocedis .main-btn.sign-in,
#newPass.ocedis .main-btn.sign-in,
#requestNewPass.ocedis .main-btn.sign-in,
#registration.ocedis .main-btn.sign-in {
  background: #ebe856 !important;
  color: #061934 !important;
}

#login.ocedis .main-btn.apply-btn,
#resetPass.ocedis .main-btn.apply-btn,
#newPass.ocedis .main-btn.apply-btn,
#requestNewPass.ocedis .main-btn.apply-btn,
#registration.ocedis .main-btn.apply-btn {
  background: #061934 !important;
  color: white !important;
}

#login.ocedis .main-btn.cancel-btn,
#resetPass.ocedis .main-btn.cancel-btn,
#newPass.ocedis .main-btn.cancel-btn,
#requestNewPass.ocedis .main-btn.cancel-btn,
#registration.ocedis .main-btn.cancel-btn {
  background: #ebe856 !important;
  color: #061934 !important;
}

#login.nextpool,
#resetPass.nextpool,
#newPass.nextpool,
#requestNewPass.nextpool,
#registration.nextpool {
  background-image: url("/images/backgrounds/login-background-nextpool-black.jpg");
}

#login.nextpool .slogan,
#resetPass.nextpool .slogan,
#newPass.nextpool .slogan,
#requestNewPass.nextpool .slogan,
#registration.nextpool .slogan {
  font-family: "Calibri";
  text-shadow: none !important;
}

#login.nextpool .main-btn.log-in,
#resetPass.nextpool .main-btn.log-in,
#newPass.nextpool .main-btn.log-in,
#requestNewPass.nextpool .main-btn.log-in,
#registration.nextpool .main-btn.log-in {
  background: #0cafa3 !important;
  color: white;
}

#login.nextpool .main-btn.sign-in,
#resetPass.nextpool .main-btn.sign-in,
#newPass.nextpool .main-btn.sign-in,
#requestNewPass.nextpool .main-btn.sign-in,
#registration.nextpool .main-btn.sign-in {
  background: #00bbb3 !important;
  color: white !important;
}

#login.nextpool .main-btn.apply-btn,
#resetPass.nextpool .main-btn.apply-btn,
#newPass.nextpool .main-btn.apply-btn,
#requestNewPass.nextpool .main-btn.apply-btn,
#registration.nextpool .main-btn.apply-btn {
  background: #0cafa3 !important;
  color: white !important;
  border: none !important;
}

#login.nextpool .main-btn.cancel-btn,
#resetPass.nextpool .main-btn.cancel-btn,
#newPass.nextpool .main-btn.cancel-btn,
#requestNewPass.nextpool .main-btn.cancel-btn,
#registration.nextpool .main-btn.cancel-btn {
  background: #00bbb3 !important;
  color: white !important;
}

#login > div,
#resetPass > div,
#newPass > div,
#requestNewPass > div,
#registration > div {
  margin: 60px 200px 20px 20px;
}

#login .panel,
#resetPass .panel,
#newPass .panel,
#requestNewPass .panel,
#registration .panel {
  max-width: 380px;
  padding: 30px 30px 20px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.1);
}

#login .panel hr,
#resetPass .panel hr,
#newPass .panel hr,
#requestNewPass .panel hr,
#registration .panel hr {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
}

#login .panel .apps,
#resetPass .panel .apps,
#newPass .panel .apps,
#requestNewPass .panel .apps,
#registration .panel .apps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#login .panel .apps img.android,
#resetPass .panel .apps img.android,
#newPass .panel .apps img.android,
#requestNewPass .panel .apps img.android,
#registration .panel .apps img.android {
  height: 51px;
  margin-right: -5px;
}

#login .panel .apps img.ios,
#resetPass .panel .apps img.ios,
#newPass .panel .apps img.ios,
#requestNewPass .panel .apps img.ios,
#registration .panel .apps img.ios {
  height: 40px;
}

#login > div,
#resetPass > div,
#newPass > div,
#requestNewPass > div,
#registration > div {
  text-align: left;
}

#login > div form > div,
#resetPass > div form > div,
#newPass > div form > div,
#requestNewPass > div form > div,
#registration > div form > div {
  color: #BBB;
  margin-bottom: 16px;
}

#login .logo,
#resetPass .logo,
#newPass .logo,
#requestNewPass .logo,
#registration .logo {
  height: 72px;
}

#login .slogan,
#resetPass .slogan,
#newPass .slogan,
#requestNewPass .slogan,
#registration .slogan {
  max-width: 500px;
  margin: 20px 0 60px;
  line-height: 32px;
  font-family: "GoodTimes", Lato, Verdana, Geneva, sans-serif;
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 0px rgba(0, 126, 177, 0.69);
}

#login .mdc-form-field > label,
#resetPass .mdc-form-field > label,
#newPass .mdc-form-field > label,
#requestNewPass .mdc-form-field > label,
#registration .mdc-form-field > label {
  font-family: 'Futura', Lato, Verdana, Geneva, sans-serif;
  color: #666;
  margin-bottom: 0px;
}

#login .mdc-text-field,
#resetPass .mdc-text-field,
#newPass .mdc-text-field,
#requestNewPass .mdc-text-field,
#registration .mdc-text-field {
  display: flex;
}

#login .mdc-text-field input:-webkit-autofill,
#login .mdc-text-field input:-webkit-autofill:hover,
#login .mdc-text-field input:-webkit-autofill:focus,
#login .mdc-text-field input:-webkit-autofill:active,
#resetPass .mdc-text-field input:-webkit-autofill,
#resetPass .mdc-text-field input:-webkit-autofill:hover,
#resetPass .mdc-text-field input:-webkit-autofill:focus,
#resetPass .mdc-text-field input:-webkit-autofill:active,
#newPass .mdc-text-field input:-webkit-autofill,
#newPass .mdc-text-field input:-webkit-autofill:hover,
#newPass .mdc-text-field input:-webkit-autofill:focus,
#newPass .mdc-text-field input:-webkit-autofill:active,
#requestNewPass .mdc-text-field input:-webkit-autofill,
#requestNewPass .mdc-text-field input:-webkit-autofill:hover,
#requestNewPass .mdc-text-field input:-webkit-autofill:focus,
#requestNewPass .mdc-text-field input:-webkit-autofill:active,
#registration .mdc-text-field input:-webkit-autofill,
#registration .mdc-text-field input:-webkit-autofill:hover,
#registration .mdc-text-field input:-webkit-autofill:focus,
#registration .mdc-text-field input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

#login .mdc-text-field input,
#resetPass .mdc-text-field input,
#newPass .mdc-text-field input,
#requestNewPass .mdc-text-field input,
#registration .mdc-text-field input {
  background-color: transparent !important;
}

#login .mdc-floating-label,
#resetPass .mdc-floating-label,
#newPass .mdc-floating-label,
#requestNewPass .mdc-floating-label,
#registration .mdc-floating-label {
  font-family: 'Futura', Lato, Verdana, Geneva, sans-serif;
  color: #666;
  font-size: 14px;
}

#login .error-hint,
#resetPass .error-hint,
#newPass .error-hint,
#requestNewPass .error-hint,
#registration .error-hint {
  font-size: 13px;
  color: crimson;
  font-family: 'Futura', Lato, Verdana, Geneva, sans-serif;
}

#login .error-hint a,
#resetPass .error-hint a,
#newPass .error-hint a,
#requestNewPass .error-hint a,
#registration .error-hint a {
  color: dodgerblue;
}

#login .text-right,
#resetPass .text-right,
#newPass .text-right,
#requestNewPass .text-right,
#registration .text-right {
  text-align: right;
  margin-top: -10px;
}

#login a,
#resetPass a,
#newPass a,
#requestNewPass a,
#registration a {
  text-decoration: none;
  color: #888;
  font-size: 13px;
}

#login a:hover,
#resetPass a:hover,
#newPass a:hover,
#requestNewPass a:hover,
#registration a:hover {
  color: #444;
}

#login .main-btn,
#resetPass .main-btn,
#newPass .main-btn,
#requestNewPass .main-btn,
#registration .main-btn {
  width: 100%;
  margin: 8px 0;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-family: 'Futura', Lato, Verdana, Geneva, sans-serif;
}

#login .main-btn.log-in,
#resetPass .main-btn.log-in,
#newPass .main-btn.log-in,
#requestNewPass .main-btn.log-in,
#registration .main-btn.log-in {
  background: #2fb0fa;
  color: white;
}

#login .main-btn.log-in:hover,
#resetPass .main-btn.log-in:hover,
#newPass .main-btn.log-in:hover,
#requestNewPass .main-btn.log-in:hover,
#registration .main-btn.log-in:hover {
  background: #188cf7;
}

#login .main-btn.apply-btn,
#resetPass .main-btn.apply-btn,
#newPass .main-btn.apply-btn,
#requestNewPass .main-btn.apply-btn,
#registration .main-btn.apply-btn {
  background: #2fb0fa;
  color: white;
}

#login .main-btn.apply-btn:disabled,
#resetPass .main-btn.apply-btn:disabled,
#newPass .main-btn.apply-btn:disabled,
#requestNewPass .main-btn.apply-btn:disabled,
#registration .main-btn.apply-btn:disabled {
  background: transparent;
  color: #2fb0fa;
  border: 1.5px solid #2fb0fa;
}

#login .main-btn.apply-btn:hover,
#resetPass .main-btn.apply-btn:hover,
#newPass .main-btn.apply-btn:hover,
#requestNewPass .main-btn.apply-btn:hover,
#registration .main-btn.apply-btn:hover {
  background: #069bf0;
}

#login .main-btn.apply-btn:hover:disabled,
#resetPass .main-btn.apply-btn:hover:disabled,
#newPass .main-btn.apply-btn:hover:disabled,
#requestNewPass .main-btn.apply-btn:hover:disabled,
#registration .main-btn.apply-btn:hover:disabled {
  background: transparent;
  color: #2fb0fa;
  border: 1.5px solid #2fb0fa;
}

#login .main-btn.cancel-btn,
#resetPass .main-btn.cancel-btn,
#newPass .main-btn.cancel-btn,
#requestNewPass .main-btn.cancel-btn,
#registration .main-btn.cancel-btn {
  background: crimson;
  color: white;
}

#login .main-btn.cancel-btn:hover,
#resetPass .main-btn.cancel-btn:hover,
#newPass .main-btn.cancel-btn:hover,
#requestNewPass .main-btn.cancel-btn:hover,
#registration .main-btn.cancel-btn:hover {
  background: #ad102f;
}

#login .main-btn.sign-in,
#resetPass .main-btn.sign-in,
#newPass .main-btn.sign-in,
#requestNewPass .main-btn.sign-in,
#registration .main-btn.sign-in {
  background: #93d6fc;
  color: #188cf7;
}

#login .main-btn.sign-in:hover,
#resetPass .main-btn.sign-in:hover,
#newPass .main-btn.sign-in:hover,
#requestNewPass .main-btn.sign-in:hover,
#registration .main-btn.sign-in:hover {
  background: #188cf7;
  color: white;
}

#login a.sign-in-without-id,
#resetPass a.sign-in-without-id,
#newPass a.sign-in-without-id,
#requestNewPass a.sign-in-without-id,
#registration a.sign-in-without-id {
  font-size: 11px;
  text-decoration: underline;
}

.demo-text-field-shaped {
  border-radius: 16px 16px 0 0;
}

.demo-text-field-outlined-shaped .mdc-notched-outline .mdc-notched-outline__leading {
  /* @noflip */
  border-radius: 28px 0 0 28px;
  width: 28px;
}

[dir=rtl] .demo-text-field-outlined-shaped .mdc-notched-outline .mdc-notched-outline__leading, .demo-text-field-outlined-shaped .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
  /* @noflip */
  border-radius: 0 28px 28px 0;
}

.demo-text-field-outlined-shaped .mdc-notched-outline .mdc-notched-outline__notch {
  max-width: calc(100% - 28px * 2);
}

.demo-text-field-outlined-shaped .mdc-notched-outline .mdc-notched-outline__trailing {
  /* @noflip */
  border-radius: 0 28px 28px 0;
}

[dir=rtl] .demo-text-field-outlined-shaped .mdc-notched-outline .mdc-notched-outline__trailing, .demo-text-field-outlined-shaped .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
  /* @noflip */
  border-radius: 28px 0 0 28px;
}

.demo-text-field-outlined-shaped .mdc-text-field__input {
  /* @noflip */
  padding-left: 32px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .demo-text-field-outlined-shaped .mdc-text-field__input, .demo-text-field-outlined-shaped .mdc-text-field__input[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 32px;
}

.demo-text-field-outlined-shaped + .mdc-text-field-helper-line {
  /* @noflip */
  padding-left: 32px;
  /* @noflip */
  padding-right: 28px;
}

[dir=rtl] .demo-text-field-outlined-shaped + .mdc-text-field-helper-line, .demo-text-field-outlined-shaped + .mdc-text-field-helper-line[dir=rtl] {
  /* @noflip */
  padding-left: 28px;
  /* @noflip */
  padding-right: 32px;
}

.mdc-notched-outline {
  z-index: 1;
}

#strengthLevel {
  text-align: center;
  color: #333;
  width: max-content;
  margin: auto;
  display: none;
  justify-content: space-between;
  align-items: center;
}

#strengthLevel > div {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#strengthLevel > div:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 20px;
}

#strengthLevel > div:first-child > .title {
  font-size: 10px;
}

#strengthLevel > div:first-child > .strength {
  font-weight: 900;
  margin-left: 5px;
  font-size: 12px;
}

#strengthLevel > div:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px 0 8px;
  color: #333;
  cursor: pointer;
}

#strengthLevel > div:last-child:hover {
  filter: contrast(0.95);
  box-shadow: inset 0px 1px 17px 0px rgba(0, 0, 0, 0.22);
}

#strengthLevel.weak > div {
  background-color: #ffbebe;
  color: crimson;
}

#strengthLevel.medium > div {
  background-color: #eace94;
  color: #9d5503;
}

#strengthLevel.strong > div {
  background-color: #89f1b5;
  color: seagreen;
}

#strengthLevel_tooltipless {
  text-align: center;
  border-radius: 30px;
  background-color: #CCC;
  color: #333;
  width: fit-content;
  margin: auto;
  padding: 2px 20px;
  display: none;
}

#strengthLevel_tooltipless span {
  font-weight: 900;
}

#strengthLevel_tooltipless.weak {
  background-color: #ffbebe;
  color: crimson;
}

#strengthLevel_tooltipless.medium {
  background-color: #eace94;
  color: #9d5503;
}

#strengthLevel_tooltipless.strong {
  background-color: #89f1b5;
  color: seagreen;
}

#strengthLevelMember, #strengthLevelProfessional {
  text-align: center;
  color: #333;
  width: max-content;
  margin: auto;
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px !important;
}

#strengthLevelMember > div, #strengthLevelProfessional > div {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#strengthLevelMember > div:first-child, #strengthLevelProfessional > div:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 20px;
}

#strengthLevelMember > div:first-child > .title, #strengthLevelProfessional > div:first-child > .title {
  font-size: 10px;
}

#strengthLevelMember > div:first-child > .strengthMember, #strengthLevelMember > div:first-child > .strengthProfessional, #strengthLevelProfessional > div:first-child > .strengthMember, #strengthLevelProfessional > div:first-child > .strengthProfessional {
  font-weight: 900;
  margin-left: 5px;
  font-size: 12px;
}

#strengthLevelMember > div:last-child, #strengthLevelProfessional > div:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px 0 8px;
  color: #333;
  cursor: pointer;
}

#strengthLevelMember > div:last-child:hover, #strengthLevelProfessional > div:last-child:hover {
  filter: contrast(0.95);
  box-shadow: inset 0px 1px 17px 0px rgba(0, 0, 0, 0.22);
}

#strengthLevelMember.weak > div, #strengthLevelProfessional.weak > div {
  background-color: #ffbebe;
  color: crimson;
}

#strengthLevelMember.medium > div, #strengthLevelProfessional.medium > div {
  background-color: #eace94;
  color: #9d5503;
}

#strengthLevelMember.strong > div, #strengthLevelProfessional.strong > div {
  background-color: #89f1b5;
  color: seagreen;
}

#strengthLevelMember_tooltipless, #strengthLevelProfessional_tooltipless {
  text-align: center;
  border-radius: 30px;
  background-color: #CCC;
  color: #333;
  width: fit-content;
  margin: auto;
  padding: 2px 20px;
  display: none;
}

#strengthLevelMember_tooltipless span, #strengthLevelProfessional_tooltipless span {
  font-weight: 900;
}

#strengthLevelMember_tooltipless.weak, #strengthLevelProfessional_tooltipless.weak {
  background-color: #ffbebe;
  color: crimson;
}

#strengthLevelMember_tooltipless.medium, #strengthLevelProfessional_tooltipless.medium {
  background-color: #eace94;
  color: #9d5503;
}

#strengthLevelMember_tooltipless.strong, #strengthLevelProfessional_tooltipless.strong {
  background-color: #89f1b5;
  color: seagreen;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

/***** MAIN THEME *****/
/***** V2 MAIN THEME *****/
/***** NETX COLORS *****/
#pools .tab-content {
  padding: 20px;
}

#pools #pools-list .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 5px;
}

#pools #pools-list .header > div {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin: 0 15px 15px;
}

#pools #pools-list .header > div:first-child {
  flex: 1 1 340px;
}

#pools #pools-list .header > div.buttons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-right: 0;
}

#pools #pools-list .header > div.buttons #divider {
  height: 100%;
  width: 1px;
  background-color: #DDD;
  margin-right: 30px;
}

#pools #pools-list .header > div.buttons #addPool {
  transition: all 0.5s ease;
  background-color: white;
}

#pools #pools-list .header > div.buttons #addPool:hover {
  background-color: #17507c;
  color: white;
}

#pools #pools-list .header > div.buttons #large, #pools #pools-list .header > div.buttons #small, #pools #pools-list .header > div.buttons #table, #pools #pools-list .header > div.buttons #map, #pools #pools-list .header > div.buttons #filter {
  border-radius: 6px;
  min-width: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.13);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #444;
  background-color: white;
  text-align: center;
  display: grid;
  align-items: center;
  cursor: pointer;
}

#pools #pools-list .header > div.buttons #large:not(:last-child), #pools #pools-list .header > div.buttons #small:not(:last-child), #pools #pools-list .header > div.buttons #table:not(:last-child), #pools #pools-list .header > div.buttons #map:not(:last-child), #pools #pools-list .header > div.buttons #filter:not(:last-child) {
  margin-right: 30px;
}

#pools #pools-list .header > div.buttons #large.selected, #pools #pools-list .header > div.buttons #small.selected, #pools #pools-list .header > div.buttons #table.selected, #pools #pools-list .header > div.buttons #map.selected, #pools #pools-list .header > div.buttons #filter.selected {
  background-color: #2fb0fa;
  color: white;
}

#pools #pools-list .header .search-box {
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.13);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #444;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pools #pools-list .header .search-box .warn-field {
  background-color: #fda7a7;
}

#pools #pools-list .header .search-box:hover i.fa, #pools #pools-list .header .search-box:hover i.fas, #pools #pools-list .header .search-box:hover i.far, #pools #pools-list .header .search-box:hover i.fal {
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -moz-transform: scale(1.3);
  /* Firefox */
  -ms-transform: scale(1.3);
  /* IE 9 */
  -o-transform: scale(1.3);
  /* Opera */
  transform: scale(1.3);
}

#pools #pools-list .header .search-box i.fa, #pools #pools-list .header .search-box i.fas, #pools #pools-list .header .search-box i.far, #pools #pools-list .header .search-box i.fal {
  margin-right: 15px;
  color: #555;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

#pools #pools-list .header .search-box input {
  color: #555;
  width: 100%;
  border: unset;
  background-color: transparent;
  padding-top: 5px;
}

#pools #pools-list .header .search-box input:hover, #pools #pools-list .header .search-box input:focus {
  border: unset;
  outline: none;
}

#pools #pools-list .header .search-box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
}

#pools #pools-list .header .divider {
  margin-left: 10px;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#pools #pools-list #pool-list a.pool div.pool-card {
  cursor: pointer;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #444;
  background-color: white;
  display: grid;
  align-items: center;
  justify-content: space-around;
}

#pools #pools-list #pool-list a.pool div.pool-card:hover {
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

#pools #pools-list #pool-list a.pool div.pool-card img {
  width: 110px;
  border-radius: 70px;
  border: 3px solid white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 10px auto;
}

#pools #pools-list #pool-list a.pool div.pool-card div.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

#pools #pools-list #pool-list a.pool div.pool-card div.text .pool-name {
  font-weight: 900;
  font-size: 1vw;
  letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-name {
    font-size: 1.4vw !important;
  }
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-owner {
    font-size: 1vw !important;
    line-height: 1vw !important;
  }
}

@media (max-width: 991px) {
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-name {
    font-size: 1.6vw !important;
  }
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-owner {
    font-size: 1.4vw !important;
    line-height: 1.4vw !important;
  }
}

@media (max-width: 767px) {
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-name {
    font-size: 2.5vw !important;
  }
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-owner {
    font-size: 1.8vw !important;
    line-height: 1.8vw !important;
  }
}

@media (max-width: 543px) {
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-name {
    font-size: 4vw !important;
  }
  #pools #pools-list #pool-list a.pool div.pool-card div.text .pool-owner {
    font-size: 3vw !important;
    line-height: 3vw !important;
  }
}

#pools #pools-list #pool-list a.pool div.pool-card div.text .label {
  color: #666 !important;
}

#pools #pools-list #pool-list a.pool div.pool-card div.text .pool-owner {
  font-weight: 500;
  font-size: 0.7vw;
  line-height: 0.7vw;
  color: #AAA;
}

#pools #pools-list #mapView {
  border-radius: 10px;
  height: 80vh;
  margin: 10px 20px;
}

#pools #pools-list #pools-table {
  margin-top: 10px;
}

#pools #pools-list #pools-table #poolTable {
  width: calc(100% - 40px) !important;
  margin: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}

#pools #pools-list #pools-table #poolTable tbody tr {
  cursor: pointer !important;
  font-size: 13px;
}

#pools #pools-list #pools-table #poolTable tbody tr td {
  padding: 5px 8px;
  vertical-align: middle;
}

#pools #pools-list #pools-table #poolTable img {
  width: 30px;
}

#pools #pools-list #pools-table #poolTable + .bottom ul.pagination {
  margin-right: 20px;
}

#pools #pools-list #pools-table #poolTable + .bottom ul.pagination a {
  text-decoration: none;
}

#pools #pools-list #export_fileformat {
  padding-top: 15px;
}

#pools #pools-list #export_fileformat .label {
  text-align: center;
}

#pools #pools-list #export_fileformat .clickable {
  text-align: center;
  padding-top: 10px;
}

#pools #pools-list #export_fileformat .selected {
  border: 1px solid #1e3257;
  border-radius: 10px;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

/***** MAIN THEME *****/
/***** V2 MAIN THEME *****/
/***** NETX COLORS *****/
#title-customer-pools {
  font-size: 1.6em !important;
  font-weight: 900;
  padding-top: 40px;
  padding-left: 40px;
}

#pools-cards {
  display: flex;
  padding: 0 20px 20px 20px;
}

#pools-cards .pool-card {
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #444;
  background-color: white;
  display: grid;
  align-items: center;
  justify-content: space-around;
  width: 33.33%;
  margin: 20px;
}

#pools-cards .pool-card .img_wrap {
  position: relative;
  height: 190px;
  width: 190px;
  margin: 20px auto 0px;
}

#pools-cards .pool-card .img_wrap .avatar {
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  border: 5px solid #d0d0d0;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  box-shadow: rgba(0, 0, 0, 0.31) 0px 0px 4px inset;
}

#pools-cards .pool-card .see-pool {
  cursor: pointer;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

.pr-25 {
  padding-right: 25px !important;
}

.p-10 {
  padding: 10px !important;
}

#devices .btn-group-toggle .btn {
  cursor: pointer;
}

#devices .delete-programming-dynamic-planning, #devices .delete-programming-time-range {
  cursor: pointer;
  margin-left: 10px !important;
}

#devices .delete-programming-dynamic-planning:hover, #devices .delete-programming-time-range:hover {
  color: #2a8db2;
}

#devices .btn span.fa-check {
  opacity: 0;
}

#devices .btn.active span.fa-check {
  opacity: 1;
}

#devices .hidden {
  display: none;
}

#devices .fade:not(.show) {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

#devices .label {
  color: #9b9b9b;
  font-size: 13px;
}

#devices .value {
  color: #2c2b35;
  font-weight: 500;
  font-size: 15px;
  margin-left: 5px;
  align-items: center;
}

#devices .deposit-info {
  margin-right: 10px;
}

#devices .box {
  min-height: 150px;
  height: calc(100% - 30px);
}

#devices .box.box-error {
  border: 1px solid #FE2E2E;
}

#devices .box div.header {
  padding: 10px 100px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#devices .box div.header .name, #devices .box div.header .serialNumber {
  margin-left: 10px;
  border-left: 1px solid #9b9b9b;
  padding-left: 10px;
  color: #AAA;
  font-size: 13px;
}

#devices .box div.header .actions {
  margin-left: 10px;
}

#devices .box div.header .actions i.fas, #devices .box div.header .actions i.far {
  margin-bottom: 3px;
}

#devices .box div.content {
  padding: 10px 20px 15px;
}

#devices .box div.content h6 {
  width: calc(100% - 90px);
  padding: 3px 5px;
  border-bottom: 1px solid #d8d8d8;
  color: #8a8a8a;
  font-size: 14px;
}

#devices .box div.content h6:not(:first-child) {
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  #devices .box div.content .inputs {
    display: inline !important;
  }
}

#devices .box div.content .actuators, #devices .box div.content .sensors {
  margin-top: 10px;
}

#devices .box div.content .actuators .title, #devices .box div.content .sensors .title {
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  width: calc(100% - 20px);
  text-align: left;
  color: #888;
  margin: 10px 0;
}

#devices .box div.content .actuators .daily-adjustment-content, #devices .box div.content .sensors .daily-adjustment-content {
  margin-top: 20px;
}

#devices .box div.content .actuators .daily-adjustment-content .field, #devices .box div.content .sensors .daily-adjustment-content .field {
  display: flex;
}

#devices .box div.content .actuators .daily-adjustment-content .field select, #devices .box div.content .sensors .daily-adjustment-content .field select {
  width: 50%;
  margin-top: -10px;
  margin-left: 20px;
}

#devices .box div.content .actuators .mode-panel, #devices .box div.content .sensors .mode-panel {
  height: unset;
  padding: unset;
}

#devices .box div.content .actuators .mode-panel .field, #devices .box div.content .sensors .mode-panel .field {
  margin: 10px 0;
}

#devices .box div.content .actuators .mode-panel .field .label ~ button, #devices .box div.content .actuators .mode-panel .field .label ~ span, #devices .box div.content .sensors .mode-panel .field .label ~ button, #devices .box div.content .sensors .mode-panel .field .label ~ span {
  margin-left: 10px;
}

#devices .box div.content .actuators .mode-panel .dynamic-plannings.subpanel-devices .planning-line, #devices .box div.content .sensors .mode-panel .dynamic-plannings.subpanel-devices .planning-line {
  margin-bottom: 10px;
}

#devices .box div.content .actuators .mode-panel .dynamic-plannings.subpanel-devices span, #devices .box div.content .sensors .mode-panel .dynamic-plannings.subpanel-devices span {
  font-size: 13px;
  margin-right: 10px;
  display: inline;
}

#devices .box div.content .actuators .mode-panel .dynamic-plannings.subpanel-devices .selector, #devices .box div.content .sensors .mode-panel .dynamic-plannings.subpanel-devices .selector {
  width: 124px;
  font-size: 11px;
  margin-right: 10px;
  cursor: pointer;
}

#devices .box div.content .actuators .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-dynamic-planning, #devices .box div.content .actuators .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-time-range, #devices .box div.content .sensors .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-dynamic-planning, #devices .box div.content .sensors .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-time-range {
  cursor: pointer;
  margin-left: 10px !important;
}

#devices .box div.content .actuators .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-dynamic-planning:hover, #devices .box div.content .actuators .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-time-range:hover, #devices .box div.content .sensors .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-dynamic-planning:hover, #devices .box div.content .sensors .mode-panel .dynamic-plannings.subpanel-devices .delete-programming-time-range:hover {
  color: #17507c;
}

#devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices .planning-line, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices .planning-line, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices .planning-line, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices .planning-line {
  margin-bottom: 10px;
}

#devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices span, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices span, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices span, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices span {
  font-size: 13px;
  margin-right: 5px;
  display: inline;
}

#devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices .selector, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices .selector, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices .selector, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices .selector {
  width: 38px;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 5px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 7'%3e%3cpath fill='%23aaa' d='M2 6L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.3rem center/7px 9px;
}

#devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices i.fas, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices i.fas, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices i.fas, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices i.fas {
  margin: 0 5px;
}

#devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices .delete-programming-dynamic-planning, #devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices .delete-programming-time-range, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices .delete-programming-dynamic-planning, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices .delete-programming-time-range, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices .delete-programming-dynamic-planning, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices .delete-programming-time-range, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices .delete-programming-dynamic-planning, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices .delete-programming-time-range {
  cursor: pointer;
  margin-left: 10px !important;
}

#devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices .delete-programming-dynamic-planning:hover, #devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices .delete-programming-time-range:hover, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices .delete-programming-dynamic-planning:hover, #devices .box div.content .actuators .mode-panel .pulse-ranges.subpanel-devices .delete-programming-time-range:hover, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices .delete-programming-dynamic-planning:hover, #devices .box div.content .sensors .mode-panel .time-ranges.subpanel-devices .delete-programming-time-range:hover, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices .delete-programming-dynamic-planning:hover, #devices .box div.content .sensors .mode-panel .pulse-ranges.subpanel-devices .delete-programming-time-range:hover {
  color: #17507c;
}

@media screen and (max-width: 576px) {
  #devices .box div.content .actuators .col-4, #devices .box div.content .sensors .col-4 {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1300px) {
  #devices .box div.content .actuators .sensors-pool-box-indygo, #devices .box div.content .sensors .sensors-pool-box-indygo {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

#devices .box div.thumbnail {
  padding: 5px;
  z-index: 99;
  background-color: #ececec;
  border-radius: 50%;
  display: inline-flex;
  position: absolute;
  right: 5px;
  top: -15px;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2);
}

#devices .box div.thumbnail .wrapper {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

#devices .box div.thumbnail .wrapper img {
  width: auto;
  height: 100%;
}

#devices .box div.sync {
  padding: 7px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-flex;
  z-index: 100;
  color: #2fb0fa;
  position: absolute;
  right: 45px;
  top: 80px;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#devices .box div.sync:hover {
  background-color: white;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.8);
}

#devices .ipx-container .actuators {
  position: relative;
}

#devices .ipx-container .actuators .save-ipx-data-button {
  position: absolute;
  bottom: 2%;
  right: 0.5%;
  background-color: #188cf7 !important;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  display: none;
}

#devices .ipx-container .pending-data-sync {
  margin: 10px;
  padding-right: 10px;
}

#devices .ipx-container .pending-data-sync .fa {
  color: #9b9b9b;
}

#devices .ipx-container span.value {
  display: flex;
}

#devices .ipx-container .selector {
  width: 80px;
}

#devices .ipx-container .ipx-alarms {
  cursor: pointer;
}

@keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

#devices .lighting-module-div .programs-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 10px;
}

#editPoolModal i.fas, #editPoolModal i.far {
  margin-right: 10px;
}

#editPoolModal h5 {
  color: #444;
  font-size: 18px;
}

#editPoolModal .inputLabel {
  font-size: 13px;
  color: #AAA;
}

#editPoolModal .w-100p {
  width: 100%;
}

.programming-time-range, .dynamic-plannings, .is-pulse {
  font-size: 13px;
  color: #AAA;
}

.programming-time-range .time-label, .dynamic-plannings .time-label, .is-pulse .time-label {
  margin: 0 0 0 -2px;
}

.bathing-temp div {
  margin-bottom: 5px;
}

.bathing-temp select {
  margin-left: 10px;
  width: 18%;
  font-size: 13px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.bathing-temp select {
  margin-left: 10px;
  width: 21%;
  font-size: 13px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.speed-program-management {
  display: none;
  align-items: center;
}

.tooltip.fade {
  opacity: 1 !important;
}

.sensors, .automation {
  /* Pour rétro-compat */
  margin: 0;
}

.sensors > div, .automation > div {
  margin: 10px 0;
}

.sensors .sensors-pool-box-indygo, .automation .sensors-pool-box-indygo {
  margin: 10px 10px;
  width: 33%;
}

.sensors .filling-sensor, .sensors .can-sensor, .automation .filling-sensor, .automation .can-sensor {
  text-align: center;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #188cf7;
  padding: 10px;
}

.sensors .filling-sensor.filling-sensor-error, .sensors .can-sensor.filling-sensor-error, .automation .filling-sensor.filling-sensor-error, .automation .can-sensor.filling-sensor-error {
  border: 1px solid #FE2E2E;
}

.sensors .filling-sensor .title-sensor, .sensors .can-sensor .title-sensor, .automation .filling-sensor .title-sensor, .automation .can-sensor .title-sensor {
  font-size: 13px;
  color: #AAA;
}

.sensors .filling-sensor .level, .sensors .can-sensor .level, .automation .filling-sensor .level, .automation .can-sensor .level {
  font-size: 14px;
}

.sensors .filling-sensor .stop-level, .sensors .can-sensor .stop-level, .automation .filling-sensor .stop-level, .automation .can-sensor .stop-level {
  color: #FE2E2E;
}

.sensors .filling-sensor .high-level, .sensors .can-sensor .high-level, .automation .filling-sensor .high-level, .automation .can-sensor .high-level {
  color: #188cf7;
}

.sensors .filling-sensor .low-level, .sensors .can-sensor .low-level, .automation .filling-sensor .low-level, .automation .can-sensor .low-level {
  color: #e7223a;
}

.sensors .filling-sensor .time-sensor, .sensors .can-sensor .time-sensor, .automation .filling-sensor .time-sensor, .automation .can-sensor .time-sensor {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 10px;
}

.sensors .filling-sensor .fill-sensor, .sensors .can-sensor .fill-sensor, .automation .filling-sensor .fill-sensor, .automation .can-sensor .fill-sensor {
  color: #9b9b9b;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
}

.sensors .filling-sensor .deported-sensor-box, .sensors .can-sensor .deported-sensor-box, .automation .filling-sensor .deported-sensor-box, .automation .can-sensor .deported-sensor-box {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.sensors .filling-sensor .deported-sensor-box .deported-sensor-sync, .sensors .can-sensor .deported-sensor-box .deported-sensor-sync, .automation .filling-sensor .deported-sensor-box .deported-sensor-sync, .automation .can-sensor .deported-sensor-box .deported-sensor-sync {
  margin-left: 10px;
}

.sensors .filling-sensor .deported-sensor-box .deported-sensor-battery, .sensors .can-sensor .deported-sensor-box .deported-sensor-battery, .automation .filling-sensor .deported-sensor-box .deported-sensor-battery, .automation .can-sensor .deported-sensor-box .deported-sensor-battery {
  margin-top: 4px;
}

.sensors .box-sensor, .automation .box-sensor {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #188cf7;
  padding: 10px;
  background-color: white;
  height: 95px;
  display: grid;
  align-items: center;
  justify-content: space-around;
  transition: 0.5s;
}

.sensors .box-sensor:hover, .automation .box-sensor:hover {
  background-color: #3198f8;
  color: white;
  box-shadow: inset 0 0 0 5px #188cf7;
  border-color: transparent;
}

.sensors .box-sensor:hover .title-sensor, .automation .box-sensor:hover .title-sensor {
  display: none;
}

.sensors .box-sensor:hover .value-sensor, .automation .box-sensor:hover .value-sensor {
  display: none;
}

.sensors .box-sensor:hover .time-sensor, .automation .box-sensor:hover .time-sensor {
  display: none;
}

.sensors .box-sensor:hover .timeFromNow-sensor, .automation .box-sensor:hover .timeFromNow-sensor {
  display: block;
  font-size: 13px;
  color: white;
}

.sensors .box-sensor .title-sensor, .automation .box-sensor .title-sensor {
  font-size: 12px;
  color: #AAA;
}

.sensors .box-sensor .value-sensor, .automation .box-sensor .value-sensor {
  color: #188cf7;
  font-weight: 600;
  font-size: 18px;
}

.sensors .box-sensor .time-sensor, .automation .box-sensor .time-sensor {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 10px;
}

.sensors .box-sensor .timeFromNow-sensor, .automation .box-sensor .timeFromNow-sensor {
  display: none;
}

.lr-pc-vs-windows .delete-programming-time-range {
  cursor: pointer;
}

.time-ranges-empty, .time-ranges-speed-empty, .pulse-ranges-empty {
  color: #333333;
  font-size: 12px;
}

.choose-filtration, .choose-filtration div {
  display: flex;
  align-items: center;
}

.choose-filtration label {
  margin: inherit;
}

.selector {
  width: 38px;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 5px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 7'%3e%3cpath fill='%23aaa' d='M2 6L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.3rem center/7px 9px;
}

#filtration-mode-select {
  width: 42%;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 5px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 7'%3e%3cpath fill='%23aaa' d='M2 6L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.3rem center/7px 9px;
}

.choose-speed label {
  font-size: 0.875rem;
}

.speed-program-management .active, .speed-backwash .active, .speed-program-management-boost .active {
  background-color: #188cf7 !important;
}

.on-duration {
  display: none;
  align-items: center;
}

.on-duration label {
  margin-bottom: inherit;
}

.manual-duration-hours, .manual-duration-minutes {
  font-size: 0.75rem;
  color: #272525;
}

.disabled {
  cursor: not-allowed;
}

.wintering-module {
  color: #9eebfc;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

#timeline .box {
  padding: 40px 20px 1px;
  height: unset;
  margin-bottom: 0 !important;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  moz-transition: all .2s ease-in-out;
  o-transition: all .2s ease-in-out;
  padding: 2px;
  transition: all .2s ease-in-out;
  webkit-transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #EEE;
  left: 160px;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  width: calc(100% - 160px);
  float: right;
  margin-bottom: 30px;
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -158px;
  width: 150px;
  text-align: right;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #f1bc14 !important;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #e67e22  !important;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: white;
  padding: 1em;
  margin-left: 55px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: SourceSansPro, "Lato", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  color: #252525;
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.seemore {
  background-color: #fff;
  padding: 0.5em 1em;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.seemore h2 a {
  text-decoration: none;
  color: #188cf7;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.seemore h2 a:hover {
  font-weight: 600;
}

#logs #breadcrumbs-container {
  margin-bottom: 20px;
}

#logs #breadcrumb {
  font-size: 18px;
  color: #2c2b35;
  display: flex;
  align-items: center;
  padding: 0 10px 10px;
}

#logs #breadcrumb i.fas {
  margin-right: 10px;
}

#logs .filtersButton {
  margin-bottom: 20px;
}

#logs .box {
  padding: 10px 20px 20px;
  margin-top: 10px;
  background-color: #f4f7fb;
}

#logs .box .filter-container {
  background-color: white;
  border-radius: 4px;
  padding: 10px 10px;
}

#logs .box .filter-container button > i.fas {
  margin-right: 5px;
}

#logs .box .filter-container .col-filter .btn-filters:not(:first-child) {
  margin-left: 5px;
}

#logs .box .filter-container .col-filter .turn-down-right-arrow1 {
  width: 15px;
  height: 13px;
  position: relative;
  top: 0px;
  left: 10px;
}

#logs .box .filter-container .col-filter .turn-down-right-arrow2 {
  width: 15px;
  height: 13px;
  position: relative;
  bottom: 3px;
  left: -2px;
}

#logs .box .filter-container .col-filter .line-filter {
  border: 1px solid #2fb0fa;
  width: 50px;
  margin: 0px;
  position: relative;
  left: 7px;
  bottom: 16px;
}

#logs .box .filter-container .col-filter .priorities {
  display: flex;
  justify-content: start;
  width: fit-content;
}

#logs .box .filter-container .col-filter .priorities .btn-filters, #logs .box .filter-container .col-filter .priorities .btn-filters-all {
  border: 1px solid none;
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 12px;
  min-width: fit-content;
  cursor: pointer;
  text-align: center;
}

#logs .box .filter-container .col-filter .priorities .item-all {
  border: 1px solid #3b3f43;
  color: #3b3f43;
}

#logs .box .filter-container .col-filter .priorities .item-all.active, #logs .box .filter-container .col-filter .priorities .item-all:hover {
  background-color: #3b3f43;
  color: white;
}

#logs .box .filter-container .col-filter .priorities .item-critical {
  border: 1px solid #dc3545;
  color: #dc3545;
}

#logs .box .filter-container .col-filter .priorities .item-critical:hover, #logs .box .filter-container .col-filter .priorities .item-critical.active {
  color: white;
  background-color: #dc3545;
}

#logs .box .filter-container .col-filter .priorities .item-warning {
  color: #e67e22;
  border: 1px solid   #e67e22;
}

#logs .box .filter-container .col-filter .priorities .item-warning:hover, #logs .box .filter-container .col-filter .priorities .item-warning.active {
  background-color: #e67e22;
  color: white;
}

#logs .box .filter-container .col-filter .priorities .item-medium {
  color: #f1bc14;
  border: 1px solid #f1bc14;
}

#logs .box .filter-container .col-filter .priorities .item-medium:hover, #logs .box .filter-container .col-filter .priorities .item-medium.active {
  background-color: #f1bc14;
  color: white;
}

#logs .box .filter-container .col-filter .priorities .item-low {
  color: #6c757d;
  border: 1px solid #6c757d;
}

#logs .box .filter-container .col-filter .priorities .item-low:hover, #logs .box .filter-container .col-filter .priorities .item-low.active {
  color: white;
  background-color: #6c757d;
}

#logs .box .filter-container .col-filter .categories {
  display: flex;
  justify-content: start;
  width: fit-content;
  margin-top: 10px;
}

#logs .box .filter-container .col-filter .categories .btn-filters {
  border: 1px solid none;
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 12px;
  min-width: fit-content;
  cursor: pointer;
  text-align: center;
}

#logs .box .filter-container .col-filter .categories .item-filters {
  border: 1px solid grey;
  color: grey;
}

#logs .box .filter-container .col-filter .categories .item-filters:hover, #logs .box .filter-container .col-filter .categories .item-filters.active {
  background-color: grey;
  color: white;
}

#logs .box .filter-container .date-filtered p {
  padding-right: 7px;
}

#logs .box .filter-container .date-filtered .datepicker .input-group {
  width: 225px;
}

#logs .box .filter-container .date-filtered .datepicker .input-group .title-select-datepicker {
  color: #808080;
  position: relative;
  bottom: 60px;
  left: 45px;
  z-index: 999;
  background-color: white;
  width: fit-content;
  font-size: 13px;
  padding: 0px 0px !important;
  text-align: center;
  height: fit-content;
  border-radius: 4px;
}

#logs .box .filter-container .date-filtered .datepicker .input-group .input-group-prepend .btn-calendar {
  background-color: #2fb0fa;
  color: white;
  display: flex;
  align-items: center;
}

#logs .box .filter-container .date-filtered .datepicker .input-group .input-calendar {
  border: 1px solid #c4c5c8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 13px;
  padding: 15px 15px;
  color: #808080;
  background-color: white;
}

#logs .box .filter-container .date-filtered .datepicker .input-group .input-calendar:focus {
  border: 1px solid #2fb0fa;
  box-shadow: inset;
  outline: 0 none;
}

#logs .box .filter-container .date-filtered .line-filter {
  border: 1px solid #2fb0fa;
  width: 50px;
  margin: 0px;
  position: relative;
  left: 165px;
  bottom: 16px;
  height: 2px;
}

#logs .box .header {
  display: block;
  padding-bottom: 15px;
}

#logs .box .header .timerange .input-group-prepend .btn {
  padding: 4px 16px;
}

#logs .box .header .timerange input {
  min-width: 250px;
  cursor: pointer;
  height: 32px;
  border: 1px solid #bdbdbd;
  background: rgba(236, 244, 251, 0.68);
  color: #232323;
  font-size: 13px;
  padding: 0px 10px;
  text-align: center;
}

#logs .box .header .filter {
  align-items: center;
}

#logs .box .header .filter #prioritiesCategories .priorities {
  display: flex;
}

#logs .box .header .filter #prioritiesCategories .categories {
  display: flex;
}

#logs .box .header .filter .timerange {
  margin-bottom: 80px;
  margin-top: 30px;
}

#logs .box .header .filter .timerange .datepicker {
  float: left;
}

#logs .box .header .filter .timerange #applyFiltersDiv {
  float: right;
}

#logs .box .header .filter :not(:last-child) {
  margin-right: 10px;
}

#logs .box .header .filter .divider {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: 40px;
  margin: 0 20px 0 20px;
}

#logs .box #table {
  margin-top: 40px;
  background-color: white;
  /*padding: 10px 10px;*/
  padding: 0;
}

#logs .box #table #editor {
  background-color: #FFF;
}

#logs .edit-note-footer {
  display: none;
}

#logs .timeline-icon-add-note {
  background-color: #2fb0fa !important;
  color: white !important;
}

#logs .timeline-icon-add-note .fa-plus {
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#logs .timeline-icon-add-note .fa-plus.rotateFafa {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#logs .timeline-icon-add-note:hover {
  cursor: pointer;
}

.box #priority, .box #category {
  border-radius: 250px;
  background-color: white;
  color: #495057;
  border-bottom: none !important;
}

.priorityLabel, .categoryLabel, .textContentLabel {
  position: relative;
  top: 19px;
  left: 14px;
  color: #188cf7;
  background: white;
  width: fit-content;
}

#editPoolModal #map {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 0.325rem;
}

#editPoolModal .map-descr {
  text-align: center;
  color: #999;
  font-style: italic;
}

#editPoolModal .gm-style .controls {
  font-size: 28px;
  /* this adjusts the size of all the controls */
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  height: 1em;
  margin: 6px;
  text-align: center;
  user-select: none;
  padding: 2px;
  width: 1em;
}

#editPoolModal .gm-style .controls button {
  border: 0;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
}

#editPoolModal .gm-style .controls button:hover {
  color: rgba(0, 0, 0, 0.9);
}

#editPoolModal .gm-style .controls.zoom-control {
  display: flex;
  flex-direction: column;
  height: auto;
}

#editPoolModal .gm-style .controls.zoom-control button {
  font: 0.85em Arial;
  margin: 1px;
  padding: 0;
}

.pac-container {
  z-index: 1051 !important;
}

/*---------------DROPZONES--------------*/
.drop-documents {
  /*-----------------------------DOCUMENTS MANAGEMENT---------------------------*/
}

.drop-documents .dropzone {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 0.5em;
}

.drop-documents .dropzone.dz-clickable {
  cursor: pointer;
}

.drop-documents .dropzone.dz-clickable .dz-message,
.drop-documents .dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}

.drop-documents .dropzone.dz-clickable * {
  cursor: default;
}

.drop-documents .dropzone .dz-message {
  position: relative;
  top: 40%;
  transform: perspective(1px) translateY(-50%);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 10px;
  margin-right: 10px;
}

.drop-documents .dropzone .dz-preview,
.drop-documents .dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  color: #555555;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 10px;
  border-radius: 10px;
  width: 130px;
  height: 130px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}

.drop-documents .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.drop-documents .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}

.drop-documents .dropzone .dz-preview .dz-details img,
.drop-documents .dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translateY(-50%) translateX(-50%);
}

.drop-documents .dropzone .dz-preview:hover .dz-details img,
.drop-documents .dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}

.drop-documents .dropzone .dz-preview .dz-success-mark,
.drop-documents .dropzone-previews .dz-preview .dz-success-mark,
.drop-documents .dropzone .dz-preview .dz-error-mark,
.drop-documents .dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  top: -35%;
  transform: translateX(60%) translateY(-50%);
}

.drop-documents .dropzone .dz-preview .dz-success-mark,
.drop-documents .dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}

.drop-documents .dropzone .dz-preview .dz-error-mark,
.drop-documents .dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}

.drop-documents .dropzone .dz-preview .dz-progress,
.drop-documents .dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
  height: 6px;
  background: #d7d7d7;
}

.drop-documents .dropzone .dz-preview .dz-progress .dz-upload,
.drop-documents .dropzone-previews .dz-preview .dz-upload {
  left: 0;
  background-color: #8cc657;
}

.drop-documents .dropzone .dz-preview.dz-processing .dz-progress,
.drop-documents .dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}

.drop-documents .dropzone .dz-preview .dz-error-message,
.drop-documents .dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: 1px;
  background: rgba(245, 245, 245, 0.8);
  padding: 3px;
  color: #800;
  width: 110px;
  z-index: 500;
}

.drop-documents .dropzone .dz-preview:hover.dz-error .dz-error-message,
.drop-documents .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

.drop-documents .dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
}

.drop-documents .dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.drop-documents .dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}

.drop-documents .dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}

.drop-documents .dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.drop-documents .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

.drop-documents .dropzone .dz-preview.dz-success .dz-success-mark,
.drop-documents .dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.drop-documents .dropzone .dz-preview.dz-error .dz-error-mark,
.drop-documents .dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.drop-documents .dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.drop-documents .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}

.drop-documents .dropzone .dz-preview .dz-error-mark,
.drop-documents .dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}

.drop-documents .dropzone .dz-preview .dz-success-mark,
.drop-documents .dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}

.drop-documents .dropzone .dz-preview .dz-progress .dz-upload,
.drop-documents .dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  width: 0%;
  height: 100%;
}

.drop-documents .dropzone .dz-preview.dz-success .dz-progress,
.drop-documents .dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.drop-documents .dropzone .dz-preview .dz-error-message,
.drop-documents .dropzone-previews .dz-preview .dz-error-message {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.drop-documents .dz-error-message {
  font-size: 0.99em;
}

.drop-documents .dropzone .dz-preview:hover.dz-error .dz-error-message,
.drop-documents .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.drop-documents .dropzone a.dz-remove,
.drop-documents .dropzone-previews a.dz-remove {
  display: none;
}

.drop-documents .fa-file-pdf {
  font-size: 3em;
}

.drop-documents .document-upload {
  border: 1px dashed #ebf2f8;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  padding: 2%;
  text-align: center;
}

.pdf-link {
  padding: 0.5em 1em;
  border-radius: 1rem;
  background-color: lightgrey;
  color: #fff;
  min-width: 200px;
}

#documents-piscinist-management .box {
  position: relative;
}

#select-language, #select-folder, #select-language-agency, #agency-form-submit {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #2fb0fa;
  color: white;
  padding: 7px;
  max-width: 100%;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  cursor: pointer;
  border-bottom: 1px solid #1286f3 !important;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}

/*---------------POOL DOCUMENTS--------------*/
.documents-piscinist, #dropzones-documents {
  display: flex;
}

#folder-dropzones, .drop-documents, .selectors, .folders, .folders-agency {
  width: 50%;
}

#folder-dropzones, .selectors {
  padding: 45px;
}

#documents-piscinist-management, #agency-informations {
  margin: 60px 200px;
}

.drop-documents {
  position: relative;
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
  background-color: #1286f3;
  padding: 30px;
}

.fa-cloud-download-alt {
  font-size: 60px;
  color: #fff;
  position: relative;
}

#documents-piscinist-management label {
  color: #9b9b9b;
}

.all-files p, .all-files-agency p {
  color: #1286f3;
  font-size: 19px;
  border-bottom: 1px solid #2fb0fa;
}

.all-files, .all-files-agency {
  padding: 7px 40px 25px 40px;
}

.file-card p {
  color: grey;
  text-align: center;
}

.empty-docs div {
  color: #1286f3;
}

.selectors img {
  width: 15%;
  margin-top: 4.5%;
}

.file a, #my-agency-informations p {
  color: #9b9b9b;
}

.files {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4em 1em;
}

.file {
  margin-bottom: 4%;
  padding-bottom: 0.2em;
  border-bottom: 1px solid lightgrey;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-trash-alt {
  color: #2fb0fa;
  font-size: 14px;
  cursor: pointer;
}

select {
  width: 90%;
}

#documents-selectors-pros {
  display: flex;
}

.labels {
  grid-template-columns: 1.5fr 1fr 1.5fr;
  display: grid;
  align-items: center;
  font-size: 20px;
  font-weight: lighter;
}

.labels label {
  text-align: center;
}

.labels div {
  height: 1px;
  background: lightgrey;
  margin-bottom: 5px;
}

.documents-link {
  color: #fff;
  background-image: linear-gradient(15deg, #2fb0fa, #17507c);
  border-radius: 3px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.documents-link p {
  color: #fff;
  font-weight: lighter;
  padding: 10px;
  background: #1286f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: capitalize;
}

.file-card {
  min-width: 25%;
}

.documents-link .far {
  font-size: 60px;
}

#select-folder, #select-language {
  width: 100%;
}

.title-docs {
  font-size: 17px;
  color: grey;
}

@media (max-width: 1200px) {
  .documents-piscinist, #dropzones-documents {
    flex-direction: column;
  }
  .files {
    grid-template-columns: inherit;
  }
  #folder-dropzones, .drop-documents, .selectors, .folders, .folders-agency {
    width: 100%;
  }
  .dropzone {
    min-height: 160px;
  }
  #documents-piscinist-management, #agency-informations {
    margin: 60px;
  }
  #agency-management {
    width: 100% !important;
  }
}

@media (max-width: 800px) {
  #documents-piscinist-management, #agency-informations {
    margin: 60px 70px;
  }
}

/*--------------- AGENCY MANAGEMENT --------------*/
#update-name {
  align-items: center;
}

#agency-management {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}

#logo {
  max-width: 100%;
}

.logo-upload {
  cursor: pointer;
  width: 50%;
  margin-right: 40px;
}

.logo-upload p {
  font-size: 15px;
}

.logo-upload p:hover {
  color: #2fb0fa !important;
  transition: all 0.4s;
}

.logo-upload p, .logo-upload i {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#documents-piscinist-management label {
  display: block;
}

#agency-name {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#update-agency {
  width: 50%;
}

#pencil, #check {
  color: #1286f3;
  cursor: pointer;
  transition: all 0.5s;
}

#pencil:hover, #check:hover {
  color: #2fb0fa;
  transition: all 0.5s;
}

.img_description_layer {
  position: absolute;
  display: flex !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 120, 245, 0.71);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity .2s, visibility .2s;
}

.img_description {
  transition: .2s;
  transform: translateY(1em);
  text-align: center;
  font-size: 14px;
  user-select: none;
}

.agency-form {
  border-radius: 3px !important;
  border: 1px solid #2fb0fa;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#agency-form-submit {
  width: 100% !important;
  transition: all 0.5s;
}

#agency-form-submit:hover {
  background-color: #1286f3;
  transition: all 0.5s;
}

/*--------------- PROFESSIONAL LIST --------------*/
#pro-list {
  width: 100%;
  margin: auto;
  padding: 20px;
  font-size: 0.8rem;
  font-family: Lato, sans-serif;
  font-weight: lighter;
}

.btn.fancy.yellow {
  border-color: #faae31;
  background-color: rgba(250, 174, 49, 0.75);
  color: rgba(255, 255, 255, 0.9);
}

.btn.fancy.red {
  border-color: #cb1b2e;
  background-color: rgba(203, 27, 46, 0.75);
  color: rgba(255, 255, 255, 0.9);
}

#pro-list .fade:not(.show), #pool-list-admin-pro .fade:not(.show) {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-dialog {
  margin-top: 100px;
}

/**** CUSTOM MODAL ****/
.modal .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.42);
}

.modal .modal-content .modal-header {
  border-bottom: none;
  padding: 30px 30px 0px;
  display: block;
}

.modal .modal-content .modal-header button.close {
  border-radius: 20px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  color: #000;
  padding: 1px 8px 5px 7px;
  transition: all .3s ease-in-out;
}

.modal .modal-content .modal-header button.close:hover {
  background-color: #ee1e2d;
  color: white;
}

.modal .modal-content .modal-header .modal-title {
  font-weight: 800;
  color: #333;
  font-size: 18px;
  letter-spacing: 1px;
}

.modal .modal-content .modal-body {
  padding: 10px 30px;
}

.modal .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

#mainModalButton {
  background-color: #bf2237;
}

.btn-new {
  cursor: pointer;
  padding: 0.8em 1.2em;
  background-color: #1e3257;
  color: white;
  outline: none;
  font-size: 11px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 250px;
  max-width: 200px;
  text-align: center;
  font-weight: 500;
  margin: 5px;
}

#mainModalButton:hover {
  background-color: #dc384d;
}

.create-pro {
  float: right;
}

.remove-pro-group {
  padding: 13px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  display: flex;
  font-size: 10px !important;
  align-items: center;
  justify-content: center;
}

.add-pro input, #create-pro {
  font-size: 12px;
}

.create-pro div {
  margin: inherit;
}

#create-pro:hover {
  opacity: 0.8;
}

.modal-create-pro {
  max-width: 700px;
}

#createProfessional input {
  font-size: 15px;
}

.remove-pro-group {
  padding: 13px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  display: flex;
  font-size: 10px !important;
  align-items: center;
  justify-content: center;
}

#createProfessional p {
  color: #666;
  font-size: 14px;
}

#team-member {
  padding: 50px 40px;
}

#team-members-datatable .fa-user-times {
  cursor: pointer;
  color: red;
}

.common-action-bar {
  height: 65px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.common-action-bar ul {
  display: flex;
  padding: 0;
  margin-bottom: 1.5rem;
}

.common-action-bar ul li.active ~ .indicator {
  background: linear-gradient(180deg, #88d8e8, #004a90);
}

.common-action-bar ul li.active:hover {
  cursor: pointer;
}

.common-action-bar ul li.active i {
  transform: translateY(-32px);
  transition: 0.5s;
  color: whitesmoke;
}

.common-action-bar ul li.active i img {
  filter: invert(100%) sepia(54%) saturate(52%) hue-rotate(179deg) brightness(117%) contrast(92%);
}

.common-action-bar ul li {
  position: relative;
  list-style: none;
  max-width: 70px;
  min-width: 70px;
  height: 60px;
  z-index: 1;
}

.common-action-bar ul li div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.common-action-bar ul li div i {
  position: relative;
  display: block;
  line-height: 75px;
  font-size: 1.4em;
  text-align: center;
  transition: 0.5s;
  color: #004a90;
}

.common-action-bar ul li div i img {
  height: 30px;
}

.common-action-bar ul li div .management-text {
  position: absolute;
  font-weight: 400;
  font-size: 0.75em;
  color: #004a90;
  letter-spacing: 0.05em;
  opacity: 1;
  width: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 57px;
}

.common-action-bar ul .indicator {
  display: inherit;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -40px;
  border-radius: 50%;
  border: 6px solid #F4F7FB;
  transition: 0.5s;
}

.common-action-bar ul .indicator.hidden {
  display: none;
  left: -100px;
}

.common-action-bar ul .indicator:before {
  content: '';
  position: absolute;
  top: 60%;
  left: -19px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0px -10px 0 0 #F4F7FB;
}

.common-action-bar ul .indicator:after {
  content: '';
  position: absolute;
  top: 60%;
  right: -19px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top-left-radius: 20px;
  box-shadow: 0px -10px 0 0 #F4F7FB;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  width: 100%;
}

#distributor-modules-echarts > .flip-card {
  height: 30vh;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  width: 100%;
}

#flip-card-inner {
  position: relative;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#flip-card-front {
  padding-left: 10px;
  padding-right: 10px;
}

#flip-card-front, .flip-card-back {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background: #ffffff;
  height: 30vh;
}

.flip-card-back {
  transform: rotateY(180deg);
}

#close-distributor-map,
#close-manufacturer-map {
  display: none;
  margin-left: 10px;
  z-index: 10000;
  top: 51px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #455A64;
  border-radius: 50%;
  box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.5);
  transition: .25s ease-in-out;
  cursor: pointer;
  animation: fade-in 0.5s ease-out 0.25s both;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
}

#close-distributor-map .circle path,
#close-manufacturer-map .circle path {
  stroke: white;
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  animation: progress 0.5s ease-out 0.25s both;
}

@keyframes progress {
  from {
    stroke-dasharray: 0 100;
  }
}

#close-distributor-map span,
#close-manufacturer-map span {
  display: block;
  width: 5.5px;
  height: 2px;
  background: white;
  box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  position: absolute;
  transition: .25s ease-in-out;
  animation: slide-in 0.5s ease-in-out 0.25s both;
}

@keyframes slide-in {
  from {
    width: 0;
  }
}

#close-distributor-map span:nth-child(1),
#close-manufacturer-map span:nth-child(1) {
  top: 9px;
  left: 10px;
  transform: rotate(45deg);
  transform-origin: top left;
}

#close-distributor-map span:nth-child(2),
#close-manufacturer-map span:nth-child(2) {
  top: 9px;
  right: 10px;
  transform: rotate(-45deg);
  transform-origin: top right;
}

#close-distributor-map span:nth-child(3),
#close-manufacturer-map span:nth-child(3) {
  bottom: 9px;
  left: 10px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

#close-distributor-map span:nth-child(4),
#close-manufacturer-map span:nth-child(4) {
  bottom: 9px;
  right: 10px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

#close-distributor-map:hover,
#close-manufacturer-map:hover {
  background: #37474F;
}

#close-distributor-map:hover span,
#close-manufacturer-map:hover span {
  width: 7.5px;
}

#echart-infos {
  margin: 40px;
}

#echart-infos #echart-total {
  color: #3d9bec;
}

#distributor-modules-echarts {
  margin-bottom: 40px;
  width: 100%;
}

#distributor-modules-echarts,
#manufacturer-modules-echarts {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  overflow: hidden;
  margin-top: 10px;
}

#distributor-modules-echarts #graph,
#manufacturer-modules-echarts #graph {
  position: relative;
  height: 100vh;
}

#distributor-modules-echarts #heatmap-chart,
#manufacturer-modules-echarts #heatmap-chart {
  position: absolute;
  z-index: 1000;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  display: none;
}

#distributor-modules-echarts #heatmap-chart.show,
#manufacturer-modules-echarts #heatmap-chart.show {
  opacity: 1;
  display: block;
}

#distributor-modules-echarts #heatmap-container,
#manufacturer-modules-echarts #heatmap-container {
  border-radius: 4px;
}

#distributor-modules-echarts #echart-location .echart-title,
#manufacturer-modules-echarts #echart-location .echart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vh 1vw 0 1vw;
  font-family: comfortaa, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #D0D4E0;
}

#distributor-modules-echarts #echart-pac-type,
#distributor-modules-echarts #echart-types,
#distributor-modules-echarts #echart-date-added,
#distributor-modules-echarts #echart-connectivity-per-day,
#distributor-modules-echarts #echart-configuration,
#distributor-modules-echarts #echart-connectivity,
#distributor-modules-echarts #echart-cells-voltage,
#distributor-modules-echarts #echart-total-electrolyse-duration,
#manufacturer-modules-echarts #echart-pac-type,
#manufacturer-modules-echarts #echart-types,
#manufacturer-modules-echarts #echart-date-added,
#manufacturer-modules-echarts #echart-connectivity-per-day,
#manufacturer-modules-echarts #echart-configuration,
#manufacturer-modules-echarts #echart-connectivity,
#manufacturer-modules-echarts #echart-cells-voltage,
#manufacturer-modules-echarts #echart-total-electrolyse-duration {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background: #ffffff;
  height: 30vh;
  padding-left: 10px;
  padding-right: 10px;
}

#distributor-modules-echarts #echart-pac-type .echart-title,
#distributor-modules-echarts #echart-types .echart-title,
#distributor-modules-echarts #echart-date-added .echart-title,
#distributor-modules-echarts #echart-connectivity-per-day .echart-title,
#distributor-modules-echarts #echart-configuration .echart-title,
#distributor-modules-echarts #echart-connectivity .echart-title,
#distributor-modules-echarts #echart-cells-voltage .echart-title,
#distributor-modules-echarts #echart-total-electrolyse-duration .echart-title,
#manufacturer-modules-echarts #echart-pac-type .echart-title,
#manufacturer-modules-echarts #echart-types .echart-title,
#manufacturer-modules-echarts #echart-date-added .echart-title,
#manufacturer-modules-echarts #echart-connectivity-per-day .echart-title,
#manufacturer-modules-echarts #echart-configuration .echart-title,
#manufacturer-modules-echarts #echart-connectivity .echart-title,
#manufacturer-modules-echarts #echart-cells-voltage .echart-title,
#manufacturer-modules-echarts #echart-total-electrolyse-duration .echart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vh 1vw 0 1vw;
  font-family: comfortaa, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #D0D4E0;
}

#distributor-modules-echarts .echart-default,
#manufacturer-modules-echarts .echart-default {
  margin-left: auto;
  margin-right: auto;
}

#distributor-modules-echarts .echart-total,
#manufacturer-modules-echarts .echart-total {
  max-width: 20%;
  min-width: 20%;
  font-size: 11px;
  font-weight: bold;
}

#distributor-modules-echarts .no-result,
#manufacturer-modules-echarts .no-result {
  display: none;
  justify-content: center;
  justify-items: center;
  color: #dedede;
  margin-top: 40px;
}

#distributor-modules-echarts .no-result i,
#manufacturer-modules-echarts .no-result i {
  font-size: 8em;
}

#distributor-modules-echarts .no-result span,
#manufacturer-modules-echarts .no-result span {
  font-size: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

#ratio-pac-type,
#ratio-types,
#ratio-date-added,
#ratio-connectivity-per-day,
#ratio-location,
#ratio-configuration,
#ratio-cells-voltage,
#ratio-firmwares,
#ratio-total-electrolyse-duration {
  width: 100%;
  height: 27vh;
  margin: auto auto auto 2%;
}

#manufacturerModulesList {
  background-color: #fff;
  border-radius: 20px;
}

#manufacturerUsersList,
#distributorProducts,
#manufacturerModulesList,
#distributorUsersList {
  font-family: comfortaa, sans-serif;
  font-weight: lighter;
  font-size: 13px;
  padding: 30px;
  margin: 50px;
}

#manufacturerUsersList h4,
#distributorProducts h4,
#manufacturerModulesList h4,
#distributorUsersList h4 {
  color: #585858;
}

#manufacturerUsersList .select-module, #manufacturerUsersList #checkBoxAllModules,
#distributorProducts .select-module,
#distributorProducts #checkBoxAllModules,
#manufacturerModulesList .select-module,
#manufacturerModulesList #checkBoxAllModules,
#distributorUsersList .select-module,
#distributorUsersList #checkBoxAllModules {
  cursor: pointer;
}

#manufacturerUsersList .select-module,
#distributorProducts .select-module,
#manufacturerModulesList .select-module,
#distributorUsersList .select-module {
  margin-left: 5px;
}

#manufacturerUsersList .customers-manufacturer-datatable,
#manufacturerUsersList .distributor-products-datatable,
#manufacturerUsersList .modules-manufacturer-datatable,
#manufacturerUsersList .customers-distributor-datatable,
#distributorProducts .customers-manufacturer-datatable,
#distributorProducts .distributor-products-datatable,
#distributorProducts .modules-manufacturer-datatable,
#distributorProducts .customers-distributor-datatable,
#manufacturerModulesList .customers-manufacturer-datatable,
#manufacturerModulesList .distributor-products-datatable,
#manufacturerModulesList .modules-manufacturer-datatable,
#manufacturerModulesList .customers-distributor-datatable,
#distributorUsersList .customers-manufacturer-datatable,
#distributorUsersList .distributor-products-datatable,
#distributorUsersList .modules-manufacturer-datatable,
#distributorUsersList .customers-distributor-datatable {
  border-spacing: 0px 0.90rem !important;
}

#manufacturerUsersList .customers-manufacturer-datatable td,
#manufacturerUsersList .distributor-products-datatable td,
#manufacturerUsersList .modules-manufacturer-datatable td,
#manufacturerUsersList .customers-distributor-datatable td,
#distributorProducts .customers-manufacturer-datatable td,
#distributorProducts .distributor-products-datatable td,
#distributorProducts .modules-manufacturer-datatable td,
#distributorProducts .customers-distributor-datatable td,
#manufacturerModulesList .customers-manufacturer-datatable td,
#manufacturerModulesList .distributor-products-datatable td,
#manufacturerModulesList .modules-manufacturer-datatable td,
#manufacturerModulesList .customers-distributor-datatable td,
#distributorUsersList .customers-manufacturer-datatable td,
#distributorUsersList .distributor-products-datatable td,
#distributorUsersList .modules-manufacturer-datatable td,
#distributorUsersList .customers-distributor-datatable td {
  color: #004c6d;
  vertical-align: inherit;
}

#manufacturerUsersList .customers-manufacturer-datatable tbody tr,
#manufacturerUsersList .distributor-products-datatable tbody tr,
#manufacturerUsersList .modules-manufacturer-datatable tbody tr,
#manufacturerUsersList .customers-distributor-datatable tbody tr,
#distributorProducts .customers-manufacturer-datatable tbody tr,
#distributorProducts .distributor-products-datatable tbody tr,
#distributorProducts .modules-manufacturer-datatable tbody tr,
#distributorProducts .customers-distributor-datatable tbody tr,
#manufacturerModulesList .customers-manufacturer-datatable tbody tr,
#manufacturerModulesList .distributor-products-datatable tbody tr,
#manufacturerModulesList .modules-manufacturer-datatable tbody tr,
#manufacturerModulesList .customers-distributor-datatable tbody tr,
#distributorUsersList .customers-manufacturer-datatable tbody tr,
#distributorUsersList .distributor-products-datatable tbody tr,
#distributorUsersList .modules-manufacturer-datatable tbody tr,
#distributorUsersList .customers-distributor-datatable tbody tr {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
}

#manufacturerUsersList .customers-manufacturer-datatable .even:hover,
#manufacturerUsersList .distributor-products-datatable .even:hover,
#manufacturerUsersList .modules-manufacturer-datatable .even:hover,
#manufacturerUsersList .customers-distributor-datatable .even:hover,
#distributorProducts .customers-manufacturer-datatable .even:hover,
#distributorProducts .distributor-products-datatable .even:hover,
#distributorProducts .modules-manufacturer-datatable .even:hover,
#distributorProducts .customers-distributor-datatable .even:hover,
#manufacturerModulesList .customers-manufacturer-datatable .even:hover,
#manufacturerModulesList .distributor-products-datatable .even:hover,
#manufacturerModulesList .modules-manufacturer-datatable .even:hover,
#manufacturerModulesList .customers-distributor-datatable .even:hover,
#distributorUsersList .customers-manufacturer-datatable .even:hover,
#distributorUsersList .distributor-products-datatable .even:hover,
#distributorUsersList .modules-manufacturer-datatable .even:hover,
#distributorUsersList .customers-distributor-datatable .even:hover {
  background-color: inherit;
}

#manufacturerUsersList .customers-manufacturer-datatable .odd,
#manufacturerUsersList .distributor-products-datatable .odd,
#manufacturerUsersList .modules-manufacturer-datatable .odd,
#manufacturerUsersList .customers-distributor-datatable .odd,
#distributorProducts .customers-manufacturer-datatable .odd,
#distributorProducts .distributor-products-datatable .odd,
#distributorProducts .modules-manufacturer-datatable .odd,
#distributorProducts .customers-distributor-datatable .odd,
#manufacturerModulesList .customers-manufacturer-datatable .odd,
#manufacturerModulesList .distributor-products-datatable .odd,
#manufacturerModulesList .modules-manufacturer-datatable .odd,
#manufacturerModulesList .customers-distributor-datatable .odd,
#distributorUsersList .customers-manufacturer-datatable .odd,
#distributorUsersList .distributor-products-datatable .odd,
#distributorUsersList .modules-manufacturer-datatable .odd,
#distributorUsersList .customers-distributor-datatable .odd {
  background-color: inherit;
}

#manufacturerUsersList .customers-manufacturer-datatable thead > tr > th,
#manufacturerUsersList .distributor-products-datatable thead > tr > th,
#manufacturerUsersList .modules-manufacturer-datatable thead > tr > th,
#manufacturerUsersList .customers-distributor-datatable thead > tr > th,
#distributorProducts .customers-manufacturer-datatable thead > tr > th,
#distributorProducts .distributor-products-datatable thead > tr > th,
#distributorProducts .modules-manufacturer-datatable thead > tr > th,
#distributorProducts .customers-distributor-datatable thead > tr > th,
#manufacturerModulesList .customers-manufacturer-datatable thead > tr > th,
#manufacturerModulesList .distributor-products-datatable thead > tr > th,
#manufacturerModulesList .modules-manufacturer-datatable thead > tr > th,
#manufacturerModulesList .customers-distributor-datatable thead > tr > th,
#distributorUsersList .customers-manufacturer-datatable thead > tr > th,
#distributorUsersList .distributor-products-datatable thead > tr > th,
#distributorUsersList .modules-manufacturer-datatable thead > tr > th,
#distributorUsersList .customers-distributor-datatable thead > tr > th {
  border: none;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 30px;
}

#manufacturerUsersList .customers-manufacturer-datatable tbody > tr > td,
#manufacturerUsersList .distributor-products-datatable tbody > tr > td,
#manufacturerUsersList .modules-manufacturer-datatable tbody > tr > td,
#manufacturerUsersList .customers-distributor-datatable tbody > tr > td,
#distributorProducts .customers-manufacturer-datatable tbody > tr > td,
#distributorProducts .distributor-products-datatable tbody > tr > td,
#distributorProducts .modules-manufacturer-datatable tbody > tr > td,
#distributorProducts .customers-distributor-datatable tbody > tr > td,
#manufacturerModulesList .customers-manufacturer-datatable tbody > tr > td,
#manufacturerModulesList .distributor-products-datatable tbody > tr > td,
#manufacturerModulesList .modules-manufacturer-datatable tbody > tr > td,
#manufacturerModulesList .customers-distributor-datatable tbody > tr > td,
#distributorUsersList .customers-manufacturer-datatable tbody > tr > td,
#distributorUsersList .distributor-products-datatable tbody > tr > td,
#distributorUsersList .modules-manufacturer-datatable tbody > tr > td,
#distributorUsersList .customers-distributor-datatable tbody > tr > td {
  border-top: 0.1px solid #eceeef !important;
  border-bottom: 0.1px solid #eceeef !important;
  box-shadow: none;
  background-color: #fff;
  white-space: nowrap;
  padding: 0.45rem;
}

#manufacturerUsersList .customers-manufacturer-datatable tbody > tr > td:first-child,
#manufacturerUsersList .distributor-products-datatable tbody > tr > td:first-child,
#manufacturerUsersList .modules-manufacturer-datatable tbody > tr > td:first-child,
#manufacturerUsersList .customers-distributor-datatable tbody > tr > td:first-child,
#distributorProducts .customers-manufacturer-datatable tbody > tr > td:first-child,
#distributorProducts .distributor-products-datatable tbody > tr > td:first-child,
#distributorProducts .modules-manufacturer-datatable tbody > tr > td:first-child,
#distributorProducts .customers-distributor-datatable tbody > tr > td:first-child,
#manufacturerModulesList .customers-manufacturer-datatable tbody > tr > td:first-child,
#manufacturerModulesList .distributor-products-datatable tbody > tr > td:first-child,
#manufacturerModulesList .modules-manufacturer-datatable tbody > tr > td:first-child,
#manufacturerModulesList .customers-distributor-datatable tbody > tr > td:first-child,
#distributorUsersList .customers-manufacturer-datatable tbody > tr > td:first-child,
#distributorUsersList .distributor-products-datatable tbody > tr > td:first-child,
#distributorUsersList .modules-manufacturer-datatable tbody > tr > td:first-child,
#distributorUsersList .customers-distributor-datatable tbody > tr > td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-left: 0.1px solid #eceeef !important;
}

#manufacturerUsersList .customers-manufacturer-datatable tbody > tr > td:last-child,
#manufacturerUsersList .distributor-products-datatable tbody > tr > td:last-child,
#manufacturerUsersList .modules-manufacturer-datatable tbody > tr > td:last-child,
#manufacturerUsersList .customers-distributor-datatable tbody > tr > td:last-child,
#distributorProducts .customers-manufacturer-datatable tbody > tr > td:last-child,
#distributorProducts .distributor-products-datatable tbody > tr > td:last-child,
#distributorProducts .modules-manufacturer-datatable tbody > tr > td:last-child,
#distributorProducts .customers-distributor-datatable tbody > tr > td:last-child,
#manufacturerModulesList .customers-manufacturer-datatable tbody > tr > td:last-child,
#manufacturerModulesList .distributor-products-datatable tbody > tr > td:last-child,
#manufacturerModulesList .modules-manufacturer-datatable tbody > tr > td:last-child,
#manufacturerModulesList .customers-distributor-datatable tbody > tr > td:last-child,
#distributorUsersList .customers-manufacturer-datatable tbody > tr > td:last-child,
#distributorUsersList .distributor-products-datatable tbody > tr > td:last-child,
#distributorUsersList .modules-manufacturer-datatable tbody > tr > td:last-child,
#distributorUsersList .customers-distributor-datatable tbody > tr > td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: 0.1px solid #eceeef !important;
}

#manufacturerUsersList .customers-manufacturer-datatable .fa-chart-line,
#manufacturerUsersList .distributor-products-datatable .fa-chart-line,
#manufacturerUsersList .modules-manufacturer-datatable .fa-chart-line,
#manufacturerUsersList .customers-distributor-datatable .fa-chart-line,
#distributorProducts .customers-manufacturer-datatable .fa-chart-line,
#distributorProducts .distributor-products-datatable .fa-chart-line,
#distributorProducts .modules-manufacturer-datatable .fa-chart-line,
#distributorProducts .customers-distributor-datatable .fa-chart-line,
#manufacturerModulesList .customers-manufacturer-datatable .fa-chart-line,
#manufacturerModulesList .distributor-products-datatable .fa-chart-line,
#manufacturerModulesList .modules-manufacturer-datatable .fa-chart-line,
#manufacturerModulesList .customers-distributor-datatable .fa-chart-line,
#distributorUsersList .customers-manufacturer-datatable .fa-chart-line,
#distributorUsersList .distributor-products-datatable .fa-chart-line,
#distributorUsersList .modules-manufacturer-datatable .fa-chart-line,
#distributorUsersList .customers-distributor-datatable .fa-chart-line {
  margin: 4px 4px;
}

#manufacturerUsersList .customers-manufacturer-datatable .module-picto,
#manufacturerUsersList .distributor-products-datatable .module-picto,
#manufacturerUsersList .modules-manufacturer-datatable .module-picto,
#manufacturerUsersList .customers-distributor-datatable .module-picto,
#distributorProducts .customers-manufacturer-datatable .module-picto,
#distributorProducts .distributor-products-datatable .module-picto,
#distributorProducts .modules-manufacturer-datatable .module-picto,
#distributorProducts .customers-distributor-datatable .module-picto,
#manufacturerModulesList .customers-manufacturer-datatable .module-picto,
#manufacturerModulesList .distributor-products-datatable .module-picto,
#manufacturerModulesList .modules-manufacturer-datatable .module-picto,
#manufacturerModulesList .customers-distributor-datatable .module-picto,
#distributorUsersList .customers-manufacturer-datatable .module-picto,
#distributorUsersList .distributor-products-datatable .module-picto,
#distributorUsersList .modules-manufacturer-datatable .module-picto,
#distributorUsersList .customers-distributor-datatable .module-picto {
  display: flex;
}

#manufacturerUsersList .customers-manufacturer-datatable .svg-module-picto,
#manufacturerUsersList .distributor-products-datatable .svg-module-picto,
#manufacturerUsersList .modules-manufacturer-datatable .svg-module-picto,
#manufacturerUsersList .customers-distributor-datatable .svg-module-picto,
#distributorProducts .customers-manufacturer-datatable .svg-module-picto,
#distributorProducts .distributor-products-datatable .svg-module-picto,
#distributorProducts .modules-manufacturer-datatable .svg-module-picto,
#distributorProducts .customers-distributor-datatable .svg-module-picto,
#manufacturerModulesList .customers-manufacturer-datatable .svg-module-picto,
#manufacturerModulesList .distributor-products-datatable .svg-module-picto,
#manufacturerModulesList .modules-manufacturer-datatable .svg-module-picto,
#manufacturerModulesList .customers-distributor-datatable .svg-module-picto,
#distributorUsersList .customers-manufacturer-datatable .svg-module-picto,
#distributorUsersList .distributor-products-datatable .svg-module-picto,
#distributorUsersList .modules-manufacturer-datatable .svg-module-picto,
#distributorUsersList .customers-distributor-datatable .svg-module-picto {
  width: 30px;
  fill: #3d9bec;
}

#manufacturerUsersList .customers-manufacturer-datatable .module-picto div,
#manufacturerUsersList .distributor-products-datatable .module-picto div,
#manufacturerUsersList .modules-manufacturer-datatable .module-picto div,
#manufacturerUsersList .customers-distributor-datatable .module-picto div,
#distributorProducts .customers-manufacturer-datatable .module-picto div,
#distributorProducts .distributor-products-datatable .module-picto div,
#distributorProducts .modules-manufacturer-datatable .module-picto div,
#distributorProducts .customers-distributor-datatable .module-picto div,
#manufacturerModulesList .customers-manufacturer-datatable .module-picto div,
#manufacturerModulesList .distributor-products-datatable .module-picto div,
#manufacturerModulesList .modules-manufacturer-datatable .module-picto div,
#manufacturerModulesList .customers-distributor-datatable .module-picto div,
#distributorUsersList .customers-manufacturer-datatable .module-picto div,
#distributorUsersList .distributor-products-datatable .module-picto div,
#distributorUsersList .modules-manufacturer-datatable .module-picto div,
#distributorUsersList .customers-distributor-datatable .module-picto div {
  margin-right: 5px;
  background-color: #e3f0fc;
  padding: 6px;
  border-radius: 30px;
  width: 33px;
  height: 33px;
}

#manufacturerUsersList .customers-manufacturer-datatable .module-picto img,
#manufacturerUsersList .distributor-products-datatable .module-picto img,
#manufacturerUsersList .modules-manufacturer-datatable .module-picto img,
#manufacturerUsersList .customers-distributor-datatable .module-picto img,
#distributorProducts .customers-manufacturer-datatable .module-picto img,
#distributorProducts .distributor-products-datatable .module-picto img,
#distributorProducts .modules-manufacturer-datatable .module-picto img,
#distributorProducts .customers-distributor-datatable .module-picto img,
#manufacturerModulesList .customers-manufacturer-datatable .module-picto img,
#manufacturerModulesList .distributor-products-datatable .module-picto img,
#manufacturerModulesList .modules-manufacturer-datatable .module-picto img,
#manufacturerModulesList .customers-distributor-datatable .module-picto img,
#distributorUsersList .customers-manufacturer-datatable .module-picto img,
#distributorUsersList .distributor-products-datatable .module-picto img,
#distributorUsersList .modules-manufacturer-datatable .module-picto img,
#distributorUsersList .customers-distributor-datatable .module-picto img {
  width: 25px;
}

#manufacturerUsersList .customers-manufacturer-datatable .check-customer-email,
#manufacturerUsersList .distributor-products-datatable .check-customer-email,
#manufacturerUsersList .modules-manufacturer-datatable .check-customer-email,
#manufacturerUsersList .customers-distributor-datatable .check-customer-email,
#distributorProducts .customers-manufacturer-datatable .check-customer-email,
#distributorProducts .distributor-products-datatable .check-customer-email,
#distributorProducts .modules-manufacturer-datatable .check-customer-email,
#distributorProducts .customers-distributor-datatable .check-customer-email,
#manufacturerModulesList .customers-manufacturer-datatable .check-customer-email,
#manufacturerModulesList .distributor-products-datatable .check-customer-email,
#manufacturerModulesList .modules-manufacturer-datatable .check-customer-email,
#manufacturerModulesList .customers-distributor-datatable .check-customer-email,
#distributorUsersList .customers-manufacturer-datatable .check-customer-email,
#distributorUsersList .distributor-products-datatable .check-customer-email,
#distributorUsersList .modules-manufacturer-datatable .check-customer-email,
#distributorUsersList .customers-distributor-datatable .check-customer-email {
  padding-left: 5px;
}

#manufacturerUsersList .customers-manufacturer-datatable .check-customer-email input, #manufacturerUsersList .customers-manufacturer-datatable #checkBoxAllCustomers,
#manufacturerUsersList .distributor-products-datatable .check-customer-email input,
#manufacturerUsersList .distributor-products-datatable #checkBoxAllCustomers,
#manufacturerUsersList .modules-manufacturer-datatable .check-customer-email input,
#manufacturerUsersList .modules-manufacturer-datatable #checkBoxAllCustomers,
#manufacturerUsersList .customers-distributor-datatable .check-customer-email input,
#manufacturerUsersList .customers-distributor-datatable #checkBoxAllCustomers,
#distributorProducts .customers-manufacturer-datatable .check-customer-email input,
#distributorProducts .customers-manufacturer-datatable #checkBoxAllCustomers,
#distributorProducts .distributor-products-datatable .check-customer-email input,
#distributorProducts .distributor-products-datatable #checkBoxAllCustomers,
#distributorProducts .modules-manufacturer-datatable .check-customer-email input,
#distributorProducts .modules-manufacturer-datatable #checkBoxAllCustomers,
#distributorProducts .customers-distributor-datatable .check-customer-email input,
#distributorProducts .customers-distributor-datatable #checkBoxAllCustomers,
#manufacturerModulesList .customers-manufacturer-datatable .check-customer-email input,
#manufacturerModulesList .customers-manufacturer-datatable #checkBoxAllCustomers,
#manufacturerModulesList .distributor-products-datatable .check-customer-email input,
#manufacturerModulesList .distributor-products-datatable #checkBoxAllCustomers,
#manufacturerModulesList .modules-manufacturer-datatable .check-customer-email input,
#manufacturerModulesList .modules-manufacturer-datatable #checkBoxAllCustomers,
#manufacturerModulesList .customers-distributor-datatable .check-customer-email input,
#manufacturerModulesList .customers-distributor-datatable #checkBoxAllCustomers,
#distributorUsersList .customers-manufacturer-datatable .check-customer-email input,
#distributorUsersList .customers-manufacturer-datatable #checkBoxAllCustomers,
#distributorUsersList .distributor-products-datatable .check-customer-email input,
#distributorUsersList .distributor-products-datatable #checkBoxAllCustomers,
#distributorUsersList .modules-manufacturer-datatable .check-customer-email input,
#distributorUsersList .modules-manufacturer-datatable #checkBoxAllCustomers,
#distributorUsersList .customers-distributor-datatable .check-customer-email input,
#distributorUsersList .customers-distributor-datatable #checkBoxAllCustomers {
  cursor: pointer;
}

#manufacturerUsersList .customers-manufacturer-datatable .lowi-status,
#manufacturerUsersList .distributor-products-datatable .lowi-status,
#manufacturerUsersList .modules-manufacturer-datatable .lowi-status,
#manufacturerUsersList .customers-distributor-datatable .lowi-status,
#distributorProducts .customers-manufacturer-datatable .lowi-status,
#distributorProducts .distributor-products-datatable .lowi-status,
#distributorProducts .modules-manufacturer-datatable .lowi-status,
#distributorProducts .customers-distributor-datatable .lowi-status,
#manufacturerModulesList .customers-manufacturer-datatable .lowi-status,
#manufacturerModulesList .distributor-products-datatable .lowi-status,
#manufacturerModulesList .modules-manufacturer-datatable .lowi-status,
#manufacturerModulesList .customers-distributor-datatable .lowi-status,
#distributorUsersList .customers-manufacturer-datatable .lowi-status,
#distributorUsersList .distributor-products-datatable .lowi-status,
#distributorUsersList .modules-manufacturer-datatable .lowi-status,
#distributorUsersList .customers-distributor-datatable .lowi-status {
  width: 15px;
  height: 15px;
  border-radius: 10px;
}

#manufacturerUsersList .customers-manufacturer-datatable .lowi-not-appaired,
#manufacturerUsersList .distributor-products-datatable .lowi-not-appaired,
#manufacturerUsersList .modules-manufacturer-datatable .lowi-not-appaired,
#manufacturerUsersList .customers-distributor-datatable .lowi-not-appaired,
#distributorProducts .customers-manufacturer-datatable .lowi-not-appaired,
#distributorProducts .distributor-products-datatable .lowi-not-appaired,
#distributorProducts .modules-manufacturer-datatable .lowi-not-appaired,
#distributorProducts .customers-distributor-datatable .lowi-not-appaired,
#manufacturerModulesList .customers-manufacturer-datatable .lowi-not-appaired,
#manufacturerModulesList .distributor-products-datatable .lowi-not-appaired,
#manufacturerModulesList .modules-manufacturer-datatable .lowi-not-appaired,
#manufacturerModulesList .customers-distributor-datatable .lowi-not-appaired,
#distributorUsersList .customers-manufacturer-datatable .lowi-not-appaired,
#distributorUsersList .distributor-products-datatable .lowi-not-appaired,
#distributorUsersList .modules-manufacturer-datatable .lowi-not-appaired,
#distributorUsersList .customers-distributor-datatable .lowi-not-appaired {
  background: grey;
}

#manufacturerUsersList .customers-manufacturer-datatable .lowi-connection-lost,
#manufacturerUsersList .distributor-products-datatable .lowi-connection-lost,
#manufacturerUsersList .modules-manufacturer-datatable .lowi-connection-lost,
#manufacturerUsersList .customers-distributor-datatable .lowi-connection-lost,
#distributorProducts .customers-manufacturer-datatable .lowi-connection-lost,
#distributorProducts .distributor-products-datatable .lowi-connection-lost,
#distributorProducts .modules-manufacturer-datatable .lowi-connection-lost,
#distributorProducts .customers-distributor-datatable .lowi-connection-lost,
#manufacturerModulesList .customers-manufacturer-datatable .lowi-connection-lost,
#manufacturerModulesList .distributor-products-datatable .lowi-connection-lost,
#manufacturerModulesList .modules-manufacturer-datatable .lowi-connection-lost,
#manufacturerModulesList .customers-distributor-datatable .lowi-connection-lost,
#distributorUsersList .customers-manufacturer-datatable .lowi-connection-lost,
#distributorUsersList .distributor-products-datatable .lowi-connection-lost,
#distributorUsersList .modules-manufacturer-datatable .lowi-connection-lost,
#distributorUsersList .customers-distributor-datatable .lowi-connection-lost {
  background: red;
}

#manufacturerUsersList .customers-manufacturer-datatable .lowi-connection-ok,
#manufacturerUsersList .distributor-products-datatable .lowi-connection-ok,
#manufacturerUsersList .modules-manufacturer-datatable .lowi-connection-ok,
#manufacturerUsersList .customers-distributor-datatable .lowi-connection-ok,
#distributorProducts .customers-manufacturer-datatable .lowi-connection-ok,
#distributorProducts .distributor-products-datatable .lowi-connection-ok,
#distributorProducts .modules-manufacturer-datatable .lowi-connection-ok,
#distributorProducts .customers-distributor-datatable .lowi-connection-ok,
#manufacturerModulesList .customers-manufacturer-datatable .lowi-connection-ok,
#manufacturerModulesList .distributor-products-datatable .lowi-connection-ok,
#manufacturerModulesList .modules-manufacturer-datatable .lowi-connection-ok,
#manufacturerModulesList .customers-distributor-datatable .lowi-connection-ok,
#distributorUsersList .customers-manufacturer-datatable .lowi-connection-ok,
#distributorUsersList .distributor-products-datatable .lowi-connection-ok,
#distributorUsersList .modules-manufacturer-datatable .lowi-connection-ok,
#distributorUsersList .customers-distributor-datatable .lowi-connection-ok {
  background: green;
}

#manufacturerUsersList .customers-manufacturer-datatable .battery-level,
#manufacturerUsersList .distributor-products-datatable .battery-level,
#manufacturerUsersList .modules-manufacturer-datatable .battery-level,
#manufacturerUsersList .customers-distributor-datatable .battery-level,
#distributorProducts .customers-manufacturer-datatable .battery-level,
#distributorProducts .distributor-products-datatable .battery-level,
#distributorProducts .modules-manufacturer-datatable .battery-level,
#distributorProducts .customers-distributor-datatable .battery-level,
#manufacturerModulesList .customers-manufacturer-datatable .battery-level,
#manufacturerModulesList .distributor-products-datatable .battery-level,
#manufacturerModulesList .modules-manufacturer-datatable .battery-level,
#manufacturerModulesList .customers-distributor-datatable .battery-level,
#distributorUsersList .customers-manufacturer-datatable .battery-level,
#distributorUsersList .distributor-products-datatable .battery-level,
#distributorUsersList .modules-manufacturer-datatable .battery-level,
#distributorUsersList .customers-distributor-datatable .battery-level {
  padding: 0 7px;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  font-weight: lighter;
}

#manufacturerUsersList .customers-manufacturer-datatable .battery-level-0,
#manufacturerUsersList .distributor-products-datatable .battery-level-0,
#manufacturerUsersList .modules-manufacturer-datatable .battery-level-0,
#manufacturerUsersList .customers-distributor-datatable .battery-level-0,
#distributorProducts .customers-manufacturer-datatable .battery-level-0,
#distributorProducts .distributor-products-datatable .battery-level-0,
#distributorProducts .modules-manufacturer-datatable .battery-level-0,
#distributorProducts .customers-distributor-datatable .battery-level-0,
#manufacturerModulesList .customers-manufacturer-datatable .battery-level-0,
#manufacturerModulesList .distributor-products-datatable .battery-level-0,
#manufacturerModulesList .modules-manufacturer-datatable .battery-level-0,
#manufacturerModulesList .customers-distributor-datatable .battery-level-0,
#distributorUsersList .customers-manufacturer-datatable .battery-level-0,
#distributorUsersList .distributor-products-datatable .battery-level-0,
#distributorUsersList .modules-manufacturer-datatable .battery-level-0,
#distributorUsersList .customers-distributor-datatable .battery-level-0 {
  background-color: #666666;
}

#manufacturerUsersList .customers-manufacturer-datatable .battery-level-1,
#manufacturerUsersList .distributor-products-datatable .battery-level-1,
#manufacturerUsersList .modules-manufacturer-datatable .battery-level-1,
#manufacturerUsersList .customers-distributor-datatable .battery-level-1,
#distributorProducts .customers-manufacturer-datatable .battery-level-1,
#distributorProducts .distributor-products-datatable .battery-level-1,
#distributorProducts .modules-manufacturer-datatable .battery-level-1,
#distributorProducts .customers-distributor-datatable .battery-level-1,
#manufacturerModulesList .customers-manufacturer-datatable .battery-level-1,
#manufacturerModulesList .distributor-products-datatable .battery-level-1,
#manufacturerModulesList .modules-manufacturer-datatable .battery-level-1,
#manufacturerModulesList .customers-distributor-datatable .battery-level-1,
#distributorUsersList .customers-manufacturer-datatable .battery-level-1,
#distributorUsersList .distributor-products-datatable .battery-level-1,
#distributorUsersList .modules-manufacturer-datatable .battery-level-1,
#distributorUsersList .customers-distributor-datatable .battery-level-1 {
  background-color: #be1723;
}

#manufacturerUsersList .customers-manufacturer-datatable .battery-level-2,
#manufacturerUsersList .distributor-products-datatable .battery-level-2,
#manufacturerUsersList .modules-manufacturer-datatable .battery-level-2,
#manufacturerUsersList .customers-distributor-datatable .battery-level-2,
#distributorProducts .customers-manufacturer-datatable .battery-level-2,
#distributorProducts .distributor-products-datatable .battery-level-2,
#distributorProducts .modules-manufacturer-datatable .battery-level-2,
#distributorProducts .customers-distributor-datatable .battery-level-2,
#manufacturerModulesList .customers-manufacturer-datatable .battery-level-2,
#manufacturerModulesList .distributor-products-datatable .battery-level-2,
#manufacturerModulesList .modules-manufacturer-datatable .battery-level-2,
#manufacturerModulesList .customers-distributor-datatable .battery-level-2,
#distributorUsersList .customers-manufacturer-datatable .battery-level-2,
#distributorUsersList .distributor-products-datatable .battery-level-2,
#distributorUsersList .modules-manufacturer-datatable .battery-level-2,
#distributorUsersList .customers-distributor-datatable .battery-level-2 {
  background-color: #d2650c;
}

#manufacturerUsersList .customers-manufacturer-datatable .battery-level-3,
#manufacturerUsersList .distributor-products-datatable .battery-level-3,
#manufacturerUsersList .modules-manufacturer-datatable .battery-level-3,
#manufacturerUsersList .customers-distributor-datatable .battery-level-3,
#distributorProducts .customers-manufacturer-datatable .battery-level-3,
#distributorProducts .distributor-products-datatable .battery-level-3,
#distributorProducts .modules-manufacturer-datatable .battery-level-3,
#distributorProducts .customers-distributor-datatable .battery-level-3,
#manufacturerModulesList .customers-manufacturer-datatable .battery-level-3,
#manufacturerModulesList .distributor-products-datatable .battery-level-3,
#manufacturerModulesList .modules-manufacturer-datatable .battery-level-3,
#manufacturerModulesList .customers-distributor-datatable .battery-level-3,
#distributorUsersList .customers-manufacturer-datatable .battery-level-3,
#distributorUsersList .distributor-products-datatable .battery-level-3,
#distributorUsersList .modules-manufacturer-datatable .battery-level-3,
#distributorUsersList .customers-distributor-datatable .battery-level-3 {
  background-color: #b7b222;
}

#manufacturerUsersList .customers-manufacturer-datatable .battery-level-4,
#manufacturerUsersList .distributor-products-datatable .battery-level-4,
#manufacturerUsersList .modules-manufacturer-datatable .battery-level-4,
#manufacturerUsersList .customers-distributor-datatable .battery-level-4,
#distributorProducts .customers-manufacturer-datatable .battery-level-4,
#distributorProducts .distributor-products-datatable .battery-level-4,
#distributorProducts .modules-manufacturer-datatable .battery-level-4,
#distributorProducts .customers-distributor-datatable .battery-level-4,
#manufacturerModulesList .customers-manufacturer-datatable .battery-level-4,
#manufacturerModulesList .distributor-products-datatable .battery-level-4,
#manufacturerModulesList .modules-manufacturer-datatable .battery-level-4,
#manufacturerModulesList .customers-distributor-datatable .battery-level-4,
#distributorUsersList .customers-manufacturer-datatable .battery-level-4,
#distributorUsersList .distributor-products-datatable .battery-level-4,
#distributorUsersList .modules-manufacturer-datatable .battery-level-4,
#distributorUsersList .customers-distributor-datatable .battery-level-4 {
  background-color: #24b15b;
}

#manufacturerUsersList .customers-manufacturer-datatable .battery-level-5,
#manufacturerUsersList .distributor-products-datatable .battery-level-5,
#manufacturerUsersList .modules-manufacturer-datatable .battery-level-5,
#manufacturerUsersList .customers-distributor-datatable .battery-level-5,
#distributorProducts .customers-manufacturer-datatable .battery-level-5,
#distributorProducts .distributor-products-datatable .battery-level-5,
#distributorProducts .modules-manufacturer-datatable .battery-level-5,
#distributorProducts .customers-distributor-datatable .battery-level-5,
#manufacturerModulesList .customers-manufacturer-datatable .battery-level-5,
#manufacturerModulesList .distributor-products-datatable .battery-level-5,
#manufacturerModulesList .modules-manufacturer-datatable .battery-level-5,
#manufacturerModulesList .customers-distributor-datatable .battery-level-5,
#distributorUsersList .customers-manufacturer-datatable .battery-level-5,
#distributorUsersList .distributor-products-datatable .battery-level-5,
#distributorUsersList .modules-manufacturer-datatable .battery-level-5,
#distributorUsersList .customers-distributor-datatable .battery-level-5 {
  background-color: #24b15b;
}

#manufacturerUsersList .customers-manufacturer-datatable .fa-battery-full,
#manufacturerUsersList .distributor-products-datatable .fa-battery-full,
#manufacturerUsersList .modules-manufacturer-datatable .fa-battery-full,
#manufacturerUsersList .customers-distributor-datatable .fa-battery-full,
#distributorProducts .customers-manufacturer-datatable .fa-battery-full,
#distributorProducts .distributor-products-datatable .fa-battery-full,
#distributorProducts .modules-manufacturer-datatable .fa-battery-full,
#distributorProducts .customers-distributor-datatable .fa-battery-full,
#manufacturerModulesList .customers-manufacturer-datatable .fa-battery-full,
#manufacturerModulesList .distributor-products-datatable .fa-battery-full,
#manufacturerModulesList .modules-manufacturer-datatable .fa-battery-full,
#manufacturerModulesList .customers-distributor-datatable .fa-battery-full,
#distributorUsersList .customers-manufacturer-datatable .fa-battery-full,
#distributorUsersList .distributor-products-datatable .fa-battery-full,
#distributorUsersList .modules-manufacturer-datatable .fa-battery-full,
#distributorUsersList .customers-distributor-datatable .fa-battery-full {
  color: #3f913a;
}

#manufacturerUsersList .customers-manufacturer-datatable .fa-battery-three-quarters,
#manufacturerUsersList .distributor-products-datatable .fa-battery-three-quarters,
#manufacturerUsersList .modules-manufacturer-datatable .fa-battery-three-quarters,
#manufacturerUsersList .customers-distributor-datatable .fa-battery-three-quarters,
#distributorProducts .customers-manufacturer-datatable .fa-battery-three-quarters,
#distributorProducts .distributor-products-datatable .fa-battery-three-quarters,
#distributorProducts .modules-manufacturer-datatable .fa-battery-three-quarters,
#distributorProducts .customers-distributor-datatable .fa-battery-three-quarters,
#manufacturerModulesList .customers-manufacturer-datatable .fa-battery-three-quarters,
#manufacturerModulesList .distributor-products-datatable .fa-battery-three-quarters,
#manufacturerModulesList .modules-manufacturer-datatable .fa-battery-three-quarters,
#manufacturerModulesList .customers-distributor-datatable .fa-battery-three-quarters,
#distributorUsersList .customers-manufacturer-datatable .fa-battery-three-quarters,
#distributorUsersList .distributor-products-datatable .fa-battery-three-quarters,
#distributorUsersList .modules-manufacturer-datatable .fa-battery-three-quarters,
#distributorUsersList .customers-distributor-datatable .fa-battery-three-quarters {
  color: #f9d126;
}

#manufacturerUsersList .customers-manufacturer-datatable .fa-battery-quarter,
#manufacturerUsersList .customers-manufacturer-datatable .fa-battery-half,
#manufacturerUsersList .distributor-products-datatable .fa-battery-quarter,
#manufacturerUsersList .distributor-products-datatable .fa-battery-half,
#manufacturerUsersList .modules-manufacturer-datatable .fa-battery-quarter,
#manufacturerUsersList .modules-manufacturer-datatable .fa-battery-half,
#manufacturerUsersList .customers-distributor-datatable .fa-battery-quarter,
#manufacturerUsersList .customers-distributor-datatable .fa-battery-half,
#distributorProducts .customers-manufacturer-datatable .fa-battery-quarter,
#distributorProducts .customers-manufacturer-datatable .fa-battery-half,
#distributorProducts .distributor-products-datatable .fa-battery-quarter,
#distributorProducts .distributor-products-datatable .fa-battery-half,
#distributorProducts .modules-manufacturer-datatable .fa-battery-quarter,
#distributorProducts .modules-manufacturer-datatable .fa-battery-half,
#distributorProducts .customers-distributor-datatable .fa-battery-quarter,
#distributorProducts .customers-distributor-datatable .fa-battery-half,
#manufacturerModulesList .customers-manufacturer-datatable .fa-battery-quarter,
#manufacturerModulesList .customers-manufacturer-datatable .fa-battery-half,
#manufacturerModulesList .distributor-products-datatable .fa-battery-quarter,
#manufacturerModulesList .distributor-products-datatable .fa-battery-half,
#manufacturerModulesList .modules-manufacturer-datatable .fa-battery-quarter,
#manufacturerModulesList .modules-manufacturer-datatable .fa-battery-half,
#manufacturerModulesList .customers-distributor-datatable .fa-battery-quarter,
#manufacturerModulesList .customers-distributor-datatable .fa-battery-half,
#distributorUsersList .customers-manufacturer-datatable .fa-battery-quarter,
#distributorUsersList .customers-manufacturer-datatable .fa-battery-half,
#distributorUsersList .distributor-products-datatable .fa-battery-quarter,
#distributorUsersList .distributor-products-datatable .fa-battery-half,
#distributorUsersList .modules-manufacturer-datatable .fa-battery-quarter,
#distributorUsersList .modules-manufacturer-datatable .fa-battery-half,
#distributorUsersList .customers-distributor-datatable .fa-battery-quarter,
#distributorUsersList .customers-distributor-datatable .fa-battery-half {
  color: #ffa031;
}

#manufacturerUsersList .customers-manufacturer-datatable .fa-battery-empty,
#manufacturerUsersList .distributor-products-datatable .fa-battery-empty,
#manufacturerUsersList .modules-manufacturer-datatable .fa-battery-empty,
#manufacturerUsersList .customers-distributor-datatable .fa-battery-empty,
#distributorProducts .customers-manufacturer-datatable .fa-battery-empty,
#distributorProducts .distributor-products-datatable .fa-battery-empty,
#distributorProducts .modules-manufacturer-datatable .fa-battery-empty,
#distributorProducts .customers-distributor-datatable .fa-battery-empty,
#manufacturerModulesList .customers-manufacturer-datatable .fa-battery-empty,
#manufacturerModulesList .distributor-products-datatable .fa-battery-empty,
#manufacturerModulesList .modules-manufacturer-datatable .fa-battery-empty,
#manufacturerModulesList .customers-distributor-datatable .fa-battery-empty,
#distributorUsersList .customers-manufacturer-datatable .fa-battery-empty,
#distributorUsersList .distributor-products-datatable .fa-battery-empty,
#distributorUsersList .modules-manufacturer-datatable .fa-battery-empty,
#distributorUsersList .customers-distributor-datatable .fa-battery-empty {
  color: #fe3b2b;
}

#manufacturerUsersList .customers-manufacturer-datatable .technical-situation,
#manufacturerUsersList .distributor-products-datatable .technical-situation,
#manufacturerUsersList .modules-manufacturer-datatable .technical-situation,
#manufacturerUsersList .customers-distributor-datatable .technical-situation,
#distributorProducts .customers-manufacturer-datatable .technical-situation,
#distributorProducts .distributor-products-datatable .technical-situation,
#distributorProducts .modules-manufacturer-datatable .technical-situation,
#distributorProducts .customers-distributor-datatable .technical-situation,
#manufacturerModulesList .customers-manufacturer-datatable .technical-situation,
#manufacturerModulesList .distributor-products-datatable .technical-situation,
#manufacturerModulesList .modules-manufacturer-datatable .technical-situation,
#manufacturerModulesList .customers-distributor-datatable .technical-situation,
#distributorUsersList .customers-manufacturer-datatable .technical-situation,
#distributorUsersList .distributor-products-datatable .technical-situation,
#distributorUsersList .modules-manufacturer-datatable .technical-situation,
#distributorUsersList .customers-distributor-datatable .technical-situation {
  width: 15px;
  height: 15px;
  border-radius: 10px;
}

#manufacturerUsersList .customers-manufacturer-datatable .technical-situation-success,
#manufacturerUsersList .distributor-products-datatable .technical-situation-success,
#manufacturerUsersList .modules-manufacturer-datatable .technical-situation-success,
#manufacturerUsersList .customers-distributor-datatable .technical-situation-success,
#distributorProducts .customers-manufacturer-datatable .technical-situation-success,
#distributorProducts .distributor-products-datatable .technical-situation-success,
#distributorProducts .modules-manufacturer-datatable .technical-situation-success,
#distributorProducts .customers-distributor-datatable .technical-situation-success,
#manufacturerModulesList .customers-manufacturer-datatable .technical-situation-success,
#manufacturerModulesList .distributor-products-datatable .technical-situation-success,
#manufacturerModulesList .modules-manufacturer-datatable .technical-situation-success,
#manufacturerModulesList .customers-distributor-datatable .technical-situation-success,
#distributorUsersList .customers-manufacturer-datatable .technical-situation-success,
#distributorUsersList .distributor-products-datatable .technical-situation-success,
#distributorUsersList .modules-manufacturer-datatable .technical-situation-success,
#distributorUsersList .customers-distributor-datatable .technical-situation-success {
  background-color: #3f913a;
}

#manufacturerUsersList .customers-manufacturer-datatable .technical-situation-warning,
#manufacturerUsersList .distributor-products-datatable .technical-situation-warning,
#manufacturerUsersList .modules-manufacturer-datatable .technical-situation-warning,
#manufacturerUsersList .customers-distributor-datatable .technical-situation-warning,
#distributorProducts .customers-manufacturer-datatable .technical-situation-warning,
#distributorProducts .distributor-products-datatable .technical-situation-warning,
#distributorProducts .modules-manufacturer-datatable .technical-situation-warning,
#distributorProducts .customers-distributor-datatable .technical-situation-warning,
#manufacturerModulesList .customers-manufacturer-datatable .technical-situation-warning,
#manufacturerModulesList .distributor-products-datatable .technical-situation-warning,
#manufacturerModulesList .modules-manufacturer-datatable .technical-situation-warning,
#manufacturerModulesList .customers-distributor-datatable .technical-situation-warning,
#distributorUsersList .customers-manufacturer-datatable .technical-situation-warning,
#distributorUsersList .distributor-products-datatable .technical-situation-warning,
#distributorUsersList .modules-manufacturer-datatable .technical-situation-warning,
#distributorUsersList .customers-distributor-datatable .technical-situation-warning {
  background-color: #ffa031;
}

#manufacturerUsersList .customers-manufacturer-datatable .technical-situation-danger,
#manufacturerUsersList .distributor-products-datatable .technical-situation-danger,
#manufacturerUsersList .modules-manufacturer-datatable .technical-situation-danger,
#manufacturerUsersList .customers-distributor-datatable .technical-situation-danger,
#distributorProducts .customers-manufacturer-datatable .technical-situation-danger,
#distributorProducts .distributor-products-datatable .technical-situation-danger,
#distributorProducts .modules-manufacturer-datatable .technical-situation-danger,
#distributorProducts .customers-distributor-datatable .technical-situation-danger,
#manufacturerModulesList .customers-manufacturer-datatable .technical-situation-danger,
#manufacturerModulesList .distributor-products-datatable .technical-situation-danger,
#manufacturerModulesList .modules-manufacturer-datatable .technical-situation-danger,
#manufacturerModulesList .customers-distributor-datatable .technical-situation-danger,
#distributorUsersList .customers-manufacturer-datatable .technical-situation-danger,
#distributorUsersList .distributor-products-datatable .technical-situation-danger,
#distributorUsersList .modules-manufacturer-datatable .technical-situation-danger,
#distributorUsersList .customers-distributor-datatable .technical-situation-danger {
  background-color: #fe3b2b;
}

#manufacturerUsersList .customers-manufacturer-datatable .none-technical-situation,
#manufacturerUsersList .distributor-products-datatable .none-technical-situation,
#manufacturerUsersList .modules-manufacturer-datatable .none-technical-situation,
#manufacturerUsersList .customers-distributor-datatable .none-technical-situation,
#distributorProducts .customers-manufacturer-datatable .none-technical-situation,
#distributorProducts .distributor-products-datatable .none-technical-situation,
#distributorProducts .modules-manufacturer-datatable .none-technical-situation,
#distributorProducts .customers-distributor-datatable .none-technical-situation,
#manufacturerModulesList .customers-manufacturer-datatable .none-technical-situation,
#manufacturerModulesList .distributor-products-datatable .none-technical-situation,
#manufacturerModulesList .modules-manufacturer-datatable .none-technical-situation,
#manufacturerModulesList .customers-distributor-datatable .none-technical-situation,
#distributorUsersList .customers-manufacturer-datatable .none-technical-situation,
#distributorUsersList .distributor-products-datatable .none-technical-situation,
#distributorUsersList .modules-manufacturer-datatable .none-technical-situation,
#distributorUsersList .customers-distributor-datatable .none-technical-situation {
  background-color: #D3D3D3;
}

#manufacturerUsersList #see-manufacturer-data,
#distributorProducts #see-manufacturer-data,
#manufacturerModulesList #see-manufacturer-data,
#distributorUsersList #see-manufacturer-data {
  height: 100vh;
}

#manufacturerUsersList #see-manufacturer-data, #manufacturerUsersList #see-distributor-products-data,
#distributorProducts #see-manufacturer-data,
#distributorProducts #see-distributor-products-data,
#manufacturerModulesList #see-manufacturer-data,
#manufacturerModulesList #see-distributor-products-data,
#distributorUsersList #see-manufacturer-data,
#distributorUsersList #see-distributor-products-data {
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ececec;
  color: #0c0c0c;
  right: 0;
  padding: 30px 40px;
  z-index: 999;
  opacity: 1;
  transform: translateX(100%);
}

#manufacturerUsersList #see-manufacturer-data.open, #manufacturerUsersList #see-distributor-products-data.open,
#distributorProducts #see-manufacturer-data.open,
#distributorProducts #see-distributor-products-data.open,
#manufacturerModulesList #see-manufacturer-data.open,
#manufacturerModulesList #see-distributor-products-data.open,
#distributorUsersList #see-manufacturer-data.open,
#distributorUsersList #see-distributor-products-data.open {
  transform: none !important;
}

#manufacturerUsersList #see-manufacturer-data,
#distributorProducts #see-manufacturer-data,
#manufacturerModulesList #see-manufacturer-data,
#distributorUsersList #see-manufacturer-data {
  overflow: scroll;
}

#manufacturerUsersList .distributor-module-photo,
#distributorProducts .distributor-module-photo,
#manufacturerModulesList .distributor-module-photo,
#distributorUsersList .distributor-module-photo {
  width: 50%;
}

#manufacturerUsersList td:has(.distributor-module-photo),
#distributorProducts td:has(.distributor-module-photo),
#manufacturerModulesList td:has(.distributor-module-photo),
#distributorUsersList td:has(.distributor-module-photo) {
  width: 10px;
}

#manufacturerUsersList #manufacturer-data, #manufacturerUsersList #distributor-data,
#distributorProducts #manufacturer-data,
#distributorProducts #distributor-data,
#manufacturerModulesList #manufacturer-data,
#manufacturerModulesList #distributor-data,
#distributorUsersList #manufacturer-data,
#distributorUsersList #distributor-data {
  margin-top: 100px;
}

#manufacturerUsersList #manufacturer-data #section-sensors-echarts, #manufacturerUsersList #distributor-data #section-sensors-echarts,
#distributorProducts #manufacturer-data #section-sensors-echarts,
#distributorProducts #distributor-data #section-sensors-echarts,
#manufacturerModulesList #manufacturer-data #section-sensors-echarts,
#manufacturerModulesList #distributor-data #section-sensors-echarts,
#distributorUsersList #manufacturer-data #section-sensors-echarts,
#distributorUsersList #distributor-data #section-sensors-echarts {
  display: none;
}

#manufacturerUsersList #manufacturer-data #section-modules, #manufacturerUsersList #manufacturer-data #section-sensors-data, #manufacturerUsersList #distributor-data #section-modules, #manufacturerUsersList #distributor-data #section-sensors-data,
#distributorProducts #manufacturer-data #section-modules,
#distributorProducts #manufacturer-data #section-sensors-data,
#distributorProducts #distributor-data #section-modules,
#distributorProducts #distributor-data #section-sensors-data,
#manufacturerModulesList #manufacturer-data #section-modules,
#manufacturerModulesList #manufacturer-data #section-sensors-data,
#manufacturerModulesList #distributor-data #section-modules,
#manufacturerModulesList #distributor-data #section-sensors-data,
#distributorUsersList #manufacturer-data #section-modules,
#distributorUsersList #manufacturer-data #section-sensors-data,
#distributorUsersList #distributor-data #section-modules,
#distributorUsersList #distributor-data #section-sensors-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#manufacturerUsersList #manufacturer-data .distributor-sensor-informations, #manufacturerUsersList #distributor-data .distributor-sensor-informations,
#distributorProducts #manufacturer-data .distributor-sensor-informations,
#distributorProducts #distributor-data .distributor-sensor-informations,
#manufacturerModulesList #manufacturer-data .distributor-sensor-informations,
#manufacturerModulesList #distributor-data .distributor-sensor-informations,
#distributorUsersList #manufacturer-data .distributor-sensor-informations,
#distributorUsersList #distributor-data .distributor-sensor-informations {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 7px;
  padding: 10px;
}

#manufacturerUsersList #manufacturer-data .module-card, #manufacturerUsersList #distributor-data .module-card,
#distributorProducts #manufacturer-data .module-card,
#distributorProducts #distributor-data .module-card,
#manufacturerModulesList #manufacturer-data .module-card,
#manufacturerModulesList #distributor-data .module-card,
#distributorUsersList #manufacturer-data .module-card,
#distributorUsersList #distributor-data .module-card {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 7px;
  width: 500px;
}

#manufacturerUsersList #manufacturer-data .module-card-header, #manufacturerUsersList #distributor-data .module-card-header,
#distributorProducts #manufacturer-data .module-card-header,
#distributorProducts #distributor-data .module-card-header,
#manufacturerModulesList #manufacturer-data .module-card-header,
#manufacturerModulesList #distributor-data .module-card-header,
#distributorUsersList #manufacturer-data .module-card-header,
#distributorUsersList #distributor-data .module-card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 100px 10px 20px;
}

#manufacturerUsersList #manufacturer-data .module-card-header span, #manufacturerUsersList #distributor-data .module-card-header span,
#distributorProducts #manufacturer-data .module-card-header span,
#distributorProducts #distributor-data .module-card-header span,
#manufacturerModulesList #manufacturer-data .module-card-header span,
#manufacturerModulesList #distributor-data .module-card-header span,
#distributorUsersList #manufacturer-data .module-card-header span,
#distributorUsersList #distributor-data .module-card-header span {
  margin-left: 10px;
  border-left: 1px solid #9b9b9b;
  padding-left: 10px;
  color: #AAA;
  font-size: 13px;
}

#manufacturerUsersList #manufacturer-data .module-card-content, #manufacturerUsersList #distributor-data .module-card-content,
#distributorProducts #manufacturer-data .module-card-content,
#distributorProducts #distributor-data .module-card-content,
#manufacturerModulesList #manufacturer-data .module-card-content,
#manufacturerModulesList #distributor-data .module-card-content,
#distributorUsersList #manufacturer-data .module-card-content,
#distributorUsersList #distributor-data .module-card-content {
  padding: 20px;
}

#manufacturerUsersList #manufacturer-data .module-card-infos, #manufacturerUsersList #distributor-data .module-card-infos,
#distributorProducts #manufacturer-data .module-card-infos,
#distributorProducts #distributor-data .module-card-infos,
#manufacturerModulesList #manufacturer-data .module-card-infos,
#manufacturerModulesList #distributor-data .module-card-infos,
#distributorUsersList #manufacturer-data .module-card-infos,
#distributorUsersList #distributor-data .module-card-infos {
  font-size: 14px;
  font-weight: lighter;
  color: #aaaaaa;
}

#manufacturerUsersList #manufacturer-data .module-card-infos span, #manufacturerUsersList #distributor-data .module-card-infos span,
#distributorProducts #manufacturer-data .module-card-infos span,
#distributorProducts #distributor-data .module-card-infos span,
#manufacturerModulesList #manufacturer-data .module-card-infos span,
#manufacturerModulesList #distributor-data .module-card-infos span,
#distributorUsersList #manufacturer-data .module-card-infos span,
#distributorUsersList #distributor-data .module-card-infos span {
  font-weight: 300;
  color: #666;
  font-size: 16px;
}

#manufacturerUsersList #manufacturer-data .module-card-photo, #manufacturerUsersList #distributor-data .module-card-photo,
#distributorProducts #manufacturer-data .module-card-photo,
#distributorProducts #distributor-data .module-card-photo,
#manufacturerModulesList #manufacturer-data .module-card-photo,
#manufacturerModulesList #distributor-data .module-card-photo,
#distributorUsersList #manufacturer-data .module-card-photo,
#distributorUsersList #distributor-data .module-card-photo {
  width: 30%;
}

#manufacturerUsersList #manufacturer-data .module-card-photo img, #manufacturerUsersList #distributor-data .module-card-photo img,
#distributorProducts #manufacturer-data .module-card-photo img,
#distributorProducts #distributor-data .module-card-photo img,
#manufacturerModulesList #manufacturer-data .module-card-photo img,
#manufacturerModulesList #distributor-data .module-card-photo img,
#distributorUsersList #manufacturer-data .module-card-photo img,
#distributorUsersList #distributor-data .module-card-photo img {
  width: 100%;
}

#manufacturerUsersList #manufacturer-data .sensor-informations .title-sensor, #manufacturerUsersList #distributor-data .sensor-informations .title-sensor,
#distributorProducts #manufacturer-data .sensor-informations .title-sensor,
#distributorProducts #distributor-data .sensor-informations .title-sensor,
#manufacturerModulesList #manufacturer-data .sensor-informations .title-sensor,
#manufacturerModulesList #distributor-data .sensor-informations .title-sensor,
#distributorUsersList #manufacturer-data .sensor-informations .title-sensor,
#distributorUsersList #distributor-data .sensor-informations .title-sensor {
  font-size: 12px;
  color: #544e59;
}

#manufacturerUsersList #manufacturer-data .sensor-informations .value-sensor, #manufacturerUsersList #distributor-data .sensor-informations .value-sensor,
#distributorProducts #manufacturer-data .sensor-informations .value-sensor,
#distributorProducts #distributor-data .sensor-informations .value-sensor,
#manufacturerModulesList #manufacturer-data .sensor-informations .value-sensor,
#manufacturerModulesList #distributor-data .sensor-informations .value-sensor,
#distributorUsersList #manufacturer-data .sensor-informations .value-sensor,
#distributorUsersList #distributor-data .sensor-informations .value-sensor {
  color: #188cf7;
  font-weight: 600;
  font-size: 18px;
}

#manufacturerUsersList #manufacturer-data .sensor-informations .time-sensor, #manufacturerUsersList #distributor-data .sensor-informations .time-sensor,
#distributorProducts #manufacturer-data .sensor-informations .time-sensor,
#distributorProducts #distributor-data .sensor-informations .time-sensor,
#manufacturerModulesList #manufacturer-data .sensor-informations .time-sensor,
#manufacturerModulesList #distributor-data .sensor-informations .time-sensor,
#distributorUsersList #manufacturer-data .sensor-informations .time-sensor,
#distributorUsersList #distributor-data .sensor-informations .time-sensor {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 10px;
}

#manufacturerUsersList #manufacturer-data .sensors-informations, #manufacturerUsersList #distributor-data .sensors-informations,
#distributorProducts #manufacturer-data .sensors-informations,
#distributorProducts #distributor-data .sensors-informations,
#manufacturerModulesList #manufacturer-data .sensors-informations,
#manufacturerModulesList #distributor-data .sensors-informations,
#distributorUsersList #manufacturer-data .sensors-informations,
#distributorUsersList #distributor-data .sensors-informations {
  display: grid;
  grid-template-columns: 1fr auto;
}

#manufacturerUsersList #manufacturer-data .sensors-informations .calibration-informations, #manufacturerUsersList #distributor-data .sensors-informations .calibration-informations,
#distributorProducts #manufacturer-data .sensors-informations .calibration-informations,
#distributorProducts #distributor-data .sensors-informations .calibration-informations,
#manufacturerModulesList #manufacturer-data .sensors-informations .calibration-informations,
#manufacturerModulesList #distributor-data .sensors-informations .calibration-informations,
#distributorUsersList #manufacturer-data .sensors-informations .calibration-informations,
#distributorUsersList #distributor-data .sensors-informations .calibration-informations {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#manufacturerUsersList #manufacturer-data .sensors-informations .calibration-ok, #manufacturerUsersList #distributor-data .sensors-informations .calibration-ok,
#distributorProducts #manufacturer-data .sensors-informations .calibration-ok,
#distributorProducts #distributor-data .sensors-informations .calibration-ok,
#manufacturerModulesList #manufacturer-data .sensors-informations .calibration-ok,
#manufacturerModulesList #distributor-data .sensors-informations .calibration-ok,
#distributorUsersList #manufacturer-data .sensors-informations .calibration-ok,
#distributorUsersList #distributor-data .sensors-informations .calibration-ok {
  color: #32D74B;
  background: rgba(50, 215, 75, 0.2);
}

#manufacturerUsersList #manufacturer-data .sensors-informations .calibration-nok, #manufacturerUsersList #distributor-data .sensors-informations .calibration-nok,
#distributorProducts #manufacturer-data .sensors-informations .calibration-nok,
#distributorProducts #distributor-data .sensors-informations .calibration-nok,
#manufacturerModulesList #manufacturer-data .sensors-informations .calibration-nok,
#manufacturerModulesList #distributor-data .sensors-informations .calibration-nok,
#distributorUsersList #manufacturer-data .sensors-informations .calibration-nok,
#distributorUsersList #distributor-data .sensors-informations .calibration-nok {
  color: #FF3B30;
  background: rgba(255, 59, 48, 0.2);
}

#manufacturerUsersList #close-manufacturer-data,
#distributorProducts #close-manufacturer-data,
#manufacturerModulesList #close-manufacturer-data,
#distributorUsersList #close-manufacturer-data {
  color: #3d9bec;
  cursor: pointer;
}

#manufacturerUsersList .manufacturer-data-nav, #manufacturerUsersList .distributor-data-nav,
#distributorProducts .manufacturer-data-nav,
#distributorProducts .distributor-data-nav,
#manufacturerModulesList .manufacturer-data-nav,
#manufacturerModulesList .distributor-data-nav,
#distributorUsersList .manufacturer-data-nav,
#distributorUsersList .distributor-data-nav {
  position: fixed;
  top: 0;
  right: 0;
  color: #3d9bec;
  background-color: #ececec;
  left: calc((2*100%) / 12);
  z-index: 1000;
}

#manufacturerUsersList .manufacturer-data-nav ul, #manufacturerUsersList .distributor-data-nav ul,
#distributorProducts .manufacturer-data-nav ul,
#distributorProducts .distributor-data-nav ul,
#manufacturerModulesList .manufacturer-data-nav ul,
#manufacturerModulesList .distributor-data-nav ul,
#distributorUsersList .manufacturer-data-nav ul,
#distributorUsersList .distributor-data-nav ul {
  width: 100%;
  padding: inherit;
  margin: inherit;
  display: flex;
  justify-content: space-around;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 90px;
  text-align: center;
}

#manufacturerUsersList .manufacturer-data-nav li, #manufacturerUsersList .distributor-data-nav li,
#distributorProducts .manufacturer-data-nav li,
#distributorProducts .distributor-data-nav li,
#manufacturerModulesList .manufacturer-data-nav li,
#manufacturerModulesList .distributor-data-nav li,
#distributorUsersList .manufacturer-data-nav li,
#distributorUsersList .distributor-data-nav li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
  cursor: pointer;
}

#manufacturerUsersList .manufacturer-data-nav #modules, #manufacturerUsersList .manufacturer-data-nav #echarts-nav, #manufacturerUsersList .manufacturer-data-nav #sensors-data, #manufacturerUsersList .manufacturer-data-nav #sensors-echarts, #manufacturerUsersList .distributor-data-nav #modules, #manufacturerUsersList .distributor-data-nav #echarts-nav, #manufacturerUsersList .distributor-data-nav #sensors-data, #manufacturerUsersList .distributor-data-nav #sensors-echarts,
#distributorProducts .manufacturer-data-nav #modules,
#distributorProducts .manufacturer-data-nav #echarts-nav,
#distributorProducts .manufacturer-data-nav #sensors-data,
#distributorProducts .manufacturer-data-nav #sensors-echarts,
#distributorProducts .distributor-data-nav #modules,
#distributorProducts .distributor-data-nav #echarts-nav,
#distributorProducts .distributor-data-nav #sensors-data,
#distributorProducts .distributor-data-nav #sensors-echarts,
#manufacturerModulesList .manufacturer-data-nav #modules,
#manufacturerModulesList .manufacturer-data-nav #echarts-nav,
#manufacturerModulesList .manufacturer-data-nav #sensors-data,
#manufacturerModulesList .manufacturer-data-nav #sensors-echarts,
#manufacturerModulesList .distributor-data-nav #modules,
#manufacturerModulesList .distributor-data-nav #echarts-nav,
#manufacturerModulesList .distributor-data-nav #sensors-data,
#manufacturerModulesList .distributor-data-nav #sensors-echarts,
#distributorUsersList .manufacturer-data-nav #modules,
#distributorUsersList .manufacturer-data-nav #echarts-nav,
#distributorUsersList .manufacturer-data-nav #sensors-data,
#distributorUsersList .manufacturer-data-nav #sensors-echarts,
#distributorUsersList .distributor-data-nav #modules,
#distributorUsersList .distributor-data-nav #echarts-nav,
#distributorUsersList .distributor-data-nav #sensors-data,
#distributorUsersList .distributor-data-nav #sensors-echarts {
  width: 47%;
}

#manufacturerUsersList .manufacturer-data-nav #close-sidepage, #manufacturerUsersList .distributor-data-nav #close-sidepage,
#distributorProducts .manufacturer-data-nav #close-sidepage,
#distributorProducts .distributor-data-nav #close-sidepage,
#manufacturerModulesList .manufacturer-data-nav #close-sidepage,
#manufacturerModulesList .distributor-data-nav #close-sidepage,
#distributorUsersList .manufacturer-data-nav #close-sidepage,
#distributorUsersList .distributor-data-nav #close-sidepage {
  width: 6%;
}

#manufacturerUsersList .manufacturer-data-nav .li-manufacturer-data-nav div, #manufacturerUsersList .manufacturer-data-nav .li-distributor-data-nav div, #manufacturerUsersList .distributor-data-nav .li-manufacturer-data-nav div, #manufacturerUsersList .distributor-data-nav .li-distributor-data-nav div,
#distributorProducts .manufacturer-data-nav .li-manufacturer-data-nav div,
#distributorProducts .manufacturer-data-nav .li-distributor-data-nav div,
#distributorProducts .distributor-data-nav .li-manufacturer-data-nav div,
#distributorProducts .distributor-data-nav .li-distributor-data-nav div,
#manufacturerModulesList .manufacturer-data-nav .li-manufacturer-data-nav div,
#manufacturerModulesList .manufacturer-data-nav .li-distributor-data-nav div,
#manufacturerModulesList .distributor-data-nav .li-manufacturer-data-nav div,
#manufacturerModulesList .distributor-data-nav .li-distributor-data-nav div,
#distributorUsersList .manufacturer-data-nav .li-manufacturer-data-nav div,
#distributorUsersList .manufacturer-data-nav .li-distributor-data-nav div,
#distributorUsersList .distributor-data-nav .li-manufacturer-data-nav div,
#distributorUsersList .distributor-data-nav .li-distributor-data-nav div {
  transition: all 0.1s;
  cursor: pointer;
}

#manufacturerUsersList .manufacturer-data-nav .li-manufacturer-data-nav div:hover, #manufacturerUsersList .manufacturer-data-nav .li-distributor-data-nav div:hover, #manufacturerUsersList .distributor-data-nav .li-manufacturer-data-nav div:hover, #manufacturerUsersList .distributor-data-nav .li-distributor-data-nav div:hover,
#distributorProducts .manufacturer-data-nav .li-manufacturer-data-nav div:hover,
#distributorProducts .manufacturer-data-nav .li-distributor-data-nav div:hover,
#distributorProducts .distributor-data-nav .li-manufacturer-data-nav div:hover,
#distributorProducts .distributor-data-nav .li-distributor-data-nav div:hover,
#manufacturerModulesList .manufacturer-data-nav .li-manufacturer-data-nav div:hover,
#manufacturerModulesList .manufacturer-data-nav .li-distributor-data-nav div:hover,
#manufacturerModulesList .distributor-data-nav .li-manufacturer-data-nav div:hover,
#manufacturerModulesList .distributor-data-nav .li-distributor-data-nav div:hover,
#distributorUsersList .manufacturer-data-nav .li-manufacturer-data-nav div:hover,
#distributorUsersList .manufacturer-data-nav .li-distributor-data-nav div:hover,
#distributorUsersList .distributor-data-nav .li-manufacturer-data-nav div:hover,
#distributorUsersList .distributor-data-nav .li-distributor-data-nav div:hover {
  transform: scale(0.94);
  transition: all 0.1s;
}

#manufacturerUsersList .manufacturer-data-nav i, #manufacturerUsersList .distributor-data-nav i,
#distributorProducts .manufacturer-data-nav i,
#distributorProducts .distributor-data-nav i,
#manufacturerModulesList .manufacturer-data-nav i,
#manufacturerModulesList .distributor-data-nav i,
#distributorUsersList .manufacturer-data-nav i,
#distributorUsersList .distributor-data-nav i {
  font-size: 20px;
}

#manufacturerUsersList .manufacturer-data-nav .navbar-indicator, #manufacturerUsersList .distributor-data-nav .navbar-indicator,
#distributorProducts .manufacturer-data-nav .navbar-indicator,
#distributorProducts .distributor-data-nav .navbar-indicator,
#manufacturerModulesList .manufacturer-data-nav .navbar-indicator,
#manufacturerModulesList .distributor-data-nav .navbar-indicator,
#distributorUsersList .manufacturer-data-nav .navbar-indicator,
#distributorUsersList .distributor-data-nav .navbar-indicator {
  position: absolute;
  transition: 0.4s;
  height: 2px;
  background-color: #3d9bec;
  top: 98%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  opacity: 0.8;
}

#manufacturerUsersList #map-pool-manufacturer-content,
#distributorProducts #map-pool-manufacturer-content,
#manufacturerModulesList #map-pool-manufacturer-content,
#distributorUsersList #map-pool-manufacturer-content {
  display: none;
  position: absolute !important;
  overflow: hidden;
  width: calc(100%);
  z-index: 1000;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#manufacturerUsersList #manufacturer-map,
#distributorProducts #manufacturer-map,
#manufacturerModulesList #manufacturer-map,
#distributorUsersList #manufacturer-map {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #3d9bec;
  cursor: pointer;
}

#manufacturerUsersList #close-manufacturer-map,
#distributorProducts #close-manufacturer-map,
#manufacturerModulesList #close-manufacturer-map,
#distributorUsersList #close-manufacturer-map {
  display: none;
  margin-left: 10px;
  z-index: 10000;
  top: 70px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #455A64;
  border-radius: 50%;
  box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.5);
  transition: .25s ease-in-out;
  cursor: pointer;
  animation: fade-in 0.5s ease-out 0.25s both;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
}

#manufacturerUsersList #close-manufacturer-map .circle path,
#distributorProducts #close-manufacturer-map .circle path,
#manufacturerModulesList #close-manufacturer-map .circle path,
#distributorUsersList #close-manufacturer-map .circle path {
  stroke: white;
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  animation: progress 0.5s ease-out 0.25s both;
}

@keyframes progress {
  from {
    stroke-dasharray: 0 100;
  }
}

#manufacturerUsersList #close-manufacturer-map span,
#distributorProducts #close-manufacturer-map span,
#manufacturerModulesList #close-manufacturer-map span,
#distributorUsersList #close-manufacturer-map span {
  display: block;
  width: 8px;
  height: 2px;
  background: white;
  box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  position: absolute;
  transition: .25s ease-in-out;
  animation: slide-in 0.5s ease-in-out 0.25s both;
}

@keyframes slide-in {
  from {
    width: 0;
  }
}

#manufacturerUsersList #close-manufacturer-map span:nth-child(1),
#distributorProducts #close-manufacturer-map span:nth-child(1),
#manufacturerModulesList #close-manufacturer-map span:nth-child(1),
#distributorUsersList #close-manufacturer-map span:nth-child(1) {
  top: 12.3333333333px;
  left: 13.3333333333px;
  transform: rotate(45deg);
  transform-origin: top left;
}

#manufacturerUsersList #close-manufacturer-map span:nth-child(2),
#distributorProducts #close-manufacturer-map span:nth-child(2),
#manufacturerModulesList #close-manufacturer-map span:nth-child(2),
#distributorUsersList #close-manufacturer-map span:nth-child(2) {
  top: 12.3333333333px;
  right: 13.3333333333px;
  transform: rotate(-45deg);
  transform-origin: top right;
}

#manufacturerUsersList #close-manufacturer-map span:nth-child(3),
#distributorProducts #close-manufacturer-map span:nth-child(3),
#manufacturerModulesList #close-manufacturer-map span:nth-child(3),
#distributorUsersList #close-manufacturer-map span:nth-child(3) {
  bottom: 12.3333333333px;
  left: 13.3333333333px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

#manufacturerUsersList #close-manufacturer-map span:nth-child(4),
#distributorProducts #close-manufacturer-map span:nth-child(4),
#manufacturerModulesList #close-manufacturer-map span:nth-child(4),
#distributorUsersList #close-manufacturer-map span:nth-child(4) {
  bottom: 12.3333333333px;
  right: 13.3333333333px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

#manufacturerUsersList #close-manufacturer-map:hover,
#distributorProducts #close-manufacturer-map:hover,
#manufacturerModulesList #close-manufacturer-map:hover,
#distributorUsersList #close-manufacturer-map:hover {
  background: #37474F;
}

#manufacturerUsersList #close-manufacturer-map:hover span,
#distributorProducts #close-manufacturer-map:hover span,
#manufacturerModulesList #close-manufacturer-map:hover span,
#distributorUsersList #close-manufacturer-map:hover span {
  width: 10px;
}

#manufacturerUsersList .icon-export,
#distributorProducts .icon-export,
#manufacturerModulesList .icon-export,
#distributorUsersList .icon-export {
  background: linear-gradient(160deg, #1286f3 0%, #33b6fa 75%, #00d4ff 100%);
  border-radius: 10px;
  height: 40px;
  width: 40px;
  padding-top: 7px;
  padding-left: 9px;
  cursor: pointer;
}

#manufacturerUsersList .manufacturer-modules-list-datatable-actions,
#distributorProducts .manufacturer-modules-list-datatable-actions,
#manufacturerModulesList .manufacturer-modules-list-datatable-actions,
#distributorUsersList .manufacturer-modules-list-datatable-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#manufacturerUsersList .manufacturer-modules-list-datatable-actions ejs-component,
#distributorProducts .manufacturer-modules-list-datatable-actions ejs-component,
#manufacturerModulesList .manufacturer-modules-list-datatable-actions ejs-component,
#distributorUsersList .manufacturer-modules-list-datatable-actions ejs-component {
  height: 24px;
  color: white;
}

#manufacturerUsersList .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button,
#distributorProducts .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button,
#manufacturerModulesList .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button,
#distributorUsersList .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button {
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(160deg, #1286f3 0%, #33b6fa 75%, #00d4ff 100%);
  font-weight: 600;
  color: white;
}

#manufacturerUsersList .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button:hover,
#distributorProducts .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button:hover,
#manufacturerModulesList .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button:hover,
#distributorUsersList .manufacturer-modules-list-datatable-actions .manufacturer-modules-list-upload-blacklist-button:hover {
  opacity: .8;
}

#manufacturerUsersList #exportDataModal div.main-div, #manufacturerUsersList #exportEchartsDataModal div.main-div,
#distributorProducts #exportDataModal div.main-div,
#distributorProducts #exportEchartsDataModal div.main-div,
#manufacturerModulesList #exportDataModal div.main-div,
#manufacturerModulesList #exportEchartsDataModal div.main-div,
#distributorUsersList #exportDataModal div.main-div,
#distributorUsersList #exportEchartsDataModal div.main-div {
  padding: 20px 0;
}

#manufacturerUsersList #exportDataModal div.main-div input.form-control, #manufacturerUsersList #exportEchartsDataModal div.main-div input.form-control,
#distributorProducts #exportDataModal div.main-div input.form-control,
#distributorProducts #exportEchartsDataModal div.main-div input.form-control,
#manufacturerModulesList #exportDataModal div.main-div input.form-control,
#manufacturerModulesList #exportEchartsDataModal div.main-div input.form-control,
#distributorUsersList #exportDataModal div.main-div input.form-control,
#distributorUsersList #exportEchartsDataModal div.main-div input.form-control {
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 13px;
  color: #666;
  font-weight: 200;
}

#manufacturerUsersList #exportDataModal div.main-div .label, #manufacturerUsersList #exportEchartsDataModal div.main-div .label,
#distributorProducts #exportDataModal div.main-div .label,
#distributorProducts #exportEchartsDataModal div.main-div .label,
#manufacturerModulesList #exportDataModal div.main-div .label,
#manufacturerModulesList #exportEchartsDataModal div.main-div .label,
#distributorUsersList #exportDataModal div.main-div .label,
#distributorUsersList #exportEchartsDataModal div.main-div .label {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: grey;
  display: flex;
  align-items: center;
}

#manufacturerUsersList #exportDataModal div.main-div .label svg, #manufacturerUsersList #exportEchartsDataModal div.main-div .label svg,
#distributorProducts #exportDataModal div.main-div .label svg,
#distributorProducts #exportEchartsDataModal div.main-div .label svg,
#manufacturerModulesList #exportDataModal div.main-div .label svg,
#manufacturerModulesList #exportEchartsDataModal div.main-div .label svg,
#distributorUsersList #exportDataModal div.main-div .label svg,
#distributorUsersList #exportEchartsDataModal div.main-div .label svg {
  fill: grey;
  margin-right: 10px;
}

#manufacturerUsersList #exportDataModal div.main-div#export_granularity, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_granularity,
#distributorProducts #exportDataModal div.main-div#export_granularity,
#distributorProducts #exportEchartsDataModal div.main-div#export_granularity,
#manufacturerModulesList #exportDataModal div.main-div#export_granularity,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_granularity,
#distributorUsersList #exportDataModal div.main-div#export_granularity,
#distributorUsersList #exportEchartsDataModal div.main-div#export_granularity {
  display: none;
}

#manufacturerUsersList #exportDataModal div.main-div#export_fileformat .row, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_fileformat .row,
#distributorProducts #exportDataModal div.main-div#export_fileformat .row,
#distributorProducts #exportEchartsDataModal div.main-div#export_fileformat .row,
#manufacturerModulesList #exportDataModal div.main-div#export_fileformat .row,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_fileformat .row,
#distributorUsersList #exportDataModal div.main-div#export_fileformat .row,
#distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row {
  margin-top: 20px;
}

#manufacturerUsersList #exportDataModal div.main-div#export_fileformat .row > div, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div,
#distributorProducts #exportDataModal div.main-div#export_fileformat .row > div,
#distributorProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div,
#manufacturerModulesList #exportDataModal div.main-div#export_fileformat .row > div,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div,
#distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div,
#distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div {
  text-align: center;
}

#manufacturerUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img,
#distributorProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img,
#distributorProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img,
#manufacturerModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img,
#distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img,
#distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img {
  filter: grayscale(0);
  transform: scale(1);
}

#manufacturerUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p,
#distributorProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p,
#distributorProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p,
#manufacturerModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p,
#distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p,
#distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p {
  font-weight: 600;
  color: #333333;
}

#manufacturerUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img,
#distributorProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img,
#distributorProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img,
#manufacturerModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img,
#distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img,
#distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img {
  width: 68px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  filter: grayscale(1);
  transform: scale(0.9);
}

#manufacturerUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover,
#distributorProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover,
#distributorProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover,
#manufacturerModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover,
#distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover,
#distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover {
  filter: grayscale(0);
  transform: scale(1);
}

#manufacturerUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable p, #manufacturerUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable p,
#distributorProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable p,
#distributorProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable p,
#manufacturerModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable p,
#manufacturerModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable p,
#distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable p,
#distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable p {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}

#manufacturerUsersList #download-data-popup,
#distributorProducts #download-data-popup,
#manufacturerModulesList #download-data-popup,
#distributorUsersList #download-data-popup {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
}

#manufacturerUsersList #download-data-popup #download-data-popup-container,
#distributorProducts #download-data-popup #download-data-popup-container,
#manufacturerModulesList #download-data-popup #download-data-popup-container,
#distributorUsersList #download-data-popup #download-data-popup-container {
  background: #fff;
  border-radius: 20px;
  margin: auto;
  width: 450px;
}

#manufacturerUsersList #download-data-popup .popup-header,
#distributorProducts #download-data-popup .popup-header,
#manufacturerModulesList #download-data-popup .popup-header,
#distributorUsersList #download-data-popup .popup-header {
  padding: 20px 20px 0 20px;
}

#manufacturerUsersList #download-data-popup .popup-header i,
#distributorProducts #download-data-popup .popup-header i,
#manufacturerModulesList #download-data-popup .popup-header i,
#distributorUsersList #download-data-popup .popup-header i {
  color: #b72109;
  font-size: 20px;
  cursor: pointer;
}

#manufacturerUsersList #download-data-popup .popup-content,
#distributorProducts #download-data-popup .popup-content,
#manufacturerModulesList #download-data-popup .popup-content,
#distributorUsersList #download-data-popup .popup-content {
  padding: 0 30px 30px 30px;
}

#manufacturerUsersList #download-data-popup p,
#distributorProducts #download-data-popup p,
#manufacturerModulesList #download-data-popup p,
#distributorUsersList #download-data-popup p {
  margin: inherit;
}

#manufacturerUsersList #download-data-inputt,
#distributorProducts #download-data-inputt,
#manufacturerModulesList #download-data-inputt,
#distributorUsersList #download-data-inputt {
  border-radius: 5px;
  background-color: red;
}

#manufacturerUsersList #display-pool-resume,
#distributorProducts #display-pool-resume,
#manufacturerModulesList #display-pool-resume,
#distributorUsersList #display-pool-resume {
  margin-top: 10px;
}

#manufacturerUsersList .blacklist-upload .modal-content,
#distributorProducts .blacklist-upload .modal-content,
#manufacturerModulesList .blacklist-upload .modal-content,
#distributorUsersList .blacklist-upload .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#manufacturerUsersList .blacklist-upload .modal-content .blacklist-upload-rules,
#distributorProducts .blacklist-upload .modal-content .blacklist-upload-rules,
#manufacturerModulesList .blacklist-upload .modal-content .blacklist-upload-rules,
#distributorUsersList .blacklist-upload .modal-content .blacklist-upload-rules {
  margin: 40px 0px 20px 0px;
}

#manufacturerUsersList .blacklist-upload .modal-content .dropzone,
#distributorProducts .blacklist-upload .modal-content .dropzone,
#manufacturerModulesList .blacklist-upload .modal-content .dropzone,
#distributorUsersList .blacklist-upload .modal-content .dropzone {
  min-height: unset;
  margin: 20px 0px 40px 0px;
}

#manufacturerUsersList .blacklist-upload .modal-content .dz-default.dz-message,
#distributorProducts .blacklist-upload .modal-content .dz-default.dz-message,
#manufacturerModulesList .blacklist-upload .modal-content .dz-default.dz-message,
#distributorUsersList .blacklist-upload .modal-content .dz-default.dz-message {
  cursor: pointer;
}

#manufacturerUsersList .blacklist-upload .modal-content .dz-preview.dz-file-preview,
#distributorProducts .blacklist-upload .modal-content .dz-preview.dz-file-preview,
#manufacturerModulesList .blacklist-upload .modal-content .dz-preview.dz-file-preview,
#distributorUsersList .blacklist-upload .modal-content .dz-preview.dz-file-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#manufacturerUsersList .blacklist-upload .modal-content .dz-preview.dz-file-preview .dz-remove,
#distributorProducts .blacklist-upload .modal-content .dz-preview.dz-file-preview .dz-remove,
#manufacturerModulesList .blacklist-upload .modal-content .dz-preview.dz-file-preview .dz-remove,
#distributorUsersList .blacklist-upload .modal-content .dz-preview.dz-file-preview .dz-remove {
  margin: 8px 0px 15px 0px;
}

#manufacturerUsersList .blacklist-upload .modal-content .dz-progress,
#distributorProducts .blacklist-upload .modal-content .dz-progress,
#manufacturerModulesList .blacklist-upload .modal-content .dz-progress,
#distributorUsersList .blacklist-upload .modal-content .dz-progress {
  display: none;
}

#manufacturerUsersList .blacklist-upload .modal-content .dz-error-message,
#distributorProducts .blacklist-upload .modal-content .dz-error-message,
#manufacturerModulesList .blacklist-upload .modal-content .dz-error-message,
#distributorUsersList .blacklist-upload .modal-content .dz-error-message {
  display: none;
}

#manufacturerUsersList .blacklist-upload .modal-content .dz-success-mark,
#distributorProducts .blacklist-upload .modal-content .dz-success-mark,
#manufacturerModulesList .blacklist-upload .modal-content .dz-success-mark,
#distributorUsersList .blacklist-upload .modal-content .dz-success-mark {
  display: none;
}

#manufacturerUsersList .blacklist-upload .modal-content .dz-error-mark,
#distributorProducts .blacklist-upload .modal-content .dz-error-mark,
#manufacturerModulesList .blacklist-upload .modal-content .dz-error-mark,
#distributorUsersList .blacklist-upload .modal-content .dz-error-mark {
  display: none;
}

#manufacturerUsersList .blacklist-upload .modal-content .blacklist-list,
#distributorProducts .blacklist-upload .modal-content .blacklist-list,
#manufacturerModulesList .blacklist-upload .modal-content .blacklist-list,
#distributorUsersList .blacklist-upload .modal-content .blacklist-list {
  margin: 20px 0px;
}

#manufacturerUsersList .blacklist-upload .modal-content .blacklist-list h2,
#distributorProducts .blacklist-upload .modal-content .blacklist-list h2,
#manufacturerModulesList .blacklist-upload .modal-content .blacklist-list h2,
#distributorUsersList .blacklist-upload .modal-content .blacklist-list h2 {
  margin-bottom: 20px;
  color: #182C47;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

#manufacturerUsersList .blacklist-upload .modal-content .blacklist-list ul,
#distributorProducts .blacklist-upload .modal-content .blacklist-list ul,
#manufacturerModulesList .blacklist-upload .modal-content .blacklist-list ul,
#distributorUsersList .blacklist-upload .modal-content .blacklist-list ul {
  max-height: 300px;
  overflow: auto;
}

.modal-send-email-customers {
  border-radius: 4px !important;
}

.modal-send-email-customers #modal-btn {
  padding: 6px 11px 8px 11px;
}

.modal-send-email-customers .underline-for-title {
  height: 2px;
  border: 1px solid #1286f3;
  width: 100px;
}

.modal-send-email-customers .row {
  margin-left: 2px;
}

.modal-send-email-customers .row .email-selected-manufacturer {
  font-size: 14px;
  padding: 0px 5px;
  width: fit-content;
  margin: 5px 1px;
  border: 1px solid #d0d3d4;
  color: #b3b6b7;
  border-radius: 30px;
}

.modal-send-email-customers .row .email-selected-manufacturer i {
  font-size: 11px;
  color: #b3b6b7;
  cursor: pointer;
}

.modal-send-email-customers .row .email-selected-manufacturer i:hover {
  color: red;
}

.modal-send-email-customers .subject-title-mailtocustomers {
  position: relative;
  top: 10px;
  left: 10px;
  background: white;
  width: fit-content;
  color: #1286f3;
}

.modal-send-email-customers .input-subject-mailtocustomers {
  padding: 5px 10px;
  border: 1px solid #ced4da;
  background-color: white;
  border-radius: 4px;
  outline: none !important;
}

.modal-send-email-customers .message-title {
  position: relative;
  top: 35px;
  left: 10px;
  background: white;
  width: fit-content;
  color: #1286f3;
}

.missing-field-mailToCustomers {
  border: 1px solid #e46060 !important;
  color: #e46060 !important;
  -webkit-box-shadow: 1px 0px 6px 1px #e46060;
  box-shadow: 1px 0px 6px 1px #e46060;
}

#modules-list {
  display: flex;
  flex-direction: column;
}

#modules-list ejs-component {
  align-self: flex-end;
}

#modules-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 29px;
}

#echart-pac-type .loading-container,
#echart-types .loading-container,
#echart-connectivity-per-day .loading-container,
#echart-location .loading-container,
#echart-configuration .loading-container,
#echart-cells-voltage .loading-container,
#echart-total-electrolyse-duration .loading-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#distributorUsersList #exportDataModal .modal-dialog .modal-content .modal-footer i {
  font-size: 18px;
  display: none;
}

#distributorUsersList #modules-list {
  display: flex;
  flex-direction: column;
}

#distributorUsersList #modules-list ejs-component {
  align-self: flex-end;
}

#distributorUsersList #map-pool-manufacturer-content.fixed-map {
  position: fixed !important;
}

#distributorUsersList #see-manufacturer-data #manufacturer-data-content #section-echarts-nav.distributor-data {
  display: none;
}

#bluedrop-front {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
}

#bluedrop-front .row {
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

#bluedrop-front #world {
  width: 800px;
  height: 400px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #7a6021;
  transition: border 0.5s ease;
}

#bluedrop-front #sun {
  height: 200px;
  width: 200px;
  background-color: #f4c042;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 90px;
  border: 5px solid #7a6021;
  transition: top 0.1s ease;
}

#bluedrop-front #moon {
  height: 200px;
  width: 200px;
  background-color: #95c7fa;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 90px;
  border: 5px solid #67a8f1;
  transition: top 0.1s ease;
}

#bluedrop-front .crater {
  position: absolute;
  border-radius: 50%;
  background: #67a8f1;
}

#bluedrop-front .crater1 {
  width: 30px;
  height: 30px;
  top: 40px;
  left: 40px;
}

#bluedrop-front .crater2 {
  width: 15px;
  height: 15px;
  top: 20px;
  left: 110px;
}

#bluedrop-front .crater3 {
  width: 25px;
  height: 25px;
  top: 50px;
  left: 150px;
}

#bluedrop-front .crater4 {
  width: 35px;
  height: 35px;
  top: 130px;
  left: 30px;
}

#bluedrop-front .crater5 {
  width: 25px;
  height: 25px;
  top: 160px;
  left: 100px;
}

#bluedrop-front .crater6 {
  width: 20px;
  height: 20px;
  top: 140px;
  left: 150px;
}

#bluedrop-front .beam {
  width: 5px;
  height: 30px;
  background: #7a6021;
  position: absolute;
}

#bluedrop-front .beam1 {
  transform: rotate(0deg);
  top: -20px;
  left: 120px;
}

#bluedrop-front .beam2 {
  transform: rotate(45deg);
  top: 20px;
  left: 220px;
}

#bluedrop-front .beam3 {
  transform: rotate(90deg);
  top: 110px;
  left: 250px;
}

#bluedrop-front .beam4 {
  transform: rotate(135deg);
  top: 200px;
  left: 220px;
}

#bluedrop-front .beam5 {
  transform: rotate(180deg);
  top: 240px;
  left: 120px;
}

#bluedrop-front .beam6 {
  transform: rotate(225deg);
  top: 200px;
  left: 20px;
}

#bluedrop-front .beam7 {
  transform: rotate(270deg);
  top: 110px;
  left: -10px;
}

#bluedrop-front .beam8 {
  transform: rotate(315deg);
  top: 20px;
  left: 20px;
}

#bluedrop-front .sunbeams {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -25px;
  left: -25px;
  animation: spin 28s linear 0s infinite;
}

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

@keyframes blink {
  0% {
    height: 15px;
    top: 0;
  }
  99% {
    height: 15px;
    top: 0;
  }
  100% {
    height: 0px;
    top: 7px;
  }
}

#bluedrop-front .eyes {
  position: absolute;
  width: 110px;
  height: 20px;
  top: 90px;
  left: 45px;
}

#bluedrop-front #moon .eyes-l,
#bluedrop-front #moon .eyes-r {
  background: #0f2964;
}

#bluedrop-front #sun .eyes-l,
#bluedrop-front #sun .eyes-r {
  background: #4f0504;
}

#bluedrop-front .simtime {
  padding-top: 20px;
  color: #d3d3d3;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 90%;
}

#bluedrop-front #house-day,
#bluedrop-front #house-night {
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 58%;
}

/* Slider */
#slidecontainer-bluedrops {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.8s ease;
  max-height: 300px;
}

#slidecontainer-bluedrops .slider {
  right: -50px;
  -webkit-appearance: none;
  width: 35%;
  max-width: 650px;
  height: 4px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  transform: rotate(270deg);
}

#slidecontainer-bluedrops .slider:hover {
  opacity: 1;
}

#slidecontainer-bluedrops .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: lightblue;
  cursor: pointer;
  border-radius: 100%;
}

#slidecontainer-bluedrops .slider::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background: lightblue;
  cursor: pointer;
  border-radius: 100%;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

#reworked-dashboard {
  padding: 30px 30px 0 30px !important;
  margin-bottom: 30px;
}

#reworked-dashboard .menu-section-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

#reworked-dashboard .menu-section-container #horizontal-tab-menu-container {
  flex: 1;
}

#reworked-dashboard .menu-section-container .horizontal-tab-menu-placeholder {
  flex: 1;
}

#reworked-dashboard .menu-section-container .menu-buttons-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#reworked-dashboard .horizontal-tab-menu-content {
  width: 100%;
}

#reworked-dashboard .horizontal-tab-menu-content .horizontal-tab-menu-content-section.initially-hidden {
  display: none;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .content-section-image-weather {
  height: 150px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .content-section-image-weather #image-card-container {
  flex: 1;
  height: 100%;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .content-section-image-weather .weather-name-container {
  height: 100%;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .content-section-image-weather .weather-name-container .pool-name {
  margin: 0px;
  color: var(--pool-action-70);
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .content-section-image-weather .weather-name-container #weather-container {
  height: 100px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section {
  width: 100%;
  padding: 15px 30px 30px 30px;
  border-radius: 20px;
  background-color: #F5F6FB;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section .header .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section .header .title p:first-child {
  color: #1C2436;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section .header .title p:nth-child(2) {
  color: #868786;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section.indicators .content {
  display: grid;
  grid-template-columns: repeat(6, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 15px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .commands-notifications-container {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .commands-notifications-container .dashboard-section.commands {
  flex: 3;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .commands-notifications-container .dashboard-section.commands .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 15px;
}

#reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .commands-notifications-container #notifications {
  width: 439px;
  align-self: flex-start;
}

#reworked-dashboard #reworked-weather {
  border-radius: 0.35rem !important;
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 20px;
}

#reworked-dashboard #reworked-weather .header {
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

#reworked-dashboard #reworked-weather .header span#place {
  color: #000;
  font-weight: 200;
  font-size: 14px;
}

#reworked-dashboard #reworked-weather .content {
  padding: 5px;
}

#reworked-dashboard #reworked-weather .content .today {
  display: flex;
}

@media screen and (max-width: 767px) {
  #reworked-dashboard #reworked-weather .content .today .weather_icon {
    padding: 0 10px !important;
    margin-right: 10px !important;
  }
}

#reworked-dashboard #reworked-weather .content .today .weather_icon {
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

#reworked-dashboard #reworked-weather .content .today .weather_icon img {
  height: 50px;
  width: 80px;
}

#reworked-dashboard #reworked-weather .content .today .temperature_value {
  font-weight: 300;
  margin-top: -3px;
}

#reworked-dashboard #reworked-weather .content .today .temperature_value .value {
  display: flex;
  color: #188cf7;
  font-size: 42px;
}

#reworked-dashboard #reworked-weather .content .today .temperature_value .unit {
  color: #188cf7;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: 6px;
}

#reworked-dashboard #reworked-weather .content .today .temperature_value .label {
  font-size: 14px;
  font-weight: 300;
  margin-top: -16px;
  margin-left: 2px;
}

#reworked-dashboard #reworked-weather .content .week_forecast {
  width: 70%;
  margin-top: 5px;
  display: flex;
  float: right;
}

#reworked-dashboard #reworked-weather .content .week_forecast > div {
  width: 100%;
  text-align: center;
}

#reworked-dashboard #reworked-weather .content .week_forecast > div .text {
  color: #DDDEE4;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}

#reworked-dashboard #reworked-weather .content .week_forecast > div .icon > img {
  width: 42px;
  margin: 5px 0;
}

#reworked-dashboard #reworked-weather .content .week_forecast > div:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#reworked-dashboard #reworked-weather .content .wind_div, #reworked-dashboard #reworked-weather .content .uv_div {
  justify-content: center;
}

#reworked-dashboard #reworked-weather .content .wind_div, #reworked-dashboard #reworked-weather .content .uv_div, #reworked-dashboard #reworked-weather .content .temp_div {
  display: flex;
  align-items: center;
}

#reworked-dashboard #reworked-weather .content .wind_div .wind_icon img, #reworked-dashboard #reworked-weather .content .uv_div .wind_icon img, #reworked-dashboard #reworked-weather .content .temp_div .wind_icon img {
  width: 60px;
  height: 30px;
}

#reworked-dashboard #reworked-weather .content .wind_div .uv_icon img, #reworked-dashboard #reworked-weather .content .uv_div .uv_icon img, #reworked-dashboard #reworked-weather .content .temp_div .uv_icon img {
  margin-right: 10px;
  width: 60px;
  height: 30px;
}

#reworked-dashboard #reworked-weather .content .wind_div .wind_text, #reworked-dashboard #reworked-weather .content .wind_div .uv_text, #reworked-dashboard #reworked-weather .content .uv_div .wind_text, #reworked-dashboard #reworked-weather .content .uv_div .uv_text, #reworked-dashboard #reworked-weather .content .temp_div .wind_text, #reworked-dashboard #reworked-weather .content .temp_div .uv_text {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

#reworked-dashboard #reworked-weather .content .wind_div .wind_text .title, #reworked-dashboard #reworked-weather .content .wind_div .uv_text .title, #reworked-dashboard #reworked-weather .content .uv_div .wind_text .title, #reworked-dashboard #reworked-weather .content .uv_div .uv_text .title, #reworked-dashboard #reworked-weather .content .temp_div .wind_text .title, #reworked-dashboard #reworked-weather .content .temp_div .uv_text .title {
  font-size: 11px;
  font-weight: 400;
  color: #DDDEE4;
}

#reworked-dashboard #reworked-weather .content .wind_div .wind_text .value, #reworked-dashboard #reworked-weather .content .wind_div .uv_text .value, #reworked-dashboard #reworked-weather .content .uv_div .wind_text .value, #reworked-dashboard #reworked-weather .content .uv_div .uv_text .value, #reworked-dashboard #reworked-weather .content .temp_div .wind_text .value, #reworked-dashboard #reworked-weather .content .temp_div .uv_text .value {
  font-size: 20px;
  font-weight: 300;
  color: black;
  display: flex;
  align-items: baseline;
}

#reworked-dashboard #reworked-weather .content .wind_div .wind_text .value span.unit, #reworked-dashboard #reworked-weather .content .wind_div .uv_text .value span.unit, #reworked-dashboard #reworked-weather .content .uv_div .wind_text .value span.unit, #reworked-dashboard #reworked-weather .content .uv_div .uv_text .value span.unit, #reworked-dashboard #reworked-weather .content .temp_div .wind_text .value span.unit, #reworked-dashboard #reworked-weather .content .temp_div .uv_text .value span.unit {
  font-size: 12px;
  margin-left: 5px;
}

#reworked-dashboard #reworked-weather .content .wind_div .wind_text .value span.details, #reworked-dashboard #reworked-weather .content .wind_div .uv_text .value span.details, #reworked-dashboard #reworked-weather .content .uv_div .wind_text .value span.details, #reworked-dashboard #reworked-weather .content .uv_div .uv_text .value span.details, #reworked-dashboard #reworked-weather .content .temp_div .wind_text .value span.details, #reworked-dashboard #reworked-weather .content .temp_div .uv_text .value span.details {
  font-size: 12px;
  font-weight: 400;
  color: black;
  margin-left: 5px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors {
  height: calc(100% - 30px);
  border-radius: 0.35rem !important;
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 20px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors span#lastDate {
  margin-left: 10px;
  color: #000;
  font-weight: 200;
  font-size: 14px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors:hover .timestamp {
  opacity: 1;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors .timestamp {
  font-size: 12px;
  color: #DDDEE4;
  transition: 0.3s;
  opacity: 0;
  text-align: center;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors .timestamp .error {
  display: none;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors div.header {
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row {
  margin: 0;
  height: calc(100% - 30px - 12px);
  display: flex;
  align-items: center;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row > div > div.row:last-child {
  height: 120px;
  margin: 0;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .title1 {
  margin: 5px 0 15px;
  text-align: center;
  font-size: 13px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status {
  text-align: center;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status img {
  width: 50px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status .water_temperature_value {
  font-size: 60px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  margin-top: 15px;
  color: #188cf7;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status .water_temperature_value > span:last-child {
  display: inline-block;
  line-height: 28px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status .water_temperature_value > span:last-child .value, #reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status .water_temperature_value > span:last-child .unit {
  color: #188cf7;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status .water_temperature_value > span:last-child .unit {
  font-size: 22px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status .water_temperature_value > span:last-child .evolution {
  font-size: 24px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors > div.row .status .water_temperature_value > span:last-child .no-sensor {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col {
    padding: 5px 0px 30px !important;
  }
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors {
    display: inline-flex !important;
    width: 100% !important;
  }
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensor_one {
  text-align: center;
  display: grid;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensor_one img {
  height: 50px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensor_one .measure .value {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #188cf7;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors {
  display: grid;
  align-items: center;
  justify-content: space-around;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store img {
  margin-top: 20px !important;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #sel, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #filtration_laps, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #sel > div, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #filtration_laps > div, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store > div {
  display: flex;
  align-items: center;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #sel img, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #filtration_laps img, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store img {
  width: 30px;
  height: 24px;
  margin-top: 15px;
  margin-right: 15px;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #sel .measure, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #filtration_laps .measure, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store .measure {
  display: flex;
  align-items: baseline;
  color: #188cf7;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #sel .title, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #filtration_laps .title, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store .title {
  font-size: 14px;
  color: #DDDEE4;
  font-weight: 400;
  line-height: 0;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #sel .value, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #filtration_laps .value, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store .value {
  font-size: 26px;
  font-weight: 400;
}

#reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #sel .unit, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #filtration_laps .unit, #reworked-dashboard #reworked-sensors-container #reworked-sensors #other_sensors_col #other_sensors #store .unit {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 300;
}

#reworked-dashboard #reworked-equipments div.header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.35rem !important;
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 20px;
}

#reworked-dashboard #reworked-equipments div.header .btn {
  cursor: pointer;
}

#reworked-dashboard #reworked-equipments div#footer {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  color: #188cf7;
}

#reworked-dashboard #reworked-equipments div#footer:hover {
  font-weight: 600;
}

#reworked-dashboard #reworked-equipments div#footer #see_alldevices .more {
  margin-left: 10px;
  display: inline-flex;
  border-radius: 24px;
  padding: 6px 10px;
  color: white;
  -webkit-text-fill-color: white;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
}

/*
Media rules to reduce number of commands per line when width below
*/
@media screen and (max-width: 1660px) {
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section.indicators .content {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section.commands .content {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}

@media screen and (max-width: 1480px) {
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .content-section-image-weather #image-card-container {
    flex-basis: 100%;
  }
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .commands-notifications-container {
    flex-direction: column;
  }
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .commands-notifications-container #notifications {
    flex: 1;
    flex-basis: 100%;
    width: 100%;
    gap: 15px;
  }
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .commands-notifications-container #notifications .common-card.notifications {
    width: unset;
  }
}

@media screen and (max-width: 1270px) {
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section.indicators .content {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
  #reworked-dashboard .horizontal-tab-menu-content #dashboard.horizontal-tab-menu-content-section .dashboard-section.commands .content {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

#reworked-devices {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  grid-gap: 15px;
}

#reworked-devices.reworked-devices-container {
  padding: 30px 30px 0 30px;
}

#reworked-devices ejs-component .module-large-card {
  background-color: #F5F6FB;
  border-radius: 20px;
  border: 0.5px solid #A6BAD6;
  box-shadow: none;
}

#reworked-devices ejs-component .module-large-card.in-error {
  border: 1px solid var(--utilitary-red-40);
}

#reworked-devices ejs-component .module-large-card:hover {
  padding: 20.5px 24.5px;
  border-width: 1px;
  box-shadow: 0px 0px 10px 0px rgba(118, 148, 192, 0.5);
}

#reworked-devices ejs-component .module-large-card:hover .left-corner-image {
  bottom: 9.5px;
  left: 19.5px;
}

#reworked-devices ejs-component .module-large-card .font {
  font-family: Inter;
  text-transform: capitalize;
}

#reworked-devices ejs-component .module-large-card span.name {
  font-size: 20px;
  font-weight: 600;
}

#reworked-devices ejs-component .module-large-card span.type {
  font-size: 16px;
  font-weight: 500;
}

#reworked-devices #error-toast-pool-level-sensor-high-daily-threshold-exceeded {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*
Media rule to reduce number of modules per line when width below
*/
@media screen and (max-width: 1460px) {
  #reworked-devices {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

/*
Media rule to reduce number of modules per line when width below
*/
@media screen and (max-width: 1270px) {
  #reworked-devices {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  #account .header, #customer .header {
    height: 154px !important;
  }
  #account .header .firstBackground, #customer .header .firstBackground {
    height: 100px !important;
  }
  #account .header .firstBackground .name, #customer .header .firstBackground .name {
    margin-left: 190px !important;
    padding-top: 23px !important;
  }
  #account .header .avatar, #customer .header .avatar {
    top: -140px !important;
    margin-left: 40px !important;
    width: 127px !important;
  }
  #account .header .avatar img, #customer .header .avatar img {
    width: 127px !important;
  }
  #account .header .secondBackground .tabs, #customer .header .secondBackground .tabs {
    padding-left: 180px !important;
  }
}

#account .header, #customer .header {
  height: 220px;
}

#account .header .firstBackground, #customer .header .firstBackground {
  background-image: linear-gradient(15deg, #2fb0fa, #17507c);
  height: 141px;
  width: 100%;
}

#account .header .firstBackground .name, #customer .header .firstBackground .name {
  margin-left: 220px;
  color: white;
  padding-top: 70px;
}

#account .header .firstBackground .name > div:first-child, #customer .header .firstBackground .name > div:first-child {
  padding-top: 7px;
  line-height: 20px;
}

#account .header .firstBackground .name > div:first-child .lastName, #customer .header .firstBackground .name > div:first-child .lastName {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

#account .header .firstBackground .name > div:first-child .firstName, #customer .header .firstBackground .name > div:first-child .firstName {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 30px;
}

#account .header .firstBackground .name .email, #customer .header .firstBackground .name .email {
  text-transform: lowercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
  font-size: 18px;
}

#account .header .secondBackground, #customer .header .secondBackground {
  background-image: linear-gradient(15deg, #EEE, #DDD);
  box-shadow: 0px -10px 6px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #DDD;
  height: 52px;
  width: 100%;
}

#account .header .secondBackground .tabs, #customer .header .secondBackground .tabs {
  padding-left: 210px;
}

#account .header .secondBackground .tabs input[name="tab-control"], #customer .header .secondBackground .tabs input[name="tab-control"] {
  display: none;
}

#account .header .secondBackground .tabs ul, #customer .header .secondBackground .tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#account .header .secondBackground .tabs ul li, #customer .header .secondBackground .tabs ul li {
  box-sizing: border-box;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

#account .header .secondBackground .tabs ul li label, #customer .header .secondBackground .tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #666;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  user-select: none;
}

#account .header .secondBackground .tabs ul li label.checked, #customer .header .secondBackground .tabs ul li label.checked {
  color: black !important;
  font-weight: 500 !important;
}

#account .header .secondBackground .tabs ul li label:hover, #account .header .secondBackground .tabs ul li label:focus, #account .header .secondBackground .tabs ul li label:active, #customer .header .secondBackground .tabs ul li label:hover, #customer .header .secondBackground .tabs ul li label:focus, #customer .header .secondBackground .tabs ul li label:active {
  outline: 0;
  color: #333;
}

#account .header .secondBackground .tabs ul li label:hover svg, #account .header .secondBackground .tabs ul li label:focus svg, #account .header .secondBackground .tabs ul li label:active svg, #customer .header .secondBackground .tabs ul li label:hover svg, #customer .header .secondBackground .tabs ul li label:focus svg, #customer .header .secondBackground .tabs ul li label:active svg {
  fill: #333;
}

#account .header .avatar, #customer .header .avatar {
  position: relative;
  top: -130px;
  margin-left: 60px;
  width: 140px;
}

#account .header .avatar img, #customer .header .avatar img {
  width: 140px;
  border: 8px solid white;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

#account .content, #customer .content {
  padding: 0px 50px;
}

#account .content section, #customer .content section {
  transition: all .3s ease-in-out;
}

#account .content section .lockdown, #customer .content section .lockdown {
  margin: 0 10px;
  cursor: pointer;
}

#account .content section .lockdown:hover, #customer .content section .lockdown:hover {
  color: #188cf7;
}

#account .content section h5, #customer .content section h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #188cf7;
}

#account .content section h5 svg, #customer .content section h5 svg {
  fill: #188cf7;
  margin-bottom: 2px;
  margin-right: 8px;
}

#account .content section .permissions, #customer .content section .permissions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#account .content section .permissions .not-clickable-usergroups, #customer .content section .permissions .not-clickable-usergroups {
  border-radius: 4px;
  background: linear-gradient(20deg, #2fb0fa, #13b190);
  font-size: 13px;
  font-weight: 900;
  text-transform: capitalize;
  color: white;
  height: 80px;
  padding: 10px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.1);
  margin-right: 60px;
  margin-top: 30px;
}

#account .content section .permissions .checkbox, #customer .content section .permissions .checkbox {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 20px;
  text-align: center;
}

#account .content section .permissions input[type=checkbox], #customer .content section .permissions input[type=checkbox] {
  display: none;
}

#account .content section .permissions input + label, #customer .content section .permissions input + label {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
  height: 80px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(20deg, #2fb0fa, #13b190);
  filter: grayscale(100%);
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 999 !important;
  transition: all 0.4s ease-in-out;
}

#account .content section .permissions input + label:hover, #customer .content section .permissions input + label:hover {
  transform: scale(1.05);
  filter: grayscale(70%);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#account .content section .permissions input:checked + label, #customer .content section .permissions input:checked + label {
  filter: grayscale(0%);
  transform: scale(1.1);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#account .content section .permissions input:checked + label:hover, #customer .content section .permissions input:checked + label:hover {
  filter: grayscale(30%);
  transform: scale(1.05);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#account .content section #addCustomer h6, #account .content section #addTeamMember h6, #customer .content section #addCustomer h6, #customer .content section #addTeamMember h6 {
  margin: 20px 0 10px;
}

#account .content section #addCustomer .row, #account .content section #addTeamMember .row, #customer .content section #addCustomer .row, #customer .content section #addTeamMember .row {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #account .content section #addCustomer .or, #account .content section #addTeamMember .or, #customer .content section #addCustomer .or, #customer .content section #addTeamMember .or {
    text-align: center;
    display: table !important;
    align-items: center;
    justify-content: center;
  }
  #account .content section #addCustomer .or .divider, #account .content section #addTeamMember .or .divider, #customer .content section #addCustomer .or .divider, #customer .content section #addTeamMember .or .divider {
    height: 80px !important;
    width: 1px !important;
  }
  #account .content section #addCustomer .or .dividerMember, #account .content section #addTeamMember .or .dividerMember, #customer .content section #addCustomer .or .dividerMember, #customer .content section #addTeamMember .or .dividerMember {
    height: 180px !important;
    width: 1px !important;
  }
  #account .content section #addCustomer .or .text, #account .content section #addTeamMember .or .text, #customer .content section #addCustomer .or .text, #customer .content section #addTeamMember .or .text {
    padding: 0 !important;
  }
}

#account .content section #addCustomer .or, #account .content section #addTeamMember .or, #customer .content section #addCustomer .or, #customer .content section #addTeamMember .or {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#account .content section #addCustomer .or .divider, #account .content section #addCustomer .or .dividerMember, #account .content section #addTeamMember .or .divider, #account .content section #addTeamMember .or .dividerMember, #customer .content section #addCustomer .or .divider, #customer .content section #addCustomer .or .dividerMember, #customer .content section #addTeamMember .or .divider, #customer .content section #addTeamMember .or .dividerMember {
  height: 1px;
  width: 100%;
  background-color: #DDD;
  margin: auto;
}

#account .content section #addCustomer .or .text, #account .content section #addTeamMember .or .text, #customer .content section #addCustomer .or .text, #customer .content section #addTeamMember .or .text {
  height: 50px;
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #AAA;
  display: flex;
  align-items: center;
  justify-content: center;
}

#account .content section #addCustomer .access-requests-customers-list table.table, #account .content section #addTeamMember .access-requests-customers-list table.table, #customer .content section #addCustomer .access-requests-customers-list table.table, #customer .content section #addTeamMember .access-requests-customers-list table.table {
  border-radius: 20px;
}

#account .content section #addCustomer .access-requests-customers-list table.table tbody tr td, #account .content section #addTeamMember .access-requests-customers-list table.table tbody tr td, #customer .content section #addCustomer .access-requests-customers-list table.table tbody tr td, #customer .content section #addTeamMember .access-requests-customers-list table.table tbody tr td {
  height: 20px;
}

#account .content section #addCustomer .access-requests-customers-list table.table tbody tr td:nth-child(6), #account .content section #addTeamMember .access-requests-customers-list table.table tbody tr td:nth-child(6), #customer .content section #addCustomer .access-requests-customers-list table.table tbody tr td:nth-child(6), #customer .content section #addTeamMember .access-requests-customers-list table.table tbody tr td:nth-child(6) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#account .content section #addCustomer .access-requests-customers-list table.table .button, #account .content section #addTeamMember .access-requests-customers-list table.table .button, #customer .content section #addCustomer .access-requests-customers-list table.table .button, #customer .content section #addTeamMember .access-requests-customers-list table.table .button {
  padding: 5px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  display: flex;
  font-size: 12px !important;
  align-items: center;
  justify-content: center;
}

#account .content section #addCustomer .access-requests-customers-list table.table .button:hover, #account .content section #addTeamMember .access-requests-customers-list table.table .button:hover, #customer .content section #addCustomer .access-requests-customers-list table.table .button:hover, #customer .content section #addTeamMember .access-requests-customers-list table.table .button:hover {
  background-color: #188cf7;
  color: white;
}

#account .content section #addCustomer .access-requests-customers-list table.table .name, #account .content section #addTeamMember .access-requests-customers-list table.table .name, #customer .content section #addCustomer .access-requests-customers-list table.table .name, #customer .content section #addTeamMember .access-requests-customers-list table.table .name {
  margin-left: 15px;
}

#account .content section #addCustomer .access-requests-customers-list table.table .status, #account .content section #addTeamMember .access-requests-customers-list table.table .status, #customer .content section #addCustomer .access-requests-customers-list table.table .status, #customer .content section #addTeamMember .access-requests-customers-list table.table .status {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 25px;
  width: fit-content;
  width: -moz-fit-content;
}

#account .content section #addCustomer .access-requests-customers-list table.table .status.approved, #account .content section #addTeamMember .access-requests-customers-list table.table .status.approved, #customer .content section #addCustomer .access-requests-customers-list table.table .status.approved, #customer .content section #addTeamMember .access-requests-customers-list table.table .status.approved {
  color: white;
  background-color: #24b15b;
}

#account .content section #addCustomer .access-requests-customers-list table.table .status.denied, #account .content section #addTeamMember .access-requests-customers-list table.table .status.denied, #customer .content section #addCustomer .access-requests-customers-list table.table .status.denied, #customer .content section #addTeamMember .access-requests-customers-list table.table .status.denied {
  color: white;
  background-color: #be2236;
}

#account .content section #addCustomer .access-requests-customers-list table.table .status.pending, #account .content section #addTeamMember .access-requests-customers-list table.table .status.pending, #customer .content section #addCustomer .access-requests-customers-list table.table .status.pending, #customer .content section #addTeamMember .access-requests-customers-list table.table .status.pending {
  color: #333;
  background-color: #FE9f00;
}

#account .content section #addCustomer .access-requests-customers-list table.table .status.cancelled, #account .content section #addTeamMember .access-requests-customers-list table.table .status.cancelled, #customer .content section #addCustomer .access-requests-customers-list table.table .status.cancelled, #customer .content section #addTeamMember .access-requests-customers-list table.table .status.cancelled {
  color: #333;
  background-color: #AAA;
}

#account .content section #addCustomer .access-requests-customers-list table.table .status.unknown, #account .content section #addTeamMember .access-requests-customers-list table.table .status.unknown, #customer .content section #addCustomer .access-requests-customers-list table.table .status.unknown, #customer .content section #addTeamMember .access-requests-customers-list table.table .status.unknown {
  color: white;
  background-color: #860065;
}

#account .content section #proSection .access-requests-pro-list table.table, #customer .content section #proSection .access-requests-pro-list table.table {
  border-radius: 20px;
}

#account .content section #proSection .access-requests-pro-list table.table tbody tr td, #customer .content section #proSection .access-requests-pro-list table.table tbody tr td {
  height: 20px;
}

#account .content section #proSection .access-requests-pro-list table.table tbody tr td:nth-child(6), #customer .content section #proSection .access-requests-pro-list table.table tbody tr td:nth-child(6) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#account .content section #proSection .access-requests-pro-list table.table .button, #customer .content section #proSection .access-requests-pro-list table.table .button {
  padding: 5px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#account .content section #proSection .access-requests-pro-list table.table .button:hover, #customer .content section #proSection .access-requests-pro-list table.table .button:hover {
  background-color: #17507c;
  color: white;
}

#account .content section #proSection .access-requests-pro-list table.table .name, #customer .content section #proSection .access-requests-pro-list table.table .name {
  margin-left: 15px;
}

#account .content section #proSection .access-requests-pro-list table.table .status, #customer .content section #proSection .access-requests-pro-list table.table .status {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 25px;
  width: fit-content;
  width: -moz-fit-content;
}

#account .content section #proSection .access-requests-pro-list table.table .status.approved, #customer .content section #proSection .access-requests-pro-list table.table .status.approved {
  color: white;
  background-color: #24b15b;
}

#account .content section #proSection .access-requests-pro-list table.table .status.denied, #customer .content section #proSection .access-requests-pro-list table.table .status.denied {
  color: white;
  background-color: #be2236;
}

#account .content section #proSection .access-requests-pro-list table.table .status.pending, #customer .content section #proSection .access-requests-pro-list table.table .status.pending {
  color: #333;
  background-color: #FE9f00;
}

#account .content section #proSection .access-requests-pro-list table.table .status.cancelled, #customer .content section #proSection .access-requests-pro-list table.table .status.cancelled {
  color: #333;
  background-color: #AAA;
}

#account .content section #proSection .access-requests-pro-list table.table .status.unknown, #customer .content section #proSection .access-requests-pro-list table.table .status.unknown {
  color: white;
  background-color: #860065;
}

#account .content .bottomButton, #customer .content .bottomButton {
  margin: 20px auto;
  text-align: center;
}

#customers-list .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 10px 0 0 0;
}

#customers-list .header > div {
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  margin: 0 15px 15px;
}

#customers-list .header > div:first-child {
  flex: 1 1 340px;
}

#customers-list .header > div.buttons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#customers-list .header > div.buttons #divider {
  height: 100%;
  width: 1px;
  background-color: #DDD;
  margin-right: 30px;
}

#customers-list .header > div.buttons #addClient {
  transition: all 0.5s ease;
  background-color: white;
}

#customers-list .header > div.buttons #addClient:hover {
  background-color: #17507c;
  color: white;
}

#customers-list .header > div.buttons #addCustomer {
  transition: all 0.5s ease;
  background-color: white;
}

#customers-list .header > div.buttons #addCustomer:hover {
  background-color: #17507c;
  color: white;
}

#customers-list .header > div.buttons #large, #customers-list .header > div.buttons #small, #customers-list .header > div.buttons #table, #customers-list .header > div.buttons #addCustomer, #customers-list .header > div.buttons #addClient {
  border-radius: 6px;
  min-width: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.13);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #444;
  background-color: white;
  text-align: center;
  display: grid;
  align-items: center;
  cursor: pointer;
}

#customers-list .header > div.buttons #large:not(:last-child), #customers-list .header > div.buttons #small:not(:last-child), #customers-list .header > div.buttons #table:not(:last-child), #customers-list .header > div.buttons #addCustomer:not(:last-child), #customers-list .header > div.buttons #addClient:not(:last-child) {
  margin-right: 30px;
}

#customers-list .header > div.buttons #large.selected, #customers-list .header > div.buttons #small.selected, #customers-list .header > div.buttons #table.selected, #customers-list .header > div.buttons #addCustomer.selected, #customers-list .header > div.buttons #addClient.selected {
  background-color: #2fb0fa;
  color: white;
}

#customers-list .header .search-box {
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.13);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #444;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#customers-list .header .search-box .warn-field {
  background-color: #fda7a7;
}

#customers-list .header .search-box:hover i.fa, #customers-list .header .search-box:hover i.fas, #customers-list .header .search-box:hover i.far, #customers-list .header .search-box:hover i.fal {
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -moz-transform: scale(1.3);
  /* Firefox */
  -ms-transform: scale(1.3);
  /* IE 9 */
  -o-transform: scale(1.3);
  /* Opera */
  transform: scale(1.3);
}

#customers-list .header .search-box i.fa, #customers-list .header .search-box i.fas, #customers-list .header .search-box i.far, #customers-list .header .search-box i.fal {
  margin-right: 15px;
  color: #555;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

#customers-list .header .search-box input {
  color: #555;
  width: 100%;
  border: unset;
  background-color: transparent;
  padding-top: 5px;
}

#customers-list .header .search-box input:hover, #customers-list .header .search-box input:focus {
  border: unset;
  outline: none;
}

#customers-list .header .search-box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
}

#customers-list .header .divider {
  margin-left: 10px;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#customers-list #customer-list a.customer div.customer-card {
  cursor: pointer;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #444;
  background-color: white;
  display: grid;
  align-items: center;
  justify-content: space-around;
}

#customers-list #customer-list a.customer div.customer-card:hover {
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

#customers-list #customer-list a.customer div.customer-card img {
  width: 110px;
  border-radius: 70px;
  border: 3px solid white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 10px auto;
}

#customers-list #customer-list a.customer div.customer-card div.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

#customers-list #customer-list a.customer div.customer-card div.text .customer-name {
  font-weight: 900;
  font-size: 1vw;
  letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
  #customers-list #customer-list a.customer div.customer-card div.text .customer-name {
    font-size: 1.4vw !important;
  }
  #customers-list #customer-list a.customer div.customer-card div.text .customer-email {
    font-size: 1vw !important;
    line-height: 1vw !important;
  }
}

@media (max-width: 991px) {
  #customers-list #customer-list a.customer div.customer-card div.text .customer-name {
    font-size: 1.6vw !important;
  }
  #customers-list #customer-list a.customer div.customer-card div.text .customer-email {
    font-size: 1.4vw !important;
    line-height: 1.4vw !important;
  }
}

@media (max-width: 767px) {
  #customers-list #customer-list a.customer div.customer-card div.text .customer-name {
    font-size: 2.5vw !important;
  }
  #customers-list #customer-list a.customer div.customer-card div.text .customer-email {
    font-size: 1.8vw !important;
    line-height: 1.8vw !important;
  }
}

@media (max-width: 543px) {
  #customers-list #customer-list a.customer div.customer-card div.text .customer-name {
    font-size: 4vw !important;
  }
  #customers-list #customer-list a.customer div.customer-card div.text .customer-email {
    font-size: 3vw !important;
    line-height: 3vw !important;
  }
}

#customers-list #customer-list a.customer div.customer-card div.text .label {
  color: #666 !important;
}

#customers-list #customer-list a.customer div.customer-card div.text .customer-email {
  font-weight: 500;
  font-size: 0.7vw;
  line-height: 0.7vw;
  color: #AAA;
}

#customers-list #customer-list a.customer .status {
  margin: auto;
}

#customers-list #customer-list #customerTable {
  margin: 10px 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}

#customers-list #customer-list #customerTable tbody tr {
  cursor: pointer !important;
  font-size: 13px;
}

#customers-list #customer-list #customerTable tbody tr td {
  padding: 5px 8px;
  vertical-align: middle;
}

#customers-list #customer-list #customerTable img {
  width: 30px;
}

#customers-list #customer-list #customerTable + .bottom ul.pagination {
  margin-right: 20px;
}

#customers-list #customer-list #customerTable + .bottom ul.pagination a {
  text-decoration: none;
}

#customers-list #customer-list .status {
  width: fit-content;
  width: -moz-fit-content;
  color: #AAA;
  display: flex;
}

#customers-list #customer-list .status p {
  margin: inherit;
}

#customers-list #customer-list .status, #customers-list #customer-list .approved, #customers-list #customer-list .pending, #customers-list #customer-list .denied {
  font-size: 11px;
  padding: 3px 10px;
}

#customers-list #customer-list .approved {
  color: white;
  background-color: #24b15b;
  border-radius: 25px;
}

#customers-list #customer-list .pending {
  color: #333;
  background-color: #FE9f00;
  border-radius: 25px;
}

#customers-list #customer-list .denied {
  color: white;
  background-color: #be2236;
  border-radius: 25px;
}

#customers-list #customer-list hr {
  width: 250px;
}

#customers-list #customer-list.smallview a.module div.customer-card {
  padding: 10px;
}

#customers-list #customer-list.smallview a.module div.customer-card div.text .customer-name {
  font-weight: 900;
  font-size: 0.75vw;
  letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
  #customers-list #customer-list.smallview a.module div.customer-card div.text .customer-name {
    font-size: 1.1vw !important;
  }
}

@media (max-width: 991px) {
  #customers-list #customer-list.smallview a.module div.customer-card div.text .customer-name {
    font-size: 1.4vw !important;
  }
}

@media (max-width: 767px) {
  #customers-list #customer-list.smallview a.module div.customer-card div.text .customer-name {
    font-size: 1.7vw !important;
  }
}

@media (max-width: 543px) {
  #customers-list #customer-list.smallview a.module div.customer-card div.text .customer-name {
    font-size: 1.8vw !important;
  }
}

#editAddClientModal {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.3);
}

#editAddClientModal .modal-dialog h5 {
  text-align: center;
  margin-bottom: 30px;
}

#editAddClientModal .modal-dialog h6 {
  margin-bottom: 20px;
}

#editAddClientModal .modal-dialog .divider {
  margin-left: 10px;
  height: 40%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#editAddClientModal .modal-dialog .row {
  width: 100%;
  margin: 10px auto;
}

#editAddClientModal .modal-dialog .row #createCustomer {
  width: 45%;
}

#editAddClientModal .modal-dialog .row #inviteCustomer {
  width: 45%;
}

#editAddClientModal .modal-dialog .row #inviteCustomer p {
  margin-bottom: 25px;
}

#editAddClientModal .modal-dialog .customers-alerts {
  text-align: center;
}

#editAddClientModal .modal-dialog .customers-alerts .form-group-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

/* DATATABLE */
.wrapper-container .pools-admin-container table.dataTable thead .sorting:after,
.wrapper-container .pools-admin-container table.dataTable thead .sorting_asc:after,
.wrapper-container .pools-admin-container table.dataTable thead .sorting_desc:after,
.wrapper-container .pools-admin-container table.dataTable thead .sorting_asc_disabled:after,
.wrapper-container .pools-admin-container table.dataTable thead .sorting_desc_disabled:after, .wrapper-container #pool-list-admin-pro table.dataTable thead .sorting:after,
.wrapper-container #pool-list-admin-pro table.dataTable thead .sorting_asc:after,
.wrapper-container #pool-list-admin-pro table.dataTable thead .sorting_desc:after,
.wrapper-container #pool-list-admin-pro table.dataTable thead .sorting_asc_disabled:after,
.wrapper-container #pool-list-admin-pro table.dataTable thead .sorting_desc_disabled:after {
  content: "\f175";
  font-size: 15px;
  top: 1px;
  color: black;
}

.wrapper-container .pools-admin-container table.dataTable thead th.sorting_asc:after, .wrapper-container #pool-list-admin-pro table.dataTable thead th.sorting_asc:after {
  content: "\f175";
  font-size: 15px;
  top: 1px;
  color: black;
}

.wrapper-container .pools-admin-container table.dataTable thead th.sorting_desc:after, .wrapper-container #pool-list-admin-pro table.dataTable thead th.sorting_desc:after {
  content: "\f176";
  font-size: 15px;
  top: 1px;
  color: black;
}

#pools .pools-admin-container table.dataTable thead .sorting:after,
#pools .pools-admin-container table.dataTable thead .sorting_asc:after,
#pools .pools-admin-container table.dataTable thead .sorting_desc:after,
#pools .pools-admin-container table.dataTable thead .sorting_asc_disabled:after,
#pools .pools-admin-container table.dataTable thead .sorting_desc_disabled:after, #pools #pool-list-admin-pro table.dataTable thead .sorting:after,
#pools #pool-list-admin-pro table.dataTable thead .sorting_asc:after,
#pools #pool-list-admin-pro table.dataTable thead .sorting_desc:after,
#pools #pool-list-admin-pro table.dataTable thead .sorting_asc_disabled:after,
#pools #pool-list-admin-pro table.dataTable thead .sorting_desc_disabled:after {
  font-size: 13px;
  top: 4px;
}

#pools .pools-admin-container table.dataTable thead .sorting:before,
#pools .pools-admin-container table.dataTable thead .sorting_asc:before,
#pools .pools-admin-container table.dataTable thead .sorting_desc:before,
#pools .pools-admin-container table.dataTable thead .sorting_asc_disabled:before,
#pools .pools-admin-container table.dataTable thead .sorting_desc_disabled:before, #pools #pool-list-admin-pro table.dataTable thead .sorting:before,
#pools #pool-list-admin-pro table.dataTable thead .sorting_asc:before,
#pools #pool-list-admin-pro table.dataTable thead .sorting_desc:before,
#pools #pool-list-admin-pro table.dataTable thead .sorting_asc_disabled:before,
#pools #pool-list-admin-pro table.dataTable thead .sorting_desc_disabled:before {
  font-size: 13px;
  top: 3px;
}

.pools-admin-container .table-container, .pools-admin-container #table-dashboard_filter, .pools-admin-container #table-dashboard_length, #pool-list-admin-pro .table-container, #pool-list-admin-pro #table-dashboard_filter, #pool-list-admin-pro #table-dashboard_length {
  background-color: #F4F7FB;
  border: none;
}

.pools-admin-container #table-dashboard_length, #pool-list-admin-pro #table-dashboard_length {
  padding-left: 0;
}

.pools-admin-container .box-header, #pool-list-admin-pro .box-header {
  border-radius: 4px;
}

.pools-admin-container #table-dashboard_wrapper, #pool-list-admin-pro #table-dashboard_wrapper {
  border: none;
}

.pools-admin-container .dataTables_processing, #pool-list-admin-pro .dataTables_processing {
  left: 40%;
  background: none !important;
  border: none;
}

.pools-admin-container .table-container table, #pool-list-admin-pro .table-container table {
  border-spacing: 0px 0.90rem !important;
  border-collapse: separate !important;
  margin-top: 0 !important;
  background-color: #F4F7FB;
}

.pools-admin-container .table-container, #pool-list-admin-pro .table-container {
  margin-top: 20px;
}

.pools-admin-container .table th, .pools-admin-container .table td, #pool-list-admin-pro .table th, #pool-list-admin-pro .table td {
  padding: 0.25rem;
}

.pools-admin-container .table > thead > tr > th, #pool-list-admin-pro .table > thead > tr > th {
  border: none;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 30px;
}

.pools-admin-container .table > tbody > tr > td, #pool-list-admin-pro .table > tbody > tr > td {
  border-top: 0.1px solid #eceeef !important;
  border-bottom: 0.1px solid #eceeef !important;
  box-shadow: none;
  background-color: #fff;
  white-space: nowrap;
}

.pools-admin-container .table > tbody > tr > td:first-child, #pool-list-admin-pro .table > tbody > tr > td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-left: 0.1px solid #eceeef !important;
}

.pools-admin-container .table > tbody > tr > td:last-child, #pool-list-admin-pro .table > tbody > tr > td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: 0.1px solid #eceeef !important;
}

.pools-admin-container .table .checkbox-center, #pool-list-admin-pro .table .checkbox-center {
  text-align: center;
  vertical-align: middle;
}

.pools-admin-container .table .checkbox-center input[type="checkbox"], #pool-list-admin-pro .table .checkbox-center input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 0;
}

.pools-admin-container #sliding-panel, #pool-list-admin-pro #sliding-panel {
  position: fixed;
  width: 50%;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  color: #fff;
  font-size: 16px;
  height: 50px;
  bottom: -90px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-left: 14%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  transition: all 0.3s ease;
  opacity: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pools-admin-container #sliding-panel.active, #pool-list-admin-pro #sliding-panel.active {
  z-index: 99;
  transform: translateY(-90px);
  opacity: 1;
}

.pools-admin-container #sliding-panel .sliding-panel-button-wrapper, #pool-list-admin-pro #sliding-panel .sliding-panel-button-wrapper {
  display: flex;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 145px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: #343a40;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: 200ms;
  margin: 10px;
  border-radius: 4px;
  background: #343a40;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button span, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button span {
  color: #fff;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button.cancel, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button.cancel {
  background: #f8f9fa;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button.cancel span, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button.cancel span {
  color: #212529;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button.cancel .icon, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button.cancel .icon {
  color: red;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button:hover span, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button:hover span {
  color: transparent;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button:hover .icon, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button:hover .icon {
  width: 150px;
  border-left: none;
  transform: translateX(0);
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button:focus, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button:focus {
  outline: none;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button span, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button span {
  font-size: 15px;
  transition: 200ms;
  transform: translateX(35px);
  font-weight: 600;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button .icon, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button .icon {
  position: absolute;
  transform: translateX(110px);
  height: 25px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d9bec;
  border-left: 1px solid #e5e5e5;
}

.pools-admin-container #sliding-panel .grant-multi-access-pools-button .icon i, #pool-list-admin-pro #sliding-panel .grant-multi-access-pools-button .icon i {
  width: 15px;
  font-size: 15px;
  fill: #3d9bec;
}

/* TEMPERATURE PH REDOX FILTERS*/
.filter-input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #ffffff;
  padding: 8px;
  background-color: #ededed;
}

.fa-stack {
  font-size: 12px;
}

.fa-circle {
  color: #2373b5;
}

.fa-equals, .fa-greater-than, .fa-greater-than-equal, .fa-less-than, .fa-less-than-equal {
  color: white;
}

div.filter-input > input {
  width: 90px;
  margin-left: 5px;
  text-align: center;
}

#filter-input .bootstrap-select.btn-group button.btn.dropdown-toggle::after {
  margin-top: 13px;
}

/* COMMUNICATION SPAN */
#com,
#customCircle {
  font-size: 11px;
  margin: 7px auto;
  cursor: pointer;
}

a#customCircle {
  margin-right: 15px;
}

/* DELETE POOL BUTTON */
.redTrash {
  color: #d4505e;
  margin: 3px 3px;
  font-size: 14px;
}

/* SEE POOL BUTTON */
.seePool,
#sendMessageCustomer {
  color: #1786f3;
  margin: 4px 4px;
  font-size: 14px;
}

/* GRANT TEAM MEMBERS POOL ACCESS BUTTON */
.seePool,
#grantTeamMembersAccess {
  color: #1786f3;
  margin: 4px 4px;
  font-size: 14px;
}

/* MEASURES */
.measureFocus {
  margin: 11px auto;
  cursor: pointer;
}

/* COLUMN DEFAULT */
.columnContent {
  margin: 11px auto;
}

.spanTextStyle {
  color: #3d9bec;
  font-weight: bold;
  font-size: 0.85rem;
}

/* DATATABLE ICONS */
#backgroundCircle {
  color: #e3f0fc;
  font-size: 30px;
}

.delete-user {
  cursor: pointer;
}

#signalNok {
  color: #d4505e;
  margin: 3px 3px;
}

#signalOk {
  color: #32D74B;
  margin: 3px 3px;
}

#orangeIndicator {
  color: #FF9500;
  margin: 4px 4px;
  font-size: 15px;
}

#greenIndicator {
  color: #32D74B;
  margin: 4px 4px;
  font-size: 15px;
}

#greyIndicator {
  color: #C0C0C0;
  margin: 4px 4px;
  font-size: 15px;
}

#redIndicator {
  color: #FF3B30;
  margin: 4px 4px;
  font-size: 15px;
}

#adminpool-infos {
  font-size: 1rem;
  color: #3d9bec;
}

#adminpool-infos .total-pools-number span {
  font-size: 1.2rem;
}

#adminpool-infos #agency, .total-pools-number span {
  font-weight: bold;
}

#adminpool-infos #total-pools {
  font-weight: lighter;
  margin-right: 5px;
  margin-left: 5px;
}

#adminpool-infos #agency {
  font-size: 1rem;
  color: #3d9bec;
  font-weight: bold;
}

#echart-container {
  display: flex;
}

#echart-container .echart-element {
  border-radius: 10px;
  background-color: white;
  position: relative;
}

#echart-container .echart-element .reload-filter {
  position: absolute;
  top: 6%;
  right: 2%;
  cursor: pointer;
  z-index: 1;
}

#echart-container .echart-element .reload-filter .fas {
  color: #87888b;
}

#echart-container .echart-element .title {
  margin-top: 0px;
}

#echart-container .echart-element .title h4 {
  font-weight: bold;
  color: #D0D4E0;
}

#echart-container .echart-element .loading-echart {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 4;
  border-radius: 10px;
  opacity: 0.4;
}

#echart-container .echart-element .loading-echart .loader {
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  opacity: 1;
  position: absolute;
  left: 45%;
  top: 65%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#echart-container .echart-element.pool-modules-type .title {
  padding-top: 2%;
  text-align: left;
}

#echart-container .echart-element .icon {
  width: 55px;
  height: 55px;
  background: #e3f0fc;
  border-radius: 50px;
  padding-top: 14px;
  padding-left: 11px;
  margin-left: 20px;
  margin-top: 45px;
}

#echart-container .echart-element .icon i {
  font-size: 25px;
  color: #1786F3;
}

#echart-container .echart-element .description {
  margin-left: 25px;
  margin-top: 0;
}

#echart-container .echart-element .description .total-pools-number span {
  color: #000000;
  font-weight: bold;
  font-size: 30px;
}

#echart-container .echart-element .description .legends {
  margin-top: 15px;
}

#echart-container .echart-element .description .legends .legend {
  margin-top: 5px;
  display: flex;
  cursor: pointer;
}

#echart-container .echart-element .description .legends .legend span {
  font-size: 15px;
}

#echart-container .echart-element .description .legends .legend .chip {
  height: 15px;
  width: 15px;
  border-radius: 100px;
  margin-right: 10px;
  margin-top: 2px;
}

#echart-container .echart-element .description .legends .legend .chip.disconnected-pool {
  background-color: #FF3B30;
}

#echart-container .echart-element .description .legends .legend .chip.connected-pool {
  background-color: #32D74B;
}

#echart-container .echart-element .description .legends .legend .chip.everything-fine {
  background-color: #32D74B;
}

#echart-container .echart-element .description .legends .legend .chip.measure-wrong {
  background-color: #FF3B30;
}

#echart-container .echart-element .description .legends .legend .chip.alarm-detected {
  background-color: #FF9500;
}

#echart-container .echart-element .description .legends .legend .chip.measure-missing {
  background-color: #C0C0C0;
}

#echart-container .echart-element .description .legends .legend .chip.bluetooth-pool {
  background-color: #3d98ea;
}

#echart-container .echart-element .description .legends .legend.disabled .chip {
  background-color: #D0D4E0;
}

#echart-container .echart-element .description .legends .legend.disabled span {
  color: #D0D4E0;
}

#echart-container .echart-element .description .legends .legend .total {
  font-weight: bold;
}

#echart-container .echart-element #echart-pool-connect {
  width: 150px;
  height: 150px;
}

#echart-container .echart-element #echart-pool-status {
  width: 150px;
  height: 150px;
}

#echart-container .echart-element #echart-pool-modules-type {
  width: 150px;
  height: 150px;
}

#echart-container .connectivity-pools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

#echart-container .pool-modules-type {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-right: 15px;
}

#echart-container .pool-modules-type .description {
  width: 70%;
}

#echart-container .pool-modules-type .legends {
  display: flex;
  justify-content: space-between;
  padding-right: 10%;
  margin-top: 0 !important;
}

#echart-container .pools-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-length .bootstrap-select {
  width: 80px !important;
  margin-left: 125px !important;
}

.page-length .bootstrap-select button {
  border: none !important;
}

#pools-list .description .title h4 {
  font-weight: 400;
}

#pools-list .description .total-pools-number span {
  font-weight: 300 !important;
}

#pools-list .description .total {
  font-weight: 600 !important;
}

#pools-list .spanTextStyle {
  font-weight: normal;
}

/* PRO MESSAGES DATATABLE */
#sendMessageForm {
  margin-right: 100px;
  margin-left: 100px;
}

#customerEmail {
  text-align: center !important;
}

#sendMessageForm label {
  text-align: center;
}

#sendMessageForm label, #messagesTable thead, #messagesTable_info {
  color: #1786f3;
}

#sendMessageForm label, h3 {
  font-weight: 500;
}

#messagesTable_filter {
  float: right !important;
}

#grant-team-members-access-modal .align-items {
  display: flex;
  justify-content: center;
  align-items: center;
}

#grant-team-members-access-modal #grant-team-members-access-form {
  width: 95%;
  margin: auto;
}

#grant-team-members-access-modal #grant-team-members-access-form label {
  color: #585858;
  font-weight: 500;
  font-size: 1.4rem;
  padding-bottom: 10px;
}

#grant-team-members-access-modal #list-team-members {
  padding: 20px 0;
}

#grant-team-members-access-modal #list-team-members li {
  justify-content: space-between;
  display: flex;
  padding-left: 1px;
  margin-top: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d0d3d4;
  color: #b3b6b7;
}

#grant-team-members-access-modal #list-team-members li p {
  margin-bottom: 5px;
  color: #188cf7;
}

#grant-team-members-access-modal #list-team-members li .remove-team-member {
  background: transparent;
  border: none;
  margin-bottom: 5px;
}

#grant-team-members-access-modal #list-team-members li .remove-team-member i {
  color: #d4505e;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

#timeline .box {
  padding: 40px 20px 1px;
  height: unset;
  margin-bottom: 0 !important;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  moz-transition: all .2s ease-in-out;
  o-transition: all .2s ease-in-out;
  padding: 2px;
  transition: all .2s ease-in-out;
  webkit-transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #EEE;
  left: 160px;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  width: calc(100% - 160px);
  float: right;
  margin-bottom: 30px;
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -158px;
  width: 150px;
  text-align: right;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #f1bc14 !important;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #e67e22  !important;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: white;
  padding: 1em;
  margin-left: 55px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: SourceSansPro, "Lato", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  color: #252525;
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.seemore {
  background-color: #fff;
  padding: 0.5em 1em;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.seemore h2 a {
  text-decoration: none;
  color: #188cf7;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.seemore h2 a:hover {
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Book.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Light.otf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Heavy.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Bold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Futura';
  src: url("/fonts/Futura_Std_Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'GoodTimes';
  src: url("/fonts/good_times_rg.ttf") format("truetype");
}

/* Ocedis */
@font-face {
  font-family: "wedding-gothic-atf";
  src: url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6210f0/00000000000000003b9b4495/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
}

/* NEXT POOL */
@font-face {
  font-family: "Calibri";
  src: url("/fonts/Calibri.ttf") format("truetype");
}

/***** GLOBAL VARIABLES *****/
/*************************/
/* *** Rework UI variables *** */
@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Thin.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'Inter';
  src: url("/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}

/**
 * manometers
 */
.manometer {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  margin-bottom: -65px;
}

#ph-mano {
  background-image: url("/images/jauge_ph.svg");
  background-position: center -18px;
}

#redox-mano, #pressure-mano, #chlore-ampero-mano, #conductivity-mano, #powerConsumption-mano {
  background-image: url("/images/jauge_redox.svg");
}

.mano-needle {
  background-image: url("/images/pictos/picto_fleche.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center 14%;
  display: inline-block;
  width: 135px;
  height: 135px;
  zoom: 1;
}

.mano-value {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 500;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mano-value.text-warning {
  font-weight: 600;
  background: linear-gradient(#17507c, #17507c);
  -webkit-background-clip: text;
  animation: pulse 0.8s ease-in-out infinite alternate;
  -webkit-animation: pulse 0.8s ease-in-out infinite alternate;
}

/* Hack for Safari */
.mano-value.safari {
  margin-top: 80px;
  margin-left: -186px;
}

.mano-title {
  position: relative;
  margin-top: -90px;
  /*display: inline-block;*/
  width: 250px;
  height: 50px;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
}

/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 0.11px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  display: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.full-width {
  width: 100% !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url("/material-symbols/material-symbols-outlined.woff2") format("woff2"), url("/material-symbols/material-symbols-outlined.woff") format("woff"), url("/material-symbols/material-symbols-outlined.ttf") format("truetype");
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.material-symbols-outlined.fill {
  font-variation-settings: 'FILL' 1;
}

#my-indygo-toggle #my-indygo-popover {
  padding: 10px 20px;
  display: none;
  position: fixed;
  top: 123px;
  right: 20px;
  width: 350px;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 4px;
  z-index: 99;
}

#my-indygo-toggle #my-indygo-popover #my-indygo-popover-close {
  float: right;
  cursor: pointer;
}

#my-indygo-toggle #my-indygo-popover #my-indygo-popover-close:hover {
  color: crimson;
}

#my-indygo-toggle #my-indygo-popover p {
  color: #004c6d;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: fit-content;
}

#my-indygo-toggle #my-indygo-popover p #my-indygo-popover-clickable {
  color: #2a8bb0;
  cursor: pointer;
}

#my-indygo-toggle #my-indygo-popover p #my-indygo-popover-clickable:hover {
  text-decoration: underline;
}

#my-indygo-toggle #my-indygo-popover-btn {
  width: 150px;
  position: fixed;
  top: 70px;
  right: 20px;
  padding: 5px;
  outline: none;
  border: none;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 4px;
  color: #004c6d;
  cursor: pointer;
  z-index: 99;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
}

#my-indygo-toggle #my-indygo-popover-btn i {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.common-time-input {
  position: relative;
}

.common-time-input .common-time-input-label {
  width: 100px;
  height: 26px;
  padding: 5px 5px 5px 10px;
  border-radius: 17px;
  border: 1px solid var(--neutral-30);
  background: var(--neutral-10);
  color: var(--neutral-60, #575756);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.common-time-input .common-time-input-label.hovered {
  border: 1px solid var(--action-30);
}

.common-time-input .common-time-input-label.focused {
  border: 1px solid var(--action-30);
  box-shadow: 0px 0px 4px 0px rgba(38, 104, 140, 0.5);
}

.common-time-input .common-time-input-label .common-time-input-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-time-input .common-time-input-label .common-time-input-inner-container .common-time-input-numbers {
  display: flex;
}

.common-time-input .common-time-input-label .common-time-input-inner-container .common-time-input-numbers input[type=number] {
  width: 18px;
  border: none;
  color: var(--neutral-60);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  -moz-appearance: textfield;
}

.common-time-input .common-time-input-label .common-time-input-inner-container .common-time-input-numbers input[type=number]:disabled {
  background-color: transparent;
}

.common-time-input .common-time-input-label .common-time-input-inner-container .common-time-input-numbers input[type=number]::-webkit-outer-spin-button, .common-time-input .common-time-input-label .common-time-input-inner-container .common-time-input-numbers input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.common-time-input .common-time-input-label .common-time-input-inner-container .common-time-input-numbers input[type=number]:focus {
  outline: none;
}

.common-time-input .common-time-input-label .common-time-input-inner-container .common-time-input-icon {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 0px 2px 1.532px 2px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.common-time-input .common-time-input-list-container {
  position: absolute;
  top: 31px;
  z-index: 2;
  display: flex;
  height: 145px;
  padding: 5px;
  border-radius: 6px;
  background: var(--Materials-Medium, rgba(246, 246, 246, 0.6));
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4), 0px 0px 1.5px 0px rgba(0, 0, 0, 0.3), 0px 7px 22px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(40px);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.common-time-input .common-time-input-list-container > div {
  display: flex;
  width: 36px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  overflow-y: scroll;
  color: var(--neutral-60);
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.common-time-input .common-time-input-list-container > div > span {
  display: flex;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 3px 10px;
  align-items: center;
  gap: 3px;
  align-self: stretch;
}

.common-time-input .common-time-input-list-container > div > span:hover {
  color: var(--action-40);
  border: 1px solid var(--neutral-10);
  background: var(--action-10);
}

.common-time-input .common-time-input-list-container > div > span.selected {
  color: var(--neutral-10);
  border: 1px solid var(--neutral-10);
  background: var(--action-40) !important;
}

.common-time-input .common-time-input-list-container > div::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.common-toggle {
  position: relative;
  display: inline-block;
  width: 31.73px;
  height: 18.30577px;
  margin-bottom: 0;
}

.common-toggle > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.common-toggle > input:checked + .slider {
  background-color: var(--action-40);
}

.common-toggle > input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.common-toggle span.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0.6000000238px 1.8000000715px rgba(0, 0, 0, 0.12);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 13.20px;
}

.common-toggle span.slider:before {
  position: absolute;
  border: 0.6px rgba(0, 0, 0, 0.02) solid;
  box-shadow: 0px 0.3000000119px 0.6000000238px 0.1200000048px rgba(0, 0, 0, 0.12);
  border-radius: 120px;
  content: "";
  height: 15.865px;
  width: 15.865px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#module-details-component {
  background-color: #F5F6FB;
}

#module-details-component .module-details-menu-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

#module-details-component .module-details-menu-container .module-details-option-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  padding: 5px 3px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
}

#module-details-component .module-details-menu-container .module-details-option-button.module-details-option-selected ejs-component i {
  color: #364C73;
}

#module-details-component .module-details-menu-container .module-details-option-button.module-details-option-selected .module-details-option-label {
  color: #364C73;
}

#module-details-component .module-details-menu-container .module-details-option-button:not(:disabled):hover {
  background-color: #E9EDF5;
}

#module-details-component .module-details-menu-container .module-details-option-button ejs-component {
  width: 18px;
  height: 18px;
}

#module-details-component .module-details-menu-container .module-details-option-button ejs-component i {
  color: #868786;
  font-size: 18px;
}

#module-details-component .module-details-menu-container .module-details-option-button .module-details-option-label {
  margin: 0px;
  color: #868786;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

#module-details-component .module-details-data-tab .module-details-photo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
}

#module-details-component .module-details-data-tab .module-details-photo-container .module-details-photo {
  width: 180px;
  height: 180px;
}

#module-details-component .module-details-data-tab .module-details-data-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-label {
  margin: 0;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container .module-details-data-field {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #E9EDF5;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container .module-details-data-field:first-child {
  border-radius: 15px 15px 0px 0px;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container .module-details-data-field:last-child {
  border-radius: 0px 0px 15px 15px;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container .module-details-data-field:not(:last-child) {
  border-bottom: 1px solid #CFD9E9;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container .module-details-data-field .module-details-data-field-label {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container .module-details-data-field .module-details-data-field-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}

#module-details-component .module-details-data-tab .module-details-data-container .module-details-data-fields-container .module-details-data-field .module-details-data-field-content-container .module-details-data-field-content {
  margin: 0;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

#module-details-component .module-details-data-tab .module-details-notice-error-container {
  display: none;
  margin: 20px 0px;
}

#module-details-component .module-details-data-tab .module-details-notice-error-container .module-details-notice-error {
  margin: 0;
  color: #FE2E2E;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

#module-details-component .module-details-data-tab .module-details-footer {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

#module-details-component .module-details-data-tab .module-details-footer #button-component {
  justify-content: center;
}

#module-details-component .module-details-alerts-tab {
  width: 500px;
  height: 550px;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
}

#module-details-component .module-details-alerts-tab .module-details-alert-title {
  margin: 15px 0px;
  color: #5B5A5B;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container .module-details-alerts-all-field-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #E9EDF5;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container .module-details-alerts-all-field-container:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container .module-details-alerts-all-field-container:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container .module-details-alerts-all-field-container:not(:last-child) {
  border-bottom: 0.5px solid #A6BAD6;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container .module-details-alerts-all-field-container .module-details-alerts-all-field-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container .module-details-alerts-all-field-container .module-details-alerts-all-field-header .module-details-alerts-all-field-header-label {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-all-container .module-details-alerts-all-field-container .module-details-alerts-all-field-input-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container {
  overflow: auto;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background-color: #E9EDF5;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container:first-child {
  border-top-left-radius: 15px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container:last-child {
  border-bottom-left-radius: 15px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container:not(:last-child) {
  border-bottom: 0.5px solid #A6BAD6;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container .module-details-alert-label {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container .module-details-alert-inputs-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container .module-details-alert-inputs-container .module-details-alert-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container .module-details-alert-inputs-container .module-details-alert-input ejs-component {
  width: 18px;
  height: 18px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-list-container .module-details-alert-container .module-details-alert-inputs-container .module-details-alert-input ejs-component i {
  font-size: 18px;
}

#module-details-component .module-details-alerts-tab .module-details-alerts-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

#pool-level-sensor-high-daily-threshold-exceeded {
  position: relative;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-icon {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: rgba(254, 46, 46, 0.15);
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-icon svg {
  color: var(--utilitary-red-40);
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-title {
  margin: 0px;
  color: #182C47;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-label {
  margin: 0px;
  color: var(--neutral-60);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-label__bold {
  font-weight: 600;
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-confirm-button button {
  width: 150px;
}

#pool-level-sensor-high-daily-threshold-exceeded .pool-level-sensor-high-daily-threshold-exceeded-confirm-button button p {
  width: 100%;
  text-align: center;
}

#confirmation-modal-content {
  position: relative;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

#confirmation-modal-content .confirmation-modal-content-icon {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: rgba(254, 46, 46, 0.15);
}

#confirmation-modal-content .confirmation-modal-content-icon svg {
  color: var(--utilitary-red-40);
}

#confirmation-modal-content .confirmation-modal-content-title {
  margin: 0px;
  color: #182C47;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

#confirmation-modal-content .confirmation-modal-content-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

#confirmation-modal-content .confirmation-modal-content-label {
  margin: 0px;
  color: var(--neutral-60);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#confirmation-modal-content .confirmation-modal-content-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

#confirmation-modal-content .confirmation-modal-content-left-button button {
  width: 150px;
}

#confirmation-modal-content .confirmation-modal-content-left-button button p {
  width: 100%;
  text-align: center;
}

#confirmation-modal-content .confirmation-modal-content-right-button button {
  width: 150px;
}

#confirmation-modal-content .confirmation-modal-content-right-button button p {
  width: 100%;
  text-align: center;
}

#weather-component {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0px 30px;
  border-radius: 20px;
  background-color: #F5F6FB;
}

#weather-component p {
  margin: 0px;
  font-family: Inter;
}

#weather-component .todays-weather-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 30px;
}

#weather-component .todays-weather-container svg {
  width: 43px;
  height: auto;
  margin-right: 10px;
  color: #1C2436;
}

#weather-component .todays-weather-container p {
  font-size: 40px;
  font-weight: 600;
}

#weather-component .data-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#weather-component .data-container svg {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

#weather-component .data-container.wind svg {
  color: #A6BAD6;
}

#weather-component .data-container.uv-index svg {
  color: #FF9C0C;
}

#weather-component .data-container.humidity svg {
  color: #C258EC;
}

#weather-component .data-container .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#weather-component .data-container .text .label {
  font-size: 14px;
  font-weight: 400;
}

#weather-component .data-container .text .value {
  font-size: 18px;
  font-weight: 600;
}

#weather-component .data-container .text .value-additional {
  color: #868786;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

#weather-component .data-container .text .tomorrow-temperatures {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

#weather-component .separator {
  width: 1px;
  height: 50px;
  margin: 0px 36px;
  background-color: #999;
}

#image-card-component {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

#image-card-component img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

#image-card-component .image-card-component-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

#image-card-component .label {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  left: 25px;
  margin: 0px;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#image-card-component input[type="file"] {
  display: none;
}

#image-card-component:hover .upload-layer {
  visibility: visible;
  opacity: 1;
}

#image-card-component .upload-layer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  border: none;
  border-radius: inherit;
  background: rgba(28, 120, 245, 0.71);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
}

#image-card-component .upload-layer i {
  font-size: 20px;
}

#image-card-component .upload-layer p {
  margin: 0px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

#command-card-component {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: none;
  border-radius: 15px;
  background-color: #E9EDF5;
}

#command-card-component.in-error {
  border: 1px solid #FE2E2E;
}

#command-card-component:hover {
  box-shadow: 0px 0px 10px 0px rgba(118, 148, 192, 0.5);
}

#command-card-component .header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#command-card-component .header-container .label-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

#command-card-component .header-container .label-container svg {
  width: 20px;
  height: 20px;
  color: #1C2436;
}

#command-card-component .header-container .label-container p {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#command-card-component .header-container ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
}

#command-card-component .header-container ejs-component i {
  color: #ABABAB;
}

#command-card-component .content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#command-card-component .content-container .sub-text {
  margin: 0px;
  color: #868786;
  text-transform: capitalize;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#command-card-component .content-container .main-text {
  margin: 0px;
  color: #292929;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

#command-card-component .content-container .main-text span {
  font-weight: 300;
}

#indicator-component {
  --gauge-width: 160px;
  --gauge-height: 118px;
  --needle-original-size: 18px;
  --needle-displayed-size: 24px;
  --arrow-label-size: 24px;
  --arrow-margin-left: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 20px 20px 20px;
  border: none;
  border-radius: 20px;
  background-color: #E9EDF5;
}

#indicator-component.in-error {
  border: 1px solid #FE2E2E;
}

#indicator-component:hover {
  box-shadow: 0px 0px 10px 0px rgba(118, 148, 192, 0.5);
}

#indicator-component .header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#indicator-component .header-container .label-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

#indicator-component .header-container .label-container:has(+ ejs-component) {
  width: calc(100% - (calc(var(--arrow-label-size)  + var(--arrow-margin-left))));
}

#indicator-component .header-container .label-container svg {
  width: 20px;
  height: auto;
  color: #1C2436;
}

#indicator-component .header-container .label-container p {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#indicator-component .header-container ejs-component {
  width: var(--arrow-label-size);
  height: var(--arrow-label-size);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: var(--arrow-margin-left);
  padding: 0px;
}

#indicator-component .header-container ejs-component i {
  color: #ABABAB;
}

#indicator-component .gauge-full-image-general-container {
  width: 100%;
  height: var(--gauge-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#indicator-component .gauge-full-image-general-container .gauge-full-image-container {
  position: relative;
}

#indicator-component .gauge-full-image-general-container .gauge-full-image-container.extra-width {
  width: 60%;
}

#indicator-component .gauge-full-image-general-container .gauge-full-image-container .gauge-full-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#indicator-component .gauge-full-image-general-container .gauge-full-image-subtext {
  margin: 0;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#indicator-component .gauge-full-image-general-container .gauge-full-image-subtext.in-error {
  color: #FE2E2E;
}

#indicator-component .gauge-full-image-general-container .gauge-full-image-italic-subtext {
  margin: 0;
  text-align: center;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-style: italic;
}

#indicator-component .gauge-container {
  position: relative;
  width: var(--gauge-width);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#indicator-component .gauge-container .gauge {
  width: var(--gauge-width);
  height: var(--gauge-height);
  background-repeat: no-repeat;
  background-size: contain;
}

#indicator-component .gauge-container .needle-container {
  position: absolute;
  width: var(--gauge-width);
  height: var(--gauge-width);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 500ms ease-in-out;
}

#indicator-component .gauge-container .needle-container .needle {
  position: relative;
  top: calc(var(--needle-original-size) - var(--needle-displayed-size));
  left: calc(var(--needle-original-size) - var(--needle-displayed-size));
  width: var(--needle-displayed-size);
  height: var(--needle-displayed-size);
}

#indicator-component .gauge-container .value-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  bottom: 20px;
}

#indicator-component .gauge-container .value-container svg {
  width: 24px;
  height: auto;
  color: #7694C0;
}

#indicator-component .gauge-container .value-container p {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

#button-component {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  border: none;
  border-radius: 23px;
}

#button-component[size="SMALL"] {
  padding: 6px 15px;
}

#button-component[size="SMALL"] p {
  font-size: 12px;
}

#button-component[size="SMALL"] svg {
  width: 18px;
}

#button-component[size="SMALL"] ejs-component {
  height: 18px;
}

#button-component[size="SMALL"] ejs-component i {
  font-size: 18px;
}

#button-component[size="MEDIUM"] {
  padding: 6px 15px;
}

#button-component[size="MEDIUM"] p {
  font-size: 14px;
}

#button-component[size="MEDIUM"] svg {
  width: 20px;
}

#button-component[size="MEDIUM"] ejs-component {
  height: 20px;
}

#button-component[size="MEDIUM"] ejs-component i {
  font-size: 20px;
}

#button-component[size="LARGE"] {
  padding: 8px 15px;
}

#button-component[size="LARGE"] p {
  font-size: 16px;
}

#button-component[size="LARGE"] svg {
  width: 22px;
}

#button-component[size="LARGE"] ejs-component {
  height: 22px;
}

#button-component[size="LARGE"] ejs-component i {
  font-size: 22px;
}

#button-component[type="PRIMARY"] {
  background-color: #364C73;
}

#button-component[type="PRIMARY"]:not([disabled]):hover {
  background-color: #5677A9;
}

#button-component[type="PRIMARY"]:disabled {
  background-color: #DDDEE4;
}

#button-component[type="PRIMARY"]:disabled p {
  color: #868786;
}

#button-component[type="PRIMARY"]:disabled svg {
  color: #868786;
}

#button-component[type="PRIMARY"]:disabled ejs-component i {
  color: #868786;
}

#button-component[type="PRIMARY"] p {
  color: #FFFFFF;
}

#button-component[type="PRIMARY"] svg {
  color: #FFFFFF;
}

#button-component[type="PRIMARY"] ejs-component i {
  color: #FFFFFF;
}

#button-component[type="SECONDARY"] {
  border: 1px solid #364C73;
  background-color: transparent;
}

#button-component[type="SECONDARY"]:not([disabled]):hover {
  background: linear-gradient(0deg, rgba(54, 76, 115, 0.06) 0%, rgba(54, 76, 115, 0.06) 100%), #FFFFFF;
}

#button-component[type="SECONDARY"]:disabled {
  border: none;
  background-color: #DDDEE4;
}

#button-component[type="SECONDARY"]:disabled p {
  color: #868786;
}

#button-component[type="SECONDARY"]:disabled svg {
  color: #868786;
}

#button-component[type="SECONDARY"]:disabled ejs-component i {
  color: #868786;
}

#button-component[type="SECONDARY"] p {
  color: #364C73;
}

#button-component[type="SECONDARY"] svg {
  color: #868786;
}

#button-component[type="SECONDARY"] ejs-component i {
  color: #868786;
}

#button-component[type="DESTRUCTIVE"] {
  background-color: transparent;
}

#button-component[type="DESTRUCTIVE"]:not([disabled]):hover {
  background: linear-gradient(0deg, rgba(248, 90, 90, 0.1) 0%, rgba(248, 90, 90, 0.1) 100%), #FFFFFF;
}

#button-component[type="DESTRUCTIVE"]:disabled {
  background-color: transparent;
}

#button-component[type="DESTRUCTIVE"]:disabled p {
  color: #868786;
}

#button-component[type="DESTRUCTIVE"]:disabled svg {
  color: #868786;
}

#button-component[type="DESTRUCTIVE"]:disabled ejs-component i {
  color: #868786;
}

#button-component[type="DESTRUCTIVE"] p {
  color: #F85A5A;
}

#button-component[type="DESTRUCTIVE"] svg {
  color: #F85A5A;
}

#button-component[type="DESTRUCTIVE"] ejs-component i {
  color: #F85A5A;
}

#button-component p {
  margin: 0;
  font-family: Inter;
  font-weight: 500;
}

#button-component p::first-letter {
  text-transform: uppercase;
}

#button-component svg {
  height: auto;
}

#select-dropdown-component {
  position: relative;
  width: 100%;
  min-width: 100px;
}

#select-dropdown-component .select-dropdown-component-selected-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 17px;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
}

#select-dropdown-component .select-dropdown-component-selected-container:disabled .select-dropdown-component-selected {
  color: #DDDEE4;
}

#select-dropdown-component .select-dropdown-component-selected-container:disabled ejs-component i {
  color: #DDDEE4;
}

#select-dropdown-component .select-dropdown-component-selected-container:focus {
  outline: none;
}

#select-dropdown-component .select-dropdown-component-selected-container p {
  margin: 0;
}

#select-dropdown-component .select-dropdown-component-selected-container .select-dropdown-component-placeholder {
  color: #868786;
  font-style: italic;
}

#select-dropdown-component .select-dropdown-component-selected-container .select-dropdown-component-selected {
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#select-dropdown-component .select-dropdown-component-selected-container ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

#select-dropdown-component .select-dropdown-component-selected-container ejs-component i {
  font-size: 20px;
  color: #5B5A5B;
}

#select-dropdown-component .select-dropdown-component-options-container {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
  max-height: 120px;
  overflow: auto;
}

#select-dropdown-component .select-dropdown-component-options-container.visible {
  opacity: 1;
  visibility: visible;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px 3px 7px;
  border: none;
  background-color: transparent;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option:first-child {
  border-radius: 6px 6px 0px 0px;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option:last-child {
  border-radius: 0px 0px 6px 6px;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option:hover {
  background-color: #7694C0;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option:hover .select-dropdown-component-option-icon ejs-component i {
  color: #FFFFFF;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option:hover .select-dropdown-component-option-label {
  color: #FFFFFF;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option.selected .select-dropdown-component-option-icon ejs-component {
  display: flex;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option .select-dropdown-component-option-icon {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option .select-dropdown-component-option-icon ejs-component {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option .select-dropdown-component-option-icon ejs-component i {
  color: #5B5A5B;
  font-size: 20px;
}

#select-dropdown-component .select-dropdown-component-options-container .select-dropdown-component-option .select-dropdown-component-option-label {
  width: 100%;
  height: 100%;
  margin: 5px 0px;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}

#time-range-configuration-component {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  border: 0.5px solid #A6BAD6;
  background-color: #F5F6FB;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-times-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-times-container .time-range-configuration-component-time {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-times-container .time-range-configuration-component-time .time-range-configuration-component-time-label {
  margin: 0;
  margin-right: 5px;
  color: #1C2436;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-times-container .time-range-configuration-component-time-hourly-select {
  width: 100%;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-days-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-days-container .time-range-configuration-component-day {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-days-container .time-range-configuration-component-day input[type="checkbox"] {
  margin-right: 3px;
}

#time-range-configuration-component .time-range-configuration-component-inputs-container .time-range-configuration-component-days-container .time-range-configuration-component-day label {
  margin: 0;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
}

#time-range-configuration-component .time-range-configuration-component-remove-button {
  width: 15px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border-radius: 13px;
  border: none;
  background-color: #F85A5A;
}

#time-range-configuration-component .time-range-configuration-component-remove-button:hover {
  background-color: #FE2E2E;
}

#time-range-configuration-component .time-range-configuration-component-remove-button ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#time-range-configuration-component .time-range-configuration-component-remove-button ejs-component i {
  color: #FFFFFF;
  font-size: 12px;
}

#command-form-filtering-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#command-form-filtering-component .command-form-filtering-component-section-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  border: 0.5px solid #A6BAD6;
  background-color: #E9EDF5;
}

#command-form-filtering-component .command-form-filtering-component-section-container > p {
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#command-form-filtering-component .command-form-filtering-component-content-container {
  display: none;
  width: 100%;
  border-radius: 15px;
  border: 0.5px solid #A6BAD6;
  background-color: #E9EDF5;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section:not(:last-child) {
  border-bottom: 0.5px solid #A6BAD6;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-label {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-mode-select {
  width: 230px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-add-time-range {
  width: 26px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  border: none;
  background-color: #364C73;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-add-time-range:disabled {
  background-color: #DDDEE4;
  cursor: default;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-add-time-range:hover:not([disabled]) {
  background-color: #5677A9;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-add-time-range ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-add-time-range ejs-component i {
  color: #FFFFFF;
  font-size: 18px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-content-action-label-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-content-action-label-container i {
  color: #5B5A5B;
  font-size: 12px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-action-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-content-header-container .command-form-filtering-component-action-container .command-form-filtering-component-inputs-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .command-form-filtering-component-time-ranges-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
}

#command-form-filtering-component .command-form-filtering-component-content-container .command-form-filtering-component-content-section .subtext {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  text-align: right;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

#command-form-filtering-component .command-form-filtering-component-footer-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

#command-form-filtering-component .command-form-filtering-component-footer-container .redirect-button {
  border: none;
  color: #364C73;
  background-color: transparent;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

#command-form-filtering-component .command-form-filtering-component-footer-container .redirect-button:hover {
  color: #5677A9;
}

.command-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.command-form-container .command-form-loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 40px 0px;
  color: #5B5A5B;
}

.command-form-container .command-form-loading-indicator > p {
  margin: 0;
  font-family: Inter;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.command-form-container .command-form-modes-component-container, .command-form-container .command-form-shutter-dependant-modes-component-container, .command-form-container .command-form-power-modes-component-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 15px;
  border: 0.5px solid #A6BAD6;
  background-color: #E9EDF5;
}

.command-form-container .command-form-modes-component-container > p, .command-form-container .command-form-shutter-dependant-modes-component-container > p, .command-form-container .command-form-power-modes-component-container > p {
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.command-form-container .command-form-forced-filtration-container, .command-form-container .command-form-filtering-speed-component-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  border: 0.5px solid #A6BAD6;
  background-color: #E9EDF5;
}

.command-form-container .command-form-forced-filtration-container .command-form-forced-filtration-component-container, .command-form-container .command-form-filtering-speed-component-container .command-form-forced-filtration-component-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.command-form-container .command-form-forced-filtration-container .command-form-forced-filtration-component-container > p, .command-form-container .command-form-filtering-speed-component-container .command-form-forced-filtration-component-container > p {
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.command-form-container .command-form-forced-filtration-container .command-form-additional-informations-text, .command-form-container .command-form-filtering-speed-component-container .command-form-additional-informations-text {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.command-form-container .command-form-forced-filtration-container .command-form-component-content-section, .command-form-container .command-form-filtering-speed-component-container .command-form-component-content-section {
  width: 100%;
}

.command-form-container .command-form-forced-filtration-container .command-form-component-content-section .command-form-component-content-header-container, .command-form-container .command-form-filtering-speed-component-container .command-form-component-content-section .command-form-component-content-header-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.command-form-container .command-form-forced-filtration-container .command-form-component-content-section .command-form-component-content-header-container > p, .command-form-container .command-form-filtering-speed-component-container .command-form-component-content-section .command-form-component-content-header-container > p {
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.command-form-container .command-form-forced-filtration-component-container, .command-form-container .command-form-filtering-speed-component-container {
  display: none;
}

.command-form-container .command-form-component-content-container {
  display: none;
  width: 100%;
  border-radius: 15px;
  border: 0.5px solid #A6BAD6;
  background-color: #E9EDF5;
}

.command-form-container .command-form-component-content-container.initially-visible {
  display: block;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section.initially-hidden {
  display: none;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section:not(:last-child) {
  border-bottom: 0.5px solid #A6BAD6;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-label {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-mode-select {
  width: 230px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-add-time-range {
  width: 26px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  border: none;
  background-color: #364C73;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-add-time-range:disabled {
  background-color: #DDDEE4;
  cursor: default;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-add-time-range:hover:not([disabled]) {
  background-color: #5677A9;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-add-time-range ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-add-time-range ejs-component i {
  color: #FFFFFF;
  font-size: 18px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-boost-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-content-header-container .command-form-component-boost-remaining-time {
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-time-ranges-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .subtext {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  text-align: right;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section p.command-form-component-total-activation-time-text {
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.command-form-container .command-form-component-content-container .command-form-component-content-section .command-form-component-alarms-container .command-form-component-alarm {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.command-form-container .command-form-component-footer-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.command-form-container .command-form-component-footer-container .redirect-button {
  border: none;
  color: #364C73;
  background-color: transparent;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.command-form-container .command-form-component-footer-container .redirect-button:hover {
  color: #5677A9;
}

.command-form-container .command-form-forced-filtration-container {
  width: 100%;
}

.command-form-container .command-form-component-alarms-container .command-form-component-alarm {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#command-form-backwash-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#command-form-backwash-component .command-form-backwash-component-content-container {
  width: 100%;
  border-radius: 15px;
  border: 0.5px solid #A6BAD6;
  background-color: #E9EDF5;
}

#command-form-backwash-component .command-form-backwash-component-content-container .command-form-backwash-component-content-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

#command-form-backwash-component .command-form-backwash-component-content-container .command-form-backwash-component-content-section:not(:last-child) {
  border-bottom: 0.5px solid #A6BAD6;
}

#command-form-backwash-component .command-form-backwash-component-content-container .command-form-backwash-component-content-section .command-form-backwash-component-content-header-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#command-form-backwash-component .command-form-backwash-component-content-container .command-form-backwash-component-content-section .command-form-backwash-component-content-header-container .command-form-backwash-component-content-header-label {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#command-form-backwash-component .command-form-backwash-component-content-container .command-form-backwash-component-content-section .command-form-backwash-component-content-inputs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

#command-form-backwash-component .command-form-backwash-component-content-container .command-form-backwash-component-content-section .command-form-backwash-component-content-inputs-container .command-form-backwash-component-duration {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

#command-form-backwash-component .command-form-backwash-component-footer-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

#command-form-backwash-component .command-form-backwash-component-footer-container .redirect-button {
  border: none;
  color: #364C73;
  background-color: transparent;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

#command-form-backwash-component .command-form-backwash-component-footer-container .redirect-button:hover {
  color: #5677A9;
}

.alert-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.alert-form-container .alert-form-menu-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.alert-form-container .alert-form-menu-container .alert-form-option-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  padding: 5px 3px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  cursor: default;
}

.alert-form-container .alert-form-menu-container .alert-form-option-button.alert-form-option-selected svg {
  color: #364C73;
}

.alert-form-container .alert-form-menu-container .alert-form-option-button.alert-form-option-selected .alert-form-option-label {
  color: #364C73;
}

.alert-form-container .alert-form-menu-container .alert-form-option-button:not(:disabled):hover {
  background-color: #E9EDF5;
  cursor: pointer;
}

.alert-form-container .alert-form-menu-container .alert-form-option-button svg {
  width: 18px;
  height: 18px;
  color: #868786;
}

.alert-form-container .alert-form-menu-container .alert-form-option-button .alert-form-option-label {
  margin: 0;
  color: #868786;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.alert-form-container .alert-form-content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.alert-form-container .alert-form-content-container[alerts] {
  display: none;
}

.alert-form-container .alert-form-content-container #alert-form-chart-container {
  width: 500px;
}

.alert-form-container .alert-form-content-container #alert-form-chart-container .line-chart-empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}

.alert-form-container .alert-form-content-container #alert-form-chart-container .line-chart-empty-container .line-chart-empty-label {
  margin: 0;
  color: #ABABAB;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.alert-form-container .alert-form-content-container .alert-form-chart-granularity-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.alert-form-container .alert-form-content-container .alert-form-chart-granularity-container .alert-form-chart-granularity-button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
}

.alert-form-container .alert-form-content-container .alert-form-chart-granularity-container .alert-form-chart-granularity-button:not(:disabled):hover {
  background-color: #E9EDF5;
}

.alert-form-container .alert-form-content-container .alert-form-chart-granularity-container .alert-form-chart-granularity-button.alert-form-chart-granularity-button-selected {
  background-color: #CFD9E9;
}

.alert-form-container .alert-form-content-container .alert-form-chart-granularity-container .alert-form-chart-granularity-button .alert-form-chart-granularity-button-label {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.alert-form-container .alert-form-content-container .alert-form-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-label {
  margin: 0;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #E9EDF5;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container:not(:last-child) {
  border-bottom: 0.5px solid #A6BAD6;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container .alert-form-section-field-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container .alert-form-section-field-header .alert-form-section-field-header-label {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container .alert-form-section-field-header .alert-form-section-field-header-subtext {
  margin: 0px;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.alert-form-container .alert-form-content-container .alert-form-section .alert-form-section-fields .alert-form-section-field-container .alert-form-section-field-input-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.alert-form-container .alert-form-content-container .alert-form-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

#owner-details-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #E9EDF5;
}

#owner-details-component .owner-details-name {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#owner-details-component .owner-details-name .owner-details-name-uppercase {
  text-transform: uppercase;
}

#owner-details-component .owner-details-email, #owner-details-component .owner-details-phone {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

#pool-details-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

#pool-details-component .pool-details-section {
  width: 100%;
}

#pool-details-component .pool-details-section .pool-details-section-title {
  margin: 0px;
  margin-bottom: 10px;
  color: var(--neutral-60, #5B5A5B);
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}

#pool-details-component .pool-details-section .pool-details-section-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #E9EDF5;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container.hidden {
  display: none;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container .pool-details-section-input-label {
  margin: 0px;
  color: #1C2436;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container .pool-details-section-input-input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 25px;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container .pool-details-section-input-input:disabled {
  color: #DDDEE4;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container .pool-details-section-input-element {
  min-width: 100%;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container #map-container {
  width: 100%;
  height: 250px;
}

#pool-details-component .pool-details-section .pool-details-section-content .pool-details-section-content-row .pool-details-section-input-container #map-container #map {
  width: 100%;
  height: 200px;
  margin-top: 10px;
}

#pool-details-component .pool-details-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

#modal-component {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  background-color: rgba(28, 36, 54, 0.3);
  z-index: 100;
  animation: fadeIn 250ms ease;
}

#modal-component .modal-content-container {
  min-width: 450px;
  padding: 20px;
  border: 0.5px solid #A6BAD6;
  border-radius: 20px;
  background-color: #F5F6FB;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

#modal-component .modal-content-container .modal-content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#modal-component .modal-content-container .modal-content-header .modal-content-label-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding-bottom: 20px;
}

#modal-component .modal-content-container .modal-content-header .modal-content-label-container svg {
  width: 25px;
  height: 25px;
  object-fit: contain;
  color: #1C2436;
}

#modal-component .modal-content-container .modal-content-header .modal-content-label-container p {
  margin: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#modal-component .modal-content-container .modal-content-header .modal-content-label-container p.modal-content-label-h5 {
  width: 100%;
  color: #1C2436;
  text-align: center;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
}

#modal-component .modal-content-container .modal-content-header button {
  border: none;
  background-color: transparent;
}

#modal-component .modal-content-container .modal-content-header button:focus {
  outline: none;
}

#modal-component .modal-content-container .modal-content-header button ejs-component i {
  font-size: 24px;
  color: #5B5A5B;
}

#modal-component .modal-content-container .modal-content-header button:hover ejs-component i {
  color: #A6BAD6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#switch-selector-component {
  --value-small-width: 70px;
  --value-large-width: 120px;
  --value-border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: var(--value-border-radius);
  border: 0.5px solid #A6BAD6;
  background-color: rgba(28, 36, 54, 0.1);
}

#switch-selector-component[size="SMALL"] button {
  width: var(--value-small-width);
}

#switch-selector-component[size="SMALL"] .selected-value-background {
  width: var(--value-small-width);
}

#switch-selector-component[size="LARGE"] button {
  width: var(--value-large-width);
}

#switch-selector-component[size="LARGE"] .selected-value-background {
  width: var(--value-large-width);
}

#switch-selector-component button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: var(--value-border-radius);
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

#switch-selector-component button:focus {
  outline: none;
}

#switch-selector-component button:disabled {
  cursor: default;
}

#switch-selector-component button .choice-label {
  padding: 0px 5px;
  margin: 0;
  font-family: Inter;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#switch-selector-component .selected-value-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--value-border-radius);
  box-shadow: 0px 0px 2.088px 0px rgba(0, 0, 0, 0.05) inset, 0px 0px 4.176px 0px rgba(0, 0, 0, 0.05) inset, 0px 0px 2.088px 0px rgba(0, 0, 0, 0.05) inset;
  background-color: #FFFFFF;
  z-index: 1;
  transition: left 125ms ease-out;
}

#breadcrumbs-component {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#breadcrumbs-component a {
  color: #868786;
  font-size: 10px;
  font-weight: 400;
  font-family: Inter;
  text-decoration: none;
}

#breadcrumbs-component a:not(:last-child):hover {
  text-decoration: underline;
  cursor: pointer;
}

#breadcrumbs-component a:last-child {
  color: #7694C0;
  cursor: default;
}

#breadcrumbs-component .chevron {
  display: flex;
  justify-content: center;
  align-items: center;
}

#breadcrumbs-component .chevron i {
  color: #868786;
  font-size: 13px;
}

#horizontal-tab-menu-component {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

#horizontal-tab-menu-component .tab-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 12px 0px;
  border: none;
  background-color: transparent;
  color: #1C2436;
}

#horizontal-tab-menu-component .tab-container:hover:not(.selected) {
  color: #5677A9;
}

#horizontal-tab-menu-component .tab-container.selected {
  border-bottom: 2px solid #7694C0;
  cursor: default;
}

#horizontal-tab-menu-component .tab-container svg {
  width: 18px;
  height: auto;
}

#horizontal-tab-menu-component .tab-container p {
  margin: 0px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

#radio-buttons-component {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#radio-buttons-component .radio-buttons-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

#radio-buttons-component .radio-buttons-input-container .radio-buttons-input-label {
  margin: 0;
  color: #1C2436;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

#hours-input-component {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 17px;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
}

#hours-input-component.component-disabled .hours-input-component-value {
  color: #AAA;
  cursor: default;
}

#hours-input-component .hours-input-component-value {
  min-width: 30px;
  margin: 0;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

#hours-input-component .hours-input-component-buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#hours-input-component .hours-input-component-buttons-container .hours-input-component-button {
  border: none;
  background-color: transparent;
}

#hours-input-component .hours-input-component-buttons-container .hours-input-component-button ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#hours-input-component .hours-input-component-buttons-container .hours-input-component-button ejs-component i {
  font-size: 10px;
}

#number-input-component {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 17px;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
}

#number-input-component.component-disabled .number-input-component-value {
  color: #DDDEE4;
  cursor: default;
}

#number-input-component .number-input-component-value {
  min-width: 30px;
  margin: 0;
  color: #5B5A5B;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

#number-input-component .number-input-component-buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#number-input-component .number-input-component-buttons-container .number-input-component-button {
  border: none;
  background-color: transparent;
}

#number-input-component .number-input-component-buttons-container .number-input-component-button ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#number-input-component .number-input-component-buttons-container .number-input-component-button ejs-component i {
  font-size: 10px;
}

#button-modal-component {
  --button-size: 36px;
  position: relative;
  width: var(--button-size);
  height: var(--button-size);
}

#button-modal-component .main-button {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: none;
  border-radius: 18px;
}

#button-modal-component .main-button[type="PRIMARY"] {
  background-color: #364C73;
}

#button-modal-component .main-button[type="PRIMARY"]:hover {
  background-color: rgba(54, 76, 115, 0.7);
}

#button-modal-component .main-button[type="PRIMARY"] svg {
  width: var(--button-size);
  height: var(--button-size);
  color: #FFFFFF;
}

#button-modal-component .main-button[type="PRIMARY"] ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#button-modal-component .main-button[type="PRIMARY"] ejs-component i {
  color: #FFFFFF;
}

#button-modal-component .main-button[type="SECONDARY"] {
  background-color: transparent;
}

#button-modal-component .main-button[type="SECONDARY"]:hover {
  background-color: #CFD9E9;
}

#button-modal-component .main-button[type="SECONDARY"] svg {
  width: var(--button-size);
  height: var(--button-size);
  color: #364C73;
}

#button-modal-component .main-button[type="SECONDARY"] ejs-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#button-modal-component .main-button[type="SECONDARY"] ejs-component i {
  color: #364C73;
}

#button-modal-component .button-modal-shadow-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 36, 54, 0.3);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}

#button-modal-component .button-modal-shadow-background.visible {
  opacity: 1;
  visibility: visible;
}

#button-modal-component .button-modal-modal {
  height: 0px;
  position: absolute;
  top: calc(var(--button-size) + 8px);
  right: calc(var(--button-size) / 2);
  width: 380px;
  padding: 15px 20px 20px 20px;
  border-radius: 15px;
  background-color: #F5F6FB;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}

#button-modal-component .button-modal-modal.visible {
  height: auto;
  opacity: 1;
  visibility: visible;
}

#button-modal-component .button-modal-modal .button-modal-modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#button-modal-component .button-modal-modal .button-modal-modal-header .button-modal-modal-title {
  margin: 0;
  color: #182C47;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

#button-modal-component .button-modal-modal .button-modal-modal-content {
  display: flex;
  flex-direction: column;
}

/* --------- */
/* Variables */
/* --------- */
/* Font family */
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);
/*$fancy-font-family: 'Source Sans Pro', sans-serif;*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic);*/
/*$fancy-font-family: 'Open Sans', sans-serif;*/
/* High resolution font for HD screens */
/* Theme colors */
/*$fancy-grey: rgb(198, 199, 200);*/
/*$fancy-light-grey: rgb(228, 229, 230);*/
/*$fancy-extra-light-grey: rgb(240, 241, 242);*/
/* Background colors */
/* NEW */
/* END NEW */
/* NEW */
/* END NEW */
/* NEW */
/* END NEW */
/* Rounded theme specificities */
/* Bordered theme specificities */
/* Errors */
/* ----- */
/* Boxes */
/* ----- */
.fancy-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 15px;
}

.fancy-box .box-header {
  display: table;
  width: 100%;
  height: 60px;
  background: linear-gradient(#152348, #1588b5);
  display: flex;
  justify-content: space-between;
}

.fancy-box .box-header > .title {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 60px;
  padding: 16px;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fancy-box .box-header > .title > i {
  font-size: 150%;
  vertical-align: -1px;
  margin-right: 5px;
}

.fancy-box .box-header > .title > h3 {
  display: inline;
  font-size: 180%;
  line-height: 28px;
  margin: 0;
  margin-top: 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .box-header > .title > h3 {
    font-weight: 300;
  }
}

.fancy-box .box-header .icon-export {
  margin-right: 25px;
  margin-top: 18px;
  cursor: pointer;
}

.fancy-box .box-header > .action {
  display: table-cell;
  width: 61px;
}

.fancy-box .box-header > .action > a {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  text-decoration: none;
  margin-left: 1px;
  text-align: center;
  line-height: 60px;
}

.fancy-box .box-header > .action > a > i.gis-close {
  font-size: 1.5em;
  display: inline-block;
  padding-top: 18px;
}

.fancy-box .box-header-admin-pool {
  background-color: #F4F7FB;
  display: flex;
  justify-content: space-between;
}

.fancy-box .box-header-admin-pool .title {
  padding-top: 10px;
}

.fancy-box .box-header-admin-pool .icon-export {
  background: linear-gradient(160deg, #1286f3 0%, #33b6fa 75%, #00d4ff 100%);
  border-radius: 10px;
  height: 40px;
  width: 40px;
  padding-top: 7px;
  padding-left: 9px;
  cursor: pointer;
}

.fancy-box .filtering-list {
  display: flex;
  background-color: #F4F7FB;
  position: absolute;
  left: 18%;
  top: 63px;
}

.fancy-box .filtering-list .item {
  height: 36px;
  min-width: 130px;
  max-width: 200px;
  border-radius: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: linear-gradient(160deg, #1286f3 0%, #33b6fa 75%, #00d4ff 100%);
  display: flex;
  padding-left: 12px;
  padding-top: 10px;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}

.fancy-box .filtering-list .item.search-text {
  width: 200px;
}

.fancy-box .filtering-list .item.search-text i {
  font-size: 14px;
}

.fancy-box .filtering-list .item.search-text .type {
  top: 5px;
}

.fancy-box .filtering-list .item .sign-container {
  position: absolute;
  height: 37px;
  width: 37px;
  background: white;
  border-radius: 18px;
  top: -1.1px;
  left: -2px;
}

.fancy-box .filtering-list .item .sign-container i {
  z-index: 2;
  color: #1786F3;
  top: 2px;
  left: 11px;
}

.fancy-box .filtering-list .item i {
  font-size: 17px;
}

.fancy-box .filtering-list .item .number {
  position: absolute;
  left: 47px;
  top: 6px;
}

.fancy-box .filtering-list .item .number span {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.fancy-box .filtering-list .item .type {
  position: absolute;
  top: 10px;
  left: 73px;
  text-transform: uppercase;
}

.fancy-box .filtering-list .item .type span {
  color: white;
  font-size: 10px;
}

.fancy-box .filtering-list .item .fa-times {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #e3f0fc;
}

.fancy-box .box-tabs {
  display: table;
  width: 100%;
  height: 60px;
  margin-top: 1px;
}

.fancy-box .box-tabs > .box-tab {
  display: table-cell;
  width: auto;
  height: 60px;
}

.fancy-box .box-tabs > .box-tab:not(:last-child) {
  padding-right: 1px;
}

.fancy-box .box-tabs > .box-tab > a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px;
  line-height: 20px;
  text-align: center;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .box-tabs > .box-tab > a {
    font-weight: 300;
  }
}

.fancy-box .box-content {
  display: inline-block;
  width: 100%;
  padding: 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .box-content {
    font-weight: 300;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .box-content h1, .fancy-box .box-content h2, .fancy-box .box-content h3, .fancy-box .box-content h4, .fancy-box .box-content h5 {
    font-weight: 300;
  }
}

.fancy-box .box-content h1:first-child, .fancy-box .box-content h2:first-child, .fancy-box .box-content h3:first-child, .fancy-box .box-content h4:first-child, .fancy-box .box-content h5:first-child {
  margin-top: 0;
}

.fancy-box .box-content .panel {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .box-content .panel label {
    font-weight: 300;
  }
}

.fancy-box .box-header + .box-content {
  margin-top: 1px;
}

.fancy-box table.box-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 1px;
  border-collapse: separate;
  border-spacing: 0;
}

.fancy-box table.box-table > thead > tr > th {
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 20px;
  text-align: center;
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fancy-box table.box-table > thead > tr > th.actions {
  max-width: 100px;
  width: 100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box table.box-table > thead > tr > th {
    font-weight: 300;
  }
}

.fancy-box table.box-table > thead > tr > th a {
  color: #333;
}

.fancy-box table.box-table > tbody > tr.spacer {
  height: 1px;
}

.fancy-box table.box-table > tbody > tr > td {
  padding: 12px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box table.box-table > tbody > tr > td {
    font-weight: 300;
  }
}

.fancy-box table.box-table > tbody > tr > td.actions {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.fancy-box table.box-table > tbody > tr > td a {
  color: #333;
}

.fancy-box table.box-table tr {
  position: relative;
}

.fancy-box table.box-table tr td, .fancy-box table.box-table tr th {
  position: relative;
}

.fancy-box table.box-table tr td:not(:first-child):before, .fancy-box table.box-table tr th:not(:first-child):before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.fancy-box table.box-table tr td:not(:first-child):before {
  top: 17%;
  height: 66%;
}

.fancy-box table.box-table tr th:not(:first-child):before {
  top: 10%;
  height: 80%;
}

.fancy-box .dataTables_wrapper {
  margin-top: 1px;
}

.fancy-box .dataTables_wrapper label {
  font-weight: normal;
  margin: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .dataTables_wrapper label {
    font-weight: 300;
  }
}

.fancy-box .dataTables_wrapper .dataTables_length {
  float: left;
  display: inline-block;
  width: 30%;
  height: 48px;
  margin: 0;
  padding: 9px;
  padding-left: 24px;
  line-height: 22px;
}

.fancy-box .dataTables_wrapper .dataTables_length label {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fancy-box .dataTables_wrapper .dataTables_length label select {
  display: inline;
  max-width: 60px;
  vertical-align: 1px;
}

.fancy-box .dataTables_wrapper .DTTT_container {
  float: right;
  width: 40%;
  height: 48px;
  margin: 0;
  padding-top: 0;
  text-align: center;
}

.fancy-box .dataTables_wrapper .DTTT_container .DTTT_button {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  text-decoration: none;
  outline: none;
}

.fancy-box .dataTables_wrapper .DTTT_container .DTTT_button.copy:before {
  font-family: "glassy-icons-filled";
  content: "\e6e6";
  font-size: 200%;
}

.fancy-box .dataTables_wrapper .DTTT_container .DTTT_button.csv:before {
  font-family: "icomoon";
  content: "\e918";
  font-size: 173%;
  vertical-align: 1px;
}

.fancy-box .dataTables_wrapper .DTTT_container .DTTT_button.xls:before {
  font-family: "icomoon";
  content: "\e918";
  font-size: 173%;
  vertical-align: 1px;
}

.fancy-box .dataTables_wrapper .DTTT_container .DTTT_button.pdf:before {
  font-family: "icomoon";
  content: "\e927";
  font-size: 173%;
  vertical-align: 1px;
}

.fancy-box .dataTables_wrapper .DTTT_container .DTTT_button.print:before {
  font-family: "glassy-icons-filled";
  content: "\e69f";
  font-size: 200%;
}

.fancy-box .dataTables_wrapper .dataTables_filter {
  float: right;
  display: inline-block;
  width: 30%;
  height: 48px;
  margin: 0;
  padding: 10px;
  padding-right: 24px;
  line-height: 22px;
}

.fancy-box .dataTables_wrapper .dataTables_filter label {
  float: right;
}

.fancy-box .dataTables_wrapper .dataTables_filter label:before {
  font-family: "FontAwesome";
  content: "\f002";
  vertical-align: 2px;
}

.fancy-box .dataTables_wrapper .dataTables_filter label input {
  display: inline;
  max-width: 70%;
  margin-left: 0;
  padding: 6px 12px;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .dataTables_wrapper .dataTables_filter label input {
    font-weight: 300;
  }
}

.fancy-box .dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder, .fancy-box .dataTables_wrapper .dataTables_filter label input:-moz-placeholder, .fancy-box .dataTables_wrapper .dataTables_filter label input::-moz-placeholder, .fancy-box .dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dppx) {
  .fancy-box .dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder, .fancy-box .dataTables_wrapper .dataTables_filter label input:-moz-placeholder, .fancy-box .dataTables_wrapper .dataTables_filter label input::-moz-placeholder, .fancy-box .dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
    font-weight: 300;
  }
}

.fancy-box .dataTables_wrapper .dataTables_filter label input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fancy-box .dataTables_wrapper table.dataTable {
  margin-bottom: 0 !important;
}

.fancy-box .dataTables_wrapper .dataTables_paginate {
  float: right;
  position: absolute;
  right: 0;
  height: 34px;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 32px;
  padding: 0;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul {
  height: 30px;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination {
  margin: 0;
  padding: 0;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item {
  list-style-type: none;
  display: inline;
  height: 30px;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item:hover, .fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item.disabled, .fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item.disabled:hover {
  border: none;
  background-image: none;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item > a {
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #d4d4d4;
  color: #1e3155;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item > a:hover {
  background-color: #f5f6f6;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item.active > a {
  background-color: rgba(30, 49, 85, 0.75);
  border: solid 1px #1e3155;
  color: white;
  -webkit-transition: background-color 250ms, border 250ms;
  transition: background-color 250ms, border 250ms;
}

.fancy-box .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item.active > a:hover {
  background-color: #1e3155;
}

.fancy-box .dataTables_wrapper table {
  margin-top: -4px !important;
}

.fancy-box.painted {
  color: #1e3155;
}

.fancy-box.painted .box-header > .title {
  color: white;
}

.fancy-box.painted .box-header > .action > a {
  background-color: #1e3155;
  color: white;
}

.fancy-box.painted .box-tabs > .box-tab > a {
  background-color: white;
  color: #1e3155;
}

.fancy-box.painted .box-tabs > .box-tab[role="presentation"].active > a {
  background-color: white;
  color: #1e3155;
  border-bottom: solid 3px #1e3155;
}

.fancy-box.painted .box-tabs > .box-tab[role="presentation"]:hover > a {
  background-color: #f5f6f6;
  color: #1e3155;
  border-bottom: solid 0 none;
}

.fancy-box.painted .box-content {
  background-color: white;
  color: #1e3155;
}

.fancy-box.painted table.box-table > thead > tr > th {
  background-color: white;
  color: #1e3155;
}

.fancy-box.painted table.box-table > thead > tr > th a {
  color: #1e3155;
}

.fancy-box.painted table.box-table > tbody > tr > td {
  background-color: white;
  color: #1e3155;
}

.fancy-box.painted table.box-table > tbody > tr > td a {
  color: #1e3155;
}

.fancy-box.painted table.box-table.striped > tbody > tr:nth-child(even) td, .fancy-box.painted table.box-table.striped > tbody > tr.even td {
  background-color: white !important;
  color: #1e3155;
}

.fancy-box.painted table.box-table.striped > tbody > tr:nth-child(odd) td, .fancy-box.painted table.box-table.striped > tbody > tr.odd td {
  background-color: #eff0f0 !important;
  color: #1e3155;
}

.fancy-box.painted .dataTables_wrapper .dataTables_length {
  background-color: white;
  color: #1e3155;
}

.fancy-box.painted .dataTables_wrapper .DTTT_container {
  background-color: white;
  color: #1e3155;
}

.fancy-box.painted .dataTables_wrapper .DTTT_container .DTTT_button {
  color: rgba(30, 49, 85, 0.75);
}

.fancy-box.painted .dataTables_wrapper .DTTT_container .DTTT_button:hover {
  color: #1e3155;
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter {
  background-color: white;
  color: #1e3155;
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter label input {
  color: #1e3155;
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder {
  /* WebKit browsers */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(30, 49, 85, 0.7);
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter label input:-moz-placeholder, .fancy-box.painted .dataTables_wrapper .dataTables_filter label input::-moz-placeholder, .fancy-box.painted .dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  transition: color 0.3s;
  color: rgba(30, 49, 85, 0.7);
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter label input:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(30, 49, 85, 0.25);
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter label input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(30, 49, 85, 0.25);
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter label input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(30, 49, 85, 0.25);
}

.fancy-box.painted .dataTables_wrapper .dataTables_filter label input:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(30, 49, 85, 0.25);
}

.fancy-box.rounded {
  border-radius: 4px;
}

.fancy-box.rounded > .box-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.fancy-box.rounded > .box-header div:last-child {
  border-top-right-radius: 4px;
}

.fancy-box.rounded > .box-header div:last-child a {
  border-top-right-radius: 4px;
}

.fancy-box.rounded > .box-header > .title {
  border-top-left-radius: 4px;
}

.fancy-box.rounded > .box-header + .box-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fancy-box.rounded.bordered > .box-header div:last-child {
  border-top-right-radius: 3px;
}

.fancy-box.rounded.bordered > .box-header div:last-child a {
  border-top-right-radius: 3px;
}

.fancy-box.rounded.bordered > .box-header > .title {
  border-top-left-radius: 3px;
}

.fancy-box.rounded .box-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fancy-box.rounded .box-content .panel {
  border-radius: 4px;
}

.fancy-box.rounded table.box-table {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fancy-box.rounded table.box-table tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fancy-box.rounded table.box-table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.fancy-box.rounded table.box-table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.fancy-box.bordered .box-tabs {
  margin-top: 0;
  border-top: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
}

.fancy-box.bordered .box-tabs > .box-tab:not(:last-child) {
  padding-right: 0;
  border-right: solid 1px #d4d4d4;
}

.fancy-box.bordered .box-content {
  margin-top: 0;
  border-top: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4;
}

.fancy-box.bordered table.box-table {
  margin-top: 0;
  border-top: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  border-bottom: 0;
}

.fancy-box.bordered table.box-table > thead > tr > th {
  border-bottom: solid 1px #d4d4d4;
}

.fancy-box.bordered table.box-table > thead > tr > th:not(:first-child):before {
  top: 0;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #d4d4d4;
}

.fancy-box.bordered table.box-table > tbody > tr.spacer {
  height: 0;
}

.fancy-box.bordered table.box-table > tbody > tr > td {
  border-bottom: solid 1px #d4d4d4;
}

.fancy-box.bordered table.box-table > tbody > tr > td:not(:first-child):before {
  top: 0;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #d4d4d4;
}

.fancy-box.bordered .dataTables_wrapper {
  margin-top: 0;
  border-top: solid 1px #d4d4d4;
}

.fancy-box.bordered .dataTables_wrapper .dataTables_length {
  border-left: solid 1px #d4d4d4;
}

.fancy-box.bordered .dataTables_wrapper .dataTables_filter {
  border-right: solid 1px #d4d4d4;
}

.fancy-box.bordered .dataTables_wrapper table {
  margin-top: -5px !important;
}

.fancy-box.shadowed {
  -moz-box-shadow: 1px 1px 4px 0px #656565;
  -webkit-box-shadow: 1px 1px 4px 0px #656565;
  -o-box-shadow: 1px 1px 4px 0px #656565;
  box-shadow: 1px 1px 4px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=4);
}

@media (max-width: 767px) {
  .fancy-box .dataTables_wrapper .dataTables_length {
    width: 50%;
  }
  .fancy-box .dataTables_wrapper .DTTT_container {
    display: none;
  }
  .fancy-box .dataTables_wrapper .dataTables_filter {
    width: 50%;
  }
}

#heat-pump-ipx .content .sensors {
  margin-top: 30px !important;
}

#heat-pump-ipx .content .toggle_radio .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 1%;
}

#heat-pump-ipx .content .toggle_radio .mode-off-ipx.active ~ .toggle_option_slider {
  left: 1%;
}

#heat-pump-ipx .content .toggle_radio .mode-auto-ipx.active ~ .toggle_option_slider {
  left: 25%;
}

#heat-pump-ipx .content .toggle_radio .mode-heating-ipx.active ~ .toggle_option_slider {
  left: 50%;
}

#heat-pump-ipx .content .toggle_radio .mode-cooling-ipx.active ~ .toggle_option_slider {
  left: 74%;
}

#heat-pump-ipx .content .toggle_radio .mode-eco-ipx.active ~ .toggle_option_slider {
  left: 1%;
}

#heat-pump-ipx .content .toggle_radio .mode-smart-ipx.active ~ .toggle_option_slider {
  left: 33%;
}

#heat-pump-ipx .content .toggle_radio .mode-boost-ipx.active ~ .toggle_option_slider {
  left: 66%;
}

#heat-pump-ipx .content .toggle_radio .small-option {
  width: 25%;
}

#heat-pump-ipx .content .toggle_radio .medium-option {
  width: 33%;
}

#heat-pump-ipx .actuators .components {
  margin-bottom: 10px;
}

#heat-pump-ipx .actuators .components .heat-pump-alarms {
  min-width: 20%;
  max-width: 30%;
  border: 2px solid #188cf7;
  border-radius: 4px;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#heat-pump-ipx .actuators .components .heat-pump-alarms p {
  margin: 0;
  color: #188cf7;
}

#heat-pump-ipx .actuators .components .heat-pump-alarms p.number {
  margin-left: 10px;
  font-weight: 800;
  display: none;
}

#heat-pump-ipx .actuators .components .heat-pump-alarms.danger {
  border: 2px solid #dc3545;
  cursor: pointer;
}

#heat-pump-ipx .actuators .components .heat-pump-alarms.danger p {
  color: #dc3545;
}

#heat-pump-ipx .actuators .components .enable {
  color: #188cf7;
}

#heat-pump-alerts-list .modal-dialog {
  max-width: 750px;
}

#heat-pump-alerts-list .modal-title {
  text-align: center;
  text-transform: uppercase;
}

#heat-pump-alerts-list .modal-body {
  margin-bottom: 20px;
}

#heat-pump-alerts-list .alert-item {
  width: 100%;
  border-radius: 10px;
  background: #2D2E83;
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  cursor: pointer;
  margin-top: 20px;
}

#heat-pump-alerts-list .alert-item .date {
  display: flex;
}

#heat-pump-alerts-list .alert-item .date .level {
  margin-right: 20px;
}

#heat-pump-alerts-list .alert-item p {
  color: white;
}

#heat-pump-alerts-list table {
  margin-top: 30px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

#heat-pump-alerts-list table tr {
  color: white;
}

#heat-pump-alerts-list table tr th {
  border-bottom: 1px solid #ddd;
  background-color: #188cf7;
  text-align: center;
  width: 70%;
  height: 30px;
}

#heat-pump-alerts-list table tr td {
  color: black;
  text-align: center;
  width: 60%;
  height: 30px;
  padding-left: 10px;
}

#heat-pump-alerts-list table tr th:first-child, #heat-pump-alerts-list table tr td:first-child {
  width: 10%;
}

#heat-pump-alerts-list table tr th:last-child, #heat-pump-alerts-list table tr td:last-child {
  width: 30%;
}

#ipx-module-RS485 {
  position: relative;
}

#ipx-module-RS485 #sendIpxModuleRS485Programs {
  display: none;
  position: absolute;
  bottom: 10%;
  right: 2.5%;
}

#ipx-module-RS485 .components {
  margin-bottom: 10px;
}

#ipx-module-RS485 .components .speed-mode-off.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 1%;
}

#ipx-module-RS485 .components .speed-mode-on.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 49%;
}

#ipx-module-RS485 .components .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
}

#ipx-module-RS485 .components .mode-auto-ipx.active ~ .toggle_option_slider {
  left: 1%;
}

#ipx-module-RS485 .components .mode-heating-ipx.active ~ .toggle_option_slider {
  left: 33%;
}

#ipx-module-RS485 .components .mode-cooling-ipx.active ~ .toggle_option_slider {
  left: 66%;
}

#ipx-module-RS485 .components .mode-eco-ipx.active ~ .toggle_option_slider {
  left: 1%;
}

#ipx-module-RS485 .components .mode-smart-ipx.active ~ .toggle_option_slider {
  left: 33%;
}

#ipx-module-RS485 .components .mode-boost-ipx.active ~ .toggle_option_slider {
  left: 66%;
}

#ipx-module-RS485 .components .field-mode {
  display: flex;
}

#ipx-module-RS485 .components .field-mode .value {
  width: 85%;
  margin-top: -5px;
}

#ipx-module-RS485 .components .speed-selector {
  width: 50px;
  margin-left: 5px;
}

#ipx-module-RS485 .components .field-speed-selector {
  display: none;
}

#ipx-module-RS485 .components .alerts-info {
  min-width: 20%;
  max-width: 52%;
  border: 2px solid #188cf7;
  border-radius: 4px;
  display: flex;
  margin-top: 10px;
  padding: 5px;
  padding-left: 12px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#ipx-module-RS485 .components .alerts-info p {
  margin: 0;
  color: #188cf7;
}

#ipx-module-RS485 .components .alerts-info p.number {
  margin-left: 10px;
  font-weight: 800;
  display: none;
}

#ipx-module-RS485 .components .alerts-info.danger {
  border: 2px solid #dc3545;
  cursor: pointer;
}

#ipx-module-RS485 .components .alerts-info.danger p {
  color: #dc3545;
}

:root {
  --gradient-10: linear-gradient(180deg, #2B8CB2 0%, #1F3358 100%);
  --action-80: #0F2232;
  --action-70: #1E3344;
  --action-60: #163961;
  --action-50: #004C6D;
  --action-40: #26688C;
  --action-30: #578BA9;
  --action-20: #83AEC5;
  --action-10: #DFE7EA;
  --neutral-70: #000;
  --neutral-60: #575756;
  --neutral-50: #868786;
  --neutral-40: #B3B2B2;
  --neutral-30: #DADADA;
  --neutral-20: #F5F5F5;
  --neutral-10: #FFF;
  --pool-action-80: #1C2436;
  --pool-action-70: #364C73;
  --pool-action-60: #5677A9;
  --pool-action-50: #7694C0;
  --pool-action-40: #A6BAD6;
  --pool-action-30: #CFD9E9;
  --pool-action-20: #E9EDF5;
  --pool-action-10: #F5F6FB;
  --pool-neutral-70: #292929;
  --pool-neutral-60: #5B5A5B;
  --pool-neutral-50: #868786;
  --pool-neutral-40: #ABABAB;
  --pool-neutral-30: #DADADA;
  --pool-neutral-20: #F2F3F3;
  --pool-neutral-10: #FFFFFF;
  --pool-silver-springs: #B5BCC4;
  --utilitary-red: #FF3434;
  --utilitary-red-40: #FE2E2E;
  --utilitary-red-light: #FFEBEB;
  --utilitary-yellow: #FFB545;
  --utilitary-yellow-light: #FFF0DA;
  --utilitary-green: #52CB5A;
  --utilitary-green-light: #DCF5EA;
  --utilitary-grey: #A5A5A5;
  --utilitary-grey-light: #E8E8E8;
}

@media (max-width: 991px) {
  .wrapper-container {
    left: 0 !important;
    top: 60px !important;
  }
}

@media (min-width: 1700px) {
  .col-xxl-2 {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #main-container #body-container {
    margin-top: 60px;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 1300px) {
  .d-xl-block {
    display: none !important;
  }
}

.field-required {
  border-color: #8e1212 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
}

.required {
  font-size: 11px;
  margin-bottom: 5px;
  color: #8e1212;
}

.cookie-consent-notification {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #188cf7;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

.cookie-consent-notification.display {
  display: block;
}

.cookie-consent-notification .text {
  padding: 0 15px;
  display: block;
  text-align: center;
}

.cookie-consent-notification .text > span {
  line-height: 24px;
}

.cookie-consent-notification a {
  background-color: #0658a3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  line-height: 19px;
  padding: 6px 8px;
  text-decoration: none;
  white-space: nowrap;
}

.cookie-consent-notification a:hover {
  background-color: #043d72;
}

.text-primary {
  color: #2fb0fa;
}

.text-dark {
  color: #17507c;
}

.text-light {
  color: #82b2fa;
}

#breadcrumb {
  font-size: 18px;
  color: #2c2b35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 30px;
}

#breadcrumb i.fas, #breadcrumb i.far, #breadcrumb i.fa {
  margin-right: 10px;
}

.limitedAccess {
  text-align: center;
  font-size: 14px;
  background-color: #bdbdd8;
  color: #575784;
  height: 20px;
  width: 100%;
}

#countSelectRow {
  margin: 0 5px;
}

.automation-save-panel {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  z-index: 999;
  position: fixed;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #1D8EB5 !important;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: white !important;
}

@media screen and (max-width: 1700px) {
  .automation-save-panel {
    height: 50px;
  }
}

@media screen and (max-width: 700px) {
  .automation-save-panel {
    height: 60px;
  }
}

@media screen and (max-width: 1700px) {
  .automation-save-panel .btn-lg {
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) {
  .automation-save-panel .btn-lg {
    font-size: 0.6rem;
    padding: 0.4rem 0.8rem;
  }
}

.automation-save-panel > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  .automation-save-panel > div {
    font-size: 12px;
  }
}

.automation-save-panel > div > :not(:last-child) {
  margin-right: 20px;
}

.automation-save-panel .btn {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  display: flex;
}

.automation-save-panel .btn i {
  margin-left: 10px;
  margin-top: 2px;
}

.automation-save-panel #cancel-button {
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
  border: 1px solid #188cf7;
  color: white;
}

.automation-save-panel #save-button {
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
  border: 1px solid #188cf7;
  color: white;
}

#save-panel:not(.automation-save-panel) {
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
  color: white;
  border: 1px solid #188cf7;
  z-index: 999;
  position: fixed;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

@media screen and (max-width: 1700px) {
  #save-panel:not(.automation-save-panel) {
    height: 50px;
  }
}

@media screen and (max-width: 700px) {
  #save-panel:not(.automation-save-panel) {
    height: 60px;
  }
}

@media screen and (max-width: 1700px) {
  #save-panel:not(.automation-save-panel) .btn-lg {
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) {
  #save-panel:not(.automation-save-panel) .btn-lg {
    font-size: 0.6rem;
    padding: 0.4rem 0.8rem;
  }
}

#save-panel:not(.automation-save-panel) > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  #save-panel:not(.automation-save-panel) > div {
    font-size: 12px;
  }
}

#save-panel:not(.automation-save-panel) > div > :not(:last-child) {
  margin-right: 20px;
}

#save-panel:not(.automation-save-panel) .btn {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  display: flex;
}

#save-panel:not(.automation-save-panel) .btn i {
  margin-left: 10px;
  margin-top: 2px;
}

body.pool-front {
  height: 100%;
  background-color: #E9EDF5;
  font-family: "Futura", Helvetica, sans-serif;
  border: unset !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-right: 0 !important;
  overflow-x: hidden;
}

body.pool-front .wrapper {
  height: 100%;
}

body.pool-front .wrapper > .row {
  height: 100%;
}

@media screen and (max-width: 992px) {
  body.pool-front .wrapper > .row {
    height: unset;
  }
  body.pool-front .wrapper > .row > div:first-child {
    padding-right: 0px !important;
  }
}

body.pool-front .nopadding {
  padding: 0 !important;
}

@media screen and (max-width: 995px) {
  body.pool-front .nopadding .nav-tabs.history {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  body.pool-front #main {
    padding: 30px 30px 0 30px;
  }
}

body.pool-front #main {
  font-family: "Futura", Helvetica, sans-serif;
  padding: 20px;
}

body.pool-front #sensors-container {
  width: 100%;
}

body.pool-front .box {
  border-radius: 0.35rem !important;
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 20px;
}

body.pool-front .box div.header {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

body.pool-front .box div.content {
  padding: 5px;
}

body.pool-front .box div.content .today {
  display: flex;
}

@media screen and (max-width: 767px) {
  body.pool-front .box div.content .today .weather_icon {
    padding: 0 10px !important;
    margin-right: 10px !important;
  }
}

body.pool-front .box div.content .today .weather_icon {
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

body.pool-front .box div.content .today .weather_icon img {
  height: 50px;
  width: 80px;
}

body.pool-front .box div.content .today .temperature_value {
  font-weight: 300;
  margin-top: -3px;
}

body.pool-front .box div.content .today .temperature_value .value {
  display: flex;
  color: #188cf7;
  font-size: 42px;
}

body.pool-front .box div.content .today .temperature_value .unit {
  color: #188cf7;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: 6px;
}

body.pool-front .box div.content .today .temperature_value .label {
  font-size: 14px;
  font-weight: 300;
  margin-top: -16px;
  margin-left: 2px;
}

body.pool-front .box div.content .week_forecast {
  width: 70%;
  margin-top: 5px;
  display: flex;
  float: right;
}

body.pool-front .box div.content .week_forecast > div {
  width: 100%;
  text-align: center;
}

body.pool-front .box div.content .week_forecast > div .text {
  color: #AAA;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}

body.pool-front .box div.content .week_forecast > div .icon > img {
  width: 42px;
  margin: 5px 0;
}

body.pool-front .box div.content .week_forecast > div:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

body.pool-front .box div.content .wind_div, body.pool-front .box div.content .uv_div {
  justify-content: center;
}

body.pool-front .box div.content .wind_div, body.pool-front .box div.content .uv_div, body.pool-front .box div.content .temp_div {
  display: flex;
  align-items: center;
}

body.pool-front .box div.content .wind_div .wind_icon img, body.pool-front .box div.content .uv_div .wind_icon img, body.pool-front .box div.content .temp_div .wind_icon img {
  width: 60px;
  height: 30px;
}

body.pool-front .box div.content .wind_div .uv_icon img, body.pool-front .box div.content .uv_div .uv_icon img, body.pool-front .box div.content .temp_div .uv_icon img {
  margin-right: 10px;
  width: 60px;
  height: 30px;
}

body.pool-front .box div.content .wind_div .wind_text, body.pool-front .box div.content .wind_div .uv_text, body.pool-front .box div.content .uv_div .wind_text, body.pool-front .box div.content .uv_div .uv_text, body.pool-front .box div.content .temp_div .wind_text, body.pool-front .box div.content .temp_div .uv_text {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

body.pool-front .box div.content .wind_div .wind_text .title, body.pool-front .box div.content .wind_div .uv_text .title, body.pool-front .box div.content .uv_div .wind_text .title, body.pool-front .box div.content .uv_div .uv_text .title, body.pool-front .box div.content .temp_div .wind_text .title, body.pool-front .box div.content .temp_div .uv_text .title {
  font-size: 11px;
  font-weight: 400;
  color: #AAA;
}

body.pool-front .box div.content .wind_div .wind_text .value, body.pool-front .box div.content .wind_div .uv_text .value, body.pool-front .box div.content .uv_div .wind_text .value, body.pool-front .box div.content .uv_div .uv_text .value, body.pool-front .box div.content .temp_div .wind_text .value, body.pool-front .box div.content .temp_div .uv_text .value {
  font-size: 20px;
  font-weight: 300;
  color: black;
  display: flex;
  align-items: baseline;
}

body.pool-front .box div.content .wind_div .wind_text .value span.unit, body.pool-front .box div.content .wind_div .uv_text .value span.unit, body.pool-front .box div.content .uv_div .wind_text .value span.unit, body.pool-front .box div.content .uv_div .uv_text .value span.unit, body.pool-front .box div.content .temp_div .wind_text .value span.unit, body.pool-front .box div.content .temp_div .uv_text .value span.unit {
  font-size: 12px;
  margin-left: 5px;
}

body.pool-front .box div.content .wind_div .wind_text .value span.details, body.pool-front .box div.content .wind_div .uv_text .value span.details, body.pool-front .box div.content .uv_div .wind_text .value span.details, body.pool-front .box div.content .uv_div .uv_text .value span.details, body.pool-front .box div.content .temp_div .wind_text .value span.details, body.pool-front .box div.content .temp_div .uv_text .value span.details {
  font-size: 12px;
  font-weight: 400;
  color: black;
  margin-left: 5px;
}

@media screen and (max-width: 992px) {
  body.pool-front .box#sensors {
    height: calc(100% - 20px) !important;
  }
}

body.pool-front .box#sensors {
  height: calc(100% - 30px);
}

body.pool-front .box#sensors span#lastDate {
  margin-left: 10px;
  color: #000;
  font-weight: 200;
  font-size: 14px;
}

body.pool-front .box#sensors:hover .timestamp {
  opacity: 1;
}

body.pool-front .box#sensors .timestamp {
  font-size: 12px;
  color: #AAA;
  transition: 0.3s;
  opacity: 0;
  text-align: center;
}

body.pool-front .box#sensors .timestamp .error {
  display: none;
}

body.pool-front .box#sensors div.header {
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.pool-front .box#sensors > div.row {
  margin: 0;
  height: calc(100% - 30px - 12px);
  display: flex;
  align-items: center;
}

body.pool-front .box#sensors > div.row > div > div.row:last-child {
  height: 120px;
  margin: 0;
}

body.pool-front .box#sensors > div.row .title1 {
  margin: 5px 0 15px;
  text-align: center;
  font-size: 13px;
}

body.pool-front .box#sensors > div.row .status {
  text-align: center;
}

body.pool-front .box#sensors > div.row .status img {
  width: 50px;
}

body.pool-front .box#sensors > div.row .status .water_temperature_value {
  font-size: 60px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  margin-top: 15px;
  color: #188cf7;
}

body.pool-front .box#sensors > div.row .status .water_temperature_value > span:last-child {
  display: inline-block;
  line-height: 28px;
}

body.pool-front .box#sensors > div.row .status .water_temperature_value > span:last-child .value, body.pool-front .box#sensors > div.row .status .water_temperature_value > span:last-child .unit {
  color: #188cf7;
}

body.pool-front .box#sensors > div.row .status .water_temperature_value > span:last-child .unit {
  font-size: 22px;
}

body.pool-front .box#sensors > div.row .status .water_temperature_value > span:last-child .evolution {
  font-size: 24px;
}

body.pool-front .box#sensors > div.row .status .water_temperature_value > span:last-child .no-sensor {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.pool-front .box#sensors #other_sensors_col {
    padding: 5px 0px 30px !important;
  }
}

body.pool-front .box#sensors #other_sensors_col {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  body.pool-front .box#sensors #other_sensors_col #other_sensors {
    display: inline-flex !important;
    width: 100% !important;
  }
}

body.pool-front .box#sensors #other_sensors_col #other_sensor_one {
  text-align: center;
  display: grid;
}

body.pool-front .box#sensors #other_sensors_col #other_sensor_one img {
  height: 50px;
}

body.pool-front .box#sensors #other_sensors_col #other_sensor_one .measure .value {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #188cf7;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors {
  display: grid;
  align-items: center;
  justify-content: space-around;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #store img {
  margin-top: 20px !important;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #sel, body.pool-front .box#sensors #other_sensors_col #other_sensors #filtration_laps, body.pool-front .box#sensors #other_sensors_col #other_sensors #store {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #sel > div, body.pool-front .box#sensors #other_sensors_col #other_sensors #filtration_laps > div, body.pool-front .box#sensors #other_sensors_col #other_sensors #store > div {
  display: flex;
  align-items: center;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #sel img, body.pool-front .box#sensors #other_sensors_col #other_sensors #filtration_laps img, body.pool-front .box#sensors #other_sensors_col #other_sensors #store img {
  width: 30px;
  height: 24px;
  margin-top: 15px;
  margin-right: 15px;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #sel .measure, body.pool-front .box#sensors #other_sensors_col #other_sensors #filtration_laps .measure, body.pool-front .box#sensors #other_sensors_col #other_sensors #store .measure {
  display: flex;
  align-items: baseline;
  color: #188cf7;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #sel .title, body.pool-front .box#sensors #other_sensors_col #other_sensors #filtration_laps .title, body.pool-front .box#sensors #other_sensors_col #other_sensors #store .title {
  font-size: 14px;
  color: #AAA;
  font-weight: 400;
  line-height: 0;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #sel .value, body.pool-front .box#sensors #other_sensors_col #other_sensors #filtration_laps .value, body.pool-front .box#sensors #other_sensors_col #other_sensors #store .value {
  font-size: 26px;
  font-weight: 400;
}

body.pool-front .box#sensors #other_sensors_col #other_sensors #sel .unit, body.pool-front .box#sensors #other_sensors_col #other_sensors #filtration_laps .unit, body.pool-front .box#sensors #other_sensors_col #other_sensors #store .unit {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  body.pool-front .box#precos {
    height: calc(100% - 20px) !important;
  }
}

body.pool-front .box#precos {
  height: calc(100% - 30px);
}

body.pool-front .box#precos div.content > div {
  display: flex !important;
  align-items: center;
}

body.pool-front .box#precos div.content > div img {
  margin-right: 50px !important;
}

body.pool-front .box#precos #baignade {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.pool-front .box#precos #baignade .advice {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

body.pool-front .box#precos #baignade .advice-more {
  margin-left: 18px;
  font-size: 16px;
}

body.pool-front .box#precos #baignade .advice-more > div {
  display: list-item;
}

@media screen and (max-width: 1280px) {
  body.pool-front .box#precos #baignade img {
    margin-right: 10px !important;
  }
}

body.pool-front .box#precos div.header {
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  border-bottom: unset !important;
}

body.pool-front .box#precos div.header .subheader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 20px;
}

body.pool-front .box#precos div.header .subheader:not(:first-child) {
  margin-left: 30px;
}

body.pool-front .box#precos #maintenance {
  display: grid;
  align-items: center;
}

body.pool-front .box#precos #maintenance .minibox {
  display: flex;
  align-items: center;
  height: 20px;
}

body.pool-front .box#precos #maintenance .minibox.last {
  margin: 10px 0 20px;
  justify-content: center;
}

body.pool-front .box#precos #maintenance .minibox img {
  height: 36px;
  width: 18px;
  margin: 5px;
}

body.pool-front .box#precos #maintenance .minibox .text {
  margin-left: 10px;
  font-size: 13px;
  color: #2c2b35;
}

body.pool-front .box#precos #maintenance .minibox .button {
  font-size: 12px;
  padding: 2px 15px;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

body.pool-front .box#precos #maintenance .minibox .button:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

body.pool-front .box#precos > div:last-child {
  margin: auto;
  min-height: 185px;
  height: calc(100% - 42px);
}

body.pool-front .box#precos div.content {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.pool-front .box#precos div.content > div {
  display: grid;
}

body.pool-front .box#precos div.content > div img {
  width: 100px;
  margin: 10px auto;
}

body.pool-front .box#precos div.content > div .title {
  font-family: "Futura", Helvetica, sans-serif;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.pool-front .box#weather div.header {
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

body.pool-front .box#weather div.header span#place {
  color: #000;
  font-weight: 200;
  font-size: 14px;
}

body.pool-front .box#notifications-list .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0px;
}

body.pool-front .box#notifications-list .content .content-no-notification {
  margin: 12px 0px;
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
}

body.pool-front .box#equipments div.header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.pool-front .box#equipments div.header .btn {
  cursor: pointer;
}

body.pool-front .box#equipments div#footer {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  color: #188cf7;
}

body.pool-front .box#equipments div#footer:hover {
  font-weight: 600;
}

body.pool-front .box#equipments div#footer #see_alldevices .more {
  margin-left: 10px;
  display: inline-flex;
  border-radius: 24px;
  padding: 6px 10px;
  color: white;
  -webkit-text-fill-color: white;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
}

body.pool-front .box#notifications-selecters div.header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.pool-front .box#notifications-selecters div.header .btn {
  cursor: pointer;
}

body.pool-front .box#notifications-selecters div#footer {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  color: #188cf7;
}

body.pool-front .box#notifications-selecters div#footer:hover {
  font-weight: 600;
}

body.pool-front .box#notifications-selecters div#footer #see_alldevices .more {
  margin-left: 10px;
  display: inline-flex;
  border-radius: 24px;
  padding: 6px 10px;
  color: white;
  -webkit-text-fill-color: white;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
}

body.pool-front .box#notifications-selecters-users div.header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: black;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.pool-front .box#notifications-selecters-users div.header .btn {
  cursor: pointer;
}

body.pool-front .box#notifications-selecters-users div#footer {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  color: #188cf7;
}

body.pool-front .box#notifications-selecters-users div#footer:hover {
  font-weight: 600;
}

body.pool-front .box#notifications-selecters-users div#footer #see_alldevices .more {
  margin-left: 10px;
  display: inline-flex;
  border-radius: 24px;
  padding: 6px 10px;
  color: white;
  -webkit-text-fill-color: white;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
}

body.pool-front .box#timerange {
  height: 50px;
  margin-bottom: 0 !important;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

body.pool-front .box#timerange > div:first-child > :not(:last-child) {
  margin-right: 10px;
}

body.pool-front .box#timerange > div:first-child > :last-child {
  padding-left: 10px;
}

body.pool-front .box#timerange > div:last-child {
  display: none;
}

body.pool-front .box#timerange > div:last-child input {
  cursor: pointer;
  height: 32px;
  border: 1px solid #d0d0d0;
  background: rgba(236, 244, 251, 0.68);
  color: #232323;
  font-size: 13px;
  padding: 0px 15px;
}

body.pool-front .box#charts {
  padding: 10px;
  height: 400px;
  margin-bottom: 35px !important;
}

body.pool-front .box#charts > .title {
  margin: 0 20px 0 10px;
  width: 100%;
  font-size: 14px;
  color: #AAA;
  font-weight: 400;
}

body.pool-front .box#charts #pool-chart-container {
  margin-top: -10px;
  display: flex;
}

body.pool-front .box#charts #pool-chart-container #pool-chart .load-drawing {
  height: 80%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 65px;
  display: none;
}

body.pool-front .box#charts #pool-chart-container #pool-chart .load-drawing .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 40%;
  top: 37%;
}

body.pool-front .box#charts #pool-chart-container #pool-chart .load-drawing .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #188cf7 transparent transparent transparent;
}

body.pool-front .box#charts #pool-chart-container #pool-chart .load-drawing .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

body.pool-front .box#charts #pool-chart-container #pool-chart .load-drawing .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

body.pool-front .box#charts #pool-chart-container #pool-chart .load-drawing .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.pool-front .box#charts #pool-chart-container > div:last-child {
  width: 85%;
}

body.pool-front .box#charts #pool-chart-container > div:first-child {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend {
  display: grid;
  align-items: center;
  justify-content: space-around;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend .date {
  display: none;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding: 5px 10px;
  background: #e2f1fd;
  border-radius: 25px;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button {
  font-family: "Futura", Helvetica, sans-serif;
  padding: 5px 20px;
  background-color: white;
  border: unset;
  text-align: right;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button.disabled {
  opacity: 0.4;
  color: #9b9b9b !important;
  border-right: 1px solid #9b9b9b !important;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button.disabled .value {
  color: #9b9b9b !important;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button#temp-btn {
  color: #1f77b4;
  border-right: 1px solid #1f77b4;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button#ph-btn {
  color: #ff7f0e;
  border-right: 1px solid #ff7d0e;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button#chlorine-ampero-btn {
  color: #00bfb0;
  border-right: 1px solid #00bfb0;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button#redox-btn {
  color: #2ca03c;
  border-right: 1px solid #1bad31;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button .title {
  font-weight: 800;
  font-size: 14px;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button .value {
  font-weight: 300;
  color: #2c2b35;
  font-size: 32px;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button .value-all-sensors {
  font-size: 22px !important;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button span.unit {
  font-weight: 300;
  font-size: 18px;
  color: #2c2b35;
}

body.pool-front .box#charts #pool-chart-container > div:first-child .legend button:not(:last-child) {
  margin-bottom: 20px;
}

body.pool-front .box.div_center {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

body.pool-front .box.div_center#precos {
  align-items: unset;
}

body.pool-front .box .div_center {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

body.pool-front .box.clickable {
  cursor: pointer;
}

body.pool-front .box.clickable:hover {
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05) !important;
  -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05) !important;
}

body.pool-front .box.box-main {
  background-color: #b7d6fa !important;
  display: flex;
  align-items: flex-end;
}

body.pool-front .box.box-main .front {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

body.pool-front .box.box-main .water {
  width: 100%;
}

body.pool-front .box.box-main .water .water_temperature_value {
  cursor: pointer;
  color: #FFF;
  position: relative;
  font-family: "Futura", Helvetica, sans-serif;
  left: 30px;
  top: 130px;
  z-index: 100;
}

body.pool-front .box.box-main .water .water_temperature_value span.value {
  font-size: 64px;
  font-weight: 800;
}

body.pool-front .box.box-main .water .water_temperature_value span.unit {
  position: relative;
  font-size: 28px;
  font-weight: 300;
  bottom: 24px;
}

body.pool-front .box.box-main .water .water_temperature_value span.evolution {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  left: -32px;
}

body.pool-front .box.box-main .weather {
  position: absolute;
  top: 0px;
  cursor: pointer;
}

body.pool-front .box.box-main .weather.box {
  display: unset !important;
}

body.pool-front .box.box-main .weather img {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 140px;
}

@media screen and (max-width: 992px) {
  body.pool-front .box.box-main .weather .weather_temperature_value {
    left: 50px !important;
  }
}

body.pool-front .box.box-main .weather .weather_temperature_value {
  position: relative;
  font-family: "Futura", Helvetica, sans-serif;
  left: 250px;
  color: #17507c;
  top: 40px;
}

@media screen and (min-width: 992px) {
  body.pool-front .box.box-main .weather .weather_temperature_value .divider {
    display: block !important;
  }
}

body.pool-front .box.box-main .weather .weather_temperature_value span.value {
  font-size: 74px;
  font-weight: 800;
}

body.pool-front .box.box-main .weather .weather_temperature_value span.unit {
  position: relative;
  font-size: 28px;
  font-weight: 300;
  bottom: 34px;
  left: -5px;
}

body.pool-front .box.box-main .weather .weather_temperature_value div.label {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  bottom: 90px;
  left: 10px;
}

body.pool-front .box .smallbox .top {
  width: 100%;
  height: 150px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20%;
  justify-content: center;
}

body.pool-front .box .smallbox .top img.devices_picto {
  max-height: 60%;
  margin-right: 40px;
}

@media screen and (max-width: 1600px) {
  body.pool-front .box .smallbox .top img.devices_picto {
    max-height: 50%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1400px) {
  body.pool-front .box .smallbox .top img.devices_picto {
    max-height: 40%;
    margin-right: 10px;
  }
}

body.pool-front .box .smallbox .top .text .title {
  color: #2c2b35;
  font-weight: 400;
  font-size: 14px;
}

body.pool-front .box .smallbox .top .text .value {
  color: #2fb0fa;
  font-weight: 600;
  font-size: 20px;
}

body.pool-front .box .smallbox .bottom {
  padding: 0 15%;
}

body.pool-front .box .smallbox .bottom .toggle_radio {
  background: #eeeeee;
  margin: 0 auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 28px;
}

body.pool-front .box .smallbox .bottom .toggle_radio > * {
  float: left;
}

body.pool-front .box .smallbox .bottom .toggle_radio input[type=radio] {
  display: none;
}

body.pool-front .box .smallbox .bottom .toggle_radio label {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  font-family: "Futura", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #AAA;
  z-index: 0;
  display: block;
  width: 33%;
  height: 24px;
  margin: 5px 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}

body.pool-front .box .smallbox .bottom .toggle_option_slider {
  width: 33%;
  height: 22px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

body.pool-front .box .smallbox .bottom .mode-auto.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 1%;
}

body.pool-front .box .smallbox .bottom .mode-off.twice-mode ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 1%;
}

body.pool-front .box .smallbox .bottom .mode-off.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 33%;
}

body.pool-front .box .smallbox .bottom .mode-off.twice-mode.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 50%;
}

body.pool-front .box .smallbox .bottom .mode-on.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 66%;
}

body.pool-front .box .smallbox .bottom .mode-off.peer.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 50%;
}

body.pool-front .box .smallbox .bottom .shutter-mode-on.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 1%;
}

body.pool-front .box .smallbox .bottom .shutter-mode-off.active ~ .toggle_option_slider {
  background: rgba(0, 0, 0, 0.16);
  left: 50%;
}

body.pool-front .box .smallbox .bottom .action {
  display: block;
}

body.pool-front .box .smallbox .bottom .action > div {
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

body.pool-front .box .smallbox .bottom .action > div #scheduler_btn {
  margin-top: 5px;
}

body.pool-front .box .smallbox .bottom .action .button {
  cursor: pointer;
  padding: 1px 9px;
  font-size: 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(#2fb0fa, #188cf7);
  background: -webkit-linear-gradient(#2fb0fa, #188cf7);
  background: -moz-linear-gradient(#2fb0fa, #188cf7);
  background: -o-linear-gradient(#2fb0fa, #188cf7);
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 10px;
}

body.pool-front .box .smallbox .bottom .action .button:not(:first-child) {
  margin-left: 1px;
}

body.pool-front .box .smallbox .bottom .action .button:not(:last-child) {
  margin-right: 1px;
}

body.pool-front .box .smallbox .bottom .action .button.sw {
  background: white;
  border: 1px solid #2fb0fa;
  color: #71bbff;
  height: 22px;
}

body.pool-front .box .smallbox .bottom .action .button:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

body.pool-front .box .smallbox .bottom .action .button span {
  margin-left: 5px;
}

body.pool-front .box.mediumbox {
  height: 195px;
}

body.pool-front #main-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  --sidebar-expanded-width: 280px;
  --sidebar-reduced-width: 95px;
}

body.pool-front #main-container div#body-container {
  width: calc(100% - var(--sidebar-expanded-width));
  flex: 1;
  margin-left: 280px;
  transition: all 0.3s ease-out;
}

body.pool-front #main-container div#body-container.collapsed {
  width: calc(100% - var(--sidebar-reduced-width));
  margin-left: 95px;
}

.bootstrap-select.btn-group button.btn.dropdown-toggle {
  padding: 7px 30px 7px 20px;
  background-image: unset;
  background-color: white !important;
  border-radius: 60px;
  color: #666;
  transition: all .3s ease-in-out;
}

.bootstrap-select.btn-group button.btn.dropdown-toggle::after {
  color: #666;
  margin-left: 5px;
}

.bootstrap-select.btn-group button.btn.dropdown-toggle:hover {
  background-color: #EEE;
}

.bootstrap-select.btn-group button.btn.dropdown-toggle span {
  font-size: 12px;
  color: #666;
}

.bootstrap-select.btn-group button.btn.dropdown-toggle .filter-option {
  margin-right: 0px;
}

.nav-tabs {
  font-size: 14px;
}

.nav-tabs .nav-link {
  border: 0;
}

.nav-tabs .nav-link.active {
  color: #2c2b35;
}

.nav-tabs .nav-link a {
  color: #2fb0fa;
}

.noequipement, .nopool {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.noequipement > div, .nopool > div {
  text-align: center;
}

.noequipement > div img, .nopool > div img {
  height: 250px;
  margin: 40px auto;
  text-align: center;
}

.noequipement > div h4, .nopool > div h4 {
  color: #188cf7;
}

.noequipement > div div.precision, .nopool > div div.precision {
  align-items: center;
  justify-content: space-around;
  display: grid;
}

.noequipement > div div.precision p.lead, .nopool > div div.precision p.lead {
  font-size: 17px;
  color: #444;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.noequipement > div div.precision ul.instructions, .nopool > div div.precision ul.instructions {
  color: #666;
  font-size: 15px;
  text-align: left;
}

.noequipement > div div.precision ul.instructions li, .nopool > div div.precision ul.instructions li {
  margin-top: 5px;
}

.noequipement > div div.precision ul.instructions li .store, .nopool > div div.precision ul.instructions li .store {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.noequipement > div div.precision ul.instructions li .store img, .nopool > div div.precision ul.instructions li .store img {
  height: 42px;
  margin: 0px auto 10px;
}

.noequipement > div div.precision ul.instructions li .store img.android, .nopool > div div.precision ul.instructions li .store img.android {
  height: 64px;
}

.remainingTimeText {
  display: none;
  color: #5a5a5a !important;
}

.remainingTimeText .label {
  font-size: 13px;
}

.remainingTimeText .value {
  font-size: 14px !important;
  color: #2fb0fa !important;
  margin-left: unset !important;
}

.boost-time-left {
  color: #5a5a5a !important;
  display: flex;
}

.boost-time-left .separator {
  margin-left: 5px;
  margin-right: 5px;
}

.boost-time-left .label {
  font-size: 13px;
  margin-right: 5px;
}

.boost-time-left .value {
  font-size: 14px !important;
  color: #2fb0fa !important;
  margin-left: unset !important;
}

.more-text {
  font-size: 14px;
  display: none;
}

.more-text.colorized {
  font-size: 14px;
  margin-bottom: -8px;
  color: #17507c;
  text-transform: uppercase;
}

.filtration-time {
  padding: 0;
  list-style: none;
  margin: 0;
}

.filtration-time .daily-filtration, .filtration-time .recommended-filtration {
  font-size: 10px;
  color: #544e59;
}

span.daily-filtration span, span.recommended-filtration span {
  color: #333333;
  font-size: 12px;
}

.privacy-policy-footer {
  height: 15px;
}

.privacy-policy-footer .rgpd a {
  font-size: 11px !important;
  color: #666 !important;
}

.privacy-policy-footer .rgpd a:hover {
  color: #333333 !important;
}

.btn.btn-xxs {
  padding: .2rem;
  font-size: 0.75rem;
  line-height: .4;
  border-radius: .175rem;
  margin: 0 2px;
}

.btn.btn-xxs i.fas {
  margin-left: 3px;
}

.btn-primary {
  color: #fff !important;
  background-color: #188cf7 !important;
  border-color: #188cf7 !important;
}

.btn-primary:hover {
  background-color: #2fb0fa !important;
  border-color: #2fb0fa !important;
}

.btn-outline-primary {
  color: #188cf7 !important;
  border-color: #188cf7 !important;
}

.btn-outline-primary:hover {
  color: white !important;
  background-color: #188cf7 !important;
  border-color: #188cf7 !important;
}

.toast-success {
  background-color: #188cf7;
}

.planning-line .btn-secondary.active {
  margin-top: 10px;
  background-color: #188cf7 !important;
  color: white !important;
  border-radius: 0;
  border-color: #4e555b;
  padding: 7px;
}

.planning-line .btn-secondary:not(.active) {
  margin-top: 10px;
  color: #fff !important;
  background-color: #545b62;
  border-radius: 0;
  border-color: #4e555b;
  padding: 7px;
}

#select_outdoor.btn-secondary.active, #select_indoor.btn-secondary.active {
  color: white !important;
  background-color: #188cf7 !important;
}

#flow-btn {
  color: #4a4e54;
  border-right: 1px solid #4a4e54 !important;
}

#pressure-btn {
  color: #78babe;
  border-right: 1px solid #78babe !important;
}

#conductivity-btn {
  color: #ffcd69;
  border-right: 1px solid #ffcd69 !important;
}

.chart-all-sensors {
  height: 480px !important;
}

#see-pool-resume {
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ececec;
  color: #0c0c0c;
  left: 0;
  right: 0;
  padding: 30px 40px;
  z-index: 1001;
  opacity: 1;
  transform: translateX(100%);
}

#see-pool-resume.open {
  transform: none !important;
}

#see-pool-resume .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}

#see-pool-resume .buttons .text {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 200;
  margin: 0 -2px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  padding: 8px 12px;
  color: #333;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

#see-pool-resume #dropdownMenuChemistry li, #see-pool-resume #dropdownMenuControllers li {
  cursor: pointer;
}

#see-pool-resume #dropdownMenuChemistry li a div label, #see-pool-resume #dropdownMenuChemistry li a div input, #see-pool-resume #dropdownMenuControllers li a div label, #see-pool-resume #dropdownMenuControllers li a div input {
  cursor: pointer;
}

#see-pool-resume .save-presets-button {
  padding: 1.1rem 0.7rem;
}

#close-pool-resume-data {
  display: flex;
  justify-content: right;
  cursor: pointer;
}

#close-pool-resume-data .text {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 200;
  margin: 0 -2px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  padding: 8px 12px;
  color: #3d9bec;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.echarts-for-pool-resume {
  background: #fff;
  border-radius: 10px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 30px;
}

.pool-resume-button-container {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  background-color: #FFFFFF;
  padding: 5px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.pool-resume-button, .save-presets-button {
  padding: 0.1rem 0.3rem;
  border: 1px solid #188cf7;
  color: #188cf7;
  font-size: .875rem;
  border-radius: 0.2rem;
  height: 19.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}

.pool-resume-button:hover, .save-presets-button:hover {
  background-color: #188cf7;
  color: #FFFFFF;
}

/*# sourceMappingURL=frontoffice.css.map */