@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");
@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 *****/
/*************************/
@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 *****/
/*************************/
@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 #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%; }

.sidebar-help {
  padding: 10px; }
  .sidebar-help .card {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .sidebar-help .card i {
      display: flex;
      justify-content: center;
      width: 20%;
      min-width: 50px; }
    .sidebar-help .card h4 {
      margin: 0;
      font-size: .9rem; }
    .sidebar-help .card .faq-icon {
      fill: #2a8db2;
      width: 30%; }
    .sidebar-help .card:hover .faq-icon {
      fill: #1b5c74; }

@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 *****/
/*************************/
.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 .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: 1000px; }
  #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 *****/
/*************************/
@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 *****/
/*************************/
/***** 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 *****/
/*************************/
.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 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 .sensors .mode-panel .time-ranges.subpanel-devices .planning-line {
          margin-bottom: 10px; }
        #devices .box div.content .actuators .mode-panel .time-ranges.subpanel-devices span, #devices .box div.content .sensors .mode-panel .time-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 .sensors .mode-panel .time-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 .sensors .mode-panel .time-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 .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 {
          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 .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 {
            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 {
    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 {
  font-size: 13px;
  color: #AAA; }
  .programming-time-range .time-label, .dynamic-plannings .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 .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 .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 .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 {
  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 *****/
/*************************/
@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 *****/
/*************************/
#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 #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;
      background-color: transparent;
      color: #000;
      padding: 6px 12px 5px 12px;
      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%; }

#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 {
  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 {
    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 {
    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) {
      top: 9px;
      left: 10px;
      transform: rotate(45deg);
      transform-origin: top left; }
    #close-distributor-map span:nth-child(2) {
      top: 9px;
      right: 10px;
      transform: rotate(-45deg);
      transform-origin: top right; }
    #close-distributor-map span:nth-child(3) {
      bottom: 9px;
      left: 10px;
      transform: rotate(-45deg);
      transform-origin: bottom left; }
    #close-distributor-map span:nth-child(4) {
      bottom: 9px;
      right: 10px;
      transform: rotate(45deg);
      transform-origin: bottom right; }
  #close-distributor-map:hover {
    background: #37474F; }
    #close-distributor-map:hover span {
      width: 7.5px; }

#echart-infos {
  margin: 40px; }
  #echart-infos #echart-total {
    color: #3d9bec; }

#distributor-modules-echarts {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  overflow: hidden;
  margin-top: 10px; }
  #distributor-modules-echarts #graph {
    position: relative;
    height: 100vh; }
  #distributor-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 {
    opacity: 1;
    display: block; }
  #distributor-modules-echarts #heatmap-container {
    border-radius: 4px; }
  #distributor-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-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-cells {
    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-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-cells .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 {
    margin-left: auto;
    margin-right: auto; }
  #distributor-modules-echarts .echart-total {
    max-width: 20%;
    min-width: 20%;
    font-size: 11px;
    font-weight: bold; }
  #distributor-modules-echarts .no-result {
    display: none;
    justify-content: center;
    justify-items: center;
    color: #dedede;
    margin-top: 40px; }
    #distributor-modules-echarts .no-result i {
      font-size: 8em; }
    #distributor-modules-echarts .no-result span {
      font-size: 15px;
      margin-top: 15px;
      text-transform: uppercase; }

#ratio-types,
#ratio-date-added,
#ratio-connectivity-per-day,
#ratio-location,
#ratio-configuration,
#ratio-cells-voltage,
#ratio-firmwares,
#ratio-cells {
  width: 23vw;
  height: 27vh;
  margin: auto auto auto 2%; }

#distributorModulesList {
  background-color: #fff;
  border-radius: 20px; }

#distributorUsersList, #manufacturerProducts, #distributorModulesList {
  font-family: comfortaa, sans-serif;
  font-weight: lighter;
  font-size: 13px;
  padding: 30px;
  margin: 50px; }
  #distributorUsersList h4, #manufacturerProducts h4, #distributorModulesList h4 {
    color: #585858; }
  #distributorUsersList .select-module, #distributorUsersList #checkBoxAllModules, #manufacturerProducts .select-module, #manufacturerProducts #checkBoxAllModules, #distributorModulesList .select-module, #distributorModulesList #checkBoxAllModules {
    cursor: pointer; }
  #distributorUsersList .select-module, #manufacturerProducts .select-module, #distributorModulesList .select-module {
    margin-left: 5px; }
  #distributorUsersList .customers-distributor-datatable, #distributorUsersList .manufacturer-products-datatable, #distributorUsersList .modules-distributor-datatable, #manufacturerProducts .customers-distributor-datatable, #manufacturerProducts .manufacturer-products-datatable, #manufacturerProducts .modules-distributor-datatable, #distributorModulesList .customers-distributor-datatable, #distributorModulesList .manufacturer-products-datatable, #distributorModulesList .modules-distributor-datatable {
    border-spacing: 0px 0.90rem !important; }
    #distributorUsersList .customers-distributor-datatable td, #distributorUsersList .manufacturer-products-datatable td, #distributorUsersList .modules-distributor-datatable td, #manufacturerProducts .customers-distributor-datatable td, #manufacturerProducts .manufacturer-products-datatable td, #manufacturerProducts .modules-distributor-datatable td, #distributorModulesList .customers-distributor-datatable td, #distributorModulesList .manufacturer-products-datatable td, #distributorModulesList .modules-distributor-datatable td {
      color: #004c6d;
      vertical-align: inherit; }
    #distributorUsersList .customers-distributor-datatable tbody tr, #distributorUsersList .manufacturer-products-datatable tbody tr, #distributorUsersList .modules-distributor-datatable tbody tr, #manufacturerProducts .customers-distributor-datatable tbody tr, #manufacturerProducts .manufacturer-products-datatable tbody tr, #manufacturerProducts .modules-distributor-datatable tbody tr, #distributorModulesList .customers-distributor-datatable tbody tr, #distributorModulesList .manufacturer-products-datatable tbody tr, #distributorModulesList .modules-distributor-datatable tbody tr {
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      border-radius: 20px; }
    #distributorUsersList .customers-distributor-datatable .even:hover, #distributorUsersList .manufacturer-products-datatable .even:hover, #distributorUsersList .modules-distributor-datatable .even:hover, #manufacturerProducts .customers-distributor-datatable .even:hover, #manufacturerProducts .manufacturer-products-datatable .even:hover, #manufacturerProducts .modules-distributor-datatable .even:hover, #distributorModulesList .customers-distributor-datatable .even:hover, #distributorModulesList .manufacturer-products-datatable .even:hover, #distributorModulesList .modules-distributor-datatable .even:hover {
      background-color: inherit; }
    #distributorUsersList .customers-distributor-datatable .odd, #distributorUsersList .manufacturer-products-datatable .odd, #distributorUsersList .modules-distributor-datatable .odd, #manufacturerProducts .customers-distributor-datatable .odd, #manufacturerProducts .manufacturer-products-datatable .odd, #manufacturerProducts .modules-distributor-datatable .odd, #distributorModulesList .customers-distributor-datatable .odd, #distributorModulesList .manufacturer-products-datatable .odd, #distributorModulesList .modules-distributor-datatable .odd {
      background-color: inherit; }
    #distributorUsersList .customers-distributor-datatable thead > tr > th, #distributorUsersList .manufacturer-products-datatable thead > tr > th, #distributorUsersList .modules-distributor-datatable thead > tr > th, #manufacturerProducts .customers-distributor-datatable thead > tr > th, #manufacturerProducts .manufacturer-products-datatable thead > tr > th, #manufacturerProducts .modules-distributor-datatable thead > tr > th, #distributorModulesList .customers-distributor-datatable thead > tr > th, #distributorModulesList .manufacturer-products-datatable thead > tr > th, #distributorModulesList .modules-distributor-datatable thead > tr > th {
      border: none;
      font-size: 10px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding-right: 30px; }
    #distributorUsersList .customers-distributor-datatable tbody > tr > td, #distributorUsersList .manufacturer-products-datatable tbody > tr > td, #distributorUsersList .modules-distributor-datatable tbody > tr > td, #manufacturerProducts .customers-distributor-datatable tbody > tr > td, #manufacturerProducts .manufacturer-products-datatable tbody > tr > td, #manufacturerProducts .modules-distributor-datatable tbody > tr > td, #distributorModulesList .customers-distributor-datatable tbody > tr > td, #distributorModulesList .manufacturer-products-datatable tbody > tr > td, #distributorModulesList .modules-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; }
    #distributorUsersList .customers-distributor-datatable tbody > tr > td:first-child, #distributorUsersList .manufacturer-products-datatable tbody > tr > td:first-child, #distributorUsersList .modules-distributor-datatable tbody > tr > td:first-child, #manufacturerProducts .customers-distributor-datatable tbody > tr > td:first-child, #manufacturerProducts .manufacturer-products-datatable tbody > tr > td:first-child, #manufacturerProducts .modules-distributor-datatable tbody > tr > td:first-child, #distributorModulesList .customers-distributor-datatable tbody > tr > td:first-child, #distributorModulesList .manufacturer-products-datatable tbody > tr > td:first-child, #distributorModulesList .modules-distributor-datatable tbody > tr > td:first-child {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      border-left: 0.1px solid #eceeef !important; }
    #distributorUsersList .customers-distributor-datatable tbody > tr > td:last-child, #distributorUsersList .manufacturer-products-datatable tbody > tr > td:last-child, #distributorUsersList .modules-distributor-datatable tbody > tr > td:last-child, #manufacturerProducts .customers-distributor-datatable tbody > tr > td:last-child, #manufacturerProducts .manufacturer-products-datatable tbody > tr > td:last-child, #manufacturerProducts .modules-distributor-datatable tbody > tr > td:last-child, #distributorModulesList .customers-distributor-datatable tbody > tr > td:last-child, #distributorModulesList .manufacturer-products-datatable tbody > tr > td:last-child, #distributorModulesList .modules-distributor-datatable tbody > tr > td:last-child {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-right: 0.1px solid #eceeef !important; }
    #distributorUsersList .customers-distributor-datatable .fa-chart-line, #distributorUsersList .manufacturer-products-datatable .fa-chart-line, #distributorUsersList .modules-distributor-datatable .fa-chart-line, #manufacturerProducts .customers-distributor-datatable .fa-chart-line, #manufacturerProducts .manufacturer-products-datatable .fa-chart-line, #manufacturerProducts .modules-distributor-datatable .fa-chart-line, #distributorModulesList .customers-distributor-datatable .fa-chart-line, #distributorModulesList .manufacturer-products-datatable .fa-chart-line, #distributorModulesList .modules-distributor-datatable .fa-chart-line {
      margin: 4px 4px; }
    #distributorUsersList .customers-distributor-datatable .module-picto, #distributorUsersList .manufacturer-products-datatable .module-picto, #distributorUsersList .modules-distributor-datatable .module-picto, #manufacturerProducts .customers-distributor-datatable .module-picto, #manufacturerProducts .manufacturer-products-datatable .module-picto, #manufacturerProducts .modules-distributor-datatable .module-picto, #distributorModulesList .customers-distributor-datatable .module-picto, #distributorModulesList .manufacturer-products-datatable .module-picto, #distributorModulesList .modules-distributor-datatable .module-picto {
      display: flex; }
    #distributorUsersList .customers-distributor-datatable .svg-module-picto, #distributorUsersList .manufacturer-products-datatable .svg-module-picto, #distributorUsersList .modules-distributor-datatable .svg-module-picto, #manufacturerProducts .customers-distributor-datatable .svg-module-picto, #manufacturerProducts .manufacturer-products-datatable .svg-module-picto, #manufacturerProducts .modules-distributor-datatable .svg-module-picto, #distributorModulesList .customers-distributor-datatable .svg-module-picto, #distributorModulesList .manufacturer-products-datatable .svg-module-picto, #distributorModulesList .modules-distributor-datatable .svg-module-picto {
      width: 30px;
      fill: #3d9bec; }
    #distributorUsersList .customers-distributor-datatable .module-picto div, #distributorUsersList .manufacturer-products-datatable .module-picto div, #distributorUsersList .modules-distributor-datatable .module-picto div, #manufacturerProducts .customers-distributor-datatable .module-picto div, #manufacturerProducts .manufacturer-products-datatable .module-picto div, #manufacturerProducts .modules-distributor-datatable .module-picto div, #distributorModulesList .customers-distributor-datatable .module-picto div, #distributorModulesList .manufacturer-products-datatable .module-picto div, #distributorModulesList .modules-distributor-datatable .module-picto div {
      margin-right: 5px;
      background-color: #e3f0fc;
      padding: 6px;
      border-radius: 30px;
      width: 33px;
      height: 33px; }
    #distributorUsersList .customers-distributor-datatable .module-picto img, #distributorUsersList .manufacturer-products-datatable .module-picto img, #distributorUsersList .modules-distributor-datatable .module-picto img, #manufacturerProducts .customers-distributor-datatable .module-picto img, #manufacturerProducts .manufacturer-products-datatable .module-picto img, #manufacturerProducts .modules-distributor-datatable .module-picto img, #distributorModulesList .customers-distributor-datatable .module-picto img, #distributorModulesList .manufacturer-products-datatable .module-picto img, #distributorModulesList .modules-distributor-datatable .module-picto img {
      width: 25px; }
    #distributorUsersList .customers-distributor-datatable .check-customer-email, #distributorUsersList .manufacturer-products-datatable .check-customer-email, #distributorUsersList .modules-distributor-datatable .check-customer-email, #manufacturerProducts .customers-distributor-datatable .check-customer-email, #manufacturerProducts .manufacturer-products-datatable .check-customer-email, #manufacturerProducts .modules-distributor-datatable .check-customer-email, #distributorModulesList .customers-distributor-datatable .check-customer-email, #distributorModulesList .manufacturer-products-datatable .check-customer-email, #distributorModulesList .modules-distributor-datatable .check-customer-email {
      padding-left: 5px; }
    #distributorUsersList .customers-distributor-datatable .check-customer-email input, #distributorUsersList .customers-distributor-datatable #checkBoxAllCustomers, #distributorUsersList .manufacturer-products-datatable .check-customer-email input, #distributorUsersList .manufacturer-products-datatable #checkBoxAllCustomers, #distributorUsersList .modules-distributor-datatable .check-customer-email input, #distributorUsersList .modules-distributor-datatable #checkBoxAllCustomers, #manufacturerProducts .customers-distributor-datatable .check-customer-email input, #manufacturerProducts .customers-distributor-datatable #checkBoxAllCustomers, #manufacturerProducts .manufacturer-products-datatable .check-customer-email input, #manufacturerProducts .manufacturer-products-datatable #checkBoxAllCustomers, #manufacturerProducts .modules-distributor-datatable .check-customer-email input, #manufacturerProducts .modules-distributor-datatable #checkBoxAllCustomers, #distributorModulesList .customers-distributor-datatable .check-customer-email input, #distributorModulesList .customers-distributor-datatable #checkBoxAllCustomers, #distributorModulesList .manufacturer-products-datatable .check-customer-email input, #distributorModulesList .manufacturer-products-datatable #checkBoxAllCustomers, #distributorModulesList .modules-distributor-datatable .check-customer-email input, #distributorModulesList .modules-distributor-datatable #checkBoxAllCustomers {
      cursor: pointer; }
    #distributorUsersList .customers-distributor-datatable .lowi-status, #distributorUsersList .manufacturer-products-datatable .lowi-status, #distributorUsersList .modules-distributor-datatable .lowi-status, #manufacturerProducts .customers-distributor-datatable .lowi-status, #manufacturerProducts .manufacturer-products-datatable .lowi-status, #manufacturerProducts .modules-distributor-datatable .lowi-status, #distributorModulesList .customers-distributor-datatable .lowi-status, #distributorModulesList .manufacturer-products-datatable .lowi-status, #distributorModulesList .modules-distributor-datatable .lowi-status {
      width: 15px;
      height: 15px;
      border-radius: 10px; }
    #distributorUsersList .customers-distributor-datatable .lowi-not-appaired, #distributorUsersList .manufacturer-products-datatable .lowi-not-appaired, #distributorUsersList .modules-distributor-datatable .lowi-not-appaired, #manufacturerProducts .customers-distributor-datatable .lowi-not-appaired, #manufacturerProducts .manufacturer-products-datatable .lowi-not-appaired, #manufacturerProducts .modules-distributor-datatable .lowi-not-appaired, #distributorModulesList .customers-distributor-datatable .lowi-not-appaired, #distributorModulesList .manufacturer-products-datatable .lowi-not-appaired, #distributorModulesList .modules-distributor-datatable .lowi-not-appaired {
      background: grey; }
    #distributorUsersList .customers-distributor-datatable .lowi-connection-lost, #distributorUsersList .manufacturer-products-datatable .lowi-connection-lost, #distributorUsersList .modules-distributor-datatable .lowi-connection-lost, #manufacturerProducts .customers-distributor-datatable .lowi-connection-lost, #manufacturerProducts .manufacturer-products-datatable .lowi-connection-lost, #manufacturerProducts .modules-distributor-datatable .lowi-connection-lost, #distributorModulesList .customers-distributor-datatable .lowi-connection-lost, #distributorModulesList .manufacturer-products-datatable .lowi-connection-lost, #distributorModulesList .modules-distributor-datatable .lowi-connection-lost {
      background: red; }
    #distributorUsersList .customers-distributor-datatable .lowi-connection-ok, #distributorUsersList .manufacturer-products-datatable .lowi-connection-ok, #distributorUsersList .modules-distributor-datatable .lowi-connection-ok, #manufacturerProducts .customers-distributor-datatable .lowi-connection-ok, #manufacturerProducts .manufacturer-products-datatable .lowi-connection-ok, #manufacturerProducts .modules-distributor-datatable .lowi-connection-ok, #distributorModulesList .customers-distributor-datatable .lowi-connection-ok, #distributorModulesList .manufacturer-products-datatable .lowi-connection-ok, #distributorModulesList .modules-distributor-datatable .lowi-connection-ok {
      background: green; }
    #distributorUsersList .customers-distributor-datatable .battery-level, #distributorUsersList .manufacturer-products-datatable .battery-level, #distributorUsersList .modules-distributor-datatable .battery-level, #manufacturerProducts .customers-distributor-datatable .battery-level, #manufacturerProducts .manufacturer-products-datatable .battery-level, #manufacturerProducts .modules-distributor-datatable .battery-level, #distributorModulesList .customers-distributor-datatable .battery-level, #distributorModulesList .manufacturer-products-datatable .battery-level, #distributorModulesList .modules-distributor-datatable .battery-level {
      padding: 0 7px;
      color: white;
      font-weight: 600;
      border-radius: 5px;
      font-weight: lighter; }
    #distributorUsersList .customers-distributor-datatable .battery-level-0, #distributorUsersList .manufacturer-products-datatable .battery-level-0, #distributorUsersList .modules-distributor-datatable .battery-level-0, #manufacturerProducts .customers-distributor-datatable .battery-level-0, #manufacturerProducts .manufacturer-products-datatable .battery-level-0, #manufacturerProducts .modules-distributor-datatable .battery-level-0, #distributorModulesList .customers-distributor-datatable .battery-level-0, #distributorModulesList .manufacturer-products-datatable .battery-level-0, #distributorModulesList .modules-distributor-datatable .battery-level-0 {
      background-color: #666666; }
    #distributorUsersList .customers-distributor-datatable .battery-level-1, #distributorUsersList .manufacturer-products-datatable .battery-level-1, #distributorUsersList .modules-distributor-datatable .battery-level-1, #manufacturerProducts .customers-distributor-datatable .battery-level-1, #manufacturerProducts .manufacturer-products-datatable .battery-level-1, #manufacturerProducts .modules-distributor-datatable .battery-level-1, #distributorModulesList .customers-distributor-datatable .battery-level-1, #distributorModulesList .manufacturer-products-datatable .battery-level-1, #distributorModulesList .modules-distributor-datatable .battery-level-1 {
      background-color: #be1723; }
    #distributorUsersList .customers-distributor-datatable .battery-level-2, #distributorUsersList .manufacturer-products-datatable .battery-level-2, #distributorUsersList .modules-distributor-datatable .battery-level-2, #manufacturerProducts .customers-distributor-datatable .battery-level-2, #manufacturerProducts .manufacturer-products-datatable .battery-level-2, #manufacturerProducts .modules-distributor-datatable .battery-level-2, #distributorModulesList .customers-distributor-datatable .battery-level-2, #distributorModulesList .manufacturer-products-datatable .battery-level-2, #distributorModulesList .modules-distributor-datatable .battery-level-2 {
      background-color: #d2650c; }
    #distributorUsersList .customers-distributor-datatable .battery-level-3, #distributorUsersList .manufacturer-products-datatable .battery-level-3, #distributorUsersList .modules-distributor-datatable .battery-level-3, #manufacturerProducts .customers-distributor-datatable .battery-level-3, #manufacturerProducts .manufacturer-products-datatable .battery-level-3, #manufacturerProducts .modules-distributor-datatable .battery-level-3, #distributorModulesList .customers-distributor-datatable .battery-level-3, #distributorModulesList .manufacturer-products-datatable .battery-level-3, #distributorModulesList .modules-distributor-datatable .battery-level-3 {
      background-color: #b7b222; }
    #distributorUsersList .customers-distributor-datatable .battery-level-4, #distributorUsersList .manufacturer-products-datatable .battery-level-4, #distributorUsersList .modules-distributor-datatable .battery-level-4, #manufacturerProducts .customers-distributor-datatable .battery-level-4, #manufacturerProducts .manufacturer-products-datatable .battery-level-4, #manufacturerProducts .modules-distributor-datatable .battery-level-4, #distributorModulesList .customers-distributor-datatable .battery-level-4, #distributorModulesList .manufacturer-products-datatable .battery-level-4, #distributorModulesList .modules-distributor-datatable .battery-level-4 {
      background-color: #24b15b; }
    #distributorUsersList .customers-distributor-datatable .battery-level-5, #distributorUsersList .manufacturer-products-datatable .battery-level-5, #distributorUsersList .modules-distributor-datatable .battery-level-5, #manufacturerProducts .customers-distributor-datatable .battery-level-5, #manufacturerProducts .manufacturer-products-datatable .battery-level-5, #manufacturerProducts .modules-distributor-datatable .battery-level-5, #distributorModulesList .customers-distributor-datatable .battery-level-5, #distributorModulesList .manufacturer-products-datatable .battery-level-5, #distributorModulesList .modules-distributor-datatable .battery-level-5 {
      background-color: #24b15b; }
    #distributorUsersList .customers-distributor-datatable .fa-battery-full, #distributorUsersList .manufacturer-products-datatable .fa-battery-full, #distributorUsersList .modules-distributor-datatable .fa-battery-full, #manufacturerProducts .customers-distributor-datatable .fa-battery-full, #manufacturerProducts .manufacturer-products-datatable .fa-battery-full, #manufacturerProducts .modules-distributor-datatable .fa-battery-full, #distributorModulesList .customers-distributor-datatable .fa-battery-full, #distributorModulesList .manufacturer-products-datatable .fa-battery-full, #distributorModulesList .modules-distributor-datatable .fa-battery-full {
      color: #3f913a; }
    #distributorUsersList .customers-distributor-datatable .fa-battery-three-quarters, #distributorUsersList .manufacturer-products-datatable .fa-battery-three-quarters, #distributorUsersList .modules-distributor-datatable .fa-battery-three-quarters, #manufacturerProducts .customers-distributor-datatable .fa-battery-three-quarters, #manufacturerProducts .manufacturer-products-datatable .fa-battery-three-quarters, #manufacturerProducts .modules-distributor-datatable .fa-battery-three-quarters, #distributorModulesList .customers-distributor-datatable .fa-battery-three-quarters, #distributorModulesList .manufacturer-products-datatable .fa-battery-three-quarters, #distributorModulesList .modules-distributor-datatable .fa-battery-three-quarters {
      color: #f9d126; }
    #distributorUsersList .customers-distributor-datatable .fa-battery-quarter,
    #distributorUsersList .customers-distributor-datatable .fa-battery-half, #distributorUsersList .manufacturer-products-datatable .fa-battery-quarter,
    #distributorUsersList .manufacturer-products-datatable .fa-battery-half, #distributorUsersList .modules-distributor-datatable .fa-battery-quarter,
    #distributorUsersList .modules-distributor-datatable .fa-battery-half, #manufacturerProducts .customers-distributor-datatable .fa-battery-quarter,
    #manufacturerProducts .customers-distributor-datatable .fa-battery-half, #manufacturerProducts .manufacturer-products-datatable .fa-battery-quarter,
    #manufacturerProducts .manufacturer-products-datatable .fa-battery-half, #manufacturerProducts .modules-distributor-datatable .fa-battery-quarter,
    #manufacturerProducts .modules-distributor-datatable .fa-battery-half, #distributorModulesList .customers-distributor-datatable .fa-battery-quarter,
    #distributorModulesList .customers-distributor-datatable .fa-battery-half, #distributorModulesList .manufacturer-products-datatable .fa-battery-quarter,
    #distributorModulesList .manufacturer-products-datatable .fa-battery-half, #distributorModulesList .modules-distributor-datatable .fa-battery-quarter,
    #distributorModulesList .modules-distributor-datatable .fa-battery-half {
      color: #ffa031; }
    #distributorUsersList .customers-distributor-datatable .fa-battery-empty, #distributorUsersList .manufacturer-products-datatable .fa-battery-empty, #distributorUsersList .modules-distributor-datatable .fa-battery-empty, #manufacturerProducts .customers-distributor-datatable .fa-battery-empty, #manufacturerProducts .manufacturer-products-datatable .fa-battery-empty, #manufacturerProducts .modules-distributor-datatable .fa-battery-empty, #distributorModulesList .customers-distributor-datatable .fa-battery-empty, #distributorModulesList .manufacturer-products-datatable .fa-battery-empty, #distributorModulesList .modules-distributor-datatable .fa-battery-empty {
      color: #fe3b2b; }
    #distributorUsersList .customers-distributor-datatable .technical-situation, #distributorUsersList .manufacturer-products-datatable .technical-situation, #distributorUsersList .modules-distributor-datatable .technical-situation, #manufacturerProducts .customers-distributor-datatable .technical-situation, #manufacturerProducts .manufacturer-products-datatable .technical-situation, #manufacturerProducts .modules-distributor-datatable .technical-situation, #distributorModulesList .customers-distributor-datatable .technical-situation, #distributorModulesList .manufacturer-products-datatable .technical-situation, #distributorModulesList .modules-distributor-datatable .technical-situation {
      width: 15px;
      height: 15px;
      border-radius: 10px; }
    #distributorUsersList .customers-distributor-datatable .technical-situation-success, #distributorUsersList .manufacturer-products-datatable .technical-situation-success, #distributorUsersList .modules-distributor-datatable .technical-situation-success, #manufacturerProducts .customers-distributor-datatable .technical-situation-success, #manufacturerProducts .manufacturer-products-datatable .technical-situation-success, #manufacturerProducts .modules-distributor-datatable .technical-situation-success, #distributorModulesList .customers-distributor-datatable .technical-situation-success, #distributorModulesList .manufacturer-products-datatable .technical-situation-success, #distributorModulesList .modules-distributor-datatable .technical-situation-success {
      background-color: #3f913a; }
    #distributorUsersList .customers-distributor-datatable .technical-situation-warning, #distributorUsersList .manufacturer-products-datatable .technical-situation-warning, #distributorUsersList .modules-distributor-datatable .technical-situation-warning, #manufacturerProducts .customers-distributor-datatable .technical-situation-warning, #manufacturerProducts .manufacturer-products-datatable .technical-situation-warning, #manufacturerProducts .modules-distributor-datatable .technical-situation-warning, #distributorModulesList .customers-distributor-datatable .technical-situation-warning, #distributorModulesList .manufacturer-products-datatable .technical-situation-warning, #distributorModulesList .modules-distributor-datatable .technical-situation-warning {
      background-color: #ffa031; }
    #distributorUsersList .customers-distributor-datatable .technical-situation-danger, #distributorUsersList .manufacturer-products-datatable .technical-situation-danger, #distributorUsersList .modules-distributor-datatable .technical-situation-danger, #manufacturerProducts .customers-distributor-datatable .technical-situation-danger, #manufacturerProducts .manufacturer-products-datatable .technical-situation-danger, #manufacturerProducts .modules-distributor-datatable .technical-situation-danger, #distributorModulesList .customers-distributor-datatable .technical-situation-danger, #distributorModulesList .manufacturer-products-datatable .technical-situation-danger, #distributorModulesList .modules-distributor-datatable .technical-situation-danger {
      background-color: #fe3b2b; }
    #distributorUsersList .customers-distributor-datatable .none-technical-situation, #distributorUsersList .manufacturer-products-datatable .none-technical-situation, #distributorUsersList .modules-distributor-datatable .none-technical-situation, #manufacturerProducts .customers-distributor-datatable .none-technical-situation, #manufacturerProducts .manufacturer-products-datatable .none-technical-situation, #manufacturerProducts .modules-distributor-datatable .none-technical-situation, #distributorModulesList .customers-distributor-datatable .none-technical-situation, #distributorModulesList .manufacturer-products-datatable .none-technical-situation, #distributorModulesList .modules-distributor-datatable .none-technical-situation {
      background-color: #D3D3D3; }
  #distributorUsersList #see-distributor-data, #manufacturerProducts #see-distributor-data, #distributorModulesList #see-distributor-data {
    height: 100vh; }
  #distributorUsersList #see-distributor-data, #distributorUsersList #see-manufacturer-products-data, #manufacturerProducts #see-distributor-data, #manufacturerProducts #see-manufacturer-products-data, #distributorModulesList #see-distributor-data, #distributorModulesList #see-manufacturer-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%);
    overflow: scroll; }
    #distributorUsersList #see-distributor-data.open, #distributorUsersList #see-manufacturer-products-data.open, #manufacturerProducts #see-distributor-data.open, #manufacturerProducts #see-manufacturer-products-data.open, #distributorModulesList #see-distributor-data.open, #distributorModulesList #see-manufacturer-products-data.open {
      transform: none !important; }
  #distributorUsersList #distributor-data, #distributorUsersList #manufacturer-products-data, #manufacturerProducts #distributor-data, #manufacturerProducts #manufacturer-products-data, #distributorModulesList #distributor-data, #distributorModulesList #manufacturer-products-data {
    margin-top: 100px; }
    #distributorUsersList #distributor-data #section-echarts-nav, #distributorUsersList #distributor-data #section-sensors-echarts, #distributorUsersList #manufacturer-products-data #section-echarts-nav, #distributorUsersList #manufacturer-products-data #section-sensors-echarts, #manufacturerProducts #distributor-data #section-echarts-nav, #manufacturerProducts #distributor-data #section-sensors-echarts, #manufacturerProducts #manufacturer-products-data #section-echarts-nav, #manufacturerProducts #manufacturer-products-data #section-sensors-echarts, #distributorModulesList #distributor-data #section-echarts-nav, #distributorModulesList #distributor-data #section-sensors-echarts, #distributorModulesList #manufacturer-products-data #section-echarts-nav, #distributorModulesList #manufacturer-products-data #section-sensors-echarts {
      display: none; }
    #distributorUsersList #distributor-data #section-modules, #distributorUsersList #distributor-data #section-sensors-data, #distributorUsersList #manufacturer-products-data #section-modules, #distributorUsersList #manufacturer-products-data #section-sensors-data, #manufacturerProducts #distributor-data #section-modules, #manufacturerProducts #distributor-data #section-sensors-data, #manufacturerProducts #manufacturer-products-data #section-modules, #manufacturerProducts #manufacturer-products-data #section-sensors-data, #distributorModulesList #distributor-data #section-modules, #distributorModulesList #distributor-data #section-sensors-data, #distributorModulesList #manufacturer-products-data #section-modules, #distributorModulesList #manufacturer-products-data #section-sensors-data {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
    #distributorUsersList #distributor-data .manufacturer-sensor-informations, #distributorUsersList #manufacturer-products-data .manufacturer-sensor-informations, #manufacturerProducts #distributor-data .manufacturer-sensor-informations, #manufacturerProducts #manufacturer-products-data .manufacturer-sensor-informations, #distributorModulesList #distributor-data .manufacturer-sensor-informations, #distributorModulesList #manufacturer-products-data .manufacturer-sensor-informations {
      background: #fff;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      border-radius: 7px;
      padding: 10px; }
    #distributorUsersList #distributor-data .module-card, #distributorUsersList #manufacturer-products-data .module-card, #manufacturerProducts #distributor-data .module-card, #manufacturerProducts #manufacturer-products-data .module-card, #distributorModulesList #distributor-data .module-card, #distributorModulesList #manufacturer-products-data .module-card {
      background: #fff;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      border-radius: 7px;
      width: 500px; }
    #distributorUsersList #distributor-data .module-card-header, #distributorUsersList #manufacturer-products-data .module-card-header, #manufacturerProducts #distributor-data .module-card-header, #manufacturerProducts #manufacturer-products-data .module-card-header, #distributorModulesList #distributor-data .module-card-header, #distributorModulesList #manufacturer-products-data .module-card-header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 100px 10px 20px; }
      #distributorUsersList #distributor-data .module-card-header span, #distributorUsersList #manufacturer-products-data .module-card-header span, #manufacturerProducts #distributor-data .module-card-header span, #manufacturerProducts #manufacturer-products-data .module-card-header span, #distributorModulesList #distributor-data .module-card-header span, #distributorModulesList #manufacturer-products-data .module-card-header span {
        margin-left: 10px;
        border-left: 1px solid #9b9b9b;
        padding-left: 10px;
        color: #AAA;
        font-size: 13px; }
    #distributorUsersList #distributor-data .module-card-content, #distributorUsersList #manufacturer-products-data .module-card-content, #manufacturerProducts #distributor-data .module-card-content, #manufacturerProducts #manufacturer-products-data .module-card-content, #distributorModulesList #distributor-data .module-card-content, #distributorModulesList #manufacturer-products-data .module-card-content {
      padding: 20px; }
    #distributorUsersList #distributor-data .module-card-infos, #distributorUsersList #manufacturer-products-data .module-card-infos, #manufacturerProducts #distributor-data .module-card-infos, #manufacturerProducts #manufacturer-products-data .module-card-infos, #distributorModulesList #distributor-data .module-card-infos, #distributorModulesList #manufacturer-products-data .module-card-infos {
      font-size: 14px;
      font-weight: lighter;
      color: #aaaaaa; }
      #distributorUsersList #distributor-data .module-card-infos span, #distributorUsersList #manufacturer-products-data .module-card-infos span, #manufacturerProducts #distributor-data .module-card-infos span, #manufacturerProducts #manufacturer-products-data .module-card-infos span, #distributorModulesList #distributor-data .module-card-infos span, #distributorModulesList #manufacturer-products-data .module-card-infos span {
        font-weight: 300;
        color: #666;
        font-size: 16px; }
    #distributorUsersList #distributor-data .module-card-photo, #distributorUsersList #manufacturer-products-data .module-card-photo, #manufacturerProducts #distributor-data .module-card-photo, #manufacturerProducts #manufacturer-products-data .module-card-photo, #distributorModulesList #distributor-data .module-card-photo, #distributorModulesList #manufacturer-products-data .module-card-photo {
      width: 30%; }
      #distributorUsersList #distributor-data .module-card-photo img, #distributorUsersList #manufacturer-products-data .module-card-photo img, #manufacturerProducts #distributor-data .module-card-photo img, #manufacturerProducts #manufacturer-products-data .module-card-photo img, #distributorModulesList #distributor-data .module-card-photo img, #distributorModulesList #manufacturer-products-data .module-card-photo img {
        width: 100%; }
    #distributorUsersList #distributor-data .sensor-informations .title-sensor, #distributorUsersList #manufacturer-products-data .sensor-informations .title-sensor, #manufacturerProducts #distributor-data .sensor-informations .title-sensor, #manufacturerProducts #manufacturer-products-data .sensor-informations .title-sensor, #distributorModulesList #distributor-data .sensor-informations .title-sensor, #distributorModulesList #manufacturer-products-data .sensor-informations .title-sensor {
      font-size: 12px;
      color: #544e59; }
    #distributorUsersList #distributor-data .sensor-informations .value-sensor, #distributorUsersList #manufacturer-products-data .sensor-informations .value-sensor, #manufacturerProducts #distributor-data .sensor-informations .value-sensor, #manufacturerProducts #manufacturer-products-data .sensor-informations .value-sensor, #distributorModulesList #distributor-data .sensor-informations .value-sensor, #distributorModulesList #manufacturer-products-data .sensor-informations .value-sensor {
      color: #188cf7;
      font-weight: 600;
      font-size: 18px; }
    #distributorUsersList #distributor-data .sensor-informations .time-sensor, #distributorUsersList #manufacturer-products-data .sensor-informations .time-sensor, #manufacturerProducts #distributor-data .sensor-informations .time-sensor, #manufacturerProducts #manufacturer-products-data .sensor-informations .time-sensor, #distributorModulesList #distributor-data .sensor-informations .time-sensor, #distributorModulesList #manufacturer-products-data .sensor-informations .time-sensor {
      color: #9b9b9b;
      font-weight: 300;
      font-size: 10px; }
    #distributorUsersList #distributor-data .sensors-informations, #distributorUsersList #manufacturer-products-data .sensors-informations, #manufacturerProducts #distributor-data .sensors-informations, #manufacturerProducts #manufacturer-products-data .sensors-informations, #distributorModulesList #distributor-data .sensors-informations, #distributorModulesList #manufacturer-products-data .sensors-informations {
      display: grid;
      grid-template-columns: 1fr auto; }
      #distributorUsersList #distributor-data .sensors-informations .calibration-informations, #distributorUsersList #manufacturer-products-data .sensors-informations .calibration-informations, #manufacturerProducts #distributor-data .sensors-informations .calibration-informations, #manufacturerProducts #manufacturer-products-data .sensors-informations .calibration-informations, #distributorModulesList #distributor-data .sensors-informations .calibration-informations, #distributorModulesList #manufacturer-products-data .sensors-informations .calibration-informations {
        width: 30px;
        height: 30px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center; }
      #distributorUsersList #distributor-data .sensors-informations .calibration-ok, #distributorUsersList #manufacturer-products-data .sensors-informations .calibration-ok, #manufacturerProducts #distributor-data .sensors-informations .calibration-ok, #manufacturerProducts #manufacturer-products-data .sensors-informations .calibration-ok, #distributorModulesList #distributor-data .sensors-informations .calibration-ok, #distributorModulesList #manufacturer-products-data .sensors-informations .calibration-ok {
        color: #32D74B;
        background: rgba(50, 215, 75, 0.2); }
      #distributorUsersList #distributor-data .sensors-informations .calibration-nok, #distributorUsersList #manufacturer-products-data .sensors-informations .calibration-nok, #manufacturerProducts #distributor-data .sensors-informations .calibration-nok, #manufacturerProducts #manufacturer-products-data .sensors-informations .calibration-nok, #distributorModulesList #distributor-data .sensors-informations .calibration-nok, #distributorModulesList #manufacturer-products-data .sensors-informations .calibration-nok {
        color: #FF3B30;
        background: rgba(255, 59, 48, 0.2); }
  #distributorUsersList #close-distributor-data, #manufacturerProducts #close-distributor-data, #distributorModulesList #close-distributor-data {
    color: #3d9bec;
    cursor: pointer; }
  #distributorUsersList .distributor-data-nav, #distributorUsersList .manufacturer-data-nav, #manufacturerProducts .distributor-data-nav, #manufacturerProducts .manufacturer-data-nav, #distributorModulesList .distributor-data-nav, #distributorModulesList .manufacturer-data-nav {
    position: fixed;
    top: 0;
    right: 0;
    color: #3d9bec;
    background-color: #ececec;
    left: calc((2*100%) / 12);
    z-index: 1000; }
    #distributorUsersList .distributor-data-nav ul, #distributorUsersList .manufacturer-data-nav ul, #manufacturerProducts .distributor-data-nav ul, #manufacturerProducts .manufacturer-data-nav ul, #distributorModulesList .distributor-data-nav ul, #distributorModulesList .manufacturer-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; }
    #distributorUsersList .distributor-data-nav li, #distributorUsersList .manufacturer-data-nav li, #manufacturerProducts .distributor-data-nav li, #manufacturerProducts .manufacturer-data-nav li, #distributorModulesList .distributor-data-nav li, #distributorModulesList .manufacturer-data-nav li {
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.1s;
      cursor: pointer; }
    #distributorUsersList .distributor-data-nav #modules, #distributorUsersList .distributor-data-nav #echarts-nav, #distributorUsersList .distributor-data-nav #sensors-data, #distributorUsersList .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, #manufacturerProducts .distributor-data-nav #modules, #manufacturerProducts .distributor-data-nav #echarts-nav, #manufacturerProducts .distributor-data-nav #sensors-data, #manufacturerProducts .distributor-data-nav #sensors-echarts, #manufacturerProducts .manufacturer-data-nav #modules, #manufacturerProducts .manufacturer-data-nav #echarts-nav, #manufacturerProducts .manufacturer-data-nav #sensors-data, #manufacturerProducts .manufacturer-data-nav #sensors-echarts, #distributorModulesList .distributor-data-nav #modules, #distributorModulesList .distributor-data-nav #echarts-nav, #distributorModulesList .distributor-data-nav #sensors-data, #distributorModulesList .distributor-data-nav #sensors-echarts, #distributorModulesList .manufacturer-data-nav #modules, #distributorModulesList .manufacturer-data-nav #echarts-nav, #distributorModulesList .manufacturer-data-nav #sensors-data, #distributorModulesList .manufacturer-data-nav #sensors-echarts {
      width: 47%; }
    #distributorUsersList .distributor-data-nav #close-sidepage, #distributorUsersList .manufacturer-data-nav #close-sidepage, #manufacturerProducts .distributor-data-nav #close-sidepage, #manufacturerProducts .manufacturer-data-nav #close-sidepage, #distributorModulesList .distributor-data-nav #close-sidepage, #distributorModulesList .manufacturer-data-nav #close-sidepage {
      width: 6%; }
    #distributorUsersList .distributor-data-nav .li-distributor-data-nav div, #distributorUsersList .distributor-data-nav .li-manufacturer-data-nav div, #distributorUsersList .manufacturer-data-nav .li-distributor-data-nav div, #distributorUsersList .manufacturer-data-nav .li-manufacturer-data-nav div, #manufacturerProducts .distributor-data-nav .li-distributor-data-nav div, #manufacturerProducts .distributor-data-nav .li-manufacturer-data-nav div, #manufacturerProducts .manufacturer-data-nav .li-distributor-data-nav div, #manufacturerProducts .manufacturer-data-nav .li-manufacturer-data-nav div, #distributorModulesList .distributor-data-nav .li-distributor-data-nav div, #distributorModulesList .distributor-data-nav .li-manufacturer-data-nav div, #distributorModulesList .manufacturer-data-nav .li-distributor-data-nav div, #distributorModulesList .manufacturer-data-nav .li-manufacturer-data-nav div {
      transition: all 0.1s;
      cursor: pointer; }
    #distributorUsersList .distributor-data-nav .li-distributor-data-nav div:hover, #distributorUsersList .distributor-data-nav .li-manufacturer-data-nav div:hover, #distributorUsersList .manufacturer-data-nav .li-distributor-data-nav div:hover, #distributorUsersList .manufacturer-data-nav .li-manufacturer-data-nav div:hover, #manufacturerProducts .distributor-data-nav .li-distributor-data-nav div:hover, #manufacturerProducts .distributor-data-nav .li-manufacturer-data-nav div:hover, #manufacturerProducts .manufacturer-data-nav .li-distributor-data-nav div:hover, #manufacturerProducts .manufacturer-data-nav .li-manufacturer-data-nav div:hover, #distributorModulesList .distributor-data-nav .li-distributor-data-nav div:hover, #distributorModulesList .distributor-data-nav .li-manufacturer-data-nav div:hover, #distributorModulesList .manufacturer-data-nav .li-distributor-data-nav div:hover, #distributorModulesList .manufacturer-data-nav .li-manufacturer-data-nav div:hover {
      transform: scale(0.94);
      transition: all 0.1s; }
    #distributorUsersList .distributor-data-nav i, #distributorUsersList .manufacturer-data-nav i, #manufacturerProducts .distributor-data-nav i, #manufacturerProducts .manufacturer-data-nav i, #distributorModulesList .distributor-data-nav i, #distributorModulesList .manufacturer-data-nav i {
      font-size: 20px; }
    #distributorUsersList .distributor-data-nav .navbar-indicator, #distributorUsersList .manufacturer-data-nav .navbar-indicator, #manufacturerProducts .distributor-data-nav .navbar-indicator, #manufacturerProducts .manufacturer-data-nav .navbar-indicator, #distributorModulesList .distributor-data-nav .navbar-indicator, #distributorModulesList .manufacturer-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; }
  #distributorUsersList #map-pool-distributor-content, #manufacturerProducts #map-pool-distributor-content, #distributorModulesList #map-pool-distributor-content {
    display: none;
    position: absolute !important;
    overflow: hidden;
    width: calc(100%);
    z-index: 1000;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  #distributorUsersList #distributor-map, #manufacturerProducts #distributor-map, #distributorModulesList #distributor-map {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #3d9bec;
    cursor: pointer; }
  #distributorUsersList #close-distributor-map, #manufacturerProducts #close-distributor-map, #distributorModulesList #close-distributor-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); } }
    #distributorUsersList #close-distributor-map .circle path, #manufacturerProducts #close-distributor-map .circle path, #distributorModulesList #close-distributor-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; } }
    #distributorUsersList #close-distributor-map span, #manufacturerProducts #close-distributor-map span, #distributorModulesList #close-distributor-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; } }
      #distributorUsersList #close-distributor-map span:nth-child(1), #manufacturerProducts #close-distributor-map span:nth-child(1), #distributorModulesList #close-distributor-map span:nth-child(1) {
        top: 12.3333333333px;
        left: 13.3333333333px;
        transform: rotate(45deg);
        transform-origin: top left; }
      #distributorUsersList #close-distributor-map span:nth-child(2), #manufacturerProducts #close-distributor-map span:nth-child(2), #distributorModulesList #close-distributor-map span:nth-child(2) {
        top: 12.3333333333px;
        right: 13.3333333333px;
        transform: rotate(-45deg);
        transform-origin: top right; }
      #distributorUsersList #close-distributor-map span:nth-child(3), #manufacturerProducts #close-distributor-map span:nth-child(3), #distributorModulesList #close-distributor-map span:nth-child(3) {
        bottom: 12.3333333333px;
        left: 13.3333333333px;
        transform: rotate(-45deg);
        transform-origin: bottom left; }
      #distributorUsersList #close-distributor-map span:nth-child(4), #manufacturerProducts #close-distributor-map span:nth-child(4), #distributorModulesList #close-distributor-map span:nth-child(4) {
        bottom: 12.3333333333px;
        right: 13.3333333333px;
        transform: rotate(45deg);
        transform-origin: bottom right; }
    #distributorUsersList #close-distributor-map:hover, #manufacturerProducts #close-distributor-map:hover, #distributorModulesList #close-distributor-map:hover {
      background: #37474F; }
      #distributorUsersList #close-distributor-map:hover span, #manufacturerProducts #close-distributor-map:hover span, #distributorModulesList #close-distributor-map:hover span {
        width: 10px; }
  #distributorUsersList .icon-export, #manufacturerProducts .icon-export, #distributorModulesList .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; }
  #distributorUsersList #exportDataModal div.main-div, #distributorUsersList #exportEchartsDataModal div.main-div, #manufacturerProducts #exportDataModal div.main-div, #manufacturerProducts #exportEchartsDataModal div.main-div, #distributorModulesList #exportDataModal div.main-div, #distributorModulesList #exportEchartsDataModal div.main-div {
    padding: 20px 0; }
    #distributorUsersList #exportDataModal div.main-div input.form-control, #distributorUsersList #exportEchartsDataModal div.main-div input.form-control, #manufacturerProducts #exportDataModal div.main-div input.form-control, #manufacturerProducts #exportEchartsDataModal div.main-div input.form-control, #distributorModulesList #exportDataModal div.main-div input.form-control, #distributorModulesList #exportEchartsDataModal div.main-div input.form-control {
      padding: 10px;
      text-align: center;
      border-radius: 20px;
      font-size: 13px;
      color: #666;
      font-weight: 200; }
    #distributorUsersList #exportDataModal div.main-div .label, #distributorUsersList #exportEchartsDataModal div.main-div .label, #manufacturerProducts #exportDataModal div.main-div .label, #manufacturerProducts #exportEchartsDataModal div.main-div .label, #distributorModulesList #exportDataModal div.main-div .label, #distributorModulesList #exportEchartsDataModal div.main-div .label {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 10px;
      color: grey;
      display: flex;
      align-items: center; }
      #distributorUsersList #exportDataModal div.main-div .label svg, #distributorUsersList #exportEchartsDataModal div.main-div .label svg, #manufacturerProducts #exportDataModal div.main-div .label svg, #manufacturerProducts #exportEchartsDataModal div.main-div .label svg, #distributorModulesList #exportDataModal div.main-div .label svg, #distributorModulesList #exportEchartsDataModal div.main-div .label svg {
        fill: grey;
        margin-right: 10px; }
    #distributorUsersList #exportDataModal div.main-div#export_granularity, #distributorUsersList #exportEchartsDataModal div.main-div#export_granularity, #manufacturerProducts #exportDataModal div.main-div#export_granularity, #manufacturerProducts #exportEchartsDataModal div.main-div#export_granularity, #distributorModulesList #exportDataModal div.main-div#export_granularity, #distributorModulesList #exportEchartsDataModal div.main-div#export_granularity {
      display: none; }
    #distributorUsersList #exportDataModal div.main-div#export_fileformat .row, #distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row, #manufacturerProducts #exportDataModal div.main-div#export_fileformat .row, #manufacturerProducts #exportEchartsDataModal div.main-div#export_fileformat .row, #distributorModulesList #exportDataModal div.main-div#export_fileformat .row, #distributorModulesList #exportEchartsDataModal div.main-div#export_fileformat .row {
      margin-top: 20px; }
      #distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div, #distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div, #manufacturerProducts #exportDataModal div.main-div#export_fileformat .row > div, #manufacturerProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div, #distributorModulesList #exportDataModal div.main-div#export_fileformat .row > div, #distributorModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div {
        text-align: center; }
        #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, #manufacturerProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img, #manufacturerProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img, #distributorModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img, #distributorModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected img {
          filter: grayscale(0);
          transform: scale(1); }
        #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, #manufacturerProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p, #manufacturerProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p, #distributorModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p, #distributorModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable.selected p {
          font-weight: 600;
          color: #333333; }
        #distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img, #distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img, #manufacturerProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img, #manufacturerProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img, #distributorModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img, #distributorModulesList #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); }
          #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, #manufacturerProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover, #manufacturerProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover, #distributorModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover, #distributorModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable img:hover {
            filter: grayscale(0);
            transform: scale(1); }
        #distributorUsersList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable p, #distributorUsersList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable p, #manufacturerProducts #exportDataModal div.main-div#export_fileformat .row > div > div.clickable p, #manufacturerProducts #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable p, #distributorModulesList #exportDataModal div.main-div#export_fileformat .row > div > div.clickable p, #distributorModulesList #exportEchartsDataModal div.main-div#export_fileformat .row > div > div.clickable p {
          margin-top: 10px;
          font-size: 12px;
          color: #666666; }
  #distributorUsersList #download-data-popup, #manufacturerProducts #download-data-popup, #distributorModulesList #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; }
    #distributorUsersList #download-data-popup #download-data-popup-container, #manufacturerProducts #download-data-popup #download-data-popup-container, #distributorModulesList #download-data-popup #download-data-popup-container {
      background: #fff;
      border-radius: 20px;
      margin: auto;
      width: 450px; }
    #distributorUsersList #download-data-popup .popup-header, #manufacturerProducts #download-data-popup .popup-header, #distributorModulesList #download-data-popup .popup-header {
      padding: 20px 20px 0 20px; }
      #distributorUsersList #download-data-popup .popup-header i, #manufacturerProducts #download-data-popup .popup-header i, #distributorModulesList #download-data-popup .popup-header i {
        color: #b72109;
        font-size: 20px;
        cursor: pointer; }
    #distributorUsersList #download-data-popup .popup-content, #manufacturerProducts #download-data-popup .popup-content, #distributorModulesList #download-data-popup .popup-content {
      padding: 0 30px 30px 30px; }
    #distributorUsersList #download-data-popup p, #manufacturerProducts #download-data-popup p, #distributorModulesList #download-data-popup p {
      margin: inherit; }
  #distributorUsersList #download-data-inputt, #manufacturerProducts #download-data-inputt, #distributorModulesList #download-data-inputt {
    border-radius: 5px;
    background-color: red; }
  #distributorUsersList #display-pool-resume, #manufacturerProducts #display-pool-resume, #distributorModulesList #display-pool-resume {
    margin-top: 10px; }

.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-distributor {
      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-distributor i {
        font-size: 11px;
        color: #b3b6b7;
        cursor: pointer; }
      .modal-send-email-customers .row .email-selected-distributor 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; }

#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%; }

@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: #544e59; }
        #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: #544e59; }
        #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 {
  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 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; }

@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 *****/
/*************************/
#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 *****/
/*************************/
@-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; }

/* --------- */
/* 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 */
/* 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; }

/* 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; }

/* 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; }

/* ----- */
/* 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%; } }

/* --------- */
/* 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 */
/* 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; }

/* 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; }

/* 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; }

/* ----- */
/* 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%; }

@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: 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: #F4F7FB;
  font-family: "Futura", Helvetica, sans-serif;
  border: unset !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-right: 0 !important; }
  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#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; }

.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: 999;
  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 */