/* Overrides _________________________________________________________________________________________________________ */
.body {
  color: red;
}
.has-tip {
  border-bottom: none;
  font-weight: normal;
  color: inherit;
  pointer-events: all;
}
.has-tip:hover,
.has-tip:focus {
  border-bottom: none;
  color: #0081c5;
}
button.secondary,
.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #b9b9b9;
  color: #333333;
}
div.Tokenize ul.Dropdown {
  max-height: 25vh;
  font-size: 0.875rem;
}
.top-bar-section .dropdown li.title.back h5 a {
  font-size: 0.8125rem !important;
  color: rgba(255, 255, 255, 0.75);
}
.top-bar-section .dropdown li.title.back h5 a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-right-style: solid;
  margin-right: 1.125rem;
  left: 0.25rem;
}

/* Hide gmaps marker label close btn. */
.gm-ui-hover-effect {
  display: none !important;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 10vh;
}
@media only screen and (min-width: 64.063em) {
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: inset 5px;
    content: '';
    right: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.4);
    margin-top: -4.5px;
  }
}
.select2-search--dropdown .select2-search__field {
  margin-bottom: 0;
}
/* General __________________________________________________________________________________________________________ */
#content {
  /*padding-top: 10vh;*/
  overflow-y: scroll;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
  cursor: default;
  user-select: none;
}
body.overflow_x_hidden {
  overflow-x: hidden;
}
body.light {
  background-color: #F1F2F7;
}
body.medium {
  background-image: url("/img/background5.jpg");
}
body.theme2 {
  background-image: url("/img/background1.jpg");
}
body.theme3 {
  background-image: url("/img/background6.jpg");
}
body * {
  cursor: inherit;
}
body.cursor-dragging,
body.cursor-dragging * {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}
body.cursor-drag-top,
body.cursor-drag-top *,
body.cursor-drag-bottom,
body.cursor-drag-bottom * {
  cursor: ns-resize !important;
}
body.cursor-drag-top-right,
body.cursor-drag-top-right *,
body.cursor-drag-bottom-left,
body.cursor-drag-bottom-left * {
  cursor: nesw-resize !important;
}
body.cursor-drag-right,
body.cursor-drag-right *,
body.cursor-drag-left,
body.cursor-drag-left * {
  cursor: ew-resize !important;
}
body.cursor-drag-bottom-right,
body.cursor-drag-bottom-right *,
body.cursor-drag-top-left,
body.cursor-drag-top-left * {
  cursor: nwse-resize !important;
}
.hide {
  display: none !important;
}
.busy {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.25);
}
body > .busy {
  position: fixed;
}
.busy:after {
  content: "Loading...";
  display: block;
  border-radius: 50%;
  width: 10em;
  height: 10em;
  position: absolute;
  text-indent: -9999em;
  left: 50%;
  top: 50%;
  font-size: 10px;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  -webkit-animation: busy 1.1s infinite linear;
  animation: busy 1.1s infinite linear;
}
.section_not_loaded {
  position: relative;
  min-height: 7em;
}
@-webkit-keyframes busy {
  0% {
    -webkit-transform: translate3D(-50%, -50%, 0) rotate(0deg);
    transform: translate3D(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3D(-50%, -50%, 0) rotate(360deg);
    transform: translate3D(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes busy {
  0% {
    -webkit-transform: translate3D(-50%, -50%, 0) rotate(0deg);
    transform: translate3D(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3D(-50%, -50%, 0) rotate(360deg);
    transform: translate3D(-50%, -50%, 0) rotate(360deg);
  }
}
#mode_menu {
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 10vh;
}
#mode_menu > div {
  display: none;
  width: 100%;
  padding: 3px 5vw;
  color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  font-size: 0.875rem;
  line-height: 2.25rem;
  text-align: right;
}
body.light #mode_menu > div {
  background-color: #56626c;
}
body.medium #mode_menu > div {
  background-color: rgba(0, 0, 0, 0.4);
}
#mode_menu label {
  display: inline-block;
  color: white;
}
#mode_menu input,
#mode_menu select {
  width: auto;
  margin-bottom: 0;
}
#mode_menu button {
  width: auto;
  margin: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  cursor: pointer;
}
.scroll_container {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
}
.scroll_container--small {
  max-height: 20vh;
}
.scroll_container--modal_content {
  height: calc(100vh - 200px - 1.875rem - 3.7375rem - 1.875rem);
  /* max modal height - modal margin top&bottom - modal padding top - modal padding bottom*/
}
.scroll_container--modal_content_buttons {
  max-height: calc(100vh - 200px - 1.875rem - 3.7375rem - 5rem - 1.875rem);
  /* max modal height - modal margin top&bottom - modal padding top - buttons - modal padding bottom*/
}
.scroll_container--tab_content_modal {
  height: calc(100vh - 200px - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 3.0625rem - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal margin top&bottom - modal padding top - header - tabs - tab content padding - tab content title - data grid margin - buttons - modal padding bottom*/
}
.reveal-modal.full .scroll_container--tab_content_modal {
  height: calc(100vh - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 3.0625rem - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal padding top - header - tabs - tab content padding - tab content title - data grid margin - buttons - modal padding bottom*/
}
.scroll_container--tab_content_simple_filter_modal {
  height: calc(100vh - 200px - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 5.375rem - 1.875rem);
  /* max modal height - modal margin top&bottom - modal padding top - header - tabs - tab content padding - filter - modal padding bottom*/
}
.reveal-modal.full .scroll_container--tab_content_simple_filter_modal {
  height: calc(100vh - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 5.375rem - 1.875rem);
  /* max modal height - modal padding top - header - tabs - tab content padding - filter - modal padding bottom*/
}
.scroll_container--sub_tab_content_modal {
  height: calc(100% - 1rem - 1.6rem - 1rem - 1px - 1px);
  /* 100% parent height - tab buttons top padding - tab buttons line height - tab buttons bottom padding - tab buttons bottom border - tab content bottom border */
  margin-bottom: 0;
}
.scroll_container--sub_tab_content_modal_with_select_title {
  margin: 0 -1rem;
  padding: 0 1rem;
  height: calc(100% - 2.75rem);
  /* 100% parent height - select & button height */
}
.full_height {
  height: 100%;
}
.table--headerFixed {
  overflow-y: auto;
}
.table--headerFixed th {
  position: sticky;
  top: -1px;
  background: #F5F5F5;
  box-shadow: 0px -1px 0px 0px #DDDDDD, 0px 1px 0px 0px #DDDDDD;
}
.scrollable {
  scrollbar-base-color: #A1A5A9;
  scrollbar-3dlight-color: #A1A5A9;
  scrollbar-highlight-color: #A1A5A9;
  scrollbar-track-color: #444D54;
  scrollbar-arrow-color: #000000;
  scrollbar-shadow-color: #A1A5A9;
  scrollbar-dark-shadow-color: #A1A5A9;
}
.scrollable::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.scrollable::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.scrollable::-webkit-scrollbar-track {
  background-color: #444D54;
}
.scrollable::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.scrollable--light::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scrollable--light::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.scrollable--light::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
a:hover,
a:focus {
  color: inherit;
}
var {
  font-style: normal;
}
#general input[type="color"] {
  padding: 0;
}
#global-defs {
  position: absolute;
  /*visibility: hidden;*/
  height: 0;
  width: 0;
  overflow: hidden;
}
#general .startup_notification {
  display: none;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  text-align: center;
  padding: 5vh 5vw;
}
.startup_notification h1 {
  color: #ffffff;
}
#general .startup_notification.show {
  display: table;
}
th {
  font-weight: 600;
}
.tooltip {
  word-wrap: break-word;
}
.tooltip.force-open {
  /* allows us to keep a foundation tooltip visible even when not hovering anymore */
  display: block !important;
  opacity: 1 !important;
}
.tooltip * {
  font-size: inherit;
}
.tooltip small {
  font-size: 75%;
}
[class^="icon-"] > [class^="icon-"]:before {
  margin-left: 0 !important;
  width: auto !important;
}
.icon--clickable {
  cursor: pointer;
  transition: color 0.25s ease-out;
}
.icon--clickable:hover {
  color: #0081c5;
}
.icon--clickable.icon-cancel:hover {
  color: #9e0c0f;
}
.code_block {
  display: block;
  min-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.5);
}
.ol--compact {
  margin-bottom: 0;
}
.tooltip__list {
  color: rgba(255, 255, 255, 0.66);
  text-align: left;
}
.tooltip__list strong {
  color: #FFFFFF;
}
.tooltip__list .ol--compact {
  font-size: 90%;
}
.ul--compact {
  list-style: none;
  margin: 0;
}
.tooltip__list ul,
.tooltip__list ol,
.tooltip__list dl {
  font-size: inherit;
}
pre {
  display: block;
  line-height: 1.6;
  color: #6f6f6f;
  margin: 0 0 1.11111rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #dddddd;
  /*max-height: 300px;
	overflow: auto;*/
}
.pre--simple {
  line-height: 1.25;
  color: #6f6f6f;
  margin: 0;
  padding: 0;
  border-left: none;
}
.pre--overflowed {
  max-height: 300px;
  overflow: auto;
}
.json__string {
  color: green;
}
.json__number {
  color: darkorange;
}
.json__boolean {
  color: blue;
}
.json__null {
  color: magenta;
}
.json__key {
  color: red;
}
.heading_floating_label {
  position: absolute;
  font-size: 50%;
  color: #6f6f6f;
  line-height: 1.4;
  margin-top: -1em;
}
.flex {
  display: flex;
}
.flex--direction_column {
  flex-direction: column;
}
.flex--align_items_center {
  align-items: center;
}
.flex__item {
  flex: 0 0 auto;
}
.flex__item--grow {
  flex: 1 0 auto;
}
.flex__item--shrink {
  flex: 0 1 auto;
}
.flex__item--grow_shrink {
  flex: 1 1 auto;
}
.image_container {
  text-align: center;
  padding: 0.5rem;
  min-height: 3rem;
  background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.image_container--dark {
  background-color: black;
}
.image_container--top_bar_logo {
  margin-left: 0 !important;
}
.ma-0 {
  margin: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
/* Table ____________________________________________________________________________________________________________ */
table {
  background: transparent;
}
.table--fullwidth {
  width: 100%;
}
.table--fixed {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
.table--selectableText {
  user-select: text;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.04);
}
.table--lineSeparators tr {
  background: none !important;
  border-bottom: 1px solid #efefef;
}
/* Foundation Reveal confirmation prompt ____________________________________________________________________________ */
.reveal-modal-buttons button {
  margin-left: 0.3125rem;
}
.reveal-modal-buttons button small {
  font-size: 75%;
}
.reveal-modal.full .row {
  max-width: none;
}
/* Layout ___________________________________________________________________________________________________________ */
.small-hide,
.widget-group.w8 .small-8x-hide,
.widget-group.h8 .small-x8-hide,
.widget-group.w12 .small-12x-hide,
.widget-group.h12 .small-x12-hide,
.widget-group.maximize .small-m-hide {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-in-out, width 0s linear 0.25s, height 0s linear 0.25s;
}
.small-show,
.widget-group.w8 .small-8x-show,
.widget-group.h8 .small-x8-show,
.widget-group.w12 .small-12x-show,
.widget-group.h12 .small-x12-show,
.widget-group.maximize .small-m-show {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: opacity 0.25s ease-in-out, width 0s linear 0s, height 0s linear 0s;
}
.small-w1,
.widget-group.w8 .small-8x-w1,
.widget-group.h8 .small-x8-w1,
.widget-group.w12 .small-12x-w1,
.widget-group.h12 .small-x12-w1,
.widget-group.maximize .small-m-w1 {
  width: 8.33333%;
}
.small-w2,
.widget-group.w8 .small-8x-w2,
.widget-group.h8 .small-x8-w2,
.widget-group.w12 .small-12x-w2,
.widget-group.h12 .small-x12-w2,
.widget-group.maximize .small-m-w2 {
  width: 16.66667%;
}
.small-w3,
.widget-group.w8 .small-8x-w3,
.widget-group.h8 .small-x8-w3,
.widget-group.w12 .small-12x-w3,
.widget-group.h12 .small-x12-w3,
.widget-group.maximize .small-m-w3 {
  width: 25%;
}
.small-w4,
.widget-group.w8 .small-8x-w4,
.widget-group.h8 .small-x8-w4,
.widget-group.w12 .small-12x-w4,
.widget-group.h12 .small-x12-w4,
.widget-group.maximize .small-m-w4 {
  width: 33.33333%;
}
.small-w5,
.widget-group.w8 .small-8x-w5,
.widget-group.h8 .small-x8-w5,
.widget-group.w12 .small-12x-w5,
.widget-group.h12 .small-x12-w5,
.widget-group.maximize .small-m-w5 {
  width: 41.66667%;
}
.small-w6,
.widget-group.w8 .small-8x-w6,
.widget-group.h8 .small-x8-w6,
.widget-group.w12 .small-12x-w6,
.widget-group.h12 .small-x12-w6,
.widget-group.maximize .small-m-w6 {
  width: 50%;
}
.small-w7,
.widget-group.w8 .small-8x-w7,
.widget-group.h8 .small-x8-w7,
.widget-group.w12 .small-12x-w7,
.widget-group.h12 .small-x12-w7,
.widget-group.maximize .small-m-w7 {
  width: 58.33333%;
}
.small-w8,
.widget-group.w8 .small-8x-w8,
.widget-group.h8 .small-x8-w8,
.widget-group.w12 .small-12x-w8,
.widget-group.h12 .small-x12-w8,
.widget-group.maximize .small-m-w8 {
  width: 66.66667%;
}
.small-w9,
.widget-group.w8 .small-8x-w9,
.widget-group.h8 .small-x8-w9,
.widget-group.w12 .small-12x-w9,
.widget-group.h12 .small-x12-w9,
.widget-group.maximize .small-m-w9 {
  width: 75%;
}
.small-w10,
.widget-group.w8 .small-8x-w10,
.widget-group.h8 .small-x8-w10,
.widget-group.w12 .small-12x-w10,
.widget-group.h12 .small-x12-w10,
.widget-group.maximize .small-m-w10 {
  width: 83.33333%;
}
.small-w11,
.widget-group.w8 .small-8x-w11,
.widget-group.h8 .small-x8-w11,
.widget-group.w12 .small-12x-w11,
.widget-group.h12 .small-x12-w11,
.widget-group.maximize .small-m-w11 {
  width: 91.66667%;
}
.small-w12,
.widget-group.w8 .small-8x-w12,
.widget-group.h8 .small-x8-w12,
.widget-group.w12 .small-12x-w12,
.widget-group.h12 .small-x12-w12,
.widget-group.maximize .small-m-w12 {
  width: 100%;
}
.small-wa,
.widget-group.w8 .small-8x-wa,
.widget-group.h8 .small-x8-wa,
.widget-group.w12 .small-12x-wa,
.widget-group.h12 .small-x12-wa,
.widget-group.maximize .small-m-wa {
  width: auto;
}
.small-h1,
.widget-group.w8 .small-8x-h1,
.widget-group.h8 .small-x8-h1,
.widget-group.w12 .small-12x-h1,
.widget-group.h12 .small-x12-h1,
.widget-group.maximize .small-m-h1 {
  height: 8.33333%;
}
.small-h2,
.widget-group.w8 .small-8x-h2,
.widget-group.h8 .small-x8-h2,
.widget-group.w12 .small-12x-h2,
.widget-group.h12 .small-x12-h2,
.widget-group.maximize .small-m-h2 {
  height: 16.66667%;
}
.small-h3,
.widget-group.w8 .small-8x-h3,
.widget-group.h8 .small-x8-h3,
.widget-group.w12 .small-12x-h3,
.widget-group.h12 .small-x12-h3,
.widget-group.maximize .small-m-h3 {
  height: 25%;
}
.small-h4,
.widget-group.w8 .small-8x-h4,
.widget-group.h8 .small-x8-h4,
.widget-group.w12 .small-12x-h4,
.widget-group.h12 .small-x12-h4,
.widget-group.maximize .small-m-h4 {
  height: 33.33333%;
}
.small-h5,
.widget-group.w8 .small-8x-h5,
.widget-group.h8 .small-x8-h5,
.widget-group.w12 .small-12x-h5,
.widget-group.h12 .small-x12-h5,
.widget-group.maximize .small-m-h5 {
  height: 41.66667%;
}
.small-h6,
.widget-group.w8 .small-8x-h6,
.widget-group.h8 .small-x8-h6,
.widget-group.w12 .small-12x-h6,
.widget-group.h12 .small-x12-h6,
.widget-group.maximize .small-m-h6 {
  height: 50%;
}
.small-h7,
.widget-group.w8 .small-8x-h7,
.widget-group.h8 .small-x8-h7,
.widget-group.w12 .small-12x-h7,
.widget-group.h12 .small-x12-h7,
.widget-group.maximize .small-m-h7 {
  height: 58.33333%;
}
.small-h8,
.widget-group.w8 .small-8x-h8,
.widget-group.h8 .small-x8-h8,
.widget-group.w12 .small-12x-h8,
.widget-group.h12 .small-x12-h8,
.widget-group.maximize .small-m-h8 {
  height: 66.66667%;
}
.small-h9,
.widget-group.w8 .small-8x-h9,
.widget-group.h8 .small-x8-h9,
.widget-group.w12 .small-12x-h9,
.widget-group.h12 .small-x12-h9,
.widget-group.maximize .small-m-h9 {
  height: 75%;
}
.small-h10,
.widget-group.w8 .small-8x-h10,
.widget-group.h8 .small-x8-h10,
.widget-group.w12 .small-12x-h10,
.widget-group.h12 .small-x12-h10,
.widget-group.maximize .small-m-h10 {
  height: 83.33333%;
}
.small-h11,
.widget-group.w8 .small-8x-h11,
.widget-group.h8 .small-x8-h11,
.widget-group.w12 .small-12x-h11,
.widget-group.h12 .small-x12-h11,
.widget-group.maximize .small-m-h11 {
  height: 91.66667%;
}
.small-h12,
.widget-group.w8 .small-8x-h12,
.widget-group.h8 .small-x8-h12,
.widget-group.w12 .small-12x-h12,
.widget-group.h12 .small-x12-h12,
.widget-group.maximize .small-m-h12 {
  height: 100%;
}
.small-ha,
.widget-group.w8 .small-8x-ha,
.widget-group.h8 .small-x8-ha,
.widget-group.w12 .small-12x-ha,
.widget-group.h12 .small-x12-ha,
.widget-group.maximize .small-m-ha {
  height: auto;
}
section.flex {
  display: -ms-Flexbox;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}
section.flex--small-row,
.widget-group.w8 section.flex--small-8x-row,
.widget-group.h8 section.flex--small-x8-row,
.widget-group.w12 section.flex--small-12x-row,
.widget-group.h12 section.flex--small-x12-row,
.widget-group.maximize section.flex--small-m-row {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
section.flex--small-column,
.widget-group.w8 section.flex--small-8x-column,
.widget-group.h8 section.flex--small-x8-column,
.widget-group.w12 section.flex--small-12x-column,
.widget-group.h12 section.flex--small-x12-column,
.widget-group.maximize section.flex--small-m-column {
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
section.flex > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 !important;
  margin: 0 !important;
  transition: width ease-out 0.4s, height ease-out 0.4s;
}
section.flex > [class^="flex__separator"] {
  position: relative;
  align-self: stretch;
  width: 0;
  height: 0;
}
section.flex > .flex__separator--small-hide,
.widget-group.w8 section.flex > .flex__separator--small-8x-hide,
.widget-group.h8 section.flex > .flex__separator--small-x8-hide,
.widget-group.w12 section.flex > .flex__separator--small-12x-hide,
.widget-group.h12 section.flex > .flex__separator--small-x12-hide,
.widget-group.maximize section.flex > .flex__separator--small-m-hide {
  display: none;
}
section.flex > [class^="flex__separator"]::before,
section.flex > [class*=" flex__separator"]::before {
  content: '';
  position: absolute;
}
section.flex > .flex__separator--small-v,
.widget-group.w8 section.flex > .flex__separator--small-8x-v,
.widget-group.h8 section.flex > .flex__separator--small-x8-v,
.widget-group.w12 section.flex > .flex__separator--small-12x-v,
.widget-group.h12 section.flex > .flex__separator--small-x12-v,
.widget-group.maximize section.flex > .flex__separator--small-m-v {
  height: 100%;
  width: 0;
}
section.flex > .flex__separator--small-v::before,
.widget-group.w8 section.flex > .flex__separator--small-8x-v::before,
.widget-group.h8 section.flex > .flex__separator--small-x8-v::before,
.widget-group.w12 section.flex > .flex__separator--small-12x-v::before,
.widget-group.h12 section.flex > .flex__separator--small-x12-v::before,
.widget-group.maximize section.flex > .flex__separator--small-m-v::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
section.flex > .flex__separator--small-h,
.widget-group.w8 section.flex > .flex__separator--small-8x-h,
.widget-group.h8 section.flex > .flex__separator--small-x8-h,
.widget-group.w12 section.flex > .flex__separator--small-12x-h,
.widget-group.h12 section.flex > .flex__separator--small-x12-h,
.widget-group.maximize section.flex > .flex__separator--small-m-h {
  height: 0;
  width: 100%;
}
section.flex > .flex__separator--small-h::before,
.widget-group.w8 section.flex > .flex__separator--small-8x-h::before,
.widget-group.h8 section.flex > .flex__separator--small-x8-h::before,
.widget-group.w12 section.flex > .flex__separator--small-12x-h::before,
.widget-group.h12 section.flex > .flex__separator--small-x12-h::before,
.widget-group.maximize section.flex > .flex__separator--small-m-h::before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 40.063em) {
  .medium-hide,
  .widget-group.w8 .medium-8x-hide,
  .widget-group.h8 .medium-x8-hide,
  .widget-group.w12 .medium-12x-hide,
  .widget-group.h12 .medium-x12-hide,
  .widget-group.maximize .medium-m-hide {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.25s ease-in-out, width 0s linear 0.25s, height 0s linear 0.25s;
  }
  .medium-show,
  .widget-group.w8 .medium-8x-show,
  .widget-group.h8 .medium-x8-show,
  .widget-group.w12 .medium-12x-show,
  .widget-group.h12 .medium-x12-show,
  .widget-group.maximize .medium-m-show {
    opacity: 1;
    width: 100%;
    height: auto;
    transition: opacity 0.25s ease-in-out, width 0s linear 0s, height 0s linear 0s;
  }
  .medium-w1,
  .widget-group.w8 .medium-8x-w1,
  .widget-group.h8 .medium-x8-w1,
  .widget-group.w12 .medium-12x-w1,
  .widget-group.h12 .medium-x12-w1,
  .widget-group.maximize .medium-m-w1 {
    width: 8.33333%;
  }
  .medium-w2,
  .widget-group.w8 .medium-8x-w2,
  .widget-group.h8 .medium-x8-w2,
  .widget-group.w12 .medium-12x-w2,
  .widget-group.h12 .medium-x12-w2,
  .widget-group.maximize .medium-m-w2 {
    width: 16.66667%;
  }
  .medium-w3,
  .widget-group.w8 .medium-8x-w3,
  .widget-group.h8 .medium-x8-w3,
  .widget-group.w12 .medium-12x-w3,
  .widget-group.h12 .medium-x12-w3,
  .widget-group.maximize .medium-m-w3 {
    width: 25%;
  }
  .medium-w4,
  .widget-group.w8 .medium-8x-w4,
  .widget-group.h8 .medium-x8-w4,
  .widget-group.w12 .medium-12x-w4,
  .widget-group.h12 .medium-x12-w4,
  .widget-group.maximize .medium-m-w4 {
    width: 33.33333%;
  }
  .medium-w5,
  .widget-group.w8 .medium-8x-w5,
  .widget-group.h8 .medium-x8-w5,
  .widget-group.w12 .medium-12x-w5,
  .widget-group.h12 .medium-x12-w5,
  .widget-group.maximize .medium-m-w5 {
    width: 41.66667%;
  }
  .medium-w6,
  .widget-group.w8 .medium-8x-w6,
  .widget-group.h8 .medium-x8-w6,
  .widget-group.w12 .medium-12x-w6,
  .widget-group.h12 .medium-x12-w6,
  .widget-group.maximize .medium-m-w6 {
    width: 50%;
  }
  .medium-w7,
  .widget-group.w8 .medium-8x-w7,
  .widget-group.h8 .medium-x8-w7,
  .widget-group.w12 .medium-12x-w7,
  .widget-group.h12 .medium-x12-w7,
  .widget-group.maximize .medium-m-w7 {
    width: 58.33333%;
  }
  .medium-w8,
  .widget-group.w8 .medium-8x-w8,
  .widget-group.h8 .medium-x8-w8,
  .widget-group.w12 .medium-12x-w8,
  .widget-group.h12 .medium-x12-w8,
  .widget-group.maximize .medium-m-w8 {
    width: 66.66667%;
  }
  .medium-w9,
  .widget-group.w8 .medium-8x-w9,
  .widget-group.h8 .medium-x8-w9,
  .widget-group.w12 .medium-12x-w9,
  .widget-group.h12 .medium-x12-w9,
  .widget-group.maximize .medium-m-w9 {
    width: 75%;
  }
  .medium-w10,
  .widget-group.w8 .medium-8x-w10,
  .widget-group.h8 .medium-x8-w10,
  .widget-group.w12 .medium-12x-w10,
  .widget-group.h12 .medium-x12-w10,
  .widget-group.maximize .medium-m-w10 {
    width: 83.33333%;
  }
  .medium-w11,
  .widget-group.w8 .medium-8x-w11,
  .widget-group.h8 .medium-x8-w11,
  .widget-group.w12 .medium-12x-w11,
  .widget-group.h12 .medium-x12-w11,
  .widget-group.maximize .medium-m-w11 {
    width: 91.66667%;
  }
  .medium-w12,
  .widget-group.w8 .medium-8x-w12,
  .widget-group.h8 .medium-x8-w12,
  .widget-group.w12 .medium-12x-w12,
  .widget-group.h12 .medium-x12-w12,
  .widget-group.maximize .medium-m-w12 {
    width: 100%;
  }
  .medium-wa,
  .widget-group.w8 .medium-8x-wa,
  .widget-group.h8 .medium-x8-wa,
  .widget-group.w12 .medium-12x-wa,
  .widget-group.h12 .medium-x12-wa,
  .widget-group.maximize .medium-m-wa {
    width: auto;
  }
  .medium-h1,
  .widget-group.w8 .medium-8x-h1,
  .widget-group.h8 .medium-x8-h1,
  .widget-group.w12 .medium-12x-h1,
  .widget-group.h12 .medium-x12-h1,
  .widget-group.maximize .medium-m-h1 {
    height: 8.33333%;
  }
  .medium-h2,
  .widget-group.w8 .medium-8x-h2,
  .widget-group.h8 .medium-x8-h2,
  .widget-group.w12 .medium-12x-h2,
  .widget-group.h12 .medium-x12-h2,
  .widget-group.maximize .medium-m-h2 {
    height: 16.66667%;
  }
  .medium-h3,
  .widget-group.w8 .medium-8x-h3,
  .widget-group.h8 .medium-x8-h3,
  .widget-group.w12 .medium-12x-h3,
  .widget-group.h12 .medium-x12-h3,
  .widget-group.maximize .medium-m-h3 {
    height: 25%;
  }
  .medium-h4,
  .widget-group.w8 .medium-8x-h4,
  .widget-group.h8 .medium-x8-h4,
  .widget-group.w12 .medium-12x-h4,
  .widget-group.h12 .medium-x12-h4,
  .widget-group.maximize .medium-m-h4 {
    height: 33.33333%;
  }
  .medium-h5,
  .widget-group.w8 .medium-8x-h5,
  .widget-group.h8 .medium-x8-h5,
  .widget-group.w12 .medium-12x-h5,
  .widget-group.h12 .medium-x12-h5,
  .widget-group.maximize .medium-m-h5 {
    height: 41.66667%;
  }
  .medium-h6,
  .widget-group.w8 .medium-8x-h6,
  .widget-group.h8 .medium-x8-h6,
  .widget-group.w12 .medium-12x-h6,
  .widget-group.h12 .medium-x12-h6,
  .widget-group.maximize .medium-m-h6 {
    height: 50%;
  }
  .medium-h7,
  .widget-group.w8 .medium-8x-h7,
  .widget-group.h8 .medium-x8-h7,
  .widget-group.w12 .medium-12x-h7,
  .widget-group.h12 .medium-x12-h7,
  .widget-group.maximize .medium-m-h7 {
    height: 58.33333%;
  }
  .medium-h8,
  .widget-group.w8 .medium-8x-h8,
  .widget-group.h8 .medium-x8-h8,
  .widget-group.w12 .medium-12x-h8,
  .widget-group.h12 .medium-x12-h8,
  .widget-group.maximize .medium-m-h8 {
    height: 66.66667%;
  }
  .medium-h9,
  .widget-group.w8 .medium-8x-h9,
  .widget-group.h8 .medium-x8-h9,
  .widget-group.w12 .medium-12x-h9,
  .widget-group.h12 .medium-x12-h9,
  .widget-group.maximize .medium-m-h9 {
    height: 75%;
  }
  .medium-h10,
  .widget-group.w8 .medium-8x-h10,
  .widget-group.h8 .medium-x8-h10,
  .widget-group.w12 .medium-12x-h10,
  .widget-group.h12 .medium-x12-h10,
  .widget-group.maximize .medium-m-h10 {
    height: 83.33333%;
  }
  .medium-h11,
  .widget-group.w8 .medium-8x-h11,
  .widget-group.h8 .medium-x8-h11,
  .widget-group.w12 .medium-12x-h11,
  .widget-group.h12 .medium-x12-h11,
  .widget-group.maximize .medium-m-h11 {
    height: 91.66667%;
  }
  .medium-h12,
  .widget-group.w8 .medium-8x-h12,
  .widget-group.h8 .medium-x8-h12,
  .widget-group.w12 .medium-12x-h12,
  .widget-group.h12 .medium-x12-h12,
  .widget-group.maximize .medium-m-h12 {
    height: 100%;
  }
  .medium-ha,
  .widget-group.w8 .medium-8x-ha,
  .widget-group.h8 .medium-x8-ha,
  .widget-group.w12 .medium-12x-ha,
  .widget-group.h12 .medium-x12-ha,
  .widget-group.maximize .medium-m-ha {
    height: auto;
  }
  section.flex--medium-row,
  .widget-group.w8 section.flex--medium-8x-row,
  .widget-group.h8 section.flex--medium-x8-row,
  .widget-group.w12 section.flex--medium-12x-row,
  .widget-group.h12 section.flex--medium-x12-row,
  .widget-group.maximize section.flex--medium-m-row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  section.flex--medium-column,
  .widget-group.w8 section.flex--medium-8x-column,
  .widget-group.h8 section.flex--medium-x8-column,
  .widget-group.w12 section.flex--medium-12x-column,
  .widget-group.h12 section.flex--medium-x12-column,
  .widget-group.maximize section.flex--medium-m-column {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  section.flex > .flex__separator--medium-hide,
  .widget-group.w8 section.flex > .flex__separator--medium-8x-hide,
  .widget-group.h8 section.flex > .flex__separator--medium-x8-hide,
  .widget-group.w12 section.flex > .flex__separator--medium-12x-hide,
  .widget-group.h12 section.flex > .flex__separator--medium-x12-hide,
  .widget-group.maximize section.flex > .flex__separator--medium-m-hide {
    display: none;
  }
  section.flex > [class^="flex__separator"]::before,
  section.flex > [class*=" flex__separator"]::before {
    content: '';
    position: absolute;
  }
  section.flex > .flex__separator--medium-v,
  .widget-group.w8 section.flex > .flex__separator--medium-8x-v,
  .widget-group.h8 section.flex > .flex__separator--medium-x8-v,
  .widget-group.w12 section.flex > .flex__separator--medium-12x-v,
  .widget-group.h12 section.flex > .flex__separator--medium-x12-v,
  .widget-group.maximize section.flex > .flex__separator--medium-m-v {
    height: 100%;
    width: 0;
  }
  section.flex > .flex__separator--medium-v::before,
  .widget-group.w8 section.flex > .flex__separator--medium-8x-v::before,
  .widget-group.h8 section.flex > .flex__separator--medium-x8-v::before,
  .widget-group.w12 section.flex > .flex__separator--medium-12x-v::before,
  .widget-group.h12 section.flex > .flex__separator--medium-x12-v::before,
  .widget-group.maximize section.flex > .flex__separator--medium-m-v::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  }
  section.flex > .flex__separator--medium-h,
  .widget-group.w8 section.flex > .flex__separator--medium-8x-h,
  .widget-group.h8 section.flex > .flex__separator--medium-x8-h,
  .widget-group.w12 section.flex > .flex__separator--medium-12x-h,
  .widget-group.h12 section.flex > .flex__separator--medium-x12-h,
  .widget-group.maximize section.flex > .flex__separator--medium-m-h {
    height: 0;
    width: 100%;
  }
  section.flex > .flex__separator--medium-h::before,
  .widget-group.w8 section.flex > .flex__separator--medium-8x-h::before,
  .widget-group.h8 section.flex > .flex__separator--medium-x8-h::before,
  .widget-group.w12 section.flex > .flex__separator--medium-12x-h::before,
  .widget-group.h12 section.flex > .flex__separator--medium-x12-h::before,
  .widget-group.maximize section.flex > .flex__separator--medium-m-h::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (min-width: 64.063em) {
  .large-hide,
  .widget-group.w8 .large-8x-hide,
  .widget-group.h8 .large-x8-hide,
  .widget-group.w12 .large-12x-hide,
  .widget-group.h12 .large-x12-hide,
  .widget-group.maximize .large-m-hide {
    display: none;
  }
  .large-show,
  .widget-group.w8 .large-8x-show,
  .widget-group.h8 .large-x8-show,
  .widget-group.w12 .large-12x-show,
  .widget-group.h12 .large-x12-show,
  .widget-group.maximize .large-m-show {
    display: inherit;
  }
  .large-w1,
  .widget-group.w8 .large-8x-w1,
  .widget-group.h8 .large-x8-w1,
  .widget-group.w12 .large-12x-w1,
  .widget-group.h12 .large-x12-w1,
  .widget-group.maximize .large-m-w1 {
    width: 8.33333%;
  }
  .large-w2,
  .widget-group.w8 .large-8x-w2,
  .widget-group.h8 .large-x8-w2,
  .widget-group.w12 .large-12x-w2,
  .widget-group.h12 .large-x12-w2,
  .widget-group.maximize .large-m-w2 {
    width: 16.66667%;
  }
  .large-w3,
  .widget-group.w8 .large-8x-w3,
  .widget-group.h8 .large-x8-w3,
  .widget-group.w12 .large-12x-w3,
  .widget-group.h12 .large-x12-w3,
  .widget-group.maximize .large-m-w3 {
    width: 25%;
  }
  .large-w4,
  .widget-group.w8 .large-8x-w4,
  .widget-group.h8 .large-x8-w4,
  .widget-group.w12 .large-12x-w4,
  .widget-group.h12 .large-x12-w4,
  .widget-group.maximize .large-m-w4 {
    width: 33.33333%;
  }
  .large-w5,
  .widget-group.w8 .large-8x-w5,
  .widget-group.h8 .large-x8-w5,
  .widget-group.w12 .large-12x-w5,
  .widget-group.h12 .large-x12-w5,
  .widget-group.maximize .large-m-w5 {
    width: 41.66667%;
  }
  .large-w6,
  .widget-group.w8 .large-8x-w6,
  .widget-group.h8 .large-x8-w6,
  .widget-group.w12 .large-12x-w6,
  .widget-group.h12 .large-x12-w6,
  .widget-group.maximize .large-m-w6 {
    width: 50%;
  }
  .large-w7,
  .widget-group.w8 .large-8x-w7,
  .widget-group.h8 .large-x8-w7,
  .widget-group.w12 .large-12x-w7,
  .widget-group.h12 .large-x12-w7,
  .widget-group.maximize .large-m-w7 {
    width: 58.33333%;
  }
  .large-w8,
  .widget-group.w8 .large-8x-w8,
  .widget-group.h8 .large-x8-w8,
  .widget-group.w12 .large-12x-w8,
  .widget-group.h12 .large-x12-w8,
  .widget-group.maximize .large-m-w8 {
    width: 66.66667%;
  }
  .large-w9,
  .widget-group.w8 .large-8x-w9,
  .widget-group.h8 .large-x8-w9,
  .widget-group.w12 .large-12x-w9,
  .widget-group.h12 .large-x12-w9,
  .widget-group.maximize .large-m-w9 {
    width: 75%;
  }
  .large-w10,
  .widget-group.w8 .large-8x-w10,
  .widget-group.h8 .large-x8-w10,
  .widget-group.w12 .large-12x-w10,
  .widget-group.h12 .large-x12-w10,
  .widget-group.maximize .large-m-w10 {
    width: 83.33333%;
  }
  .large-w11,
  .widget-group.w8 .large-8x-w11,
  .widget-group.h8 .large-x8-w11,
  .widget-group.w12 .large-12x-w11,
  .widget-group.h12 .large-x12-w11,
  .widget-group.maximize .large-m-w11 {
    width: 91.66667%;
  }
  .large-w12,
  .widget-group.w8 .large-8x-w12,
  .widget-group.h8 .large-x8-w12,
  .widget-group.w12 .large-12x-w12,
  .widget-group.h12 .large-x12-w12,
  .widget-group.maximize .large-m-w12 {
    width: 100%;
  }
  .large-wa,
  .widget-group.w8 .large-8x-wa,
  .widget-group.h8 .large-x8-wa,
  .widget-group.w12 .large-12x-wa,
  .widget-group.h12 .large-x12-wa,
  .widget-group.maximize .large-m-wa {
    width: auto;
  }
  .large-h1,
  .widget-group.w8 .large-8x-h1,
  .widget-group.h8 .large-x8-h1,
  .widget-group.w12 .large-12x-h1,
  .widget-group.h12 .large-x12-h1,
  .widget-group.maximize .large-m-h1 {
    height: 8.33333%;
  }
  .large-h2,
  .widget-group.w8 .large-8x-h2,
  .widget-group.h8 .large-x8-h2,
  .widget-group.w12 .large-12x-h2,
  .widget-group.h12 .large-x12-h2,
  .widget-group.maximize .large-m-h2 {
    height: 16.66667%;
  }
  .large-h3,
  .widget-group.w8 .large-8x-h3,
  .widget-group.h8 .large-x8-h3,
  .widget-group.w12 .large-12x-h3,
  .widget-group.h12 .large-x12-h3,
  .widget-group.maximize .large-m-h3 {
    height: 25%;
  }
  .large-h4,
  .widget-group.w8 .large-8x-h4,
  .widget-group.h8 .large-x8-h4,
  .widget-group.w12 .large-12x-h4,
  .widget-group.h12 .large-x12-h4,
  .widget-group.maximize .large-m-h4 {
    height: 33.33333%;
  }
  .large-h5,
  .widget-group.w8 .large-8x-h5,
  .widget-group.h8 .large-x8-h5,
  .widget-group.w12 .large-12x-h5,
  .widget-group.h12 .large-x12-h5,
  .widget-group.maximize .large-m-h5 {
    height: 41.66667%;
  }
  .large-h6,
  .widget-group.w8 .large-8x-h6,
  .widget-group.h8 .large-x8-h6,
  .widget-group.w12 .large-12x-h6,
  .widget-group.h12 .large-x12-h6,
  .widget-group.maximize .large-m-h6 {
    height: 50%;
  }
  .large-h7,
  .widget-group.w8 .large-8x-h7,
  .widget-group.h8 .large-x8-h7,
  .widget-group.w12 .large-12x-h7,
  .widget-group.h12 .large-x12-h7,
  .widget-group.maximize .large-m-h7 {
    height: 58.33333%;
  }
  .large-h8,
  .widget-group.w8 .large-8x-h8,
  .widget-group.h8 .large-x8-h8,
  .widget-group.w12 .large-12x-h8,
  .widget-group.h12 .large-x12-h8,
  .widget-group.maximize .large-m-h8 {
    height: 66.66667%;
  }
  .large-h9,
  .widget-group.w8 .large-8x-h9,
  .widget-group.h8 .large-x8-h9,
  .widget-group.w12 .large-12x-h9,
  .widget-group.h12 .large-x12-h9,
  .widget-group.maximize .large-m-h9 {
    height: 75%;
  }
  .large-h10,
  .widget-group.w8 .large-8x-h10,
  .widget-group.h8 .large-x8-h10,
  .widget-group.w12 .large-12x-h10,
  .widget-group.h12 .large-x12-h10,
  .widget-group.maximize .large-m-h10 {
    height: 83.33333%;
  }
  .large-h11,
  .widget-group.w8 .large-8x-h11,
  .widget-group.h8 .large-x8-h11,
  .widget-group.w12 .large-12x-h11,
  .widget-group.h12 .large-x12-h11,
  .widget-group.maximize .large-m-h11 {
    height: 91.66667%;
  }
  .large-h12,
  .widget-group.w8 .large-8x-h12,
  .widget-group.h8 .large-x8-h12,
  .widget-group.w12 .large-12x-h12,
  .widget-group.h12 .large-x12-h12,
  .widget-group.maximize .large-m-h12 {
    height: 100%;
  }
  .large-ha,
  .widget-group.w8 .large-8x-ha,
  .widget-group.h8 .large-x8-ha,
  .widget-group.w12 .large-12x-ha,
  .widget-group.h12 .large-x12-ha,
  .widget-group.maximize .large-m-ha {
    height: auto;
  }
  section.flex--large-row,
  .widget-group.w8 section.flex--large-8x-row,
  .widget-group.h8 section.flex--large-x8-row,
  .widget-group.w12 section.flex--large-12x-row,
  .widget-group.h12 section.flex--large-x12-row,
  .widget-group.maximize section.flex--large-m-row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  section.flex--large-column,
  .widget-group.w8 section.flex--large-8x-column,
  .widget-group.h8 section.flex--large-x8-column,
  .widget-group.w12 section.flex--large-12x-column,
  .widget-group.h12 section.flex--large-x12-column,
  .widget-group.maximize section.flex--large-m-column {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  section.flex > .flex__separator--large-hide,
  .widget-group.w8 section.flex > .flex__separator--large-8x-hide,
  .widget-group.h8 section.flex > .flex__separator--large-x8-hide,
  .widget-group.w12 section.flex > .flex__separator--large-12x-hide,
  .widget-group.h12 section.flex > .flex__separator--large-x12-hide,
  .widget-group.maximize section.flex > .flex__separator--large-m-hide {
    display: none;
  }
  section.flex > [class^="flex__separator"]::before,
  section.flex > [class*=" flex__separator"]::before {
    content: '';
    position: absolute;
  }
  section.flex > .flex__separator--large-v,
  .widget-group.w8 section.flex > .flex__separator--large-8x-v,
  .widget-group.h8 section.flex > .flex__separator--large-x8-v,
  .widget-group.w12 section.flex > .flex__separator--large-12x-v,
  .widget-group.h12 section.flex > .flex__separator--large-x12-v,
  .widget-group.maximize section.flex > .flex__separator--large-m-v {
    height: 100%;
    width: 0;
  }
  section.flex > .flex__separator--large-v::before,
  .widget-group.w8 section.flex > .flex__separator--large-8x-v::before,
  .widget-group.h8 section.flex > .flex__separator--large-x8-v::before,
  .widget-group.w12 section.flex > .flex__separator--large-12x-v::before,
  .widget-group.h12 section.flex > .flex__separator--large-x12-v::before,
  .widget-group.maximize section.flex > .flex__separator--large-m-v::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  }
  section.flex > .flex__separator--large-h,
  .widget-group.w8 section.flex > .flex__separator--large-8x-h,
  .widget-group.h8 section.flex > .flex__separator--large-x8-h,
  .widget-group.w12 section.flex > .flex__separator--large-12x-h,
  .widget-group.h12 section.flex > .flex__separator--large-x12-h,
  .widget-group.maximize section.flex > .flex__separator--large-m-h {
    height: 0;
    width: 100%;
  }
  section.flex > .flex__separator--large-h::before,
  .widget-group.w8 section.flex > .flex__separator--large-8x-h::before,
  .widget-group.h8 section.flex > .flex__separator--large-x8-h::before,
  .widget-group.w12 section.flex > .flex__separator--large-12x-h::before,
  .widget-group.h12 section.flex > .flex__separator--large-x12-h::before,
  .widget-group.maximize section.flex > .flex__separator--large-m-h::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
/* Forms ____________________________________________________________________________________________________________ */
fieldset {
  border: none;
  padding: 0 0 0 1rem;
}
fieldset:first-of-type {
  margin-top: 0;
}
fieldset:last-of-type {
  margin-bottom: 0;
}
.fieldset--compact {
  margin: 0;
  padding: 0;
}
fieldset legend {
  font-weight: 400;
  font-size: 0.625rem;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  color: #0081c5;
  text-transform: uppercase;
  margin-left: -1rem;
}
fieldset.fieldset--compact legend {
  margin-left: 0;
}
fieldset .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.fieldset--collapsable.fieldset--collapsed > *:not(legend) {
  display: none;
}
legend > i.fieldset__collapse_icon {
  cursor: pointer;
  transition: color 0.25s ease-out;
  font-size: 1rem;
}
legend > i.fieldset__collapse_icon:before {
  font-family: "smartlog_iconfont";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: '\e82f';
}
legend > i.fieldset__collapse_icon:hover {
  color: #0081c5;
}
.fieldset--collapsable.fieldset--collapsed > legend > i.fieldset__collapse_icon:before {
  content: '\e85a';
}
label {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
}
.checkbox_buttons label {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
}
.checkbox_buttons input {
  display: none;
}
.checkbox_buttons input + span {
  display: inline-block;
}
.checkbox_buttons input:checked + span {
  background-color: #00679e;
  color: #FFF;
}
.checkbox_buttons span i {
  font-size: 7rem;
  line-height: 1;
}
.checkbox_buttons span i:before {
  margin: 0;
}
button,
.button {
  cursor: pointer;
}
button + button,
button + .button,
.button + button,
.button + .button {
  margin-left: 5px;
}
.fileUploadButton {
  overflow: hidden;
  cursor: pointer;
}
input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
textarea {
  resize: none;
}
.checkboxgroup {
  padding-bottom: 1.25em;
}
.checkboxgroup--inline {
  display: inline-block;
  margin-right: 1rem;
}
.checkboxfield {
  font-size: 1em;
  display: inline;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 4.1875em;
  vertical-align: middle;
  line-height: 4.1875em;
}
.checkboxfield:after {
  content: '\A';
  white-space: pre-wrap;
}
.checkboxfield--compact,
.checkboxgroup .checkboxfield {
  height: auto;
  line-height: 1;
}
.checkboxfield--inline {
  height: auto;
  line-height: 1.6875;
}
.checkboxfield--inline:after {
  content: none;
}
.checkboxfield--inline + .checkboxfield--inline {
  padding-left: 0.5rem;
}
.checkboxfield__label {
  line-height: 1;
  display: inline;
  vertical-align: middle;
  font-size: 0.875rem;
}
.textfield {
  position: relative;
  font-size: 1em;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.25em 0;
}
.textfield--inline {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}
.textfield--inline_bottom {
  vertical-align: bottom;
}
.textfield--inline + .textfield--inline {
  margin-left: 0.5rem;
}
.textfield--no_remark {
  padding-bottom: 0;
}
.textfield--no_label {
  padding-top: 0;
}
.textfield__input[type],
select.textfield__input,
textarea.textfield__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  color: #222222;
  height: 1.6875em;
  box-shadow: none;
  outline: none;
}
#general textarea.textfield__input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px;
}
textarea.textfield__input + .textfield__label {
  padding-left: 4px;
}
select.textfield__input {
  padding: 4px 1.25rem 4px 0;
}
.textfield__input--inline[type],
select.textfield__input--inline,
textarea.textfield__input--inline {
  display: inline-block;
  width: auto;
}
.textfield--title {
  padding: 0;
}
.textfield--title .textfield__input {
  font-size: 1.125rem;
}
.textfield__input[type]:disabled,
select.textfield__input:disabled,
textarea.textfield__input:disabled {
  background-color: rgba(0, 0, 0, 0.05);
  padding-left: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}
.textfield--inline .textfield__input[type="number"] {
  text-align: right;
}
.textfield--small .textfield__input[type],
.textfield--small select.textfield__input,
.textfield--small textarea.textfield__input {
  max-width: 3rem;
}
.textfield--medium .textfield__input[type],
.textfield--medium select.textfield__input,
.textfield--medium textarea.textfield__input {
  max-width: 6rem;
}
.textfield--mediumlarge .textfield__input[type],
.textfield--mediumlarge select.textfield__input,
.textfield--mediumlarge textarea.textfield__input {
  max-width: 7.5rem;
}
.textfield--large .textfield__input[type],
.textfield--large select.textfield__input,
.textfield--large textarea.textfield__input {
  max-width: 9rem;
}
.textfield--xlarge .textfield__input[type],
.textfield--xlarge select.textfield__input,
.textfield--xlarge textarea.textfield__input {
  max-width: 12rem;
}
.textfield--text-large .textfield__input {
  font-size: 2em;
  height: 1.25em;
}
.textfield__input--noSpinners[type="number"]::-webkit-outer-spin-button,
.textfield__input--noSpinners[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.textfield__input--noSpinners[type="number"] {
  -moz-appearance: textfield;
}
.textfield__input--no_border {
  border: none;
}
#general .textfield__input:focus {
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.textfield__label {
  position: absolute;
  bottom: 0;
  color: rgba(0, 0, 0, 0.26);
  font-size: 1em;
  left: 0;
  right: 0;
  pointer-events: none;
  display: block;
  padding-left: 0;
  top: 1.3rem;
  width: 100%;
  /*overflow: hidden;*/
  white-space: nowrap;
  text-align: left;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.textfield--inline input[type="number"] + .textfield__label {
  text-align: right;
  padding-right: 16px;
}
.textfield--inline .textfield__input--noSpinners[type="number"] + .textfield__label {
  padding-right: 0;
}
.textfield__label--hideOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.textfield__label--basic {
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.75em;
  top: 4px;
}
textarea.textfield__input + .textfield__label--basic {
  padding-left: 0 !important;
}
.textfield__label--static {
  position: static;
}
.textfield__input[value]:not([value='']) + .textfield__label,
select.textfield__input + .textfield__label,
.textfield--no-float .textfield__label {
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.75em;
  top: 4px;
}
.textfield .textfield__input:focus + .textfield__label {
  color: #0081c5;
  font-size: 0.75em;
  top: 4px;
}
.textfield__label:after {
  background-color: #0081c5;
  bottom: 1.25rem;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 0;
}
.textfield--no_remark .textfield__label:after {
  bottom: 0;
}
.textfield--small .textfield__label:after {
  left: 1.5rem;
  width: 2px;
}
.textfield--medium .textfield__label:after {
  left: 3rem;
  width: 2px;
}
.textfield--large .textfield__label:after {
  left: 4.5rem;
  width: 5px;
}
.textfield--xlarge .textfield__label:after {
  left: 6rem;
  width: 5px;
}
.textfield--inline .textfield__label:after {
  left: 50%;
  width: 0;
}
.textfield__input:focus + .textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}
.textfield--small:not(.textfield--inline) .textfield__input:focus + .textfield__label:after {
  width: 3rem;
}
.textfield--medium:not(.textfield--inline) .textfield__input:focus + .textfield__label:after {
  width: 6rem;
}
.textfield--large:not(.textfield--inline) .textfield__input:focus + .textfield__label:after {
  width: 9rem;
}
.textfield--xlarge:not(.textfield--inline) .textfield__input:focus + .textfield__label:after {
  width: 12rem;
}
.textfield__remark {
  position: absolute;
  font-size: 0.625em;
  margin-top: 3px;
  display: block;
}
.textfield--has_icon .textfield__input {
  padding-right: 1em;
}
.textfield--has_2_icons .textfield__input {
  padding-right: 2.5em;
}
.textfield__icon {
  position: absolute;
  right: 0;
  top: 1.25em;
  opacity: 0.75;
}
.textfield__icon2 {
  right: 1.5em;
}
.textfield--no_label .textfield__icon {
  top: 0;
}
.textfield__icon::before {
  margin-right: 0;
}
.textfield__icon--action {
  cursor: pointer;
}
.possibleValues__listItem {
  margin-right: 0.1875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  white-space: nowrap;
  display: inline-block;
  padding: 0 0 0 4px;
  margin-bottom: 0.1875rem;
}
input[type="checkbox"],
input[type="radio"] {
  margin: -0.25rem 0.25rem 0 0 !important;
  vertical-align: middle;
}
a.input {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
}
a.input > i {
  float: right;
}
legend small,
label small {
  text-transform: lowercase;
  font-size: 0.625rem;
  line-height: 1;
}
label.inline {
  display: inline-block;
}
label.inline + label.inline {
  margin-left: 1rem;
}
label.error {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1;
  font-size: 0.625em;
  margin-bottom: 2px;
  width: 100%;
}
.error {
  color: #c60f13;
}
#general .error--inline {
  display: inline-block;
  font-size: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0 0.5625rem;
}
.checkbox-subgroup {
  margin: 0 0 0.5rem 1rem;
}
.items {
  list-style: none;
  margin: 0;
}
.items__item {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.09);
  padding: 0 7px;
  margin-right: 7px;
  margin-bottom: 3px;
}
.items__item--add {
  background-color: transparent;
  padding: 0;
}
.fullScreen--on {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.9375rem 0.9375rem 0 0.9375rem !important;
  background-color: #f1f2f7;
  z-index: 1006;
  overflow-y: auto;
}
.fullScreen__maximize {
  float: right;
  cursor: pointer;
  transition: color 0.25s ease-out;
}
.fullScreen__maximize:before {
  margin: 0;
}
.fullScreen__maximize:hover {
  color: #0081c5;
}
.tab-title .fullScreen__maximize {
  float: none;
  font-size: 1.3rem;
  line-height: 1.6rem;
  position: absolute;
  right: 0.375rem;
  top: 1rem;
}
.fullScreen__header {
  display: none;
}
.fullScreen--on .fullScreen__maximize:before {
  content: '\e827';
}
.fullScreen--on .fullScreen__header {
  display: block;
  height: 2.7125rem;
}
.fullScreen--on .fullScreen__content {
  height: calc(100% - 3.4125rem);
  /* max height - header */
}
.fullScreen--on .fullScreen__column,
.fullScreen--on .fullScreen__row {
  overflow: auto;
  /* Added to avoid collapsing margins from the heading inside the row*/
  height: 100%;
}
.fullScreen--on .fullScreen__row--50 {
  height: 50%;
}
.fullScreen__scrollable {
  margin-bottom: 0.9375rem;
}
.fullScreen--on .fullScreen__scrollable {
  max-height: calc(100% - 0.9375rem);
  /* max height - scrollable area margin bottom */
  overflow: auto;
}
.fullScreen--on .fullScreen__scrollable--hasTitle {
  max-height: calc(100% - 2.2625rem - 0.9375rem);
  /* max height - title - scrollable area margin bottom */
}
.fullScreen--on .fullScreen__scrollable--hasTitleAndSearch {
  max-height: calc(100% - 2.2625rem - 1.6875em - 1px - 0.9375rem);
  /* max height - title - search input - search input border - scrollable area margin bottom */
}
.fullScreen--on .fullScreen__scrollable--hasButtons {
  height: calc(100% - 0.9375rem - 4.125rem);
  /* max height - scrollable area margin bottom - buttons */
}
.fullScreen--on .fullScreen__scrollable--hasTitleAndButtons {
  max-height: calc(100% - 2.2625rem - 0.9375rem - 4.125rem);
  /* max height - title - scrollable area margin bottom - buttons */
}
.fullScreen--on .fullScreen__buttons button {
  margin-bottom: 0.9375rem;
}
.icon_button {
  cursor: pointer;
  transition: color 0.25s ease-out;
}
.icon_button:hover {
  color: #0081c5;
}
.icon_button--inactive {
  opacity: 0.5;
}
/* Login screen ______________________________________________________________________________________________________*/
#login {
  background-image: url(/img/background.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  height: 100%;
  overflow-y: auto;
}
#login .logo {
  margin-top: 2rem;
}
#login form {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 3rem;
  border-radius: 3px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: left;
}
#login h1,
#login h2,
#login h3,
#login h4 {
  color: inherit;
}
#login fieldset {
  background-color: white;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  padding: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 1.125rem;
}
#login label {
  position: relative;
}
#login label i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  pointer-events: none;
}
#login label i::before {
  line-height: 3.5rem;
  margin: 0 0 0 1rem;
}
#login label input {
  font-size: 1.2rem;
  border: none;
  border-bottom: 1px solid #CCC;
  box-shadow: none;
  padding: 0 0 0 3.75rem;
  margin: 0;
  height: 3.5rem;
}
#login label input:hover,
#login label input:focus {
  box-shadow: 0 0 20px #CCC inset;
}
#login label input:hover + i,
#login label input:focus + i {
  color: #0081C5;
}
#login label:last-child input {
  border: none;
}
#login .error {
  margin: 1.125rem 0;
}
#login button {
  font-size: 1.2rem;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5);
}
#login a {
  color: white;
}
#login a:hover,
#login a:focus {
  text-decoration: underline;
}
#login .weather {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  max-width: 400px;
  color: #FFF;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 2vh 2vw;
}
#login .weather ul {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
#login .weather i {
  font-size: 2.5rem;
  display: block;
}
#login .weather sup {
  font-size: 50%;
}
/* Footer ___________________________________________________________________________________________________________ */
footer.branding {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.25em 1em;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 5px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 999;
}
/* Top bar __________________________________________________________________________________________________________ */
.top-bar {
  height: 10vh;
  line-height: 10vh;
  color: #ffffff;
}
body.light .top-bar {
  background: #444D54;
}
body.medium .top-bar {
  background: rgba(0, 0, 0, 0.5);
}
body.light .top-bar.expanded .title-area {
  background: #444D54;
}
body.medium .top-bar.expanded .title-area {
  background: rgba(0, 0, 0, 0.5);
}
.top-bar .logo > img {
  max-height: 7vh;
  max-width: 15vw;
}
body.light .top-bar-section ul li {
  background: #444D54;
}
body.medium .top-bar-section ul li {
  background: transparent;
}
.top-bar-section ul li.dropdown-choices-separator {
  padding-left: 1rem;
}
body.light .top-bar-section ul li.dropdown-choices-separator {
  background-color: #394147 !important;
}
body.medium .top-bar-section ul li.dropdown-choices-separator {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
body.light .top-bar-section ul li.highlight a {
  background: #72797E !important;
}
body.medium .top-bar-section ul li.highlight a {
  background: rgba(255, 255, 255, 0.25) !important;
}
.top-bar-section ul li > a {
  font-size: 1.2vw;
  font-family: 'Open Sans', sans-serif;
}
.top-bar-section ul li > a > .vertical-align > div {
  text-align: left;
}
.top-bar-section .dropdown li > a {
  font-size: 2vh;
}
.top-bar .logo,
.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 9.9vh;
  padding: 0 1.5vw;
}
body.light .top-bar .logo,
body.light .top-bar-section li:not(.has-form):not(.active) a:not(.button) {
  background: #444D54;
}
body.medium .top-bar .logo,
body.medium .top-bar-section li:not(.has-form):not(.active) a:not(.button) {
  background: transparent;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background: rgba(0, 0, 0, 0.5) !important;
}
body .top-bar-section li:not(.has-form) a:not(.button):hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background-color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
}
.top-bar .name span {
  font-size: 2rem;
  vertical-align: middle;
  font-weight: bold;
}
.top-bar .name,
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  height: 10vh;
}
.top-bar .user-name,
.top-bar .location-name {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  max-width: 17vw;
}
.top-bar .main-menu-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.top-bar-section li:not(.has-form) a[class^="icon-"]:not(.button) {
  position: relative;
  overflow: hidden;
}
.top-bar-section li:not(.has-form) > a[class^="icon-"]:not(.button):hover .main-menu-label,
.top-bar-section li.hover:not(.has-form) > a[class^="icon-"]:not(.button) .main-menu-label {
  opacity: 1;
  transform: translateY(0);
}
.top-bar .location-logo,
.image_container--top_bar_logo {
  display: inline-block;
  height: 7vh;
  width: 7vh;
  margin-left: 0.75vw;
  vertical-align: middle;
  background-color: #ffffff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 0.5vh solid rgba(255, 255, 255, 0);
}
.top-bar [class^="icon-"]:before {
  font-size: 5vh;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-in-out;
}
.top-bar a.alert {
  display: flex;
  align-items: center;
}
.top-bar .alert__info {
  line-height: 1.2;
  padding-right: 1rem;
  padding-left: 0.3125rem;
}
.top-bar .alert__time {
  font-size: 60%;
}
.top-bar .alert__message {
  font-size: 60%;
  word-wrap: normal;
  white-space: normal;
  line-height: 1.2;
  min-width: 10rem;
}
.top-bar a > i {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-in-out;
}
.top-bar-section li:not(.has-form) > a[class^="icon-"]:not(.button):hover:before,
.top-bar-section li.hover:not(.has-form) > a[class^="icon-"]:not(.button):before {
  transform: translateY(-25%);
}
.top-bar-section ul.dropdown li:not(.has-form) > a[class^="icon-"]:not(.button):hover:before,
.top-bar-section ul.dropdown li.hover:not(.has-form) > a[class^="icon-"]:not(.button):before,
.top-bar-section ul.dropdown li:not(.has-form) > a:not(.button):hover > i,
.top-bar-section ul.dropdown li.hover:not(.has-form) > a:not(.button) > i {
  transform: translateX(-25%);
}
body.medium .top-bar .dropdown {
  background-color: rgba(0, 0, 0, 0.5);
}
.top-bar .dropdown [class^="icon-"]:before {
  font-size: 1.25vw;
}
#menu__location .dropdown > li {
  white-space: nowrap;
}
#menu__location .index {
  z-index: 1000;
}
#menu__location .index div {
  position: absolute;
  width: 1.5rem;
  height: 90vh;
  background-color: #22272A;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#menu__location .index a {
  display: block;
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 0;
  text-align: center;
  height: 3.7037%;
  color: white;
  background-color: rgba(0, 0, 0, 0);
}
#menu__location .index a.disabled {
  color: #444;
  cursor: default;
}
#menu__location .index a.disabled:hover {
  background: transparent !important;
}
#menu__location .index a span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
}
body.medium #menu__location .index div {
  background-color: rgba(0, 0, 0, 0.5);
}
.top-bar .top-bar-section li:not(.has-form) .dropdown a:not(.button) {
  font-size: 1vw;
  line-height: 2.5;
}
.top-bar-section .has-dropdown > a:after {
  top: 50% !important;
  line-height: 0 !important;
}
.top-bar .dropdown-choices a:not(.selected) i:before {
  color: rgba(255, 255, 255, 0.06);
}
.top-bar .dropdown-choices a:not(.selected) i.ok-green:before {
  color: rgb(170, 217, 109);
}
.top-bar .dropdown-choices:not(.dropdown-choices--no-default-icon) a:not(.selected) i:before {
  content: '\e817';
}
.top-bar-subtext {
  display: block;
  position: relative;
  top: -1em;
  font-size: 60%;
  font-style: italic;
  line-height: 0;
}
.top-bar-section .has-dropdown.hover > .dropdown.scrollable,
.top-bar-section .has-dropdown.not-click:hover > .dropdown.scrollable,
.top-bar-section .has-dropdown.moved > .dropdown.scrollable,
.top-bar-section .has-dropdown > a:focus + .dropdown.scrollable {
  /* Only works properly if this there are no further sub-menus under this sub-menu! */
  max-height: 90vh;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.top-bar-section .has-dropdown > .dropdown .scrollable-1 {
  /* Full height except 1 item; Only works properly if this there are no further sub-menus under this sub-menu! */
  max-height: calc(90vh - 2.5vw);
  overflow-x: hidden !important;
  overflow-y: auto !important;
  display: block;
}
#menu__user .selected_user_group i:before {
  font-size: 1.2rem !important;
  line-height: 0 !important;
}
#general .top-bar-section .dropdown a.toggle {
  text-align: center;
  font-size: 0.875rem;
}
#general .top-bar-section .dropdown a.toggle:hover i {
  -webkit-transform: none;
  transform: none;
}
#general .top-bar-section .dropdown a.toggle i::before {
  font-size: 150%;
}
#search_form {
  width: 20em;
}
#search_form button i:before {
  font-size: 1.25em;
}
#search_term {
  top: auto;
}
#search_form_modal {
  width: 30em;
  margin: auto;
}
/* Widget container pages ___________________________________________________________________________________________ */
#widgets-pages {
  position: relative;
  margin: 5vh auto 200px auto;
  width: 90vw;
  left: 0.5vw;
  perspective-origin: center 50vh;
}
#widgets-pages.moving {
  perspective: 100vw;
}
.widgets-container {
  position: absolute;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s ease-out, max-height 0.5s linear;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, max-height 0.5s linear;
}
.widgets-container--hide-left {
  -webkit-transform: translate3d(-60vw, 0, -25vw) rotateY(-64deg);
  transform: translate3d(-60vw, 0, -25vw) rotateY(-64deg);
  opacity: 0;
}
.widgets-container--hide-right {
  -webkit-transform: translate3d(60vw, 0, -25vw) rotateY(64deg);
  transform: translate3d(60vw, 0, -25vw) rotateY(64deg);
  opacity: 0;
}
.widgets-container--show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  overflow: visible;
  max-height: none;
}
.grid-sizer {
  position: absolute;
  /*width: calc(16.666666% - 1vw);
	  height: calc(26.666666vh - 1vw);*/
  width: calc(33.333333% - 1vw);
  height: calc(26.666666vh - 1vw);
  /*	width: calc(16.666666% - 1vw);
		  height: calc(13.333333vh - 1vw);*/
}
.gutter-sizer {
  position: absolute;
  width: 1vw;
}
.widgets-container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(100% - 1vw);
  height: 100%;
  opacity: 0;
  background: linear-gradient(to top, #EFEFEF 1vw, rgba(0, 0, 0, 0) 1vw), linear-gradient(to right, #EFEFEF 1vw, rgba(0, 0, 0, 0) 1vw);
  background-color: #000;
  background-size: calc(33.333333% + 0.333vw) 26.666666vh;
  background-position: 0 0, -1vw 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.widgets-container.resize::before {
  opacity: 0.75;
  z-index: 3;
}
.widgets-container.resize::after {
  content: '';
  display: block;
  height: calc(100% + 26.666666vh);
  width: 100%;
}
.widgets-container .row {
  max-width: 100%;
}
/* Removed widgets container ________________________________________________________________________________________ */
#widgets-removed {
  display: none;
  height: calc(90vh - 44px);
  width: 4.5vw;
  position: fixed;
  right: 0;
  top: calc(10vh + 44px);
  background-color: rgba(255, 109, 96, 0.953);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
#widgets-removed:hover {
  width: calc(21vw + 17px);
}
#widgets-removed > div {
  background-color: #ffffff;
  border-radius: 3px;
  width: 20vw;
  margin: 0.5vw;
  padding: 1vh 1vw;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.225rem;
  cursor: pointer;
}
#widgets-removed > div > i.icon-show {
  color: #a9d96c;
  font-size: 1.5rem;
}
/* Widget groups ____________________________________________________________________________________________________ */
.widget-group {
  z-index: 0;
  background-image: none;
  border-radius: 3px;
  box-shadow: 2px 2px 0.5vw rgba(0, 0, 0, 0);
  opacity: 1;
  -webkit-transition: box-shadow 0.5s linear 0s, opacity 0.5s linear 0s, background-color 0.5s ease-out 0s, z-index 0s linear 0.25s;
  transition: box-shadow 0.5s linear 0s, opacity 0.5s linear 0s, background-color 0.5s ease-out 0s, z-index 0s linear 0.25s;
}
.widget-group.resize {
  z-index: 4 !important;
  opacity: 0.75;
  border-radius: 0;
  -webkit-transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
  transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
}
.widget-group:hover {
  z-index: 1;
}
body.light .widget-group {
  background-color: white;
}
body.medium .widget-group {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0px -1px 0 0px rgba(255, 255, 255, 0.5), 1px 0px 0 0px rgba(0, 0, 0, 0.1), 0px 1px 0 0px rgba(0, 0, 0, 0.1), -1px 0px 0 0px rgba(0, 0, 0, 0.1);
}
body.medium.theme2 .widget-group,
body.medium.theme3 .widget-group {
  background-color: rgba(255, 255, 255, 0.5);
}
.widget-group.is-dragging,
.widget-group.is-positioning-post-drag {
  z-index: 3;
  -webkit-transition: box-shadow 0.25s linear 0s, opacity 0.25s linear 0s;
  transition: box-shadow 0.25s linear 0s, opacity 0.25s linear 0s;
}
body.light .widget-group.is-dragging,
body.light .widget-group.is-positioning-post-drag {
  box-shadow: 0.25vw 0.25vw 1vw rgba(0, 0, 0, 0.25);
  opacity: 0.75;
}
body.medium .widget-group.is-dragging,
body.medium .widget-group.is-positioning-post-drag {
  box-shadow: 0px -1px 0 0px rgba(255, 255, 255, 0.5), 1px 0px 0 0px rgba(0, 0, 0, 0.1), 0px 1px 0 0px rgba(0, 0, 0, 0.1), -1px 0px 0 0px rgba(0, 0, 0, 0.1), 0.25vw 0.25vw 1vw rgba(0, 0, 0, 0.25);
}
.widget-group.w2 {
  width: calc(16.666666% - 1vw);
}
.widget-group.w4 {
  width: calc(33.333333% - 1vw);
}
.widget-group.w6 {
  width: calc(50% - 1vw);
}
.widget-group.w8 {
  width: calc(66.666666% - 1vw);
}
.widget-group.w10 {
  width: calc(83.333333% - 1vw);
}
.widget-group.w12 {
  width: calc(100% - 1vw);
}
.widget-group.h2 {
  height: calc(13.333333vh - 1vw);
}
.widget-group.h4 {
  height: calc(26.666666vh - 1vw);
}
.widget-group.h6 {
  height: calc(40vh - 1vw);
}
.widget-group.h8 {
  height: calc(53.333333vh - 1vw);
}
.widget-group.h10 {
  height: calc(66.666666vh - 1vw);
}
.widget-group.h12 {
  height: calc(80vh - 1vw);
}
.widgets-container.maximized > .widget-group:not(.maximize) {
  opacity: 0;
  pointer-events: none;
}
#widgets-pages.moving .widget-group.maximize {
  margin-left: -5.5vw;
  margin-top: -15vh;
}
.widget-group.maximize {
  position: fixed !important;
  left: 5.5vw !important;
  top: 15vh !important;
  width: calc(90vw - 1vw) !important;
  height: calc(80vh - 1vw) !important;
  z-index: 1;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
  transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
}
#general .widget-group.maximize .widget-group-title i {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}
.widget-group.maximize .widget-group-resize,
.widget-group.maximize .widget-group-title .icon-move {
  display: none;
}
.widget-group.restore {
  position: fixed !important;
  z-index: 1;
  -webkit-transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
  transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
}
.widget-group.restore_collapse {
  -webkit-transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
  transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
}
.widget-group .column,
.widget-group .columns {
  padding: 0;
}
.widget-group:hover .widget-group-title i {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}
.widget-group-title {
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.225rem;
  padding: 1vh 1vw;
  position: relative;
  cursor: default;
  z-index: 1;
}
.widget-group--user-rights-mode .widget-group-title {
  z-index: 100;
}
.widget-group.h8 .widget-group-title,
.widget-group.h10 .widget-group-title,
.widget-group.h12 .widget-group-title {
  font-size: 1rem;
}
.widget-group-title > span {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1vw;
  transition: padding 0.25s ease-out;
}
.widget-group:hover .widget-group-title > span {
  padding-left: calc(1vw + 23px);
  padding-right: calc(1vw + 23px * 3);
}
.widget-group-title > i {
  font-size: 1rem;
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  pointer-events: none;
}
.widget-group-title > i.icon-up,
.widget-group-title > i.icon-down {
  display: none;
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  pointer-events: all;
}
#general .widget-group.maximize .widget-group-title i.icon-up,
#general .widget-group.maximize .widget-group-title i.icon-down {
  opacity: 0 !important;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  pointer-events: none;
}
.widget-group-title > i.icon-move {
  float: left;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.widget-group-title > i.icon-hide {
  float: left;
  cursor: pointer;
  color: #ff6d60;
  font-size: 1.5rem;
  line-height: 0;
}
.widget-group.is-dragging,
.widget-group.is-dragging .widget-group-title > i.icon-move {
  cursor: move !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}
.widget-group-title > i.icon-maximize,
.widget-group-title > i.icon-up,
.widget-group-title > i.icon-down,
.widget-group-title > i.icon-restore,
.widget-group-title > i.icon-settings,
.widget-group-title > i.icon-help {
  float: right;
  cursor: pointer;
}
.widget-group-settings {
  position: absolute;
  right: 0;
  z-index: 1;
  box-shadow: 0.25vw 0.25vw 1vw rgba(0, 0, 0, 0.25);
  margin-left: -3px;
  margin-top: -1px;
  border-radius: 3px;
  visibility: hidden;
  pointer-events: none;
  color: #222;
  font-style: normal;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
}
body.light .widget-group-settings {
  background-color: white;
}
body.medium .widget-group-settings {
  background-color: #D3FFEB;
}
body.medium.theme2 .widget-group-settings {
  background-color: #F0FCD5;
}
body.medium.theme3 .widget-group-settings {
  background-color: #F4F3C8;
}
#general:not(.offline) .widget-group-settings--show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 101;
  position: relative;
}
#general:not(.offline) .widget-group-settings--show + .widget-group-settings {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
  /*-webkit-animation-name: fadeInDown;
	  animation-name: fadeInDown;
	  -webkit-animation-duration: 0.25s;
	  animation-duration: 0.25s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;*/
}
.widget-group-settings a {
  display: block;
  padding: 0.25vh 0.5vw !important;
  margin: 3px;
  text-align: left;
  text-transform: uppercase;
  width: auto !important;
  font-weight: normal;
  border-radius: 3px;
  white-space: nowrap;
  webkit-transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  color: #222222;
}
.widget-group-settings a i::before {
  margin: 0;
  line-height: 1.1;
  font-size: 2vw;
  width: 2.2vw;
  vertical-align: middle;
}
.widget-group-settings a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  color: inherit;
}
.widget-group-resize div {
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  opacity: 0;
  background-color: transparent;
  border-radius: 3px;
  -webkit-transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
  transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
}
.widget-group:hover .widget-group-resize div {
  opacity: 1;
}
.widget-group-resize div:hover,
.widget-group-resize div.resizing {
  background-color: rgba(11, 83, 162, 0.16);
  opacity: 1;
}
.widget-group-resize div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  color: #D6D6D6;
  background-color: currentColor;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}
.widget-group-resize div:hover::before,
.widget-group-resize div.resizing::before {
  color: #999;
}
div.widget-group-resize-top,
div.widget-group-resize-bottom {
  left: 0;
  width: 100%;
  cursor: ns-resize;
}
div.widget-group-resize-top::before,
div.widget-group-resize-bottom::before {
  box-shadow: 4px 0 currentColor, -4px 0 currentColor;
}
div.widget-group-resize-top {
  top: 0;
}
div.widget-group-resize-bottom {
  bottom: 0;
}
div.widget-group-resize-right,
div.widget-group-resize-left {
  top: 0;
  height: 100%;
  cursor: ew-resize;
}
div.widget-group-resize-right::before,
div.widget-group-resize-left::before {
  box-shadow: 0 4px currentColor, 0 -4px currentColor;
}
div.widget-group-resize-right {
  right: 0;
}
div.widget-group-resize-left {
  left: 0;
}
div.widget-group-resize-top-left,
div.widget-group-resize-top-right,
div.widget-group-resize-bottom-left,
div.widget-group-resize-bottom-right {
  width: 14px;
  height: 14px;
}
div.widget-group-resize-top-left {
  top: 0;
  left: 0;
  cursor: nwse-resize;
}
div.widget-group-resize-top-left::before {
  box-shadow: -4px -4px currentColor, 0 -4px currentColor, 4px -4px currentColor, -4px 0 currentColor, -4px 4px currentColor;
}
div.widget-group-resize-top-right {
  top: 0;
  right: 0;
  cursor: nesw-resize;
}
div.widget-group-resize-top-right::before {
  box-shadow: -4px -4px currentColor, 0 -4px currentColor, 4px -4px currentColor, 4px 0 currentColor, 4px 4px currentColor;
}
div.widget-group-resize-bottom-right {
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
}
div.widget-group-resize-bottom-right::before {
  box-shadow: -4px 4px currentColor, 0 4px currentColor, 4px 4px currentColor, 4px 0 currentColor, 4px -4px currentColor;
}
div.widget-group-resize-bottom-left {
  bottom: 0;
  left: 0;
  cursor: nesw-resize;
}
div.widget-group-resize-bottom-left::before {
  box-shadow: -4px 4px currentColor, 0 4px currentColor, 4px 4px currentColor, -4px 0 currentColor, -4px -4px currentColor;
}
.widget-group.loading > .widget-group-loading {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.widget-group.loading > .widget-group-loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transform: translate3D(-50%, -50%, 0) scale(0.55);
  transform-origin: center;
  -webkit-animation: widgetloading 1s ease-in infinite;
  animation: widgetloading 1s ease-in infinite;
}
.widget-group.loading > .widget-group-loading > div:before {
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  margin: 5%;
  border-radius: 50%;
}
body.light .widget-group.loading > .widget-group-loading > div:before {
  background: -webkit-radial-gradient(center, circle, rgba(0, 255, 0, 0) 60%, rgba(0, 255, 0, 0.12) 69%, rgba(0, 255, 0, 0) 70%);
  background: radial-gradient(circle at center, rgba(0, 255, 0, 0) 60%, rgba(0, 255, 0, 0.12) 69%, rgba(0, 255, 0, 0) 70%);
}
body.medium .widget-group.loading > .widget-group-loading > div:before {
  background: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.25) 69%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.25) 69%, rgba(255, 255, 255, 0) 70%);
}
@-webkit-keyframes widgetloading {
  0% {
    transform: translate3D(-50%, -50%, 0) scale(0);
  }
  100% {
    transform: translate3D(-50%, -50%, 0) scale(1.4);
  }
}
@keyframes widgetloading {
  0% {
    transform: translate3D(-50%, -50%, 0) scale(0);
  }
  100% {
    transform: translate3D(-50%, -50%, 0) scale(1.4);
  }
}
.widget-group > ul {
  -webkit-transition: height 0.4s linear 0s;
  transition: height 0.4s linear 0s;
  height: calc(100% - 2vh - 1.225rem);
  margin: 0;
}
.widget-group.widget-group--no_toolbar > ul {
  height: 100%;
}
/* Widgets __________________________________________________________________________________________________________ */
#general .widget__container {
  height: 100%;
  padding: 0;
  white-space: nowrap;
  position: relative;
  -webkit-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}
.widget {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  transition: width 195ms cubic-bezier(0.4, 0, 0.6, 1);
}
.widget .row,
.widget .columns {
  height: 100%;
}
.widget [class*="block-grid-"] {
  margin: 0;
}
.widget [class*="block-grid-"] > li {
  padding: 0;
}
.widget .h25 {
  height: 25%;
}
.widget .h33 {
  height: 33.333333%;
}
.widget .h50 {
  height: 50%;
}
.widget .h66 {
  height: 66.666666%;
}
.widget .h75 {
  height: 75%;
}
.widget .h100 {
  height: 75%;
}
.widget .w25 {
  width: 25%;
}
.widget .w50 {
  width: 50%;
}
.widget .w75 {
  width: 75%;
}
.widget .user_rights {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  outline: 2px dashed #1a6aad;
  outline-offset: -1px;
  cursor: pointer;
}
.widget .user_rights.off {
  background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) calc(50% - 5px), rgb(255, 109, 96) calc(50% - 5px), rgb(255, 109, 96) calc(50% + 5px)), repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) calc(50% - 5px), rgb(255, 109, 96) calc(50% - 5px), rgb(255, 109, 96) calc(50% + 5px));
  outline-color: #ff6d60;
  z-index: 10000;
  background-color: rgba(255, 109, 96, 0.33);
  outline-style: solid;
}
.widget__config {
  white-space: normal;
  vertical-align: top;
  position: relative;
  width: 50%;
  height: 100%;
  padding-top: calc(3.5625rem + 2px);
}
.widget__config .column,
.widget__config .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
body.medium .widget__config {
  padding-top: 3.5625rem;
}
body.light .widget__config::after {
  content: '';
  display: block;
  width: 10px;
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: -2px 3px 3px -2px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.widget--show-config .widget {
  width: 50%;
  transition: width 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.widget--animating-config {
  overflow: hidden;
}
.widget__config-close {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  color: inherit;
}
.widget__config .tabs {
  position: absolute;
  top: 0;
  width: 100%;
}
.widget__config .tabs .tab-title a {
  line-height: 1.5625;
}
body.light .widget__config .tabs .tab-title.active:not(:first-child) a {
  line-height: 1.5625;
  box-shadow: -2px 3px 3px -2px rgba(0, 0, 0, 0.25);
}
#general.light .widget__config .tabs .tab-title.active a {
  background-color: white;
}
#general.medium .widget__config .tabs .tab-title a {
  border: none;
}
.widget__config .tabs-content {
  height: 100%;
  border-width: 1px 0 0 1px;
  background-color: #FFF;
  overflow: auto;
  position: relative;
  z-index: 1;
}
body.medium .widget__config .tabs-content {
  border: none;
  background-color: rgba(255, 255, 255, 0.33);
}
.widget__config .column,
.widget__config-group .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
/* Data values ______________________________________________________________________________________________________ */
.data-value {
  display: inline-block;
}
.data-value var {
  vertical-align: middle;
  font-style: normal;
}
.data-value sup {
  font-size: 50%;
  display: inline-block;
  width: 0;
}
.data-value--loading * {
  display: none !important;
}
.data-value--loading:before,
.data-value__undefined:before,
.data-value__null:before {
  font-family: "smartlog_iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.data-value--loading:before {
  content: '\e812';
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 0.5;
}
.data-value__undefined:before {
  content: '\e80f';
}
.data-value__null:before {
  content: '\e818';
}
/* Action buttons ____________________________________________________________________________________________________*/
a.action {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  padding: 0.25vw;
  max-width: 100%;
  white-space: nowrap;
  color: #222222;
}
a.action.disabled {
  cursor: default;
}
.widget-group.h4.w4 a.action {
  width: 100%;
  text-align: left;
}
.widget-group.h8 a.action,
.widget-group.h10 a.action,
.widget-group.h12 a.action,
.widget-group.maximize a.action {
  width: auto !important;
  text-align: center !important;
  padding: 0.5vw 0.75vw;
}
a.action:not(.disabled):hover,
a.action.selected {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  color: inherit;
}
a.action .action__value {
  font-size: 2rem;
  padding: 0 0.75rem;
  line-height: 1;
}
a.action > .data-value > i:before,
.action-options i:before {
  font-family: "smartlog_iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 2.2vw;
  margin-left: 0;
  font-size: 2vw;
  width: 2.2vw;
  vertical-align: middle;
}
.widget-group.h8 a.action > .data-value > i:before,
.widget-group.h10 a.action > .data-value > i:before,
.widget-group.h12 a.action > .data-value > i:before,
.widget-group.maximize a.action > .data-value > i:before {
  line-height: 3.3vw;
  font-size: 3vw;
  width: 3.3vw;
}
.widget .label {
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8vw;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
  margin-left: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.widget-group:hover .widget .label {
  opacity: 1;
}
.widget-group.w2 .widget .label {
  display: none;
}
.widget-group.h8 .widget .label,
.widget-group.h10 .widget .label,
.widget-group.h12 .widget .label,
.widget-group.maximize .widget .label {
  display: block;
  font-size: 1rem;
  margin-left: 0;
}
/* Options action type _______________________________________________________________________________________________*/
a.action.type-options:not(.disabled)::after {
  display: block;
  content: '\e80d';
  font-family: "smartlog_iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  vertical-align: bottom;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.widget a.action.type-options:not(.disabled)::after {
  opacity: 0;
}
.widget-group:hover .widget a.action.type-options:not(.disabled)::after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInMore;
  animation-name: bounceInMore;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
a.action.type-options.show {
  z-index: 2;
}
.action-options {
  position: absolute;
  z-index: 100;
  box-shadow: 0.25vw 0.25vw 1vw rgba(0, 0, 0, 0.25);
  margin-left: -3px;
  margin-top: -1px;
  border-radius: 3px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
}
.action-options--in-body {
  z-index: 1100;
}
body.light .action-options {
  background-color: white;
}
body.medium .action-options {
  background-color: #D3FFEB;
}
body.medium.theme2 .action-options {
  background-color: #F0FCD5;
}
body.medium.theme3 .action-options {
  background-color: #F4F3C8;
}
a.action.type-options.show + .action-options,
.action-options.show {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
}
a.action.type-options.updating + .action-options {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.action-options a {
  display: block;
  padding: 0.25vh 0.5vw !important;
  margin: 3px;
  text-align: left !important;
  text-transform: uppercase;
  width: auto !important;
}
.action-options > a > i::before {
  margin: 0 !important;
  line-height: 2.2vw !important;
  font-size: 2vw !important;
  width: 2.2vw !important;
}
/* Knob action type _______________________________________________________________________________________________*/
a.action.type-knob.show {
  position: relative;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  z-index: 2;
}
a.action.type-knob.show.disabled {
  cursor: default;
}
a.action.type-knob.permanent {
  background-color: transparent !important;
  box-shadow: none !important;
  z-index: 0 !important;
  padding: 0 !important;
}
a.action.type-knob.permanent > .data-value {
  display: inline-block;
  padding: 0 0.6em;
  font-size: 0.5em;
  line-height: 1;
}
a.action.type-knob.permanent > .label {
  position: relative;
  top: 0.5em;
}
.action-knob {
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  border-radius: 50%;
  box-shadow: 0.25vw 0.25vw 1vw rgba(0, 0, 0, 0.25);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
  cursor: default;
}
a.action.type-knob.permanent .action-knob {
  box-shadow: none;
  background-color: transparent !important;
  top: 75%;
  pointer-events: none;
}
a.action.type-knob.permanent.hide_gauge .action-knob {
  opacity: 0;
}
.action-svg_placeholder {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.action-svg_placeholder .data-value {
  display: none;
  text-align: center;
  line-height: 1.1;
}
.action-svg_placeholder.show .data-value {
  display: block;
}
body.light .action-knob {
  background-color: white;
}
body.medium .action-knob {
  background-color: #D3FFEB;
}
body.medium.theme2 .action-knob {
  background-color: #F0FCD5;
}
body.medium.theme3 .action-knob {
  background-color: #F4F3C8;
}
.action.type-knob.show > .action-knob,
.action.type-knob.permanent > .action-knob {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
}
.action-knob-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 1px rgba(255, 255, 255, 0.75) inset, 0 1px 1px rgba(0, 0, 0, 0.75), 0 5px 5px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.action.type-knob.permanent .action-knob-handle {
  background-color: transparent;
  box-shadow: none;
}
.action-knob-handle-content {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
a.action.type-knob.disabled .action-knob-handle-content {
  cursor: default;
}
.action-knob-handle-content-notch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 20px;
  background-color: #57C8F2;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.25) inset, 0 -1px 1px rgba(0, 0, 0, 0.25) inset, 0 0 0 1px rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.action.type-knob.permanent .action-knob-handle-content-notch {
  height: 0;
  width: 0;
  border-bottom: 10px solid;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
}
.action-knob-ticks {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.action-knob-tick-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.25;
  pointer-events: none;
}
.action.type-knob.permanent .action-knob-tick-mask {
  opacity: 1;
}
.action-knob-tick {
  position: absolute;
  box-sizing: border-box;
  border: 0 solid transparent;
  border-top-color: currentColor;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  cursor: pointer;
  pointer-events: all;
}
.action-knob-tick-set {
  opacity: 1;
}
.action-knob-ticks-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  padding: 0.5vw;
}
.action.type-knob.permanent .action-knob-ticks-cover {
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px white;
}
body.light .action-knob-ticks-cover {
  background-color: white;
}
body.medium .action-knob-ticks-cover {
  background-color: #D3FFEB;
  box-shadow: 0 3px #D3FFEB !important;
}
body.medium.theme2 .action-knob-ticks-cover {
  background-color: #F0FCD5;
  box-shadow: 0 3px #F0FCD5 !important;
}
body.medium.theme3 .action-knob-ticks-cover {
  background-color: #F4F3C8;
  box-shadow: 0 3px #F4F3C8 !important;
}
.action-knob-ticks-cover::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
  /*linear-gradient(to bottom, rgb(238, 238, 238) 0%,rgb(255, 255, 255) 100%);*/
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}
.action.disabled .action-knob-ticks-cover::before,
.action.type-knob.permanent .action-knob-ticks-cover::before {
  background: none;
  box-shadow: none;
}
.action.type-knob.permanent .action-knob-ticks-cover::before {
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.action-knob-label {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.action-knob-label:first-child {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.action-knob-label:last-child {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.action-knob-label::before {
  content: attr(title);
  display: inline-block;
}
.action-knob-label > div {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  background-color: #222;
  margin: 0 3px;
}
.action-knob-label:first-child > div {
  float: right;
}
.action-knob-label:last-child > div {
  float: left;
}
.action-knob-label.invert::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.action-knob-label.horizontalStart {
  text-align: left;
  bottom: -1.3em;
}
.action-knob-label.horizontalEnd {
  text-align: right;
  bottom: -1.3em;
}
.action.type-knob.permanent .action-knob-label.horizontalStart,
.action.type-knob.permanent .action-knob-label.horizontalEnd {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.action-knob-label.horizontalStart > div,
.action-knob-label.horizontalEnd > div {
  height: 0 !important;
}
/* Icons ____________________________________________________________________________________________________________ */
[class^="icon-custom-"]:before,
[class*=" icon-custom-"]:before {
  font-family: 'Open Sans', sans-serif;
  font-size: 45%;
  text-align: left;
  padding: 0 0.4em;
  width: auto;
  white-space: pre;
  content: 'i';
}
.icon-custom-kwh:before {
  content: 'kWh';
}
.icon-custom-co2:before {
  content: 'tons\a CO2';
}
.icon-custom-liter:before {
  content: 'liter';
}
.icon-custom-eurosqm:before {
  content: '€/m²';
}
.icon-custom-eurosqmweek:before {
  content: '€/m²/w';
}
.icon-custom-x:before {
  content: 'x';
}
.icon-automation_airco_mode_switch:before,
.icon-automation_algorithm_light:before,
.icon-automation_at_opening_normal:before,
.icon-automation_during_closinghours_low:before,
.icon-automation_during_closinghours_off:before,
.icon-automation_during_openinghours_on:before,
.icon-automation_settings_enforcer:before,
.icon-automation_failover_and_alternator:before,
.icon-automation_airco_range_guard:before,
.icon-automation_before_opening_normal:before,
.icon-automation_during_closinghours_normal:before {
  width: 2em;
}
/* Loading __________________________________________________________________________________________________________ */
.loading2 {
  -webkit-animation: loading2 0.75s infinite linear;
  animation: loading2 1s infinite linear;
  background-size: 71px 71px;
  background-color: #E0F7E0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, #FFF 25px, #FFF 50px);
}
@-webkit-keyframes loading2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 71px 0;
  }
}
@keyframes loading2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 71px 0;
  }
}
/* Animation ________________________________________________________________________________________________________ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.times3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.animated.speed1 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.animated.speed2 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.animated.speed3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.speed4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.speed5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.speed6 {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
/* Spin */
.spin {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Bounce In More */
.bounceInMore {
  -webkit-animation-name: bounceInMore;
  animation-name: bounceInMore;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInMore {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
  20% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  80% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceInMore {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2);
  }
  20% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  80% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Bounce In */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Fade in down */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5vh, 0);
    transform: translate3d(0, -5vh, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5vh, 0);
    -ms-transform: translate3d(0, -5vh, 0);
    transform: translate3d(0, -5vh, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Blink */
.blink {
  -webkit-animation-name: blink;
  animation-name: blink;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Highlight */
.highlight {
  -webkit-animation-name: highlight;
  animation-name: highlight;
}
@-webkit-keyframes highlight {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: #0081C5;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes highlight {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: #0081C5;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
/* Vertical align ___________________________________________________________________________________________________ */
.vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-align > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* Tabs _____________________________________________________________________________________________________________ */
.tabs {
  border-bottom: 1px solid #e1e1e1;
}
body.medium .widget-group .tabs {
  border: none;
}
.reveal-modal > .tabs {
  padding-left: 1.875rem;
  margin: 0 -1.875rem;
}
.tabs dd,
.tabs .tab-title {
  margin: 0 10px 0 0;
}
.tab-title--add {
  margin: 0;
}
.tabs dd > a,
.tabs .tab-title > a {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: none;
}
.tabs dd > a,
.tabs .tab-title.tab-title--disabled > a {
  color: rgba(34, 34, 34, 0.1);
  cursor: not-allowed;
}
body.medium .widget-group .tabs dd > a,
body.medium .widget-group .tabs .tab-title > a {
  background-color: transparent;
  color: rgba(34, 34, 34, 0.5);
}
.tabs dd.active a,
.tabs .tab-title.active a {
  border-color: #e1e1e1;
  border-bottom-color: #ffffff;
  position: relative;
  background-color: transparent;
}
body.medium .widget-group .tabs dd.active a,
body.medium .widget-group .tabs .tab-title.active a {
  border: 1px solid #D2D2D2;
  background-color: rgba(255, 255, 255, 0.33);
  color: #222;
}
body.medium .widget-group .tabs dd > a:hover,
body.medium .widget-group .tabs .tab-title > a:hover {
  background-color: rgba(255, 255, 255, 0.33);
}
.tabs dd.active a:after,
.tabs .tab-title.active a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
body.medium .widget-group .tabs dd.active a:after,
body.medium .widget-group .tabs .tab-title.active a:after {
  content: none;
}
.tabs-content {
  border: 1px solid #e1e1e1;
  padding: 0 1rem;
  border-top: none;
  margin-bottom: 0;
}
.tabs-content > .content {
  position: relative;
  min-height: 170px;
  padding: 0.9375em 0 0 0;
}
.reveal-modal > .tabs-content {
  border: none;
  padding: 0;
}
/* Data grid ________________________________________________________________________________________________________ */
.data_grid {
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.data_grid--tree {
  font-size: 1.2rem;
  font-weight: bold;
}
.data_grid--flex > li {
  display: flex;
}
.data_grid--tree ul {
  font-size: 0.9em;
  font-weight: normal;
}
.data_grid > li.data_grid--error {
  background-color: rgba(198, 15, 19, 0.2) !important;
}
.data_grid > li,
.data_grid--tree li {
  position: relative;
  list-style: none;
}
.data_grid > li:not(:last-child),
.data_grid--tree li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-top: -1px;
}
.drag-handle {
  height: 1.84rem;
  width: 1rem;
  position: absolute;
  left: 0;
  cursor: move;
}
.drag-handle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  color: rgba(0, 0, 0, 0.17);
  background-color: currentColor;
  -webkit-transition: color 0.25s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
  box-shadow: 0 4px currentColor, 0 -4px currentColor, -4px 4px currentColor, -4px 0 currentColor, -4px -4px currentColor, 4px 4px currentColor, 4px 0 currentColor, 4px -4px currentColor;
}
.data_grid .delete,
.data_grid .edit {
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.data_grid .edit {
  right: 1.5rem;
}
.data_grid .content {
  display: inline-block;
  width: 100%;
  padding: 0 0.75rem;
  word-wrap: break-word;
  vertical-align: top;
}
.data_grid--flex > li .content {
  flex: 0 0 auto;
}
.data_grid--flex .content.grow {
  flex: 1 0 auto;
}
.data_grid--flex .content.shrink {
  flex: 0 1 auto;
}
.data_grid--flex .content.grow.shrink {
  flex: 1 1 auto;
}
.data_grid .content.wauto,
.data_grid div.options.wauto {
  width: auto;
}
.data_grid .content.w25,
.data_grid div.options.w25 {
  width: 30%;
}
.data_grid .content.w30,
.data_grid div.options.w30 {
  width: 30%;
}
.data_grid .content.w50,
.data_grid div.options.w50 {
  width: 50%;
}
.data_grid .content.w70,
.data_grid div.options.w70 {
  width: 70%;
}
.data_grid .drag-handle + .content {
  padding-left: 1.25rem;
}
.data_grid:not(.data_grid--tree) > li:hover,
.data_grid--tree .content:hover {
  background-color: #efefef;
}
.data_grid:not(.data_grid--tree) > li.selected,
.data_grid .content.selected,
.data_grid--tree .content.selected {
  background-color: #0081c5;
}
.data_grid:not(.data_grid--tree) > li.selected .content,
.data_grid .content.selected,
.data_grid--tree .content.selected {
  color: #ffffff;
}
.data_grid:not(.data_grid--tree) > li.disabled .content,
.data_grid .content.disabled,
.data_grid--tree .content.disabled {
  color: rgba(34, 34, 34, 0.5);
  display: none;
}
.data_grid.show_all:not(.data_grid--tree) > li.disabled .content,
.data_grid.show_all .content.disabled,
.data_grid--tree.show_all .content.disabled {
  display: block;
}
.data_grid .marked {
  color: #ff6d60;
}
.data_grid i.icon-edit {
  float: right;
}
.data_grid div.options {
  width: 50%;
  float: none;
  display: inline-block;
  padding: 0.125rem 1.25rem 0.125rem 0.75rem;
  vertical-align: top;
  line-height: 1.6rem;
}
.data_grid div.options > div {
  font-size: 0.875rem;
  font-weight: 600;
}
.data_grid .options {
  width: auto;
  float: right;
  padding: 0 1.25rem 0 0.75rem;
}
.data_grid input {
  display: inline-block;
  margin-bottom: 0;
}
.data_grid input[type="color"] {
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 23px;
  cursor: pointer;
}
.data_grid.data_grid--main_modal {
  max-height: calc(100vh - 200px - 1.875rem - 3.7375rem - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal margin top&bottom - modal padding top - header - data grid margin - buttons - modal padding bottom*/
  overflow-y: auto;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding: 0 1.875rem;
}
.reveal-modal.full .data_grid.data_grid--main_modal {
  max-height: calc(100vh - 1.875rem - 3.7375rem - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal padding top - header - data grid margin - buttons - modal padding bottom*/
}
.data_grid.data_grid--main_tab_modal {
  height: calc(100vh - 200px - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal margin top&bottom - modal padding top - header - tabs - tab content padding - data grid margin - buttons - modal padding bottom*/
  overflow-y: auto;
  font-size: 0.875rem;
}
.reveal-modal.full .data_grid.data_grid--main_tab_modal {
  height: calc(100vh - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal padding top - header - tabs - tab content padding - data grid margin - buttons - modal padding bottom*/
}
.data_grid.data_grid--main_tab_modal_search {
  height: calc(100vh - 200px - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 1.6875em - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal margin top&bottom - modal padding top - header - tabs - tab content padding - search input - data grid margin - buttons - modal padding bottom*/
  overflow-y: auto;
  font-size: 0.875rem;
}
.reveal-modal.full .data_grid.data_grid--main_tab_modal_search {
  height: calc(100vh - 1.875rem - 3.7375rem - 3.6rem - 0.9375rem - 1.6875em - 1.25rem - 5rem - 1.875rem);
  /* max modal height - modal padding top - header - tabs - tab content padding - search input - data grid margin - buttons - modal padding bottom*/
}
.data_grid__toggle_tree i.icon-expand:before {
  content: '\E856';
}
.data_grid__tree_branch_hide > .data_grid__toggle_tree i.icon-expand:before {
  content: '\E857';
}
i.data_grid__toggle_options.icon-options-expand:before {
  content: '\E856';
}
li:has(> div + ul.data_grid__tree_branch_options_hide) > div >  i.data_grid__toggle_options.icon-options-expand:before {
  content: '\E857';
}

.sortable-chosen {
  opacity: 1;
  outline: 2px solid #0081C5;
  z-index: 1;
}
.sortable-drag {
  opacity: 0;
}
.data_grid small {
  font-size: 75%;
  color: initial;
}
.data_grid:not(.data_grid--tree) > li.selected small,
.data_grid .content.selected small,
.data_grid--tree .content.selected small {
  color: white;
}
/* Tokenize _________________________________________________________________________________________________________ */
div.Tokenize {
  width: 50%;
  padding-right: 1.25rem;
  vertical-align: top;
}
div.Tokenize ul.TokensContainer {
  height: auto;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
div.Tokenize ul.TokensContainer li.Placeholder {
  color: #222222;
  font-size: 0.875rem;
}
div.Tokenize ul.TokensContainer li.Token {
  line-height: 1;
}
div.Tokenize ul.TokensContainer li.Token,
div.Tokenize ul.TokensContainer li.TokenSearch {
  height: 20px;
}
/* Date range picker ________________________________________________________________________________________________ */
.daterangepicker {
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  box-shadow: 0.25vw 0.25vw 1vw rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.daterangepicker:before {
  border-bottom-color: rgba(128, 127, 127, 0.2);
}
.daterangepicker .calendar.left {
  clear: none;
}
.daterangepicker .calendar.right {
  float: left !important;
}
.daterangepicker table {
  border: none;
}
.daterangepicker table thead {
  background-color: transparent;
}
.daterangepicker table tr {
  background-color: transparent !important;
}
.daterangepicker table thead tr th {
  font-weight: 600;
}
.daterangepicker table tr th,
.daterangepicker table tr td {
  padding: 0.3125rem;
  line-height: 1.5;
}
.daterangepicker.single .ranges {
  float: none !important;
}
.daterangepicker .range_inputs {
  font-size: 0;
}
.daterangepicker button {
  cursor: pointer;
  padding: 0.6rem;
  margin-bottom: 0;
  width: 50%;
}
.daterangepicker button + button {
  width: calc(50% - 5px);
}
.daterangepicker .ranges {
  width: auto;
  float: left;
}
.daterangepicker .ranges li {
  border-radius: 15px;
}
.daterangepicker .daterangepicker_input i {
  top: 4px;
  left: 4px;
}
/* Sortable lists ___________________________________________________________________________________________________ */
.sortableList__list {
  margin-left: 0;
}
.sortableList__list .sortableList__list {
  margin-bottom: 48px;
}
li[data-level="basic"] .sortableList__list {
  margin-bottom: 0;
}
.fullScreen--on .sortableList__list--fullscreen_padding {
  padding-bottom: 150px;
}
.sortableList__item,
.sortableList__currentItem,
.sortableList__placeholder,
.sortableList__hint {
  list-style: none;
  padding: 1px 5px 1px 24px;
  margin: 5px 0;
  /*background-color: rgba(185, 185, 185, 0.5);*/
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: content-box;
  overflow: hidden;
}
.sortableList__item[data-level=basic] {
  background-color: transparent;
  box-shadow: none;
  padding-left: 2px;
}
.sortableList__item[data-level=basic] > .sortableList__content {
  position: relative;
  left: 26px;
}
.sortableList__item[data-level="zone"],
.sortableList__item[data-level="product"] {
  padding-left: 48px;
}
.sortableList__item li:not([data-level="basic"]) .sortableList__item {
  background-color: #f2f2f2;
}
.sortableList__item .sortableList__item .sortableList__item {
  background-color: #e6e6e6;
}
.sortableList__currentItem {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.sortableList__placeholder {
  background-color: transparent;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.sortableList__hint {
  background-color: #66b2da;
}
.sortableList__hint--notAllowed {
  /*background-color: #ff7073;*/
  display: none !important;
}
.sortableList__content {
  position: relative;
}
.sortableList__itemName {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sortableList__form {
  margin: 0 -0.5rem !important;
  width: auto;
  max-width: none;
}
.sortableList__form .columns {
  padding: 0 0.5rem !important;
}
.sortableList__opener {
  font-size: 1.1em;
  line-height: 1.3;
  position: absolute;
  left: -26px;
  top: 0;
}
.sortableList__editableNameLabel {
  font-size: inherit;
}
input.sortableList__editableName {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  color: #222222;
}
.sortableList__item .drag-handle {
  position: absolute;
  left: -18px;
  top: -2px;
}
.sortableList__deleteButton {
  position: absolute;
  right: 0;
  top: -2px;
}
.sortableList__item[data-level="zone"] > .sortableList__content > .drag-handle,
.sortableList__item[data-level="product"] > .sortableList__content > .drag-handle {
  left: -42px;
}
/* Color picker ___________________________________________________________________________________________________ */
.color_picker--inline {
  color: transparent !important;
  border: none;
  width: 23px  !important;
}
.cp-color-picker {
  z-index: 1006;
  background-color: #333333;
}
.cp-disp {
  margin-bottom: 6px !important;
  border: none !important;
  height: 20px !important;
  width: 154px !important;
}
/* Image List _______________________________________________________________________________________________________ */
.imagesList {
  list-style: none;
  margin-left: 0;
}
.imagesList--dragOver {
  background-color: #00ff003b;
}
.imagesList__item {
  position: relative;
  text-align: center;
  display: block;
  padding: 5px;
}
.imagesList__item:hover {
  background-color: #efefef;
}
.imagesList__item--selected {
  background-color: #0081c5 !important;
  color: white !important;
}
.imagesList__item--upload {
  display: inline-block;
  padding-top: 1em;
  position: relative;
  overflow: hidden;
}
.imagesList__uploadIcon,
.imagesList__uploadText {
  fill: rgba(0, 0, 0, 0.2);
}
.imagesList__item--upload:hover .imagesList__uploadIcon,
.imagesList__item--upload:hover .imagesList__uploadText {
  fill: #0081c5;
}
.imagesList__img {
  height: 100px;
  margin-bottom: 5px;
}
.imagesList__name {
  font-size: 12px;
  word-wrap: break-word;
  line-height: 1.1;
  display: block;
}
.imagesList__delete {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.imagesList__item:hover .imagesList__delete {
  opacity: 1;
}
.image_select {
  display: flex;
  align-items: center;
}
.image_select--empty {
  display: inline-block;
  background-color: #e7e7e7;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-top: 8px;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: normal;
  transition: background-color 300ms ease-out;
}
.image_select--empty:hover {
  background-color: #b9b9b9;
}
.image_select--empty::after {
  content: 'Select image';
}
.image_select--empty * {
  display: none;
}
.image_select__img {
  height: 67px;
  width: 67px;
  padding: 5px;
}
.image_select__name {
  font-size: 12px;
  word-wrap: break-word;
  line-height: 1.1;
}
/* SVG Graph ________________________________________________________________________________________________________ */
#general .graph__container {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 15px;
  opacity: 0;
}
#general .graph__container.graph__container--no_legend {
  padding-top: 0;
}
#general .graph__container.initialized {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
#general .widget-group.maximize .graph__container {
  padding-top: 20px;
}
.graph__container svg.graph {
  cursor: default;
  border-bottom-left-radius: 3px;
  /* Assumes the graph will be at the bottom of the widget group*/
  border-bottom-right-radius: 3px;
  width: 100%;
  height: 100%;
}
.graph__data > rect.bar {
  fill: currentColor;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  /*shape-rendering: crispEdges;*/
}
.graph__data > path,
.graph__data > rect.bar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.graph__data > path.line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1px;
  -webkit-transition: opacity 0.25s ease-out, stroke-width 0.25s ease-out;
  transition: opacity 0.25s ease-out, stroke-width 0.25s ease-out;
}
.graph__data > path.alarmShadow {
  fill: none;
  stroke-width: 9px;
  stroke-linejoin: round;
}
.widget-group.maximize .graph__data > path.alarmShadow {
  stroke-width: 11px;
}
.graph__data > path.area {
  fill: currentColor;
  stroke-width: 3px;
  opacity: 0.3;
  stroke-opacity: 100%;
}
.graph__data > path.blurred,
.graph__data > rect.blurred {
  opacity: 0.05 !important;
}
.graph__data > path.blurred.hovered,
.graph__data > rect.blurred.hovered {
  opacity: 0.25 !important;
}
.graph__data > path.hovered,
.graph__data > rect.hovered {
  opacity: 0.75 !important;
}
.graph__data > path.line.hovered:not(.blurred) {
  stroke-width: 2px;
}
.graph__container .current {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  fill: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 2s;
  transition: opacity 0.25s ease-out 2s;
}
.graph__container.initialized .current {
  opacity: 1;
}
.graph__container .current__unit,
.graph__container .marker__unit {
  font-size: 70%;
  baseline-shift: super;
}
.graph__container .marker {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 2s;
  transition: opacity 0.5s ease-out 2s;
  font-weight: 600;
  font-size: 0.75rem;
  fill: currentColor;
}
.graph__container.initialized .marker {
  opacity: 1;
}
.graph__container .marker * {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.graph__container .marker.focus {
  stroke: #ffffff;
  stroke-width: 2px;
}
.graph__container .marker.blurred * {
  opacity: 0.05 !important;
}
.graph__container .marker.blurred.hovered * {
  opacity: 0.25 !important;
}
.graph__container .marker.hovered * {
  opacity: 0.75 !important;
}
.graph__frame {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: none;
  pointer-events: none;
}
.graph__topBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.graph__legend {
  padding: 0 15px;
  display: block !important;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.widget-group.maximize .graph__legend,
.widget-group.maximize .graph__info {
  font-size: 0.875rem;
}
.widget-group.maximize .graph__container--no_legend .graph__info {
  line-height: 1.6;
}
.graph__legend_item {
  padding-right: 10px;
  display: inline-block;
}
.widget-group.maximize .graph__legend_item {
  cursor: pointer;
}
.graph__legend_item .graph__legend_item_name,
.graph__legend_item .graph__legend_item_unit,
.graph__legend_item .graph__legend_item_alarms_icon,
.graph__legend_item .graph__legend_item_edit_icon {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  color: inherit;
  cursor: inherit;
}
.graph__legend_item.blurred .graph__legend_item_name,
.graph__legend_item.blurred .graph__legend_item_unit,
.graph__legend_item.blurred .graph__legend_item_alarms_icon,
.graph__legend_item.blurred .graph__legend_item_edit_icon {
  opacity: 0.25;
}
.graph__legend_item.hovered .graph__legend_item_name,
.graph__legend_item.hovered .graph__legend_item_unit,
.graph__legend_item.hovered .graph__legend_item_alarms_icon,
.graph__legend_item.hovered .graph__legend_item_edit_icon {
  opacity: 0.5;
}
.graph__legend_item_unit {
  font-size: 85.7%;
  font-weight: 400;
}
.graph__legend_item_alarms {
  position: relative;
  display: inline-block;
}
.graph__legend_item .graph__legend_item_alarms_icon,
.graph__legend_item .graph__legend_item_edit_icon {
  position: relative;
  cursor: pointer;
}
.graph__legend_item .graph__legend_item_alarms_icon:hover,
.graph__legend_item .graph__legend_item_edit_icon:hover {
  color: #0081c5;
}
.graph__legend_item_alarms_icon::before {
  margin-right: 0;
}
.graph__legend_item_alarms_list {
  position: absolute;
  right: 0;
  /*top: 1.1em;*/
  text-align: left;
  white-space: nowrap;
  z-index: 100;
  box-shadow: 0.25vw 0.25vw 1vw rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  visibility: hidden;
  pointer-events: none;
  color: #222;
  background-color: #FFF;
  opacity: 0;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s, pointer-events 0s linear 0s;
}
.graph__legend_item_alarm_name {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.1875rem;
}
.graph__legend_item_alarm_config ~ .graph__legend_item_alarm_name {
  padding-right: 1.3rem;
}
.graph__legend_item_alarm_config {
  float: right;
  cursor: pointer;
  font-size: 1rem;
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: opacity 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s, transform 0.25s ease-out 0.25s;
}
.graph__legend_item_alarm_config:before {
  margin: 0;
}
.graph__legend_item_alarms--show .graph__legend_item_alarm_config {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.graph__legend_item_alarm > ul {
  list-style: none;
  margin: 0 0 0 0.5em;
  font-size: 0.875rem;
  line-height: 1.2;
}
.graph__legend_item_alarms--show .graph__legend_item_alarms_icon {
  z-index: 101;
}
.graph__legend_item_alarms--show .graph__legend_item_alarms_list,
.graph__legend_item_alarms--show.graph__legend_item_alarms_list {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0s, pointer-events 0s linear 0.5s;
}
.graph__info {
  display: inline-block;
  color: rgba(34, 34, 34, 0.75);
}
.graph__container--no_legend .graph__info {
  padding: 0 15px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  float: right;
}
.graph__date_range {
  float: right;
pointer-events: none;
  text-align: right;
  padding-right: 15px;
  font-size: 0.875rem;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0.5s;
  transition: opacity 0.25s ease-out 0.5s;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

*[id*="app-graph"] .graph__date_range{
  visibility: visible;
  opacity:1;
  width: auto;
  height: auto;
  overflow: visible;
}


.graph__date_range:hover {
  color: #0081c5;
}
.widget-group.maximize .graph__date_range,
.widget-group.restore .graph__date_range,
.widget--external .graph__date_range {
  visibility: visible;
  width: auto;
  height: auto;
  overflow: visible;
}
.widget-group.maximize .graph__date_range,
.widget--external .graph__date_range {
  opacity: 1;
}
.widget-group.restore .graph__date_range {
  -webkit-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
  opacity: 0;
}
.graph__hoverInfo {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.9);
  /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
  padding: 0.55556rem 1rem;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s ease-out;
  transition: transform 0.1s, opacity 0.25s ease-out;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5;
}
html.touch .graph__hoverInfo {
  pointer-events: all;
}
.graph__hoverInfo.graph__hoverInfo--visible {
  display: inline-block;
}
.graph__hoverInfo.graph__hoverInfo--show {
  opacity: 1;
}
.graph__hoverInfo.graph__hoverInfo--hide {
  opacity: 0;
}
.graph__hoverInfo__time {
  font-size: 0.875em;
  display: block;
  width: auto;
}
.graph__hoverInfo__measurement,
.graph__hoverInfo__measurement__event,
.graph__hoverInfo__measurement__action {
  display: block;
  width: auto;
}
.graph__hoverInfo__measurement__legend {
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 0.5rem;
  background-color: currentColor;
}
.graph__hoverInfo__measurement__value {
  font-weight: 600;
}
.graph__hoverInfo__measurement__unit {
  top: -4px;
  /*-0.4em; using non-whole numbers makes the text jump when the hoverInfo div moves */
  font-weight: 600;
  font-size: 70%;
}
.graph__hoverInfo__measurement__event,
.graph__hoverInfo__measurement__action {
  font-size: 0.75em;
  margin-left: 1.1875rem;
}
.graph__timeLine {
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 1;
  shape-rendering: crispEdges;
  pointer-events: none;
}
.graph__axis {
  font-size: 11px;
  fill: #222222;
  pointer-events: none;
}
.widget-group.maximize .graph__axis {
  font-size: 12px;
}
.graph__axis path {
  display: none;
}
.graph__axis line {
  stroke: #999999;
  shape-rendering: crispEdges;
}
body.light .graph__data > rect.bar,
body.light .graph__data > path.area,
body.light .graph__data > path.line,
body.light .graph__container .current,
body.light .graph__container .marker,
body.light .graph__legend_item,
body.light .graph__hoverInfo__measurement__legend {
  color: #41cac0;
}
body.medium .graph__data > rect.bar,
body.medium .graph__data > path.area,
body.medium .graph__data > path.line,
body.medium .graph__container .current,
body.medium .graph__container .marker,
body.medium .graph__legend_item,
body.medium .graph__hoverInfo__measurement__legend {
  color: #ffca00;
}
body.medium.theme2 .graph__data > rect.bar,
body.medium.theme2 .graph__data > path.area,
body.medium.theme2 .graph__data > path.line,
body.medium.theme2 .graph__container .current,
body.medium.theme2 .graph__container .marker,
body.medium.theme2 .graph__legend_item,
body.medium.theme2 .graph__hoverInfo__measurement__legend {
  color: #4E8000;
}
body.theme3 .graph__data > rect.bar,
body.theme3 .graph__data > path.area,
body.theme3 .graph__data > path.line,
body.theme3 .graph__container .current,
body.theme3 .graph__container .marker,
body.theme3 .graph__legend_item,
body.theme3 .graph__hoverInfo__measurement__legend {
  color: #d0c90b;
}
.graph__container .alarmLine {
  font-size: 11px;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0px, rgba(0, 0, 0, 0.75) 0px 0px 1px;
  pointer-events: none;
}
.graph__container .alarmLine line {
  shape-rendering: crispEdges;
}
.graph__container .alarmLine circle {
  stroke: #FFF;
  stroke-width: 2px;
}
.graph__container .alarmLine.blurred {
  opacity: 0.05 !important;
}
.graph__container .alarmLine.blurred.hovered {
  opacity: 0.25 !important;
}
.graph__container .alarmLine.hovered {
  opacity: 0.75 !important;
}
.graph__container .alarmLine line {
  stroke-dasharray: 5,5;
}
.graph__container .alarmLine:nth-child(even) line {
  stroke-dashoffset: 5;
}
.widget-group.maximize .graph__container .alarmLine {
  font-size: 13px;
}
.graph__data .event {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.graph__data .event > polygon {
  -webkit-animation: freeze 0ms linear;
  animation: freeze 0ms linear;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.graph__data .event.event_alert.event_highlight > polygon {
  -webkit-animation: event_bounce 250ms ease-out infinite alternate;
  animation: event_bounce 250ms ease-out infinite alternate;
}
.graph__data .event.event_conditional {
  cursor: pointer;
}
.graph__data .event > path {
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.graph__data .event.event_alert > path {
  stroke-width: 2;
}
.graph__data tspan.unit {
    font-size: 50%;
}
@-webkit-keyframes event_bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -5px, 0);
  }
}
@keyframes event_bounce {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}
[class^="svgicon-"],
[class*=" svgicon-"] {
  font-family: "smartlog_iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
tspan.bold {
  font-weight: 600;
}
#general.offline .top-bar-section .has-dropdown--disabled,
#general.offline .widget-group:hover .widget-group-title i.icon-move,
#general.offline .widget-group:hover .widget-group-title i.icon-settings,
#general.offline .widget-group:hover .widget-group-resize div,
#general.offline .graph__legend_item_alarms--show .graph__legend_item_alarm_config {
  opacity: 0.25;
  cursor: not-allowed;
}
#general.offline .graph__date_range {
  pointer-events: none;
  cursor: not-allowed;
}
#general.offline .widget a.action.disabled {
  cursor: not-allowed;
}
@media only screen and (max-width: 64em) {
  #login .weather {
    width: 20%;
  }
  body:not(.f-topbar-fixed) {
    padding-top: 0 !important;
  }
  .top-bar .logo > img {
    max-width: 50vw;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 1.6;
    padding: 12px 0 12px 0;
    padding-left: 0.9375rem;
  }
  .top-bar-section ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .top-bar-section ul li > a,
  .top-bar .top-bar-section li:not(.has-form) .dropdown a:not(.button) {
    font-size: 1rem;
    line-height: 1.6;
  }
  .top-bar .location-logo {
    height: 1.6rem;
    width: 1.6rem;
    font-size: 1.6rem;
    margin-left: 0.2em;
    margin-right: 0.5em;
  }
  .top-bar [class^="icon-"]:before {
    font-size: 1.6rem;
    margin-right: 0.5em;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .top-bar .dropdown [class^="icon-"]:before {
    font-size: 1rem !important;
  }
  .top-bar .user-name,
  .top-bar .location-name {
    max-width: none;
  }
  .top-bar-subtext {
    padding-left: 8.5vh;
    top: 0.5em;
  }
  .top-bar .user-name + i,
  .top-bar .location-name + .location-logo {
    float: left;
  }
  .top-bar .main-menu-label {
    display: inline;
    position: static;
    opacity: 1;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  #menu__location .index div {
    -webkit-transform: none;
    transform: none;
  }
  #menu__location .index a {
    font-size: 0.875rem;
  }
  .tabs dd > a,
  .tabs .tab-title > a {
    padding: 0.5rem 1rem;
  }
  #widgets-pages {
    left: 0;
  }
  .widgets-container {
    left: 0;
    overflow: hidden;
    height: auto !important;
  }
  .gutter-sizer {
    width: 2vw;
  }
  .grid-sizer {
    width: 100%;
  }
  .widget-group.w2,
  .widget-group.w4,
  .widget-group.w6,
  .widget-group.w8,
  .widget-group.w10,
  .widget-group.w12 {
    width: 100%;
  }
  #general #widgets .widget-group.maximize {
    position: fixed !important;
    left: 1.5vw !important;
    top: 11.5vh !important;
    width: 97vw !important;
    height: 87vh !important;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    #general .widget-group.maximize {
      height: 75vh !important;
    }
  }
  #general .widget-group-title {
    font-size: 0.875rem;
  }
  #general .widget-group-resize {
    display: none;
  }
  #general .widget .label {
    display: none !important;
  }
  #general a.action {
    width: 100%;
    text-align: center;
  }
  #general a.action > .data-value > i:before {
    line-height: 1.1;
    font-size: 10vw;
    width: 11vw;
  }
  #general a.action.type-options:not(.disabled)::after {
    display: none;
  }
  #general .action-options {
    right: 0;
  }
  #general .action-options > a > i::before,
  #general .action-options > a > i::after {
    line-height: 9.9vw !important;
    font-size: 9vw !important;
    width: 9.9vw !important;
  }
  #general .widget-group.maximize .graph__container {
    padding-top: 39px;
  }
  #general .widget-group.maximize .graph__container--no_legend {
    padding-top: 22px;
  }
  .widget-group.maximize .graph__legend {
    margin-top: 22px;
  }
  .widget {
    position: relative;
  }
  .widget__config {
    position: absolute;
    width: 100%;
    padding-top: calc(2.5625rem + 2px);
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  body.medium .widget__config {
    padding-top: 2.5625rem;
  }
  .widget {
    transition: none;
  }
  .widget--show-config .widget {
    width: 100%;
    transition: none;
    opacity: 0;
  }
  .widget--show-config .widget__config {
    transform: translate3d(-100%, 0, 0);
  }
  .graph__hoverInfo {
    max-width: 45%;
    white-space: normal;
  }
}
.daterangepicker.single {
  flex-direction: column;
}
@media only screen and (max-width: 64em) {
  .widget-group-title > i.icon-move,
  .data-value .icon-alarm,
  .graph__legend_item_alarms {
    display: none;
  }
  .widget-group-title > i {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 64em), (max-height: 50em) {
  /* used for the calendar popup when the screen is not high enough to fit it in half the screen */
  .daterangepicker {
    position: fixed;
    float: none;
    top: 10% !important;
    left: 0 !important;
    height: 90%;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
  }
  .daterangepicker::before,
  .daterangepicker::after {
    display: none !important;
  }
  .daterangepicker .ranges,
  .daterangepicker .calendar {
    width: 33.333333%;
    max-width: none;
    margin: 0;
    padding: 4px;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar {
    width: 50%;
  }
  .daterangepicker.single .calendar.single .calendar-table {
    border: 1px solid #ddd;
  }
  .daterangepicker .calendar.right {
    padding-left: 0;
  }
  .daterangepicker .ranges ul {
    width: 100%;
  }
  .daterangepicker button {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
  }
  .daterangepicker .calendar-table {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    height: calc(90vh - 51px);
    max-height: 40vw;
  }
  .daterangepicker.single .calendar-table {
    height: calc(90vh - 114px);
    max-height: none;
  }
  .daterangepicker .calendar.right .calendar-table {
    border-left: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .daterangepicker .calendar.left .calendar-table {
    border-right: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .daterangepicker table {
    height: 100%;
    background: transparent;
  }
  .daterangepicker .calendar th,
  .daterangepicker .calendar td {
    width: auto;
    height: auto;
    min-width: 0;
  }
  .daterangepicker .calendar th {
    padding-left: 0;
    padding-top: 0;
  }
  .daterangepicker .calendar td {
    padding: 0;
  }
}
@media only screen and (max-width: 64em) and (orientation: landscape) {
  #login .logo {
    max-width: 30vw;
  }
  #widgets .grid-sizer {
    height: calc(80vh - 2vw);
  }
  #widgets .widget-group.h2,
  #widgets .widget-group.h4,
  #widgets .widget-group.h6,
  #widgets .widget-group.h8,
  #widgets .widget-group.h10,
  #widgets .widget-group.h12 {
    position: static !important;
    height: calc(80vh - 2vw) !important;
    margin-bottom: 4vw;
  }
  #general a.action > .data-value > i:before {
    line-height: 1.1;
    font-size: 13vh;
    width: 14.3vh;
  }
  #general .action-options > a > i::before,
  #general .action-options > a > i::after {
    line-height: 1.1 !important;
    font-size: 14.5vh !important;
    width: 16vh !important;
  }
}
@media only screen and (max-width: 64em) and (orientation: portrait) {
  #login .logo {
    max-width: 75vw;
  }
  #widgets .grid-sizer {
    height: calc(60vh - 2vw);
  }
  #widgets .widget-group.h2,
  #widgets .widget-group.h4,
  #widgets .widget-group.h6,
  #widgets .widget-group.h8,
  #widgets .widget-group.h10,
  #widgets .widget-group.h12 {
    position: static !important;
    height: calc(50vh - 2vw) !important;
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 40em) {
  #login .logo {
    margin-top: 0.5rem;
  }
  #login form {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0.75rem 0.9375rem;
  }
  #login fieldset {
    margin-bottom: 0.9375em;
  }
  #login label input {
    height: 2.5rem;
  }
  #login label i {
    font-size: 1.5rem;
  }
  #login label i::before {
    line-height: 2.5rem;
  }
  #login button {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    margin-bottom: 0.9375em;
  }
  #general .graph__container {
    padding-top: 27px;
  }
  #general .widget-group.maximize .graph__container {
    padding-top: 52px;
  }
  #general .widget-group.maximize .graph__container--no_legend {
    padding-top: 22px;
  }
  .daterangepicker {
    padding: 0;
  }
  .daterangepicker.show-calendar:not(.single) .calendar {
    display: none !important;
  }
  .daterangepicker.single .calendar.single .calendar-table {
    border: none;
  }
  .daterangepicker .calendar,
  .daterangepicker .ranges {
    width: 100% !important;
  }
  .daterangepicker .ranges li {
    padding: 2vh 10px;
    margin-bottom: 1vh;
  }
  .daterangepicker .ranges li:last-child {
    display: none;
  }
  .widget-group-settings a i::before {
    line-height: inherit;
    font-size: inherit;
    width: auto;
    vertical-align: baseline;
  }
  .graph__hoverInfo {
    font-size: 0.875rem;
    padding: 0.3125rem 0.4375rem;
  }
}
@media only screen and (max-height: 30em) {
  #menu__location .index a {
    height: 7.4074%;
  }
  #menu__location .index a:nth-child(2n+1) {
    display: none;
  }
}
/* Google maps ________________________________________________________________________________________________________ */
.gm-style .gm-style-iw li {
  font-weight: 300;
  font-size: 13px;
}
/* Widget-group collapse  ______________________________________________________________________________________________ */
@media only screen and (max-width: 64em) {
  .widget-group-title > i.icon-up,
  .widget-group-title > i.icon-down {
    display: block;
  }
  #widgets .widget-group.collapse {
    height: calc(1.225rem + 2vh) !important;
    -webkit-transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
    transition: z-index 0s linear 0s, width 0.4s linear 0s, height 0.4s linear 0s, top 0.4s linear 0s, left 0.4s linear 0s !important;
  }
  #widgets .widget-group.collapse .widget__container {
    opacity: 0;
  }
  #widgets .widget-group.collapse .widget-group-title > i {
    opacity: 0;
  }
}
/*# sourceMappingURL=app.css.map */
