@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 14px/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 *****/
.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); }

@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"); }

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

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

@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"); }

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

.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"); }

/***** 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 > 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: 40px;
        margin-right: -10px; }
      #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; }

@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"); }

/***** GLOBAL VARIABLES *****/
/*************************/
/***** MAIN THEME *****/
#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: 45px;
    min-height: 45px;
    max-height: 45px;
    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; }
      #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; }

@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"); }

/***** GLOBAL VARIABLES *****/
/*************************/
.pr-25 {
  padding-right: 25px !important; }

.p-10 {
  padding: 10px !important; }

#devices .btn-group-toggle .btn {
  cursor: pointer; }

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

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

.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 {
  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; }

.required-field {
  border: 3px solid rgba(255, 0, 0, 0.5); }

@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"); }

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

/***** 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: #21a9e1;
          color: #fff; }
        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
          background-color: #fad839;
          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: #EEE;
        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: "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 .box {
  padding: 10px 20px 20px;
  margin-top: 10px; }
  #logs .box button > i.fas {
    margin-right: 5px; }
  #logs .box .header {
    display: flex;
    justify-content: space-between;
    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 {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      #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 15px; }
  #logs .box #table {
    margin-top: 20px; }
    #logs .box #table #editor {
      background-color: #FFF; }
    #logs .box #table .edit-note-footer {
      display: none;
      align-items: center;
      justify-content: flex-end;
      padding-top: 10px; }
      #logs .box #table .edit-note-footer button:not(:last-child) {
        margin-right: 10px; }

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

@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: 900;
          font-size: 30px; }
        #account .header .firstBackground .name > div:first-child .firstName, #customer .header .firstBackground .name > div:first-child .firstName {
          text-transform: capitalize;
          font-weight: 200;
          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: 200;
          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 .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: 900;
        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, #customer .content section #addCustomer h6 {
      margin: 20px 0 10px; }
    #account .content section #addCustomer .row, #customer .content section #addCustomer .row {
      margin-bottom: 40px; }
    @media (min-width: 992px) {
      #account .content section #addCustomer .or, #customer .content section #addCustomer .or {
        text-align: center;
        display: table !important;
        align-items: center;
        justify-content: center; }
        #account .content section #addCustomer .or .divider, #customer .content section #addCustomer .or .divider {
          height: 80px !important;
          width: 1px !important; }
        #account .content section #addCustomer .or .text, #customer .content section #addCustomer .or .text {
          padding: 0 !important; } }
    #account .content section #addCustomer .or, #customer .content section #addCustomer .or {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #account .content section #addCustomer .or .divider, #customer .content section #addCustomer .or .divider {
        height: 1px;
        width: 100%;
        background-color: #DDD;
        margin: auto; }
      #account .content section #addCustomer .or .text, #customer .content section #addCustomer .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, #customer .content section #addCustomer .access-requests-customers-list table.table {
      border-radius: 20px; }
      #account .content section #addCustomer .access-requests-customers-list table.table tbody tr td, #customer .content section #addCustomer .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), #customer .content section #addCustomer .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, #customer .content section #addCustomer .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, #customer .content section #addCustomer .access-requests-customers-list table.table .button:hover {
          background-color: #188cf7;
          color: white; }
      #account .content section #addCustomer .access-requests-customers-list table.table .name, #customer .content section #addCustomer .access-requests-customers-list table.table .name {
        margin-left: 15px; }
      #account .content section #addCustomer .access-requests-customers-list table.table .status, #customer .content section #addCustomer .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, #customer .content section #addCustomer .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, #customer .content section #addCustomer .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, #customer .content section #addCustomer .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, #customer .content section #addCustomer .access-requests-customers-list table.table .status.cancelled {
          color: #333;
          background-color: #AAA; }
        #account .content section #addCustomer .access-requests-customers-list table.table .status.unknown, #customer .content section #addCustomer .access-requests-customers-list table.table .status.unknown {
          color: white;
          background-color: #860065; }
    #account .content section #proSection .access-requests-pro-list table.table, #customer .content section #proSection .access-requests-pro-list table.table {
      border-radius: 20px; }
      #account .content section #proSection .access-requests-pro-list table.table tbody tr td, #customer .content section #proSection .access-requests-pro-list table.table tbody tr td {
        height: 20px; }
        #account .content section #proSection .access-requests-pro-list table.table tbody tr td:nth-child(6), #customer .content section #proSection .access-requests-pro-list table.table tbody tr td:nth-child(6) {
          display: flex;
          align-items: center;
          justify-content: flex-end; }
      #account .content section #proSection .access-requests-pro-list table.table .button, #customer .content section #proSection .access-requests-pro-list table.table .button {
        padding: 5px;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.3s ease;
        width: 25px;
        height: 25px;
        font-size: 12px !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        #account .content section #proSection .access-requests-pro-list table.table .button:hover, #customer .content section #proSection .access-requests-pro-list table.table .button:hover {
          background-color: #17507c;
          color: white; }
      #account .content section #proSection .access-requests-pro-list table.table .name, #customer .content section #proSection .access-requests-pro-list table.table .name {
        margin-left: 15px; }
      #account .content section #proSection .access-requests-pro-list table.table .status, #customer .content section #proSection .access-requests-pro-list table.table .status {
        font-size: 11px;
        padding: 3px 10px;
        border-radius: 25px;
        width: fit-content;
        width: -moz-fit-content; }
        #account .content section #proSection .access-requests-pro-list table.table .status.approved, #customer .content section #proSection .access-requests-pro-list table.table .status.approved {
          color: white;
          background-color: #24b15b; }
        #account .content section #proSection .access-requests-pro-list table.table .status.denied, #customer .content section #proSection .access-requests-pro-list table.table .status.denied {
          color: white;
          background-color: #be2236; }
        #account .content section #proSection .access-requests-pro-list table.table .status.pending, #customer .content section #proSection .access-requests-pro-list table.table .status.pending {
          color: #333;
          background-color: #FE9f00; }
        #account .content section #proSection .access-requests-pro-list table.table .status.cancelled, #customer .content section #proSection .access-requests-pro-list table.table .status.cancelled {
          color: #333;
          background-color: #AAA; }
        #account .content section #proSection .access-requests-pro-list table.table .status.unknown, #customer .content section #proSection .access-requests-pro-list table.table .status.unknown {
          color: white;
          background-color: #860065; }
  #account .content .bottomButton, #customer .content .bottomButton {
    margin: 20px auto;
    text-align: center; }

#customers-list .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 10px 0 0 0; }
  #customers-list .header > div {
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    margin: 0 15px 15px; }
    #customers-list .header > div:first-child {
      flex: 1 1 340px; }
    #customers-list .header > div.buttons {
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
      #customers-list .header > div.buttons #divider {
        height: 100%;
        width: 1px;
        background-color: #DDD;
        margin-right: 30px; }
      #customers-list .header > div.buttons #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 {
        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) {
          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 {
          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 #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.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; } }

@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"); }

/***** 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: #21a9e1;
          color: #fff; }
        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
          background-color: #fad839;
          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: #EEE;
        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: "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"); }

/***** 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 {
  background-image: url("/images/jauge_redox.svg"); }

#chlore-ampero-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; }

@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; }

#save-panel {
  z-index: 999;
  position: fixed;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px; }
  @media screen and (max-width: 1700px) {
    #save-panel {
      height: 50px; } }
  @media screen and (max-width: 700px) {
    #save-panel {
      height: 60px; } }
  @media screen and (max-width: 1700px) {
    #save-panel .btn-lg {
      font-size: 1rem; } }
  @media screen and (max-width: 700px) {
    #save-panel .btn-lg {
      font-size: 0.6rem;
      padding: 0.4rem 0.8rem; } }
  #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 > div {
        font-size: 12px; } }
    #save-panel > div > :not(:last-child) {
      margin-right: 20px; }
  #save-panel .btn {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    display: flex; }
    #save-panel .btn i {
      margin-left: 10px;
      margin-top: 2px; }

body.pool-front {
  height: 100%;
  background-color: #efeff5;
  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 .box {
    border-radius: 0.35rem !important;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 20px;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
    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#timerange {
      height: 50px;
      margin-bottom: 10px !important;
      padding: 10px;
      justify-content: space-between;
      align-items: center;
      border-top-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;
        border-left: 1px solid rgba(0, 0, 0, 0.2); }
      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: 16px; }
              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 {
      height: 85px;
      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.lrol-command ~ .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.lrol-command.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; }

.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 {
  background-color: #188cf7 !important; }

#select_outdoor.btn-secondary.active, #select_indoor.btn-secondary.active {
  background-color: #188cf7 !important; }

#flow-btn {
  color: #4a4e54;
  border-right: 1px solid #4a4e54 !important; }

#pressure-btn {
  color: #78babe;
  border-right: 1px solid #78babe !important; }

.chart-all-sensors {
  height: 480px !important; }
