.module-launcher .launcher-intro-icon:before {
  content: "\f108";
}
.intro-module .intro-title {
  display: table;
  margin-top: 6px;
  font-size: 2em;
  text-align: center;
}
.intro-module .intro-msg,
.intro-module .mentions {
  padding-bottom: 6px;
}
.intro-module .intro-msg {
  display: table;
  font-size: 1.2em;
  margin: 2px;
  text-align: justify;
}
.intro-module .intro-msg a {
  color: inherit;
  text-decoration: underline;
}
.intro-module .mentions {
  font-size: 10px;
  text-align: center;
}
.intro-module .mentions a {
  color: inherit;
  text-decoration: none;
}
/*! jQuery UI - v1.11.4 - 2015-07-28
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, sortable.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, slider.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CHelvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=dddddd&bgTextureHeader=glass&bgImgOpacityHeader=35&borderColorHeader=bbbbbb&fcHeader=444444&iconColorHeader=999999&bgColorContent=c9c9c9&bgTextureContent=inset_soft&bgImgOpacityContent=50&borderColorContent=aaaaaa&fcContent=333333&iconColorContent=999999&bgColorDefault=eeeeee&bgTextureDefault=glass&bgImgOpacityDefault=60&borderColorDefault=cccccc&fcDefault=3383bb&iconColorDefault=70b2e1&bgColorHover=f8f8f8&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=bbbbbb&fcHover=599fcf&iconColorHover=3383bb&bgColorActive=999999&bgTextureActive=inset_hard&bgImgOpacityActive=75&borderColorActive=999999&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=eeeeee&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=ffffff&fcHighlight=444444&iconColorHighlight=3383bb&bgColorError=c0402a&bgTextureError=flat&bgImgOpacityError=55&borderColorError=c0402a&fcError=ffffff&iconColorError=fbc856&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;/* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);/* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;/* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;/* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #c9c9c9 url("public/canvas/images/jquery-ui/ui-bg_inset-soft_50_c9c9c9_1x100.png") 50% bottom repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #bbbbbb;
  background: #dddddd url("public/canvas/images/jquery-ui/ui-bg_glass_35_dddddd_1x400.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}
.ui-widget-header a {
  color: #444444;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #eeeeee url("public/canvas/images/jquery-ui/ui-bg_glass_60_eeeeee_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #3383bb;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #3383bb;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #bbbbbb;
  background: #f8f8f8 url("public/canvas/images/jquery-ui/ui-bg_glass_100_f8f8f8_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #599fcf;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #599fcf;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #999999;
  background: #999999 url("public/canvas/images/jquery-ui/ui-bg_inset-hard_75_999999_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #eeeeee url("public/canvas/images/jquery-ui/ui-bg_flat_55_eeeeee_40x100.png") 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #c0402a;
  background: #c0402a url("public/canvas/images/jquery-ui/ui-bg_flat_55_c0402a_40x100.png") 50% 50% repeat-x;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);/* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);/* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);/* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("public/canvas/images/jquery-ui/ui-icons_999999_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("public/canvas/images/jquery-ui/ui-icons_999999_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("public/canvas/images/jquery-ui/ui-icons_70b2e1_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("public/canvas/images/jquery-ui/ui-icons_3383bb_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("public/canvas/images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("public/canvas/images/jquery-ui/ui-icons_3383bb_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("public/canvas/images/jquery-ui/ui-icons_fbc856_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url("public/canvas/images/jquery-ui/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80);/* support: IE8 */
}
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url("public/canvas/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);/* support: IE8 */
  border-radius: 0px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
* html #fancybox-loading { /* IE6 */
  position: absolute;
  margin-top: 0;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}
* html #fancybox-overlay { /* IE6 */
  position: absolute;
  width: 100%;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1101;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
}
#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0;
}
#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333;
}
.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.fancybox-title-over {
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('public/canvas/images/fancybox/fancy_title_over.png');
  display: block;
}
#fancybox-title-wrap {
  display: inline-block;
}
#fancybox-title-wrap span {
  height: 32px;
  float: left;
}
#fancybox-title-left {
  padding-left: 15px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px -90px;
  background-repeat: no-repeat;
}
#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url('public/canvas/images/fancybox/fancybox-x.png');
  background-position: 0px -40px;
  color: #FFF;
}
#fancybox-title-right {
  padding-left: 15px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -55px -90px;
  background-repeat: no-repeat;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url('public/canvas/images/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;/* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('public/canvas/images/fancybox/fancybox-x.png');
}
#fancy-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('public/canvas/images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('public/canvas/images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('public/canvas/images/fancybox/fancybox-y.png');
}
#fancy-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('public/canvas/images/fancybox/fancybox.png');
  background-position: -40px -122px;
}
/* IE */
#fancybox-loading.fancybox-ie div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie #fancybox-title-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie .fancy-bg {
  background: transparent !important;
}
.fancybox-ie #fancy-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/canvas/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
html,
body {
  min-height: 100%;
}
.humane,
.humane-libnotify {
  position: fixed;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.humane,
.humane-libnotify {
  text-align: center;
  font-size: 15px;
  top: 40px;
  left: 40%;
  opacity: 0;
  width: 295px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  /*
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAANElEQVQYlWNgYGB4ysTAwMDAxMjICCUQXDQWAwMDAxMTExMedcRyB6d5CAMQ5hGrjSrmAQBQdgIXlosSTwAAAABJRU5ErkJggg==');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.9)), color-stop(1, rgba(50,50,50,0.9))) no-repeat;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
  background: linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
  */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  background-color: #556270;
  box-shadow: 0 4px 4px -4px #000;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.humane p,
.humane-libnotify p,
.humane ul,
.humane-libnotify ul {
  margin: 0;
  padding: 0;
}
.humane ul,
.humane-libnotify ul {
  list-style: none;
}
.humane.humane-libnotify-info,
.humane-libnotify.humane-libnotify-info {
  background-color: #556270;
}
/*
.humane.humane-libnotify-success,
.humane-libnotify.humane-libnotify-success {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAAMUlEQVQYlWNgMGJ4ysTAwMDAxMAIJxhQWQwMDEwMTKgS2NRhkxg65jGhmke6M6hhHgBS2QHn2LzhygAAAABJRU5ErkJggg==');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,50,0,0.9)), color-stop(1, rgba(0,100,0,0.9))) no-repeat;
  background: -moz-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  background: linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  *background-color: #030;
}
.humane.humane-libnotify-error,
.humane-libnotify.humane-libnotify-error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAPklEQVQokWMwYmB4ysTAwMCATjASFsOmBBvBRJ7x+O0g0wCS7CDTH/RwH7X9MVDuwyaG032D2M2UeIYO7gMAqt8C19Bn7+YAAAAASUVORK5CYII=');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(50,0,0,0.9)), color-stop(1, rgba(100,0,0,0.9))) no-repeat;
  background: -moz-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  background: linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  *background-color: #300;
}
*/
.humane.humane-animate,
.humane-libnotify.humane-libnotify-animate {
  opacity: 0.8;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane.humane-animate:hover,
.humane-libnotify.humane-libnotify-animate:hover {
  opacity: 0.2;
}
.humane.humane-animate,
.humane-libnotify.humane-libnotify-js-animate {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.humane.humane-animate:hover,
.humane-libnotify.humane-libnotify-js-animate:hover {
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
/*overrides*/
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* nvd3 version 1.8.5-dev (https://github.com/novus/nvd3) 2016-12-08 */
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1;
}
.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis path.domain {
  stroke-opacity: .75;
}
.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}
.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis .zero line,
/*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
  stroke-opacity: .75;
}
.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold;
}
.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}
.nvd3 .nv-axis.nv-disabled {
  opacity: 0;
}
.nvd3 .nv-bars rect {
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
}
.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}
.nvd3 .nv-bars .hover rect {
  fill: lightblue;
}
.nvd3 .nv-bars text {
  fill: rgba(0, 0, 0, 0);
}
.nvd3 .nv-bars .hover text {
  fill: #000000;
}
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
}
.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: #000000;
  stroke: rgba(0, 0, 0, 0);
}
/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}
.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}
.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}
.nvd3 line.nv-boxplot-median {
  stroke: black;
}
.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet {
  font: 10px sans-serif;
}
.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8;
}
.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}
.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}
.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-markerLine {
  stroke: #000;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px;
}
.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}
.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}
.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}
.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold;
}
.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}
.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728;
}
.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333;
}
.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}
.nv-force-link {
  stroke: #999;
  stroke-opacity: .6;
}
.nv-force-node text {
  stroke-width: 0px;
}
.nvd3 .nv-legend .nv-disabled rect {
  /*fill-opacity: 0;*/
}
.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2;
}
.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4;
}
.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0;
}
/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75;
}
.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
  fill: none;
}
.nvd3 .nv-groups path.nv-area {
  stroke: none;
}
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important;
}
.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important;
}
.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}
.nvd3 .nv-indexLine {
  cursor: ew-resize;
}
/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
}
/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.nvd3 text {
  font: normal 12px Arial, sans-serif;
}
.nvd3 .title {
  font: bold 14px Arial, sans-serif;
}
.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
}
.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold;
}
/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges;
}
.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}
/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}
.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0;
}
/* focus */
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important;
}
.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7;
}
/**********
*  Print
*/
@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1;
  }
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}
.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: .4;
  shape-rendering: crispEdges;
}
.nvd3 .foreground path {
  fill: none;
  stroke-opacity: .7;
}
.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: .6;
  stroke: gray;
  shape-rendering: crispEdges;
}
.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px;
}
.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}
.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59);
}
.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}
.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
}
.nvd3.nv-pie path {
  fill-opacity: .7;
}
.nvd3.nv-pie .hover path {
  fill-opacity: 1;
}
.nvd3.nv-pie .nv-label {
  pointer-events: none;
}
.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}
/* scatter */
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5;
}
.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}
.nv-noninteractive {
  pointer-events: none;
}
.nv-distx,
.nv-disty {
  pointer-events: none;
}
/* sparkline */
.nvd3.nv-sparkline path {
  fill: none;
}
.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}
.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}
.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}
.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal;
}
.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}
.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}
.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
}
.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}
.nvtooltip {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  transition-delay: 200ms;
}
.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}
.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}
.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}
.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}
.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}
.nvtooltip table td.key {
  font-weight: normal;
}
.nvtooltip table td.key.total {
  font-weight: bold;
}
.nvtooltip table td.value {
  text-align: right;
  font-weight: bold;
}
.nvtooltip table td.percent {
  color: darkgray;
}
.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}
.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
}
.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}
.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}
/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none;
}
.nvd3 line.nv-guideline {
  stroke: #ccc;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.13/b-2.2.3/b-colvis-1.2.4/cr-1.3.2/r-2.1.1/rr-1.2.0/sc-1.4.2/sl-1.2.0
 *
 * Included libraries:
 *  DataTables 1.10.13, Buttons 2.2.3, Column visibility 1.2.4, ColReorder 1.3.2, Responsive 2.1.1, RowReorder 1.2.0, Scroller 1.4.2, Select 1.2.0
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;/*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("/DataTables-1.10.13/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/DataTables-1.10.13/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/DataTables-1.10.13/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/DataTables-1.10.13/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/DataTables-1.10.13/images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f4faff;
}
table.dataTable.stripe tbody tr.odd:hover,
table.dataTable.display tbody tr.odd:hover {
  background-color: #E3EFF9;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dataTables_wrapper {
  position: relative;
}
div.dt-buttons {
  position: initial;
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
div.dtb-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}
button.dtb-hide-drop {
  display: none !important;
}
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}
div.dt-button-collection-title:empty {
  display: none;
}
span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}
span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}
span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}
div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}
div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}
div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 0;
}
button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.167em;
  margin-right: 0.167em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  /* Fallback */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}
button.dt-button:first-child,
div.dt-button:first-child,
a.dt-button:first-child,
input.dt-button:first-child {
  margin-left: 0;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled,
input.dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}
button.dt-button:active:not(.disabled),
div.dt-button:active:not(.disabled),
a.dt-button:active:not(.disabled),
input.dt-button:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1);
  /* Fallback */
  background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
input.dt-button:active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: rgba(0, 0, 0, 0.1);
  /* Fallback */
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
input.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: rgba(0, 0, 0, 0.1);
  /* Fallback */
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#d1e2f7", EndColorStr="#79ace9");
}
button.dt-button.active:focus:not(.disabled),
div.dt-button.active:focus:not(.disabled),
a.dt-button.active:focus:not(.disabled),
input.dt-button.active:focus:not(.disabled) {
  background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%) !important;
}
button.dt-button span.dt-down-arrow,
div.dt-button span.dt-down-arrow,
a.dt-button span.dt-down-arrow,
input.dt-button span.dt-down-arrow {
  position: relative;
  top: -2px;
  color: rgba(70, 70, 70, 0.75);
  font-size: 8px;
  padding-left: 10px;
  line-height: 1em;
}
.dt-button embed {
  outline: none;
}
div.dt-buttons {
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}
div.dataTables_layout_cell div.dt-buttons {
  float: none;
}
div.dataTables_layout_cell div.dt-buttons.buttons-right {
  float: none;
}
div.dt-btn-split-wrapper {
  display: inline-block;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 4px 4px 2px 4px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin: 4px 0 2px 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection button.dt-button:first-child,
div.dt-button-collection div.dt-button:first-child,
div.dt-button-collection a.dt-button:first-child {
  margin-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
div.dt-button-collection button.dt-button:last-child,
div.dt-button-collection div.dt-button:last-child,
div.dt-button-collection a.dt-button:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.dt-button-collection div.dt-btn-split-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  margin: 4px 0 2px 0;
}
div.dt-button-collection div.dt-btn-split-wrapper button.dt-button {
  margin: 0;
  display: inline-block;
  width: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px;
  border-radius: 0;
}
div.dt-button-collection div.dt-btn-split-wrapper button.dt-btn-split-drop {
  min-width: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 0;
}
div.dt-button-collection div.dt-btn-split-wrapper:first-child {
  margin-top: 0;
}
div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-button {
  border-top-left-radius: 3px;
}
div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-btn-split-drop {
  border-top-right-radius: 3px;
}
div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-button {
  border-bottom-left-radius: 3px;
}
div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-btn-split-drop {
  border-bottom-right-radius: 3px;
}
div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-button,
div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-button {
  background-color: #dadada;
  /* Fallback */
  background: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
  box-shadow: inset 0px 0px 4px #666;
}
div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop,
div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
  box-shadow: none;
}
div.dt-button-collection.fixed .dt-button:first-child {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.dt-button-collection.fixed .dt-button:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}
@media screen and (max-width: 1024px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}
div.dt-button-collection.two-column > :last-child,
div.dt-button-collection.three-column > :last-child,
div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection.two-column > :last-child > *,
div.dt-button-collection.three-column > :last-child > *,
div.dt-button-collection.four-column > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-collection.columns {
  width: auto;
}
div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}
div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}
div.dt-button-collection.columns.dtb-b3 > :last-child,
div.dt-button-collection.columns.dtb-b2 > :last-child,
div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}
div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}
div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}
div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}
@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}
button.dt-btn-split-drop {
  margin-left: calc(-1.333px);
  padding-bottom: calc(-0.5em);
  border-radius: 0px 1px 1px 0px;
  color: rgba(70, 70, 70, 0.9);
  border-left: none;
}
button.dt-btn-split-drop span.dt-btn-split-drop-arrow {
  position: relative;
  top: -1px;
  left: -2px;
  font-size: 8px;
}
button.dt-btn-split-drop:hover {
  z-index: 2;
}
button.buttons-split {
  border-right: 1px solid rgba(70, 70, 70, 0);
  border-radius: 1px 0px 0px 1px;
}
button.dt-btn-split-drop-button {
  background-color: white;
}
button.dt-btn-split-drop-button:hover {
  background-color: white;
}
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  left: 4px;
  display: block;
  position: absolute;
  text-align: center;
  content: '';
  background: url('/aws/public/images/elements_graphiques.png');
  background-position: -87px 0px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-position: -73px -7px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}
tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
div.DTS {
  display: block !important;
}
div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #B0BED9;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}
table.dataTable td.select-checkbox {
  position: relative;
}
table.dataTable td.select-checkbox:before,
table.dataTable td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable td.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 14px 10px 10px;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
}
.bg-dt-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.bg-dt-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bg-dt-filter label,
.bg-dt-filter .dataTables_filter input {
  margin-bottom: 0;
}
.dataTables_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.dataTables_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
}
.dataTables_wrapper .dataTables_scroll {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollFoot {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .btn--table-colvis {
  border: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 12px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .btn--table-colvis.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .btn--table-colvis.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button[aria-expanded="true"],
.dataTables_wrapper .btn--table-colvis[aria-expanded="true"] {
  background: #bdbdbd !important;
  color: black !important;
  border-color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .btn--table-colvis:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .btn--table-colvis:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .btn--table-colvis:active {
  background: #e0e0e0 !important;
  color: black !important;
  border-color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button .dt-down-arrow,
.dataTables_wrapper .btn--table-colvis .dt-down-arrow {
  color: inherit !important;
}
.dt-buttons {
  position: relative;
  flex-direction: column !important;
  gap: 6px;
}
.dt-buttons .dt-button-background {
  display: none !important;
}
.dt-buttons .dt-button-collection {
  left: unset !important;
  top: unset !important;
  right: 0;
}
.dt-buttons .dt-button-collection .dt-button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-align: start;
}
.date-picker {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.date-picker .date-picker-input {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.date-picker .date-picker-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 4px;
  cursor: pointer;
  font-size: 18px;
}
.date-picker .date-picker-btn:before {
  content: "\f115";
}
.time-picker input[type='number'] {
  width: 42px;
}
.date-time-picker {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.dropdown--resizable {
  resize: both;
}
.treeselect__container,
.treeselect__input-container {
  position: relative;
}
.treeselect--clearable {
  padding-right: 32px !important;
}
.treeselect__input-container {
  position: relative;
  display: inline-block;
  height: var(--input-height, 26px);
}
.treeselect__input {
  box-sizing: border-box;
  height: var(--input-height, 26px) !important;
  width: var(--input-width, 220px) !important;
}
.treeselect__clear {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--str-btn-tertiary-text, var(--accent-color-700, #1975d2));
  background: transparent;
  border: 0;
  box-shadow: none;
  fill: var(--str-btn-tertiary-text, var(--accent-color-700, #1975d2));
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 20px !important;
  height: 20px !important;
  padding: 4px;
  margin: auto;
  border-radius: 50%;
}
.treeselect__clear:before {
  font-size: 16px;
}
.treeselect__clear:hover {
  color: var(--str-btn-tertiary-text--hover, var(--accent-color-800, #1565c1)) !important;
  background-color: var(--str-btn-tertiary-background--hover, var(--accent-color-50, #e2f2fd));
  fill: var(--str-btn-tertiary-text--hover, var(--accent-color-800, #1565c1));
}
.treeselect__clear:focus {
  color: var(--str-btn-tertiary-text, var(--accent-color-700, #1975d2));
  background-color: transparent;
  outline: none;
}
.treeselect__clear:focus-visible {
  color: var(--str-btn-tertiary-text, var(--accent-color-700, #1975d2));
  background-color: transparent;
  outline: none;
  box-shadow: 0 0 0 2px var(--str-component-focus-outline, black);
  fill: var(--str-btn-tertiary-text, var(--accent-color-700, #1975d2));
}
.treeselect__icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.treeselect__icon:before {
  font-size: 17px;
}
.treeselect__arrow {
  transition: transform 0.3s ease-out;
}
.treeselect__arrow.treeselect__arrow--open {
  transform: rotate(90deg);
}
.str-display-none {
  display: none !important;
}
.search--found {
  font-weight: bold;
}
.str-treeselect {
  position: absolute;
  z-index: var(--bg-dropdown-zindex, 1060);
  left: var(--bg-dropdown-left, 0);
  top: var(--bg-dropdown-top, 30px);
}
.str-treeselect ul {
  position: relative;
  padding-left: 27px !important;
}
.str-treeselect ul::before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background: var(--str-contextual-menu-item-tree-line, hsl(0, 0%, 88%));
  content: '';
}
.str-treeselect .menu-item--view-only:hover {
  background-color: inherit;
  color: inherit;
  cursor: default;
}
.str-treeselect {
  margin: 0;
  padding: 8px;
  color: var(--str-contextual-menu-color, #424242);
  list-style-type: none;
  background-color: var(--str-contextual-menu-background, white);
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  fill: var(--str-contextual-menu-color, #424242);
  width: var(--str-treeselect-width, auto);
  max-height: var(--str-treeselect-max-height, none);
  overflow-y: auto;
}
.str-treeselect ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.str-treeselect .str-contextual-menu__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  font-style: normal;
  font-weight: normal;
  height: 40px;
  cursor: pointer;
  padding: 0 8px;
  gap: 8px;
  margin: 0;
  border-radius: 6px;
}
.str-treeselect .str-contextual-menu__item.str-treeselect__node--focus,
.str-treeselect .str-contextual-menu__item:hover {
  color: var(--str-contextual-menu-color, #424242);
  background-color: var(--str-contextual-menu-item-background--hover, #ededed);
}
.str-treeselect .str-contextual-menu__item.selected {
  background: var(--str-contextual-menu-item-background--selected, var(--accent-color-50, #e2f2fd));
}
.str-treeselect .str-contextual-menu__item.menu-item--view-only input[type='checkbox'] {
  display: none;
}
.str-treeselect .str-treeselect__label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  gap: 8px;
  margin: 0;
}
.str-treeselect .str-flex-auto {
  flex: 1 1 auto;
}
.str-treeselect .str-display-flex {
  display: flex;
}
.str-treeselect .str-items-center {
  align-items: center;
}
.str-treeselect .str-text-left {
  text-align: left;
}
.str-contextual-menu--medium .str-contextual-menu__item {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.004em;
  height: 32px;
}
.str-contextual-menu--small .str-contextual-menu__item {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.004em;
  height: 26px;
}
.display-f,
.display-flex {
  display: flex !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-fit {
  flex: 0 0 auto;
}
.items-center {
  align-items: center;
}
.items-end,
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.padding-0 {
  padding: 0 !important;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.padding-1 {
  padding: 1rem;
}
.padding-2 {
  padding: 2rem;
}
.margin-0 {
  margin: 0 !important;
}
.margin-r-1 {
  margin-right: 4px;
}
.margin-b-4 {
  margin-bottom: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 2rem;
}
.display-b {
  display: block;
}
.display-ib {
  display: inline-block;
}
.display-i {
  display: inline;
}
.overflow-auto {
  overflow: auto;
}
.list-style-none {
  list-style-type: none;
}
.position-relative {
  position: relative;
}
.word-break-all {
  word-break: break-all;
}
.full-height {
  height: 100%;
}
.width-full {
  width: 100%;
}
.text-align-start {
  text-align: start;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.first-letter-capital {
  display: inline-block;
}
.first-letter-capital:first-letter {
  text-transform: uppercase;
}
.first-letter-lowercase {
  display: inline-block;
}
.first-letter-lowercase:first-letter {
  text-transform: lowercase;
}
.font-italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.visibility-hidden {
  visibility: hidden;
}
.hand {
  cursor: pointer;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-break {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
}
.flex-order-first {
  -webkit-order: -9999;
  -moz-order: -9999;
  -ms-order: -9999;
  order: -9999;
}
.flex-order-last {
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-order: 9999;
  order: 9999;
}
.btn-reset {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}
.spinning {
  -webkit-animation: animation-spin 2s infinite linear;
  animation: animation-spin 2s infinite linear;
}
@-webkit-keyframes animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bg-badge {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.004em;
  background-color: #616161;
  color: #ffffff;
}
.bg-badge .icon {
  margin-right: 4px;
}
.bg-badge--info {
  background-color: #e6eff9;
  color: #616161;
}
.bg-badge--success {
  background-color: #e0f0ec;
  color: #616161;
}
.bg-badge--error {
  background-color: #f3e2e5;
  color: #616161;
}
.bg-badge--warning {
  background-color: #feece1;
  color: #616161;
}
.bg-badge--small {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.004em;
}
.bg-badge--large {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0015em;
}
.bg-badge--icon-only {
  font-size: 11px;
  width: 16px;
  height: 16px;
  padding: 0;
}
.bg-badge--icon-only .icon {
  margin-right: 0;
}
.badge-notification-num {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.004em;
  display: inline-block;
  height: 18px;
  padding: 0 6px;
  color: #690207;
  background: #ffffff;
  border-radius: 12px;
}
.badge-notification-num--info {
  color: #616161;
  background: #e6eff9;
}
.badge-notification-num--warn {
  color: #616161;
  background: #feece1;
}
.generictree {
  text-align: left;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 11px;
}
.generictree ul {
  margin-left: 35px;
}
.generictree > ul,
.generictree ul.accordion-content {
  margin: 0;
  padding: 0;
}
.generictree li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style-type: none;
}
.generictree .generictree-item,
.generictree .generictree-item-disable {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.generictree .generictree-item {
  cursor: pointer;
}
.generictree .generictree-item:hover {
  background-color: var(--bg-generictree-item--hovered, hsl(0, 0%, 96%));
}
.generictree .generictree-item.generictree-leaf {
  height: 24px;
}
.generictree .generictree-item.generictree-leaf-file {
  height: 30px;
}
.generictree .generictree-item.generictree-leaf-selected:not(:hover) {
  background-color: var(--bg-generictree-item--selected, hsl(0, 0%, 93%));
}
.generictree .generictree-item .generictree-actionbutton {
  cursor: pointer;
  float: right;
  display: inline-block;
  visibility: hidden;
}
.generictree .generictree-item:hover .generictree-actionbutton {
  visibility: visible;
}
.generictree .generictree-item:disabled {
  color: #bdbdbd;
  cursor: default;
}
.generictree .generictree-item a {
  margin-left: 5px;
}
.generictree .generictree-item a:hover,
.generictree .generictree-item a:focus {
  text-decoration: none;
}
.generictree .generictree-item-disable {
  color: #bdbdbd;
}
.generictree .generictree-group {
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  padding-left: 5px;
  font-weight: bold;
}
.generictree .generictree-group.no-hover {
  cursor: default;
}
.generictree .generictree-group.no-hover:hover {
  background-color: #f5f5f5;
}
.generictree .generictree-group-file {
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  padding-left: 0;
  font-weight: bold;
}
.generictree .generictree-group-file.no-hover {
  cursor: default;
}
.generictree .generictree-group-file.no-hover:hover {
  background-color: #f5f5f5;
}
.generictree .generictree-leaf .generictree-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.generictree .generictree-leaf .generictree-icon {
  padding: 0 5px;
}
.generictree-large .generictree-item {
  height: 35px;
  line-height: 35px;
}
/*  *********************** the new bg tree (wip) *************************** */
.bg-tree {
  text-align: left;
  padding: 0;
  margin: 0;
}
.bg-tree li {
  list-style-type: none;
}
.bg-tree ul {
  margin-left: 35px;
}
.bg-tree .tree-item.group {
  background-color: #f5f5f5;
}
.bg-tree .tree-item.leaf .expand-icon {
  display: none;
}
.bg-tree .tree-item .item-content {
  display: inline;
}
.bg-simple-file-drop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.bg-simple-file-drop .sfd-form {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bg-simple-file-drop .sfd-input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 12px;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
}
.bg-simple-file-drop .sfd-input-wrapper .sfd-file {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.bg-simple-file-drop .sfd-input-wrapper .sfd-label-browse {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.bg-simple-file-drop .sfd-inputfile {
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-simple-file-drop label {
  margin-bottom: 0;
}
.bg-analysis-key-value-legend {
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 0.8em;
}
[class*='ag-theme-'] {
  font-family: Arial !important;
}
.ag-theme-alpine .ag-row,
.ag-theme-alpine .ag-header-row {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.ag-theme-alpine .ag-ltr .ag-sort-indicator-icon {
  padding-left: 0;
}
.ag-theme-alpine .ag-sort-indicator-container {
  padding-left: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ag-theme-alpine .ag-ltr .ag-sort-order {
  color: #7980dc;
  font-size: 10px;
}
.ag-theme-alpine .ag-icon-none,
.ag-theme-alpine .ag-icon-desc,
.ag-theme-alpine .ag-icon-asc {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  min-width: 15px;
  min-height: 19px;
}
.ag-theme-alpine .ag-icon-none:before,
.ag-theme-alpine .ag-icon-desc:before,
.ag-theme-alpine .ag-icon-asc:before,
.ag-theme-alpine .ag-icon-none:after,
.ag-theme-alpine .ag-icon-desc:after,
.ag-theme-alpine .ag-icon-asc:after {
  content: none;
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.ag-theme-alpine .ag-icon-none:before,
.ag-theme-alpine .ag-icon-desc:before,
.ag-theme-alpine .ag-icon-asc:before {
  border-bottom: 5px solid;
}
.ag-theme-alpine .ag-icon-none:after,
.ag-theme-alpine .ag-icon-desc:after,
.ag-theme-alpine .ag-icon-asc:after {
  border-top: 5px solid;
}
.ag-theme-alpine .ag-icon-none:before {
  content: '';
  border-bottom-color: #cccccc;
}
.ag-theme-alpine .ag-icon-none:after {
  content: '';
  border-top-color: #cccccc;
}
.ag-theme-alpine .ag-icon-desc:before {
  content: '';
  border-bottom-color: #7980dc;
}
.ag-theme-alpine .ag-icon-asc:after {
  content: '';
  border-top-color: #7980dc;
}
.ag-theme-alpine .ag-body-viewport:has(.ag-row-selected) .ag-row:not(.ag-row-selected) {
  opacity: 0.5;
}
.ag-theme-alpine .ag-root.ag-has-column-selected [role='gridcell']:not(.ag-column-selected):not([col-id*='ag-Grid-AutoColumn']) {
  opacity: 0.5;
}
.ag-theme-alpine .ag-root.ag-has-column-selected .ag-header-cell:not(.ag-column-selected):not([col-id*='ag-Grid-AutoColumn']) {
  opacity: 0.5;
}
.ag-theme-alpine .ag-row-column-selected .ag-header-group-cell:not(.ag-column-selected) {
  opacity: 0.5;
}
.ag-theme-alpine .ag-row-selected:before {
  z-index: 1;
}
.ag-theme-alpine .ag-row-hover:before {
  background-color: rgba(33, 150, 243, 0.1);
  z-index: 1;
}
.ag-theme-alpine .ag-column-hover {
  z-index: 1;
  color: #181d1f !important;
}
.ag-theme-alpine .ag-row-footer {
  border-bottom: 1px solid #babfc7;
}
.ag-theme-alpine .ag-cell.ag-column-selected {
  background: rgba(33, 150, 243, 0.3) !important;
}
.ag-theme-alpine .ag-cell-label-container {
  padding: 0;
}
.ag-theme-alpine .ag-group-value {
  line-height: initial;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ag-theme-alpine .ag-cell,
.ag-theme-alpine .ag-full-width-row .ag-cell-wrapper.ag-row-group,
.ag-theme-alpine .ag-row > .ag-cell-wrapper,
.ag-theme-alpine .ag-header-cell,
.ag-theme-alpine .ag-header-group-cell {
  padding-left: 5px;
  padding-right: 5px;
}
.ag-theme-alpine .ag-center-cols-container {
  min-width: 100%;
}
.ag-theme-alpine [role='gridcell']:not(:last-child),
.ag-theme-alpine [col-id*='ag-Grid-AutoColumn'][role='gridcell']:not(:last-child) {
  border-right: 1px dashed #dde2eb;
}
.ag-theme-alpine [col-id*='ag-Grid-AutoColumn'][role='gridcell'] {
  background: #f8f8f8;
}
.ag-theme-alpine [col-id*='ag-Grid-AutoColumn'][role='gridcell'].ag-column-hover {
  border-color: rgba(33, 150, 243, 0.1);
}
.ag-theme-alpine [col-id*='ag-Grid-AutoColumn'][role='gridcell'].ag-column-hover:before {
  content: '';
  background-color: rgba(33, 150, 243, 0.1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-header-group-cell-label {
  justify-content: center;
  cursor: pointer;
}
.ag-theme-alpine .ag-cell:first-child {
  cursor: pointer;
}
.upload-config-modal .alert {
  margin-bottom: 0;
  margin-top: 10px;
}
.upload-config-modal .pull-right .alert {
  margin: 0 !important;
}
.upload-config-modal .left-part {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow-y: auto;
  padding: 15px 0;
  border-right: 1px solid #e0e0e0;
  width: 25%;
}
.upload-config-modal .left-part p {
  padding-left: 15px;
  font-weight: bold;
  font-size: 16px;
}
.upload-config-modal .left-part ul {
  margin-right: 0;
}
.upload-config-modal .left-part ul.generictree {
  overflow-y: auto;
}
.upload-config-modal .left-part .data-update-config {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.upload-config-modal .left-part .data-update-config > div {
  margin: 10px;
}
.upload-config-modal .right-part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  margin: 10px 12px;
  margin-bottom: 0;
}
.upload-config-modal .right-part .combo-box-input {
  padding: 0 1px 0 0;
  margin: -4px 9px -4px -11px;
  border: 0;
  width: 69px;
  height: 29px;
}
.upload-config-modal .right-part .file-btns {
  float: right;
}
.upload-config-modal .right-part .file-btns .btn {
  vertical-align: top;
  margin-top: 5px;
}
.upload-config-modal .right-part .alpha-header {
  height: 40px;
  line-height: 40px;
}
.upload-config-modal .right-part .alpha-header span {
  font-size: 16px;
  font-weight: bold;
}
.upload-config-modal .right-part .separators {
  text-align: center;
}
.upload-config-modal .right-part .separators .btn-normal {
  margin: 5px 20px;
}
.upload-config-modal .right-part .crs-options {
  color: #606c7a;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
  margin-top: 15px;
  width: 100%;
}
.upload-config-modal .upload-config-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.upload-config-modal .upload-config-container .table-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.upload-config-modal .file-upload-container .file-upload-container__row {
  margin-bottom: 1%;
}
.upload-config-modal .file-upload-container .file-upload-container__row-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.upload-config-modal .file-upload-container .file-upload-container__row-content .control-label {
  margin-right: 10px;
}
.upload-config-modal .file-upload-container .file-upload-container__row-content .srid-picker-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.upload-config-modal .file-upload-container .file-upload-container__srid-picker {
  display: inline-block;
  width: 55%;
}
.upload-config-modal .invalid-column {
  background-color: #ffe9e9;
}
.upload-config-modal td.geo-column {
  font-weight: bold;
}
.upload-config-modal .geo-column .column-type {
  color: #f96001 !important;
}
.upload-config-modal tbody tr:hover td {
  background-color: #ededed;
}
.upload-config-modal .table-container {
  overflow: auto;
  margin: 10px 20px;
}
.upload-config-modal .table-container table.table {
  margin-bottom: 0;
}
.upload-config-modal .data-table .column-type {
  font-size: 12px;
  color: gray;
  margin-top: 6px;
}
.upload-config-modal .data-table .column-user-type {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  cursor: pointer;
}
.upload-config-modal .data-table .column-user-type .down-arrow {
  position: relative;
  top: -2px;
}
.upload-config-modal .data-table .column-user-type .column-user-type-dropdown {
  position: absolute;
  top: 23px;
  left: 0;
  margin-top: 0;
  border-radius: 0;
}
.upload-config-modal .data-table .column-user-type:hover {
  color: #fafafa;
  background-color: #757575;
}
.upload-config-modal .data-table .column-user-type:hover .column-user-type-dropdown {
  display: block;
}
.upload-config-modal .data-table .disable-column:hover a {
  color: #ffffff;
}
.upload-config-modal .data-table .disable-column a {
  color: #97071a;
}
.upload-config-modal .data-table .disabled-type {
  color: #97071a !important;
}
.upload-config-modal .data-table .spatial-type {
  color: #f96001 !important;
}
.upload-config-modal .data-table thead th:last-child:not(:nth-of-type(2)) .btn-group .dropdown-menu,
.upload-config-modal .data-table thead th:last-child:not(:nth-of-type(2)) .column-user-type-dropdown {
  left: auto;
  right: 0;
}
.upload-config-modal .data-table .btn-group .divider:last-child,
.upload-config-modal .data-table .btn-group .divider:first-child {
  display: none;
}
.upload-config-modal .data-table .header-name-input {
  font-weight: bold;
  font-size: 14px;
  height: 18px;
  padding: 2px;
  margin: 0;
  line-height: 18px;
  width: 70%;
  min-width: 60px;
}
.upload-config-modal .data-table .header-date-input {
  padding: 1px 2px;
  margin: -2px 0 0 0;
  width: 70px;
}
.upload-config-modal .data-table th {
  padding: 4px 8px;
}
.upload-config-modal td[disabled] {
  font-weight: normal;
  font-style: italic;
  color: #bdbdbd;
  background-color: #fafafa;
}
.upload-config-modal th.line-num {
  width: 15px;
}
.upload-config-modal th.line-num span {
  display: table;
  font-weight: normal;
  height: 47px;
  color: #757575;
}
.upload-config-modal td.line-num {
  background-color: #fafafa;
}
.upload-config-modal tfoot tr {
  background-color: #fafafa;
  height: 30px;
}
.upload-config-modal .inline-date {
  margin-left: 8px;
}
.upload-config-modal .filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
}
.upload-config-modal .control-label {
  margin-left: 5px !important;
  cursor: text;
  margin-top: 5px;
}
.upload-config-modal .label-spinner {
  margin-left: 5px;
  margin-right: 10px;
}
.upload-config-modal .ui-spinner-input {
  float: left;
  width: 35px;
}
.upload-config-modal .file-type {
  margin-left: 5px;
  padding: 2px 8px;
}
.upload-config-modal .in-button {
  float: left;
  left: -4px;
  position: relative;
  top: 3px;
}
.hierarchy-infos {
  text-align: center;
  cursor: default;
}
.hierarchy-infos .hierarchy-infos-separator {
  font-weight: bold;
}
.hierarchy-infos .hierarchy-infos-text {
  cursor: pointer;
  pointer-events: auto;
}
.hierarchy-infos .hierarchy-infos-text.disabled {
  cursor: default;
  pointer-events: none;
}
.lasso path {
  stroke: #505050;
  stroke-width: 2px;
}
.lasso .drawn {
  fill-opacity: 0.05;
}
.lasso .loop_close {
  fill: none;
  stroke-dasharray: 4, 4;
}
.lasso .origin {
  fill: #3399ff;
  fill-opacity: 0.5;
}
.stat-loading-transition {
  visibility: hidden;
  animation: 0s linear 1s forwards stat-loading-delayedShow;
}
@keyframes stat-loading-delayedShow {
  to {
    visibility: visible;
  }
}
.statistic-alert-outer-container {
  height: 100%;
  overflow-y: hidden;
}
.statistic-alert {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 12px 12px 12px 24px;
}
.statistic-alert .statistic-alert-title {
  margin-bottom: 2px;
  color: #97071a;
  font-size: 15px;
  font-weight: bold;
}
.statistic-alert .statistic-alert-details {
  max-width: 60vw;
  white-space: normal;
  color: #bdbdbd;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 12px;
}
.statistic-alert .statistic-alert-details .statistic-alert-collapse {
  text-decoration: underline;
  cursor: pointer;
}
.statistic-alert .statistic-alert-details .statistic-alert-collapse:hover {
  color: #616161;
}
.statistic-alert .statistic-alert-formatted-container {
  flex: 1;
  overflow: hidden;
}
.statistic-alert .statistic-alert-formatted-container .statistic-alert-pre {
  white-space: break-spaces;
  height: 100%;
  overflow: auto;
  margin: 0;
}
.bg-directive-stat-legend {
  margin: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.bg-directive-stat-legend .bg-directive-stat-legend__legend,
.bg-directive-stat-legend .stat-measure-info-legend {
  padding: 5px 10px !important;
}
.bg-directive-stat-legend .stat-legend-part {
  padding: 5px;
}
.bg-directive-stat-legend .stat-legend-part .stat-legend-part-title {
  font-weight: bold;
  margin-bottom: 10px;
  cursor: default;
  overflow-wrap: break-word;
}
.bg-directive-stat-legend .stat-legend-part .stat-legend-part-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bg-directive-stat-legend .stat-legend-part .stat-legend-part-value {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.bg-directive-stat-legend .stat-legend-part .stat-legend-part-value .stat-legend-symbol {
  display: inline-block;
  margin-right: 5px;
}
.bg-directive-stat-legend .stat-legend-part .stat-legend-part-value .stat-legend-symbol.click-enabled {
  cursor: pointer;
}
.bg-directive-stat-legend .stat-legend-part .stat-legend-part-value .stat-legend-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: default;
}
.bg-directive-stat-legend .stat-legend-part .stat-legend-text {
  -webkit-touch-callout: none;/* iOS Safari */
  -webkit-user-select: none;/* Chrome/Safari/Opera */
  -khtml-user-select: none;/* Konqueror */
  -moz-user-select: none;/* Firefox */
  -ms-user-select: none;/* Internet Explorer/Edge */
  user-select: none;/* Non-prefixed version, currently not supported by any browser */
  /* source: http://stackoverflow.com/a/4407335 */
  display: inline-block;
  cursor: default;
}
.bg-directive-stat-legend .stat-legend-part.legend-gradient .stat-legend-part-content {
  width: 195px;
}
.bg-directive-stat-legend .stat-legend-part.legend-gradient .stat-legend-part-content .stat-legend-bounds {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bg-directive-stat-legend .stat-legend-part.legend-gradient .stat-legend-part-content .stat-legend-text {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 2px;
}
.bg-directive-stat-legend .stat-legend-part.legend-gradient .stat-legend-part-content .stat-legend-text:first-of-type {
  text-align: left;
  margin-right: 4px;
}
.bg-directive-stat-legend .stat-legend-part.legend-gradient .stat-legend-part-content .stat-legend-text:last-of-type {
  text-align: right;
  margin-left: 4px;
}
.bg-directive-stat-legend .stat-legend-part.legend-gradient .stat-legend-part-content .image-reverse {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.bg-directive-stat-legend--hidden {
  position: absolute !important;
  visibility: hidden !important;
  max-width: inherit !important;
}
.stat-container-direction {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}
.stat-container-direction .stat-legend-container {
  max-width: 30%;
}
.stat-container-direction.right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.stat-container-direction.left,
.stat-container-direction.right {
  height: 100%;
}
.stat-container-direction.left .stat-legend-container,
.stat-container-direction.right .stat-legend-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 30%;
}
.stat-container-direction.left .bg-directive-stat,
.stat-container-direction.right .bg-directive-stat {
  min-width: 0%;
  -webkit-flex: 2 1 auto;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  width: auto;
}
.stat-container-direction.top {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stat-container-direction.top .stat-legend-container {
  max-width: 100%;
  width: 100%;
}
.stat-container-direction.top .bg-directive-stat {
  width: 100%;
}
.stat-container-direction.bottom {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.stat-container-direction.bottom .stat-legend-container {
  max-width: 100%;
  width: 100%;
}
.stat-container-direction.bottom .bg-directive-stat {
  width: 100%;
}
.stat-container-direction.bottom .stat-legend-button-container {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
table.stat-pivot-table {
  border-collapse: collapse;
}
.stat-pivot-table tr th:not(.line-header),
.stat-pivot-table tr:first-child th,
.stat-pivot-table tr:first-child td {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.stat-pivot-table tr th,
.stat-pivot-table tr td {
  padding: 1px 2px;
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
}
.stat-pivot-table tr th.col-header.selectable,
.stat-pivot-table tr th.line-header.selectable {
  cursor: pointer;
}
.stat-pivot-table tr td.cell {
  border-left: 1px dashed #ededed;
  text-align: right;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
}
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Century Gothic, Arial, sans-serif;
}
img {
  max-width: 100%;
}
.acf-map,
.map-3d {
  width: 100%;
  height: 100%;
  min-width: 1px;
  min-height: 1px;
  background-color: #ffffff;
}
.acf-map .acf-map-controls-center,
.map-3d .acf-map-controls-center {
  left: 0;
  right: 0;
  text-align: center;
}
.acf-map .acf-map-controls-center .acf-map-control,
.map-3d .acf-map-controls-center .acf-map-control {
  display: inline-block;
  float: none;
  clear: none;
}
.acf-map .acf-map-toolbar-button-group:not(:first-child),
.map-3d .acf-map-toolbar-button-group:not(:first-child) {
  margin-top: 10px;
}
.acf-map .acf-map-toolbar-button-group a,
.map-3d .acf-map-toolbar-button-group a,
.acf-map .acf-map-toolbar-button-group button,
.map-3d .acf-map-toolbar-button-group button {
  pointer-events: auto;
  background-color: #fff;
  background-repeat: no-repeat !important;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
body:not(.touch) .acf-map .acf-map-toolbar-button-group a:hover,
body:not(.touch) .map-3d .acf-map-toolbar-button-group a:hover,
body:not(.touch) .acf-map .acf-map-toolbar-button-group button:hover,
body:not(.touch) .map-3d .acf-map-toolbar-button-group button:hover {
  background-color: #f4f4f4;
}
body.touch .acf-map .acf-map-toolbar-button-group a:active,
body.touch .map-3d .acf-map-toolbar-button-group a:active,
body.touch .acf-map .acf-map-toolbar-button-group button:active,
body.touch .map-3d .acf-map-toolbar-button-group button:active {
  background-color: #f4f4f4;
}
.acf-map .acf-map-toolbar-button-group a:first-child,
.map-3d .acf-map-toolbar-button-group a:first-child,
.acf-map .acf-map-toolbar-button-group button:first-child,
.map-3d .acf-map-toolbar-button-group button:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.acf-map .acf-map-toolbar-button-group a:last-child,
.map-3d .acf-map-toolbar-button-group a:last-child,
.acf-map .acf-map-toolbar-button-group button:last-child,
.map-3d .acf-map-toolbar-button-group button:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.acf-map .acf-map-toolbar-button-group a.control-warning,
.map-3d .acf-map-toolbar-button-group a.control-warning,
.acf-map .acf-map-toolbar-button-group button.control-warning,
.map-3d .acf-map-toolbar-button-group button.control-warning {
  background-image: url('public/canvas/images/warn.png') !important;
}
.acf-map .acf-map-toolbar-button-group a.control-disabled,
.map-3d .acf-map-toolbar-button-group a.control-disabled,
.acf-map .acf-map-toolbar-button-group button.control-disabled,
.map-3d .acf-map-toolbar-button-group button.control-disabled {
  cursor: default;
  color: #bbb !important;
  background-color: #f4f4f4 !important;
}
.acf-map .acf-map-controls,
.map-3d .acf-map-controls {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.acf-map div .acf-map-controls,
.map-3d div .acf-map-controls {
  z-index: 10001;
}
.acf-map .acf-map-controls-top,
.map-3d .acf-map-controls-top {
  top: 0;
}
.acf-map .acf-map-controls-bottom,
.map-3d .acf-map-controls-bottom {
  bottom: 0;
}
.acf-map .acf-map-controls-left,
.map-3d .acf-map-controls-left {
  left: 0;
}
.acf-map .acf-map-controls-right,
.map-3d .acf-map-controls-right {
  right: 0;
  max-width: calc(100vw - 138px);
}
@media (max-width: 767px) {
  .acf-map .acf-map-controls-right,
  .map-3d .acf-map-controls-right {
    max-width: calc(100vw - 20px);
  }
}
.acf-map .acf-map-controls-right .acf-map-control,
.map-3d .acf-map-controls-right .acf-map-control {
  float: right;
  clear: both;
}
.acf-map .acf-map-control-scale .scale-display-control .scale-line,
.map-3d .acf-map-control-scale .scale-display-control .scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
}
.acf-map .acf-map-control-scale .scale-display-control .scale-line:not(:first-child),
.map-3d .acf-map-control-scale .scale-display-control .scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.acf-map .scale-picker-control,
.map-3d .scale-picker-control,
.acf-map .scale-display-control,
.map-3d .scale-display-control {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 5px;
}
.acf-map .scale-picker-control,
.map-3d .scale-picker-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}
.acf-map .scale-picker-control .prefix,
.map-3d .scale-picker-control .prefix {
  margin-left: 4px;
}
.acf-map .scale-picker-control input,
.map-3d .scale-picker-control input {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  margin: 0;
  width: 110px;
  line-height: 12px;
  pointer-events: auto;
}
.acf-map .scale-picker-control.with-minimap .prefix,
.map-3d .scale-picker-control.with-minimap .prefix {
  margin-left: 6px;
  min-width: 55px;
  text-align: right;
}
.acf-map .scale-picker-control.with-minimap input,
.map-3d .scale-picker-control.with-minimap input {
  width: 120px;
}
.acf-map .acf-map-control-scale-line:not(:first-child),
.map-3d .acf-map-control-scale-line:not(:first-child) {
  border-top: 2px solid #757575;
  border-bottom: none;
  margin-top: -2px;
}
.acf-map-control-attribution {
  padding: 0 5px;
  margin: 0;
  font-size: 11px;
  color: #616161;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: calc(100vw - 350px);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .acf-map-control-attribution {
    bottom: 0;
    right: 0;
    padding: 0;
    max-width: 100vw;
  }
}
.acf-map-control-attribution a,
.acf-map-control-attribution button {
  color: #424242;
}
.mobile-device-layout .acf-map-control-attribution {
  margin: 0 -10px;
  text-align: center;
}
body.framed .acf-map-control-attribution {
  right: 8px;
}
.mobile-device-layout .acf-map-control-attribution,
.print .acf-map-control-attribution {
  padding: 0 6px;
  background-color: rgba(255, 255, 255, 0.8);
  text-indent: 0;
  width: auto;
}
.mobile-device-layout .acf-map-control-attribution:before,
.print .acf-map-control-attribution:before {
  display: none;
}
.acf-map-control-attribution .attributions-control {
  padding: 3px 10px;
}
.acf-map-control-attribution .attributions-control a {
  white-space: nowrap;
}
body:not(.touch) .acf-map-control-attribution .attributions-control a:hover {
  text-decoration: underline;
}
body.touch .acf-map-control-attribution .attributions-control a:active {
  text-decoration: underline;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-search-tooltip .acf-attribute-label {
  display: none;
}
.acf-search-tooltip .acf-attribute-label:after {
  content: ' : ';
}
.acf-map-decoration-tooltip,
.acf-map-text-tooltip {
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #bbb;
  margin: 0;
  padding: 2px;
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
  line-height: 10px;
  pointer-events: none;
}
.acf-map-decoration-tooltip-text {
  font-weight: bold;
  font-size: 12px;
}
.acf-map-decoration-tooltip-subtext {
  color: #777;
}
.acf-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font: 12px/18px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-left: 35px;
  margin-top: -14px;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
  z-index: 6;
}
.acf-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
  position: absolute;
  top: 7px;
  left: -7px;
}
.acf-draw-tooltip-error {
  background-color: #f2dede;
  border: 1px solid #e6b6bd;
  color: #b94a48;
}
.acf-draw-tooltip-error:before {
  border-right-color: #e6b6bd;
}
.acf-draw-tooltip-subtext {
  color: #f8d5e4;
}
.acf-map-control-print-frames {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 900;
  pointer-events: none;
}
.acf-map-control-print-frames > div {
  border: 2px solid red;
  box-shadow: 0 0 30px #600;
  position: absolute;
  top: 50%;
  left: 50%;
}
.acf-window {
  position: fixed !important;
  z-index: 1100;
  padding: 0;
  border-radius: 0;
  border: none;
  background-image: none;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Century Gothic, Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  overflow: visible;
}
.acf-window .ui-widget-header {
  background-image: none;
  border: none;
}
.acf-window.no-titlebar .ui-dialog-titlebar {
  display: none;
}
.acf-window .ui-dialog-titlebar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-weight: normal;
}
.acf-window .ui-dialog-titlebar .dialog-edit-btn,
.acf-window .ui-dialog-titlebar .dialog-save-btn,
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-buttonpane {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-window .ui-dialog-titlebar .ui-dialog-title {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-window .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  padding: 0 12px;
  float: none;
  width: auto;
  font-size: inherit;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-buttonpane {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: static !important;
  top: auto !important;
  right: auto !important;
  margin: 0 !important;
  height: auto !important;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-collapse {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  background-color: unset;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
  font-size: 19px;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-collapse .ui-icon {
  display: none;
  background-image: none;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-collapse:before {
  content: "\f1be";
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-restore {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  background-color: unset;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  font-size: 24px;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-restore .ui-icon {
  display: none;
  background-image: none;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-restore:before {
  content: "\f1bd";
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-maximize {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  background-color: unset;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  font-size: 24px;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-maximize .ui-icon {
  display: none;
  background-image: none;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-maximize:before {
  content: "\f1b2";
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-close {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  background-color: unset;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  font-size: 11px;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  display: none;
  background-image: none;
}
.acf-window .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  content: "\f128";
}
.acf-window .ui-resizable-nw {
  left: -2px;
  top: -2px;
}
.acf-window .ui-resizable-sw {
  left: -2px;
  bottom: -2px;
}
.acf-window .ui-resizable-ne {
  right: -2px;
  top: -2px;
}
.acf-window .ui-resizable-se {
  right: -2px;
  bottom: -2px;
}
.acf-thematic .layer-actions .action {
  display: inline-block;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.acf-thematic .layer-actions .action .actions-menu {
  right: 0;
  border-radius: 0;
}
.acf-thematic .layer-actions .action .actions-menu li a {
  padding: 6px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acf-thematic .acf-thematic-layer-item.acf-thematic-wms img.acf-thematic-layer-graphic {
  cursor: pointer;
}
.acf-thematic-wms-legend-graphic-popover {
  padding: 5px;
}
.acf-thematic-wms-legend-graphic-popover img {
  max-width: 380px;
}
.popover {
  max-width: 400px;
}
.acf-infosheet-stack .acf-infosheet-status,
.acf-infosheet-stack .acf-infosheet-loading,
.acf-infosheet-stack .acf-infosheet-content {
  color: #556270;
  background-color: #ffffff;
}
.acf-infosheet-stack .acf-infosheet-status {
  padding: 10px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
.acf-infosheet-stack .acf-infosheet-status .icon,
.acf-infosheet-stack .acf-infosheet-status span {
  display: block;
}
.acf-infosheet-stack .acf-infosheet-status .icon {
  margin-bottom: 10px;
}
.acf-infosheet-stack .acf-infosheet-status span {
  font-size: 16px;
  font-weight: 400;
}
.acf-infosheet-stack .acf-infosheet-loading,
.acf-infosheet-dialog .loading-overlay-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 40px 10px;
}
.acf-infosheet-stack .acf-infosheet-loading span,
.acf-infosheet-dialog .loading-overlay-content span {
  font-size: 16px;
  font-weight: 400;
}
.acf-infosheet-stack .acf-infosheet-loading .spinner,
.acf-infosheet-dialog .loading-overlay-content .spinner {
  text-align: center;
}
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce1,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce1,
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce2,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce2,
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce3,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce3,
.acf-infosheet-stack .acf-infosheet-loading .spinner > div,
.acf-infosheet-dialog .loading-overlay-content .spinner > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce1:last-of-type,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce1:last-of-type,
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce2:last-of-type,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce2:last-of-type,
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce3:last-of-type,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce3:last-of-type,
.acf-infosheet-stack .acf-infosheet-loading .spinner > div:last-of-type,
.acf-infosheet-dialog .loading-overlay-content .spinner > div:last-of-type {
  margin-right: 0;
}
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce1,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #585858;
}
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce2,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #585858;
}
.acf-infosheet-stack .acf-infosheet-loading .spinner .bounce3,
.acf-infosheet-dialog .loading-overlay-content .spinner .bounce3 {
  background-color: #585858;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.acf-infosheet-dialog .acf-external-infosheet .loading-overlay-content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 99%;
  height: 99%;
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(255, 255, 255, 0.9);
}
.acf-infosheet-stack .icon_alert,
.acf-infosheet-dialog .loading-overlay .icon_alert {
  color: #E6E6E6;
  font-size: 36px;
}
.erasable-autocomplete {
  display: flex;
  flex-direction: row;
}
.erasable-autocomplete .erasable-autocomplete-input {
  padding-right: 1.6em !important;
  flex-shrink: 0;
}
.erasable-autocomplete .erasable-autocomplete-button {
  position: relative;
  height: 25px;
  top: 0;
  left: -1.6em;
  padding: 0 6px;
  background: none;
  border: none;
}
.erasable-autocomplete .erasable-autocomplete-button .erase-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  text-align: center;
}
.erasable-autocomplete .erasable-autocomplete-button .erase-icon:before {
  content: "\f128";
}
.acf-infosheet-content {
  font-size: 15px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Century Gothic, Arial, sans-serif;
}
.acf-infosheet-content .acf-infosheet-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  color: #585858;
  background-color: #ededed;
  border-bottom: 2px solid #c1cfd9;
}
.acf-infosheet-content .acf-infosheet-header .header-title {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
}
.acf-infosheet-content .acf-infosheet-header .header-title .title-icon-class {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9em;
}
.acf-infosheet-content .acf-infosheet-header .header-title .title-icon-class:before {
  content: "\f1e6";
}
.acf-infosheet-content .acf-infosheet-header .header-title .title-label {
  margin-left: 0.5em;
}
.acf-infosheet-content .acf-infosheet-header .header-pop-infosheet,
.acf-infosheet-content .acf-infosheet-header .header-extensions {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-infosheet-content .acf-infosheet-header .header-pop-infosheet .icon,
.acf-infosheet-content .acf-infosheet-header .header-extensions .extension-visibility-toggle,
.acf-infosheet-content .acf-infosheet-header .header-extensions .extension-launcher {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: inherit;
  background-color: inherit;
  width: 1.8em;
  height: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
body:not(.touch) .acf-infosheet-content .acf-infosheet-header .header-pop-infosheet .icon:hover,
body:not(.touch) .acf-infosheet-content .acf-infosheet-header .header-extensions .extension-visibility-toggle:hover,
body:not(.touch) .acf-infosheet-content .acf-infosheet-header .header-extensions .extension-launcher:hover {
  color: #ededed;
  background-color: #585858;
}
body.touch .acf-infosheet-content .acf-infosheet-header .header-pop-infosheet .icon:active,
body.touch .acf-infosheet-content .acf-infosheet-header .header-extensions .extension-visibility-toggle:active,
body.touch .acf-infosheet-content .acf-infosheet-header .header-extensions .extension-launcher:active {
  color: #ededed;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-content .acf-infosheet-header .icon_left {
  font-size: 1em;
}
.acf-infosheet-content .acf-infosheet-header .extension-launcher {
  font-size: 1.25em;
}
.acf-infosheet-content .acf-infosheet-header .extension-launcher.icon_detach {
  font-size: 1.1em;
}
.acf-infosheet-content .uploadmedia-container {
  color: rgba(0, 0, 0, 0.54);
}
.acf-infosheet-content .uploadmedia-container .bg-simple-file-drop {
  min-height: 150px;
  z-index: 1;
}
.acf-infosheet-content .uploadmedia-container .bg-simple-file-drop .sfd-form {
  position: relative;
}
.acf-infosheet-content .uploadmedia-container .bg-simple-file-drop .sfd-form .sfd-input-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
}
.acf-infosheet-content .uploadmedia-container.image-uploaded {
  padding: 12px;
  position: relative;
  font-size: smaller;
  text-align: center;
}
.acf-infosheet-content .uploadmedia-container.image-uploaded .bg-simple-file-drop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 0;
}
.acf-infosheet-content .uploadmedia-container.image-uploaded .bg-simple-file-drop .sfd-input-wrapper {
  top: auto;
  height: auto;
}
.acf-infosheet-content .uploadmedia-container.image-uploaded .image-upload-preview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 36px;
}
.acf-infosheet-content .uploadmedia-container.image-uploaded .image-upload-preview img {
  margin-bottom: 4px;
  max-width: 100%;
}
.acf-infosheet-content .uploadmedia-container.image-uploaded .image-upload-preview span {
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  max-width: 100%;
  word-wrap: break-word;
}
.acf-infosheet-content .uploadmedia-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.acf-infosheet-content .uploadmedia-controls .uploadmedia-control {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 15px;
  cursor: pointer;
}
.acf-infosheet-content .uploadmedia-controls .uploadmedia-control:first-child {
  padding-left: 0;
}
.acf-infosheet-content .uploadmedia-controls .uploadmedia-control:last-child {
  padding-right: 0;
}
body:not(.touch) .acf-infosheet-content .uploadmedia-controls .uploadmedia-control:hover {
  color: #556270;
}
body.touch .acf-infosheet-content .uploadmedia-controls .uploadmedia-control:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-content .uploadmedia-controls .uploadmedia-control.control-rotateleft:before {
  content: "\f20b";
}
.acf-infosheet-content .uploadmedia-controls .uploadmedia-control.control-rotateright:before {
  content: "\f20c";
}
.acf-infosheet-content.editing .acf-infosheet-header .header-extensions .extension-launcher.print_infosheet_infosheet {
  display: none;
}
.acf-infosheet-content .invalid-attributes,
.acf-infosheet-content .attribute-error-message {
  color: #c51116;
  font-weight: 400;
}
.acf-infosheet-content .invalid-attributes {
  padding: 5px 10px;
  font-size: 0.8em;
}
.acf-infosheet-content .attribute-error-message {
  margin-top: 0.4em;
  font-size: 0.8em;
}
.acf-infosheet-content .attribute-typing-help-message {
  color: #2d77d2;
  font-weight: 400;
  margin-top: 0.4em;
  font-size: 0.8em;
}
.acf-infosheet-section {
  width: 100%;
}
.acf-infosheet-section:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.acf-infosheet-section .section-title:not(:last-of-type),
.acf-infosheet-section .section-attributes-list:not(:last-of-type),
.acf-infosheet-section .section-attributes-table:not(:last-of-type),
.acf-infosheet-section .acf-infosheet-carousel:not(:last-of-type),
.acf-infosheet-section .acf-infosheet-actions:not(:last-of-type) {
  margin-bottom: 8px;
}
.acf-infosheet-section .acf-infosheet-add {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-infosheet-section .acf-infosheet-add:before {
  content: "\f24a";
}
.acf-infosheet-section .section-attributes-elem {
  line-height: normal;
}
.acf-infosheet-section .section-attributes-elem .elem-name {
  font-size: 0.9em;
  line-height: 0.9em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.38);
}
.acf-infosheet-section .section-attributes-elem .elem-value {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-weight: normal;
}
.acf-infosheet-section .section-attributes-elem .elem-value .elem-value-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 0.3em;
}
.acf-infosheet-section .section-attributes-elem .elem-value .elem-value-icon > img {
  max-height: 1em;
}
.acf-infosheet-section .section-attributes-elem .elem-value .elem-value-label,
.acf-infosheet-section .section-attributes-elem .elem-value .elem-value-edit {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value .elem-value-label a {
  color: inherit;
  text-decoration: underline;
}
.acf-infosheet-section .section-attributes-elem .elem-value .elem-value-label.elem-value-empty {
  font-style: italic;
}
.acf-infosheet-section .section-attributes-elem .elem-name,
.acf-infosheet-section .section-attributes-elem .elem-value {
  max-width: 100%;
  word-wrap: break-word;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-radio,
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-checkbox,
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .multiautocomplete-list {
  max-height: 240px;
  overflow-y: auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value .elem-value-label:not(.elem-value-empty) img,
.acf-infosheet-section .section-attributes-row .row-elem-value-label:not(.elem-value-empty) img {
  max-width: 100%;
  max-height: 100%;
}
.acf-infosheet-section .section-attributes-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-infosheet-section .section-attributes-list.attributes-vertical {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-section .section-attributes-list.attributes-vertical .section-attributes-elem {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-section .section-attributes-list.attributes-horizontal {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.acf-infosheet-section .section-attributes-list.attributes-horizontal .section-attributes-elem {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-section .section-attributes-list.attributes-horizontal .section-attributes-elem:not(:first-of-type) {
  margin-left: 0.75em;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-none .elem-name,
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-none .elem-value-empty {
  display: none;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-none .elem-value-edit,
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-none .elem-value-icon,
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-none .elem-value-label:not(.elem-value-empty) {
  margin-top: 0.5em;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-vertical > .elem-name {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-horizontal:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-horizontal .elem-name {
  min-width: 0%;
  -webkit-flex: 30 1;
  -moz-flex: 30 1;
  -ms-flex: 30 1;
  flex: 30 1;
  text-align: right;
}
.acf-infosheet-section .section-attributes-list .section-attributes-elem.labels-horizontal .elem-value {
  min-width: 0%;
  -webkit-flex: 60 1;
  -moz-flex: 60 1;
  -ms-flex: 60 1;
  flex: 60 1;
  margin-left: 1em;
}
.acf-infosheet-section .acf-infosheet-actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.acf-infosheet-section .acf-infosheet-actions .action-btn {
  margin-top: 1em;
}
.acf-infosheet-section .acf-infosheet-actions .action-btn:not(:first-of-type) {
  margin-left: 4px;
}
.acf-infosheet-section .acf-infosheet-actions .action-btn .action-btn-label {
  padding-right: 8px;
}
.acf-infosheet-section .acf-infosheet-actions .action-btn .icon,
.acf-infosheet-section .acf-infosheet-actions .action-btn img.action-btn-icon {
  padding-left: 8px;
  padding-right: 4px;
}
.acf-infosheet-section .acf-infosheet-actions .action-dropdown {
  display: flex;
}
.acf-infosheet-section .acf-infosheet-actions .action-dropdown .dropdown-toggle {
  border: 0;
  line-height: 28px;
  margin-left: 0;
}
.acf-infosheet-section .acf-infosheet-actions .action-dropdown .dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.acf-infosheet-section .acf-infosheet-actions .action-dropdown .dropdown-toggle .ui-icon {
  margin: 0 auto;
}
.acf-infosheet-section .acf-infosheet-actions .action-dropdown .dropdown-add-joined {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  min-width: unset;
}
.acf-infosheet-section .acf-infosheet-actions .action-dropdown .dropdown-item {
  width: 100%;
  text-align: left;
  margin: 0;
}
.acf-infosheet-section .acf-infosheet-actions .icon_open_fiche_info {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
}
.acf-infosheet-section .action-btn {
  background-color: rgba(0, 0, 0, 0.04);
  font-size: 0.8em;
  line-height: 2em;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.acf-infosheet-section .action-btn:hover .icon,
.acf-infosheet-section .action-btn:hover .action-btn-label {
  color: #556270;
}
.acf-infosheet-section .action-btn:hover .action-btn-label {
  text-decoration: underline;
}
.acf-infosheet-section .action-btn:active {
  background-color: #e0e0e0;
}
.acf-infosheet-section .action-btn .action-btn-label {
  color: rgba(0, 0, 0, 0.54);
  line-height: 28px;
}
.acf-infosheet-section .action-btn .action-btn-icon {
  margin-right: -2px;
}
.acf-infosheet-section .action-btn.infosheet-addrecord {
  display: flex;
  flex-direction: row;
}
.acf-infosheet-section .action-btn.infosheet-addrecord:hover {
  border-color: #33b573;
}
.acf-infosheet-section .action-btn.infosheet-addrecord .action-btn-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #33b573;
  width: 28px;
  line-height: 28px;
  font-size: 11px;
  text-align: center;
}
.acf-infosheet-section .action-btn.infosheet-addrecord .action-btn-icon:before {
  content: "\f24a";
}
.acf-infosheet-section .action-btn.infosheet-addrecord .action-btn-label {
  padding-left: 8px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acf-infosheet-section .section-attributes-table {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 0.9em;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  table-layout: auto;
}
.acf-infosheet-section .section-attributes-table:last-child {
  margin-bottom: 1em;
}
.acf-infosheet-section .section-attributes-table thead {
  background-color: rgba(0, 0, 0, 0.12);
}
.acf-infosheet-section .section-attributes-table th {
  padding: 0.5em;
  vertical-align: middle;
  word-wrap: break-word;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.acf-infosheet-section .section-attributes-table td {
  padding: 2px 5px 0 8px;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  min-width: 40px;
}
.acf-infosheet-section .section-attributes-table td .select-link,
.acf-infosheet-section .section-attributes-table td .infosheet-link,
.acf-infosheet-section .section-attributes-table td .delete-link {
  width: 30px;
  height: 30px;
}
.acf-infosheet-section .section-attributes-table .row-elem-value-label {
  max-width: 100%;
  word-wrap: break-word;
}
.acf-infosheet-section .section-attributes-table .row-elem-value-label a {
  color: inherit;
  text-decoration: underline;
}
.acf-infosheet-section .section-attributes-table .select-link-header,
.acf-infosheet-section .section-attributes-table .infosheet-link-header,
.acf-infosheet-section .section-attributes-table .delete-link-header {
  width: 35px;
}
.acf-infosheet-section .section-attributes-table .select-link,
.acf-infosheet-section .section-attributes-table .infosheet-link,
.acf-infosheet-section .section-attributes-table .delete-link {
  color: rgba(0, 0, 0, 0.54);
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
.acf-infosheet-section .section-attributes-table .row-select-link,
.acf-infosheet-section .section-attributes-table .row-infosheet-link,
.acf-infosheet-section .section-attributes-table .row-delete-link {
  padding: 5px 0 6px 5px;
  text-align: center;
}
.acf-infosheet-section .section-attributes-table .action-btn {
  background-color: transparent;
}
.acf-infosheet-section .section-attributes-table .action-btn .action-btn-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
  padding: 0;
  line-height: inherit;
}
.acf-infosheet-section .section-attributes-table .action-btn .action-btn-icon {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  background-color: transparent;
}
.acf-infosheet-section .section-attributes-table.attributes-horizontal th:not(.action-buttons) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #e0e0e0;
}
.acf-infosheet-section .section-attributes-table.attributes-horizontal td {
  max-width: 100%;
  word-break: break-word;
}
.acf-infosheet-section .section-attributes-table input,
.acf-infosheet-section .section-attributes-table select,
.acf-infosheet-section .section-attributes-table textarea {
  width: 90%;
}
.acf-infosheet-section .section-attributes-list-empty,
.acf-infosheet-section .section-attributes-table-empty {
  color: rgba(0, 0, 0, 0.54);
  font-style: italic;
  font-size: small;
}
.acf-infosheet-section .section-error-message {
  color: #c51116;
  font-weight: 400;
  font-size: small;
}
.acf-infosheet-section .infosheet-inline-file {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.acf-infosheet-section .infosheet-inline-file .inline-image-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  min-height: 48px;
}
.acf-infosheet-section .infosheet-inline-file .inline-input-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #e0e0e0;
}
.acf-infosheet-section .infosheet-inline-file .inline-input-section .inline-icon-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 6px;
  margin: 0 4px;
  font-size: 18px;
  background-color: transparent;
  border: none;
}
.acf-infosheet-section .infosheet-inline-file .inline-input-section .inline-icon-button:focus {
  outline: 0;
}
.acf-infosheet-section .infosheet-inline-file .inline-input-section .inline-icon-button:focus-visible {
  outline: 1px solid black;
}
.acf-infosheet-section .infosheet-inline-file .inline-input-section .inline-icon-button:hover {
  background-color: white;
}
.acf-infosheet-subsections-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-infosheet-subsections-container .section-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-infosheet-subsections-container .section-title .section-title-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.acf-infosheet-subsections-container .section-title .section-title-icon > img {
  max-height: 1em;
}
.acf-infosheet-subsections-container .section-title .button-right {
  position: absolute;
  right: 0px;
}
.acf-infosheet-subsections-container .section-title .section-title-label {
  max-width: 100%;
  word-wrap: break-word;
}
.acf-infosheet-subsections-container .section-title .section-title-required {
  color: red;
  font-weight: bold;
}
.acf-infosheet-subsections-container .section-title.with-title .section-title-icon {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.acf-infosheet-subsections-container.presentation-vertical {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-subsections-container.presentation-vertical > .acf-infosheet-section-wrapper {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-infosheet-subsections-container.presentation-vertical > .acf-infosheet-section-wrapper > .acf-infosheet-section {
  margin-bottom: 12px;
}
.acf-infosheet-subsections-container.presentation-vertical > .acf-infosheet-section-wrapper > .acf-infosheet-section > .section-title {
  color: #556270;
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(85, 98, 112, 0.65);
  font-size: 1.1em;
  font-weight: 600;
}
.acf-infosheet-subsections-container.presentation-vertical > .acf-infosheet-section-wrapper > .acf-infosheet-section > .section-title:not(.with-title) .section-title-icon {
  margin-bottom: 0.1em;
}
.acf-infosheet-subsections-container.presentation-horizontal {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.acf-infosheet-subsections-container.presentation-horizontal > .acf-infosheet-section-wrapper {
  min-width: 0%;
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.acf-infosheet-subsections-container.presentation-horizontal > .acf-infosheet-section-wrapper:not(:first-of-type) {
  margin-left: 1em;
}
.acf-infosheet-subsections-container.presentation-horizontal > .acf-infosheet-section-wrapper > .acf-infosheet-section > .section-title {
  color: #556270;
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(85, 98, 112, 0.65);
  font-size: 1.1em;
  font-weight: 600;
}
.acf-infosheet-subsections-container.presentation-horizontal > .acf-infosheet-section-wrapper > .acf-infosheet-section > .section-title:not(.with-title) .section-title-icon {
  margin-bottom: 0.1em;
}
.acf-infosheet-subsections-container.presentation-tabs {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-subsections-container.presentation-tabs .tab-title-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 12px;
  overflow-x: hidden;
}
.acf-infosheet-subsections-container.presentation-tabs .tab-title-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(85, 98, 112, 0.65);
  font-size: 1em;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 2px solid transparent;
}
.acf-infosheet-subsections-container.presentation-tabs .tab-title-btn.section-visible {
  color: #556270;
  font-weight: normal;
  cursor: default;
  border-bottom: 2px solid #E6E6E6;
}
.acf-infosheet-subsections-container.presentation-tabs .tab-title-btn:not(.section-visible):hover {
  color: #556270;
  border-bottom: 2px solid rgba(230, 230, 230, 0.5);
}
.acf-infosheet-subsections-container.presentation-tabs .tab-title-btn .section-title-icon > img {
  margin: 2px;
}
.acf-infosheet-subsections-container.presentation-tabs .tab-title-btn .section-title-label {
  display: inline-block;
  padding: 2px 12px;
}
.acf-infosheet-subsections-container.presentation-tabs .tab-title-btn.with-icon .section-title-label {
  padding-left: 0;
}
.acf-infosheet-subsections-container.presentation-tabs > .acf-infosheet-section-wrapper {
  padding: 0 6px;
}
.acf-infosheet-subsections-container.presentation-tabs > .acf-infosheet-section-wrapper > .acf-infosheet-section > .section-title {
  display: none;
}
.acf-infosheet-subsections-container.presentation-accordion {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 6px 4px 12px;
  font-size: 1em;
  font-weight: normal;
  color: rgba(85, 98, 112, 0.65);
  background-color: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  width: 100%;
  text-align: start;
}
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn:hover {
  color: #556270;
}
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn.section-visible {
  color: #556270;
  border-bottom: 2px solid #E6E6E6;
  background-color: transparent;
}
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn .section-title-icon,
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn .section-title-toggle {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn .section-title-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn .icon_chevron_right,
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn .icon_chevron_down {
  font-size: 10px;
}
.acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn + .acf-infosheet-section > .section-title {
  display: none;
}
.acf-infosheet-subsections-container.presentation-accordion > .acf-infosheet-section-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -1px;
}
.acf-infosheet-subsections-container.presentation-accordion > .acf-infosheet-section-wrapper > .acf-infosheet-section {
  padding: 6px 12px;
}
.acf-infosheet-statistic-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-infosheet-statistic-section.presentation-vertical {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-statistic-section.presentation-vertical > .statistic-section-container {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-infosheet-statistic-section.presentation-horizontal {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.acf-infosheet-statistic-section.presentation-horizontal > .statistic-section-container {
  min-width: 0%;
  -webkit-flex: 1 1 0px;
  -moz-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.acf-infosheet-statistic-section .statistic-section-container:not(:first-of-type) {
  margin-top: 8px;
}
.acf-infosheet-statistic-section .chart-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.acf-infosheet-statistic-section .chart-info {
  margin-bottom: 8px;
}
.acf-infosheet-statistic-section .bg-directive-stat-legend {
  margin: 10px 0;
}
.acf-infosheet-statistic-section .bg-stat-pivottable .div-chart-content {
  padding: 0;
}
.acf-infosheet-subsections-container .acf-infosheet-subsections-container > .acf-infosheet-section-wrapper > .acf-infosheet-section:not(.ignore-indentation) .section-attributes-elem .elem-name {
  font-size: 0.8em;
}
.acf-infosheet-subsections-container .acf-infosheet-subsections-container > .acf-infosheet-section-wrapper > .acf-infosheet-section:not(.ignore-indentation) .section-attributes-elem .elem-value {
  font-size: 0.9em;
}
.acf-infosheet-subsections-container .acf-infosheet-subsections-container.presentation-vertical > .acf-infosheet-section-wrapper > .acf-infosheet-section > .section-title,
.acf-infosheet-subsections-container .acf-infosheet-subsections-container.presentation-horizontal > .acf-infosheet-section-wrapper > .acf-infosheet-section > .section-title {
  font-size: 0.9em;
  font-weight: normal;
  border-bottom-style: dotted;
}
.acf-infosheet-subsections-container .acf-infosheet-subsections-container.presentation-vertical > .acf-infosheet-section-wrapper > .acf-infosheet-section:not(.ignore-indentation) > *:not(.section-title) {
  margin-left: 1em;
}
.acf-infosheet-subsections-container .acf-infosheet-subsections-container.presentation-vertical > .acf-infosheet-section-wrapper > .acf-infosheet-section.ignore-indentation {
  margin-bottom: 0.5em;
}
.acf-infosheet-subsections-container .acf-infosheet-subsections-container.presentation-tabs > .acf-scrollable > .tab-title-container > .tab-title-btn {
  font-size: 0.9em;
}
.acf-infosheet-subsections-container .acf-infosheet-subsections-container.presentation-accordion > .acf-infosheet-section-wrapper > .accordion-title-btn {
  font-size: 0.9em;
}
.acf-infosheet-subsections-container .acf-infosheet-actions + .acf-infosheet-subsections-container,
.acf-infosheet-subsections-container .section-attributes-list + .acf-infosheet-subsections-container {
  margin-top: 0.5em;
}
.acf-infosheet-selectionsearch-container {
  display: block;
  padding: 0 !important;
  overflow: auto;
}
.acf-section-linked-data-selection-search {
  padding: 8px 12px;
}
.acf-section-linked-data-selection-search .filters-tree-panel-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
}
.acf-section-linked-data-selection-search .filters-tree-panel-wrapper .filters-tree-panel {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
}
.acf-section-linked-data-selection-search .filters-tree-panel-wrapper .btn-filter-search {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 8px;
}
.acf-section-linked-data-selection-search .selection-search-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin: 12px 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #eeeeee;
}
.acf-section-linked-data-selection-search .selection-search-title .selection-search-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  font-size: 18px;
}
.acf-section-linked-data-selection-search .selection-search-title .selection-search-icon:before {
  content: "\f20f";
}
.acf-section-linked-data-selection-search .selection-search-title .selection-search-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.acf-section-linked-data-selection-search .selection-search-title .selection-search-back {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
body:not(.touch) .acf-section-linked-data-selection-search .selection-search-title .selection-search-back:hover {
  color: #556270;
}
body.touch .acf-section-linked-data-selection-search .selection-search-title .selection-search-back:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-section-linked-data-selection-search .selection-search-title .selection-search-back .search-back-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
.acf-section-linked-data-selection-search .selection-search-title .selection-search-back .search-back-icon:before {
  content: "\f10d";
}
.acf-section-linked-data-selection-search .selection-search-title .selection-search-back .search-back-label {
  font-size: 12px;
  text-transform: uppercase;
}
.acf-section-linked-data-selection-search .table {
  margin-bottom: 0;
}
.acf-section-linked-data-selection-search .table thead th {
  cursor: pointer;
  background-color: #eeeeee;
}
.acf-section-linked-data-selection-search .table thead th.row-selection {
  width: 32px;
}
.acf-section-linked-data-selection-search .table tbody tr {
  cursor: pointer;
}
.acf-section-linked-data-selection-search .table tbody tr.is-selected {
  color: #556270;
}
body:not(.touch) .acf-section-linked-data-selection-search .table tbody tr:hover {
  background-color: #fafafa;
}
body.touch .acf-section-linked-data-selection-search .table tbody tr:active {
  background-color: #fafafa;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-section-linked-data-selection-search .table tfoot td {
  background-color: #f5f5f5;
  text-align: right;
}
.acf-section-linked-data-selection-search .table tfoot td.td-validate {
  padding: 0;
}
.acf-section-linked-data-selection-search .table tfoot td:not(.td-validate) {
  font-size: 12px;
  font-style: italic;
}
.acf-section-linked-data-selection-search .table .row-selection {
  text-align: center;
}
.acf-section-linked-data-selection-search .table input[type='checkbox'] {
  cursor: pointer;
}
.acf-section-linked-data-selection-search .no-results {
  padding: 0 4px;
  font-style: italic;
}
.acf-section-linked-data-selection-search .loading-indicator {
  text-align: center;
  margin: 12px 0;
}
.acf-section-linked-data-selection-search .loading-indicator .bounce1,
.acf-section-linked-data-selection-search .loading-indicator .bounce2,
.acf-section-linked-data-selection-search .loading-indicator .bounce3,
.acf-section-linked-data-selection-search .loading-indicator > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.acf-section-linked-data-selection-search .loading-indicator .bounce1:last-of-type,
.acf-section-linked-data-selection-search .loading-indicator .bounce2:last-of-type,
.acf-section-linked-data-selection-search .loading-indicator .bounce3:last-of-type,
.acf-section-linked-data-selection-search .loading-indicator > div:last-of-type {
  margin-right: 0;
}
.acf-section-linked-data-selection-search .loading-indicator .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #E6E6E6;
}
.acf-section-linked-data-selection-search .loading-indicator .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #E6E6E6;
}
.acf-section-linked-data-selection-search .loading-indicator .bounce3 {
  background-color: #E6E6E6;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.acf-infosheet-carousel {
  position: relative;
}
.acf-infosheet-carousel .media-controls-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}
.acf-infosheet-carousel .media-control {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.acf-infosheet-carousel .media-control:active {
  color: #ffffff;
  background-color: #585858;
}
.acf-infosheet-carousel .media-control.launch-mediabrowser {
  font-size: 19px;
}
.acf-infosheet-carousel .media-control.launch-mediabrowser:before {
  content: "\f1bb";
}
.acf-infosheet-carousel .media-control.save-media {
  font-size: 16px;
}
.acf-infosheet-carousel .media-control.save-media:before {
  content: "\f142";
}
.acf-infosheet-carousel .media-control.link-media {
  font-size: 22px;
}
.acf-infosheet-carousel .media-control.link-media:before {
  content: "\f20f";
}
.acf-infosheet-carousel .media-control.unlink-media {
  font-size: 19px;
}
.acf-infosheet-carousel .media-control.unlink-media:before {
  content: "\f23f";
}
.acf-infosheet-carousel .media-control.launch-mediabrowser-editmode {
  font-size: 14px;
}
.acf-infosheet-carousel .media-control.launch-mediabrowser-editmode:before {
  content: "\f24a";
}
.acf-infosheet-carousel .media-control.launch-infosheet {
  font-size: 16px;
}
.acf-infosheet-carousel .media-control.launch-infosheet:before {
  content: "\f1e6";
}
.acf-infosheet-carousel .empty-carousel-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.38);
  background-color: rgba(0, 0, 0, 0.12);
  height: 420px;
  font-size: 1.5em;
}
.acf-infosheet-content .add-dl-feat-btn {
  margin: 8px 0 4px 0;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  cursor: pointer;
}
body:not(.touch) .acf-infosheet-content .add-dl-feat-btn:hover {
  color: rgba(0, 0, 0, 0.54);
}
body.touch .acf-infosheet-content .add-dl-feat-btn:active {
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-content .domain-list-add-feature {
  max-width: 480px;
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-body {
  padding: 8px;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-item:last-of-type {
  margin-bottom: 0;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-item .form-item-label {
  min-width: 0%;
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding-right: 8px;
  text-align: right;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-item .form-item-input {
  min-width: 0%;
  -webkit-flex: 1 1 75%;
  -moz-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  padding-right: 16px;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-item .form-item-input input[type='text'] {
  max-width: 210px;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-footer {
  margin-top: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: right;
}
.acf-infosheet-content .domain-list-add-feature .add-feature-form .form-footer .btn {
  font-size: 11px;
  padding: 4px 16px;
}
.acf-infosheet-content .domain-list-add-feature .error {
  color: #c51116;
  font-size: 12px;
}
.acf-infosheet-content .domain-list-add-feature .error span {
  display: inline-block;
  padding: 8px;
}
.modal-dialog.edit-signature-dialog .modal-content .modal-body {
  padding: 40px 20px 0 20px !important;
  text-align: center;
  max-height: calc(100vh - 220px);
  overflow: auto;
}
.modal-dialog.edit-signature-dialog .signature-canvas {
  border: 1px solid #616161;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-date,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-date .date-picker-input,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-date .date-picker-input,
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-date .date-picker-fallback,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-date .date-picker-fallback {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-date-time,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-date-time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-date-time .date-picker-input,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-date-time .date-picker-input,
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-date-time .date-picker-fallback,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-date-time .date-picker-fallback {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-date-time .time-picker-fallback input,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-date-time .time-picker-fallback input {
  display: inline;
  width: 60px !important;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-time .time-picker-fallback input,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-time .time-picker-fallback input {
  display: inline;
  width: 60px !important;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-textarea .textarea-before,
.tableview-container .sourcetable-editform .acf-attribute-edit-textarea .textarea-before {
  visibility: hidden;
  pointer-events: none;
  height: 12px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-textarea textarea,
.tableview-container .sourcetable-editform .acf-attribute-edit-textarea textarea {
  margin-top: -12px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-radio .radio-item,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-radio .radio-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-bottom: 0.5em;
  font-weight: normal;
  cursor: pointer;
  margin-left: 2px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-radio .radio-item:last-of-type,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-radio .radio-item:last-of-type {
  margin-bottom: 0;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-radio .radio-item input[type='radio'],
.tableview-container .sourcetable-editform .acf-attribute-edit-input-radio .radio-item input[type='radio'] {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-radio .radio-item .attribute-label,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-radio .radio-item .attribute-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-radio .radio-item.value-empty,
.tableview-container .sourcetable-editform .acf-attribute-edit-input-radio .radio-item.value-empty {
  font-style: italic;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-checkbox,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-checkbox .multicheckbox-item,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-checkbox .multicheckbox-item {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-checkbox .multicheckbox-item,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-checkbox .multicheckbox-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  font-weight: normal;
  cursor: pointer;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-checkbox .multicheckbox-item .multicheckbox-item-input,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-checkbox .multicheckbox-item .multicheckbox-item-input {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-checkbox .multicheckbox-item .multicheckbox-item-value,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-checkbox .multicheckbox-item .multicheckbox-item-value {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .multiautocomplete-list,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .multiautocomplete-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  margin-bottom: 4px;
  padding: 2px 4px;
  border-radius: 1px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-label,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-label {
  margin: 0 4px;
  white-space: nowrap;
  cursor: default;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  opacity: 0.65;
}
body:not(.touch) .acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon:hover,
body:not(.touch) .tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon:hover {
  opacity: 1;
}
body.touch .acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon:active,
body.touch .tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon:active {
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-remove,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-remove {
  padding: 4px 6px 4px 4px;
  font-size: 8px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-remove:before,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-remove:before {
  content: "\f128";
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-restore,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-restore {
  padding: 0 2px;
  font-size: 14px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-restore:before,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item .list-item-icon-restore:before {
  content: "\f1b8";
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item.added-value,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item.added-value {
  color: inherit;
  background-color: transparent;
  border: 1px dotted #A4A4A4;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item.deleted-value,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item.deleted-value {
  background-color: rgba(164, 164, 164, 0.5);
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item.deleted-value .list-item-label,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item.deleted-value .list-item-label {
  font-style: italic;
  text-decoration: line-through;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .list-item:not(:last-of-type),
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .list-item:not(:last-of-type) {
  margin-right: 4px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .acf-attribute-edit-multi-autocomplete .multiautocomplete-empty,
.tableview-container .sourcetable-editform .acf-attribute-edit-multi-autocomplete .multiautocomplete-empty {
  margin-top: 7px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-style: italic;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .dl-switch-input-type,
.tableview-container .sourcetable-editform .dl-switch-input-type {
  margin: 4px 0;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  cursor: pointer;
}
body:not(.touch) .acf-infosheet-section .section-attributes-elem .elem-value-edit .dl-switch-input-type:hover,
body:not(.touch) .tableview-container .sourcetable-editform .dl-switch-input-type:hover {
  color: rgba(0, 0, 0, 0.54);
}
body.touch .acf-infosheet-section .section-attributes-elem .elem-value-edit .dl-switch-input-type:active,
body.touch .tableview-container .sourcetable-editform .dl-switch-input-type:active {
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .time-picker,
.tableview-container .sourcetable-editform .time-picker {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .ui-autocomplete.ui-widget-content,
.tableview-container .sourcetable-editform .ui-autocomplete.ui-widget-content {
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .ui-autocomplete.ui-widget-content .ui-menu-item,
.tableview-container .sourcetable-editform .ui-autocomplete.ui-widget-content .ui-menu-item {
  font-size: 15px;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit .ui-autocomplete.ui-widget-content .ui-state-focus,
.tableview-container .sourcetable-editform .ui-autocomplete.ui-widget-content .ui-state-focus {
  margin: 0;
  font-weight: inherit;
  border: none;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='text'],
.tableview-container .sourcetable-editform input[type='text'],
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='date'],
.tableview-container .sourcetable-editform input[type='date'],
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='time'],
.tableview-container .sourcetable-editform input[type='time'],
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='datetime-local'],
.tableview-container .sourcetable-editform input[type='datetime-local'],
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='number'],
.tableview-container .sourcetable-editform input[type='number'],
.acf-infosheet-section .section-attributes-elem .elem-value-edit select,
.tableview-container .sourcetable-editform select,
.acf-infosheet-section .section-attributes-elem .elem-value-edit textarea,
.tableview-container .sourcetable-editform textarea {
  padding: 2px 3px;
  width: 100% !important;
  max-width: 480px;
  color: inherit;
  line-height: inherit;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='text'].ng-invalid,
.tableview-container .sourcetable-editform input[type='text'].ng-invalid,
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='date'].ng-invalid,
.tableview-container .sourcetable-editform input[type='date'].ng-invalid,
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='time'].ng-invalid,
.tableview-container .sourcetable-editform input[type='time'].ng-invalid,
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='datetime-local'].ng-invalid,
.tableview-container .sourcetable-editform input[type='datetime-local'].ng-invalid,
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='number'].ng-invalid,
.tableview-container .sourcetable-editform input[type='number'].ng-invalid,
.acf-infosheet-section .section-attributes-elem .elem-value-edit select.ng-invalid,
.tableview-container .sourcetable-editform select.ng-invalid,
.acf-infosheet-section .section-attributes-elem .elem-value-edit textarea.ng-invalid,
.tableview-container .sourcetable-editform textarea.ng-invalid {
  border: 1px solid #c51116;
}
.acf-infosheet-section .section-attributes-elem .elem-value-edit input[type='checkbox'],
.tableview-container .sourcetable-editform input[type='checkbox'] {
  width: auto;
  cursor: pointer;
}
.acf-scrollable {
  position: relative;
  overflow-x: hidden;
}
.acf-scrollable .scroll-container {
  overflow-x: hidden;
}
.acf-scrollable div[class|='arrow'] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 0 4px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.acf-scrollable div[class|='arrow']:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.acf-scrollable .arrow-left {
  left: 0;
}
.acf-scrollable .arrow-left:before {
  border-right: 6px solid #585858;
}
.acf-scrollable .arrow-right {
  right: 0;
}
.acf-scrollable .arrow-right:before {
  border-left: 6px solid #585858;
}
.acf-scrollable.scroll-active.leftmost .arrow-left {
  display: none;
}
.acf-scrollable.scroll-active.rightmost .arrow-right {
  display: none;
}
.acf-scrollable.scroll-inactive div[class|='arrow'] {
  display: none;
}
.acf-scrollable:not(.scroll-active):not(.scroll-inactive) div[class|='arrow'] {
  display: none;
}
.map-popup {
  text-align: center;
}
.map-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 6px;
}
.map-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.map-popup-content p {
  margin: 18px 0;
}
/* Specific style on PieChart & BarChart analysises. */
.map-popup .series h3,
.map-popup .series h4,
.map-popup .series h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.map-popup .series ul {
  margin: 0;
  padding: 0;
}
.map-popup .series li {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-popup .series li span.color {
  flex-grow: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 0.5em;
  border: 1px solid #333;
}
.map-popup .series li span.formatted {
  display: block;
  vertical-align: text-bottom;
}
.map-popup-content-wrapper,
.map-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.map-popup .map-popup-close-button {
  position: absolute;
  padding: 2px;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-shadow: 0 0 #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.map-popup .map-popup-close-button:hover {
  color: #999;
}
.map-popup {
  position: relative;
}
.map-popup.tooltip-positioning-top-left,
.map-popup.tooltip-positioning-bottom-left {
  left: -25px;
}
.map-popup.tooltip-positioning-top-left .map-popup-tip-container,
.map-popup.tooltip-positioning-bottom-left .map-popup-tip-container {
  margin: 0 auto 0 7px;
}
.map-popup.tooltip-positioning-top-left .map-popup-close-button,
.map-popup.tooltip-positioning-bottom-left .map-popup-close-button {
  right: -2px;
}
.map-popup.tooltip-positioning-top-right,
.map-popup.tooltip-positioning-bottom-right {
  right: -30px;
}
.map-popup.tooltip-positioning-top-right .map-popup-tip-container,
.map-popup.tooltip-positioning-bottom-right .map-popup-tip-container {
  margin: 0 7px 0 auto;
}
.map-popup.tooltip-positioning-top-right .map-popup-close-button,
.map-popup.tooltip-positioning-bottom-right .map-popup-close-button {
  right: -2px;
}
.map-popup.tooltip-positioning-top-left .map-popup-tip-container-bottom,
.map-popup.tooltip-positioning-top-right .map-popup-tip-container-bottom {
  display: none;
}
.map-popup.tooltip-positioning-top-left .map-popup-close-button,
.map-popup.tooltip-positioning-top-right .map-popup-close-button {
  top: 4px;
}
.map-popup.tooltip-positioning-bottom-left .map-popup-tip-container-top,
.map-popup.tooltip-positioning-bottom-right .map-popup-tip-container-top {
  display: none;
}
.map-popup.tooltip-positioning-bottom-left .map-popup-close-button,
.map-popup.tooltip-positioning-bottom-right .map-popup-close-button {
  top: -2px;
}
.map-popup-tip-container {
  position: relative;
  width: 42px;
  height: 7px;
  overflow: hidden;
}
.map-popup-tip-container .map-popup-tip {
  position: absolute;
  left: 11px;
  padding: 1px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.map-popup-tip-container.map-popup-tip-container-top .map-popup-tip {
  bottom: -12px;
}
.map-popup-tip-container.map-popup-tip-container-bottom .map-popup-tip {
  top: -12px;
}
.map-marker-clickable {
  cursor: pointer;
}
img.map-marker-image {
  vertical-align: middle;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f;
}
.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}
.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left, right, top, bottom;
}
.ol-unsupported {
  display: none;
}
.ol-unselectable,
.ol-viewport {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
@media print {
  .ol-control {
    display: none;
  }
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  background-color: rgba(0, 60, 136, 0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(98.7%);
}
.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none;
}
.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}
.ol-touch .ol-zoomslider {
  top: 5.5em;
}
.ol-overviewmap {
  left: .5em;
  bottom: .5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7);
}
.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}
.map-3d .itowns-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.acf-tools-3d-btn {
  background: transparent;
  border: none;
}
.acf-toolbar-3d {
  display: none;
}
.acf-toolbar-3d.active {
  display: inline-block;
}
.label-elevation {
  background-color: #313336bb;
  color: white;
  padding: 1px;
  font-weight: 900;
  font-size: 15px;
}
.attributions-3d {
  position: absolute;
  bottom: 0;
  height: 3%;
  overflow: hidden;
}
.attribution-content {
  position: relative;
  vertical-align: bottom;
  z-index: 3;
}
.map-2d-3d-container {
  position: relative;
  background-color: white;
  height: 100%;
}
.map-2d-state .map-3d {
  display: none;
}
.map-2d-state .acf-map {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.map-2d-state .view-type-switch-button-2d-only {
  display: none !important;
}
.map-2d-state .view-type-switch-button-open-3d-view {
  color: #FFFFFF !important;
  background-color: rgba(88, 88, 88, 0.85) !important;
}
.map-3d-state .acf-map {
  display: none;
}
.map-3d-state .acf-map .ol-viewport,
.map-3d-state .acf-map .acf-feature-tools-bar,
.map-3d-state .acf-map .acf-draw-selection-toolbar,
.map-3d-state .acf-map .acf-map-controls-topright,
.map-3d-state .acf-map .acf-map-controls-bottomright,
.map-3d-state .acf-map .scale-picker-control,
.map-3d-state .acf-map .acf-map-control-scale,
.map-3d-state .acf-map .user-header-tab,
.map-3d-state .acf-map .print-button,
.map-3d-state .acf-map .launcher-edition,
.map-3d-state .acf-map .map-canvas > .acf-feature-tools-bar {
  display: none;
}
.map-3d-state .map-3d {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.map-3d-state .attributions-3d {
  left: calc(64px + 5px);
}
.map-3d-state #open-3d-full-width-view-tool {
  display: none;
}
.map-3d-state #open-2d-view-tool {
  color: #FFFFFF !important;
  background-color: rgba(88, 88, 88, 0.85) !important;
}
.map-2d-3d-state .acf-map {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
}
.map-2d-3d-state .map-3d {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 50%;
  height: 100%;
}
.map-2d-3d-state .map-3d .acf-map-controls-topleft {
  left: 0 !important;
}
.map-2d-3d-state .acf-map .acf-map-controls-right {
  right: 10px !important;
}
.map-2d-3d-state .map-canvas > .acf-feature-tools-bar {
  right: 50%;
}
.map-2d-3d-state .view-type-switch-button-open-3d-view {
  display: none !important;
}
.map-2d-3d-state #open-2d-view-tool {
  display: none;
}
.view-type-switch-button {
  font-size: 14px;
}
.building-explorer {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: none;
  line-height: inherit;
}
.building-explorer:before {
  content: "\f102";
}
.building-explorer-active {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: none;
  line-height: inherit;
  background-color: #585858;
  color: #E6E6E6;
  border-radius: 4px;
}
.building-explorer-active:before {
  content: "\f102";
}
.icon-building {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: none;
  line-height: inherit;
  font-size: 32px;
}
.icon-building:before {
  content: "\f112";
}
.building-navigation-list {
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 4px;
  width: fit-content;
  margin-bottom: 10px;
}
.building-navigation-list .has-more-item {
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
}
.building-navigation-list .has-more-item .navigation-list-arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid #585858;
}
.building-navigation-list .has-more-item .navigation-list-arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 4px solid #585858;
}
.building-navigation-list .building-navigation-scrollable-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none;/* IE and Edge */
  scrollbar-width: none;/* Firefox */
}
.building-navigation-list .building-navigation-scrollable-list::-webkit-scrollbar {
  display: none;
}
.building-navigation-list .navigation-floor-btn {
  flex: none;
  width: 110px;
  height: 30px;
  padding: 2px;
  margin: 2px;
  gap: 8px;
  background-color: white;
  border-radius: 4px;
  opacity: 0.9;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: ltr;
  overflow: hidden;
}
.building-navigation-list .navigation-floor-btn:hover {
  background: #585858 !important;
  color: white;
  border-radius: 4px;
}
.building-navigation-list .navigation-floor-btn-selected,
.building-navigation-list .navigation-floor-btn-selected:hover {
  background: #585858 !important;
  color: white;
  cursor: default;
}
.hand {
  cursor: pointer;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-select {
  -webkit-touch-callout: none;/* iOS Safari */
  -webkit-user-select: none;/* Chrome/Safari/Opera */
  -khtml-user-select: none;/* Konqueror */
  -moz-user-select: none;/* Firefox */
  -ms-user-select: none;/* Internet Explorer/Edge */
  user-select: none;/* Non-prefixed version, currently not supported by any browser */
  /* source: http://stackoverflow.com/a/4407335 */
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.position-relative {
  position: relative;
}
.ng-cloak {
  display: none !important;
}
.loading-dots:after {
  animation: three-dots 1.5s linear infinite;
  content: '   ';
  white-space: pre;
}
@keyframes three-dots {
  0%,
  20% {
    content: '.  ';
  }
  40% {
    content: '.. ';
  }
  60% {
    content: '...';
  }
  90%,
  100% {
    content: '   ';
  }
}
@font-face {
  font-family: "icons";
  src: url("public/canvas/fonts/common/icons-83320c971d285e43e789150d43567be7.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("public/canvas/fonts/common/icons-83320c971d285e43e789150d43567be7.eot");
  src: url("public/canvas/fonts/common/icons-83320c971d285e43e789150d43567be7.eot?#iefix") format("embedded-opentype"), url("public/canvas/fonts/common/icons-83320c971d285e43e789150d43567be7.woff") format("woff"), url("public/canvas/fonts/common/icons-83320c971d285e43e789150d43567be7.ttf") format("truetype"), url("public/canvas/fonts/common/icons-83320c971d285e43e789150d43567be7.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_3d-box-big:before {
  content: "\f101";
}
.icon_3d-building-explorer:before {
  content: "\f102";
}
.icon_3d-thematic:before {
  content: "\f103";
}
.icon_3d-tool-edit:before {
  content: "\f104";
}
.icon_3d-tool-measure-1point:before {
  content: "\f105";
}
.icon_3d-tool-measure-2points:before {
  content: "\f106";
}
.icon_3d-tool-measure-3:before {
  content: "\f107";
}
.icon_accueil:before {
  content: "\f108";
}
.icon_alert:before {
  content: "\f109";
}
.icon_analyse:before {
  content: "\f10a";
}
.icon_angle-left:before {
  content: "\f10b";
}
.icon_applications:before {
  content: "\f10c";
}
.icon_arrow_left:before {
  content: "\f10d";
}
.icon_arrow_right:before {
  content: "\f10e";
}
.icon_auto:before {
  content: "\f10f";
}
.icon_barcode_scanner:before {
  content: "\f110";
}
.icon_brush:before {
  content: "\f111";
}
.icon_building-home:before {
  content: "\f112";
}
.icon_cad:before {
  content: "\f113";
}
.icon_calcul_launch:before {
  content: "\f114";
}
.icon_calendar:before {
  content: "\f115";
}
.icon_camera_photo:before {
  content: "\f116";
}
.icon_cartes:before {
  content: "\f117";
}
.icon_chevron2_down:before {
  content: "\f118";
}
.icon_chevron2_down_pix:before {
  content: "\f119";
}
.icon_chevron2_left:before {
  content: "\f11a";
}
.icon_chevron2_left_pix:before {
  content: "\f11b";
}
.icon_chevron2_right:before {
  content: "\f11c";
}
.icon_chevron2_right_pix:before {
  content: "\f11d";
}
.icon_chevron2_up:before {
  content: "\f11e";
}
.icon_chevron2_up_pix:before {
  content: "\f11f";
}
.icon_chevron_down:before {
  content: "\f120";
}
.icon_chevron_down_pix:before {
  content: "\f121";
}
.icon_chevron_left:before {
  content: "\f122";
}
.icon_chevron_left_pix:before {
  content: "\f123";
}
.icon_chevron_right:before {
  content: "\f124";
}
.icon_chevron_right_pix:before {
  content: "\f125";
}
.icon_chevron_up:before {
  content: "\f126";
}
.icon_chevron_up_pix:before {
  content: "\f127";
}
.icon_close_cross:before {
  content: "\f128";
}
.icon_close_cross_pix:before {
  content: "\f129";
}
.icon_close_round:before {
  content: "\f12a";
}
.icon_cog:before {
  content: "\f12b";
}
.icon_compare-chart-bar-contain:before {
  content: "\f12c";
}
.icon_compare-chart-bar:before {
  content: "\f12d";
}
.icon_compare-chart-pie-contain:before {
  content: "\f12e";
}
.icon_compare-chart-pie:before {
  content: "\f12f";
}
.icon_compare-files:before {
  content: "\f130";
}
.icon_compare:before {
  content: "\f131";
}
.icon_context_appli:before {
  content: "\f132";
}
.icon_context_carte:before {
  content: "\f133";
}
.icon_coordinates:before {
  content: "\f134";
}
.icon_couches:before {
  content: "\f135";
}
.icon_couches_add:before {
  content: "\f136";
}
.icon_couches_select:before {
  content: "\f137";
}
.icon_creer_permalien:before {
  content: "\f138";
}
.icon_dashboard:before {
  content: "\f139";
}
.icon_data-validation:before {
  content: "\f13a";
}
.icon_datasource:before {
  content: "\f13b";
}
.icon_detach:before {
  content: "\f13c";
}
.icon_directions:before {
  content: "\f13d";
}
.icon_directions2:before {
  content: "\f13e";
}
.icon_doc_export:before {
  content: "\f13f";
}
.icon_doc_report:before {
  content: "\f140";
}
.icon_done:before {
  content: "\f141";
}
.icon_download:before {
  content: "\f142";
}
.icon_download_server:before {
  content: "\f143";
}
.icon_draw-param:before {
  content: "\f144";
}
.icon_draw-add-multi:before {
  content: "\f145";
}
.icon_draw-add-next:before {
  content: "\f146";
}
.icon_draw-advanced_tools_btn-arriere_plan:before {
  content: "\f147";
}
.icon_draw-advanced_tools_btn-buffer:before {
  content: "\f148";
}
.icon_draw-advanced_tools_btn-continu_line:before {
  content: "\f149";
}
.icon_draw-advanced_tools_btn-continu_line_end:before {
  content: "\f14a";
}
.icon_draw-advanced_tools_btn-decal_ligne:before {
  content: "\f14b";
}
.icon_draw-advanced_tools_btn-decouper:before {
  content: "\f14c";
}
.icon_draw-advanced_tools_btn-fusion:before {
  content: "\f14d";
}
.icon_draw-advanced_tools_btn-intersection:before {
  content: "\f14e";
}
.icon_draw-advanced_tools_btn-percer:before {
  content: "\f14f";
}
.icon_draw-advanced_tools_btn-premier_plan:before {
  content: "\f150";
}
.icon_draw-advanced_tools_btn-scissors:before {
  content: "\f151";
}
.icon_draw-advanced_tools_btn-select_point:before {
  content: "\f152";
}
.icon_draw-geom:before {
  content: "\f153";
}
.icon_draw-info:before {
  content: "\f154";
}
.icon_draw-isochrone_btn-isochrone:before {
  content: "\f155";
}
.icon_draw-isochrone_btn-mode_bike:before {
  content: "\f156";
}
.icon_draw-isochrone_btn-mode_car:before {
  content: "\f157";
}
.icon_draw-isochrone_btn-mode_foot:before {
  content: "\f158";
}
.icon_draw-isochrone_btn-outputmode_circle:before {
  content: "\f159";
}
.icon_draw-isochrone_btn-outputmode_fastline:before {
  content: "\f15a";
}
.icon_draw-isochrone_btn-outputmode_isoline:before {
  content: "\f15b";
}
.icon_draw-isochrone_btn-outputmode_network:before {
  content: "\f15c";
}
.icon_draw-isochrone_btn-type_dist:before {
  content: "\f15d";
}
.icon_draw-isochrone_btn-type_time:before {
  content: "\f15e";
}
.icon_draw-objects_around:before {
  content: "\f15f";
}
.icon_draw-schema_btn-schema_add:before {
  content: "\f160";
}
.icon_draw-schema_btn-schema_close:before {
  content: "\f161";
}
.icon_draw-schema_btn-schema_edit:before {
  content: "\f162";
}
.icon_draw-schema_btn-schema_line:before {
  content: "\f163";
}
.icon_draw-schema_btn-schema_save:before {
  content: "\f164";
}
.icon_draw-schema_btn-schema_tool:before {
  content: "\f165";
}
.icon_draw-search_info:before {
  content: "\f166";
}
.icon_draw-select:before {
  content: "\f167";
}
.icon_draw-select_btn-select_circle:before {
  content: "\f168";
}
.icon_draw-select_btn-select_lasso:before {
  content: "\f169";
}
.icon_draw-select_btn-select_line:before {
  content: "\f16a";
}
.icon_draw-select_btn-select_point:before {
  content: "\f16b";
}
.icon_draw-select_btn-select_polygon:before {
  content: "\f16c";
}
.icon_draw-select_btn-select_rectangle:before {
  content: "\f16d";
}
.icon_draw-select_btn-select_trash:before {
  content: "\f16e";
}
.icon_draw-tools_btn-contour:before {
  content: "\f16f";
}
.icon_draw-tools_btn-contour_1px:before {
  content: "\f170";
}
.icon_draw-tools_btn-contour_2px:before {
  content: "\f171";
}
.icon_draw-tools_btn-contour_3px:before {
  content: "\f172";
}
.icon_draw-tools_btn-contour_4px:before {
  content: "\f173";
}
.icon_draw-tools_btn-contour_5px:before {
  content: "\f174";
}
.icon_draw-tools_btn-copy_paste:before {
  content: "\f175";
}
.icon_draw-tools_btn-delete_all:before {
  content: "\f176";
}
.icon_draw-tools_btn-edit:before {
  content: "\f177";
}
.icon_draw-tools_btn-edit_creageom:before {
  content: "\f178";
}
.icon_draw-tools_btn-edit_ellipse:before {
  content: "\f179";
}
.icon_draw-tools_btn-edit_fleche:before {
  content: "\f17a";
}
.icon_draw-tools_btn-edit_fleche_fine:before {
  content: "\f17b";
}
.icon_draw-tools_btn-edit_line:before {
  content: "\f17c";
}
.icon_draw-tools_btn-edit_point:before {
  content: "\f17d";
}
.icon_draw-tools_btn-edit_polygon:before {
  content: "\f17e";
}
.icon_draw-tools_btn-edit_polygon_contiguous:before {
  content: "\f17f";
}
.icon_draw-tools_btn-edit_rectangle:before {
  content: "\f180";
}
.icon_draw-tools_btn-edit_textbox:before {
  content: "\f181";
}
.icon_draw-tools_btn-edittopology:before {
  content: "\f182";
}
.icon_draw-tools_btn-fond:before {
  content: "\f183";
}
.icon_draw-tools_btn-magnet:before {
  content: "\f184";
}
.icon_draw-tools_btn-magnet_center:before {
  content: "\f185";
}
.icon_draw-tools_btn-magnet_endpoint:before {
  content: "\f186";
}
.icon_draw-tools_btn-magnet_line:before {
  content: "\f187";
}
.icon_draw-tools_btn-magnet_midpoint:before {
  content: "\f188";
}
.icon_draw-tools_btn-magnet_off:before {
  content: "\f189";
}
.icon_draw-tools_btn-magnet_perpendicular:before {
  content: "\f18a";
}
.icon_draw-tools_btn-magnet_point:before {
  content: "\f18b";
}
.icon_draw-tools_btn-magnet_segment:before {
  content: "\f18c";
}
.icon_draw-tools_btn-measure-1:before {
  content: "\f18d";
}
.icon_draw-tools_btn-measure-2:before {
  content: "\f18e";
}
.icon_draw-tools_btn-measure:before {
  content: "\f18f";
}
.icon_draw-tools_btn-redo:before {
  content: "\f190";
}
.icon_draw-tools_btn-undo:before {
  content: "\f191";
}
.icon_earth:before {
  content: "\f192";
}
.icon_edit:before {
  content: "\f193";
}
.icon_edit_fiche:before {
  content: "\f194";
}
.icon_emprise:before {
  content: "\f195";
}
.icon_epingle:before {
  content: "\f196";
}
.icon_epingle_outline:before {
  content: "\f197";
}
.icon_erase:before {
  content: "\f198";
}
.icon_erase2:before {
  content: "\f199";
}
.icon_expand-height:before {
  content: "\f19a";
}
.icon_expand-width:before {
  content: "\f19b";
}
.icon_expand:before {
  content: "\f19c";
}
.icon_expand2:before {
  content: "\f19d";
}
.icon_export:before {
  content: "\f19e";
}
.icon_export_fiche_parcelle:before {
  content: "\f19f";
}
.icon_export_pes:before {
  content: "\f1a0";
}
.icon_export_releve_prop:before {
  content: "\f1a1";
}
.icon_eye-partial:before {
  content: "\f1a2";
}
.icon_eye:before {
  content: "\f1a3";
}
.icon_eye_half:before {
  content: "\f1a4";
}
.icon_eye_off:before {
  content: "\f1a5";
}
.icon_fiche_info_cadastre:before {
  content: "\f1a6";
}
.icon_filter-cog:before {
  content: "\f1a7";
}
.icon_filter-plus:before {
  content: "\f1a8";
}
.icon_filter-save:before {
  content: "\f1a9";
}
.icon_filter-trash:before {
  content: "\f1aa";
}
.icon_filter:before {
  content: "\f1ab";
}
.icon_folder:before {
  content: "\f1ac";
}
.icon_folder_categ:before {
  content: "\f1ad";
}
.icon_fullscreen-2:before {
  content: "\f1ae";
}
.icon_fullscreen-2d:before {
  content: "\f1af";
}
.icon_fullscreen-3d:before {
  content: "\f1b0";
}
.icon_fullscreen-exit:before {
  content: "\f1b1";
}
.icon_fullscreen:before {
  content: "\f1b2";
}
.icon_gestion_permaliens:before {
  content: "\f1b3";
}
.icon_gps-traces:before {
  content: "\f1b4";
}
.icon_grip:before {
  content: "\f1b5";
}
.icon_hierarchie-move-down:before {
  content: "\f1b6";
}
.icon_hierarchie-move-up:before {
  content: "\f1b7";
}
.icon_history_back:before {
  content: "\f1b8";
}
.icon_history_for:before {
  content: "\f1b9";
}
.icon_info_help:before {
  content: "\f1ba";
}
.icon_infos_generales:before {
  content: "\f1bb";
}
.icon_infosheet-history:before {
  content: "\f1bc";
}
.icon_infosheet-maximize:before {
  content: "\f1bd";
}
.icon_infosheet-minimize:before {
  content: "\f1be";
}
.icon_isodistance:before {
  content: "\f1bf";
}
.icon_items_create:before {
  content: "\f1c0";
}
.icon_items_list:before {
  content: "\f1c1";
}
.icon_legend:before {
  content: "\f1c2";
}
.icon_letters:before {
  content: "\f1c3";
}
.icon_liste_permaliens:before {
  content: "\f1c4";
}
.icon_localiz_me:before {
  content: "\f1c5";
}
.icon_locker-close:before {
  content: "\f1c6";
}
.icon_locker-open:before {
  content: "\f1c7";
}
.icon_longitudinal_profile:before {
  content: "\f1c8";
}
.icon_magnet_layer:before {
  content: "\f1c9";
}
.icon_maison:before {
  content: "\f1ca";
}
.icon_maison2:before {
  content: "\f1cb";
}
.icon_map-book:before {
  content: "\f1cc";
}
.icon_map_contexts:before {
  content: "\f1cd";
}
.icon_mapsearch-circle:before {
  content: "\f1ce";
}
.icon_mapsearch-lasso:before {
  content: "\f1cf";
}
.icon_mapsearch-line:before {
  content: "\f1d0";
}
.icon_mapsearch-point:before {
  content: "\f1d1";
}
.icon_mapsearch-polygon:before {
  content: "\f1d2";
}
.icon_mapsearch-rectangle:before {
  content: "\f1d3";
}
.icon_metadata:before {
  content: "\f1d4";
}
.icon_metadatag:before {
  content: "\f1d5";
}
.icon_minimap:before {
  content: "\f1d6";
}
.icon_mobile:before {
  content: "\f1d7";
}
.icon_mobile_offline:before {
  content: "\f1d8";
}
.icon_mobile_online:before {
  content: "\f1d9";
}
.icon_mobility_data:before {
  content: "\f1da";
}
.icon_modif_geom:before {
  content: "\f1db";
}
.icon_modules:before {
  content: "\f1dc";
}
.icon_more-horizontal:before {
  content: "\f1dd";
}
.icon_more-vertical:before {
  content: "\f1de";
}
.icon_multimedia:before {
  content: "\f1df";
}
.icon_news:before {
  content: "\f1e0";
}
.icon_newspaper:before {
  content: "\f1e1";
}
.icon_nfc_scanner:before {
  content: "\f1e2";
}
.icon_north-arrow:before {
  content: "\f1e3";
}
.icon_notify:before {
  content: "\f1e4";
}
.icon_notify2:before {
  content: "\f1e5";
}
.icon_open_fiche_info:before {
  content: "\f1e6";
}
.icon_options:before {
  content: "\f1e7";
}
.icon_orderby-alphabetical:before {
  content: "\f1e8";
}
.icon_orderby-date:before {
  content: "\f1e9";
}
.icon_orderby-value:before {
  content: "\f1ea";
}
.icon_ordering_asc:before {
  content: "\f1eb";
}
.icon_ordering_desc:before {
  content: "\f1ec";
}
.icon_panier:before {
  content: "\f1ed";
}
.icon_panier_ajout:before {
  content: "\f1ee";
}
.icon_param-filter:before {
  content: "\f1ef";
}
.icon_pdf_export:before {
  content: "\f1f0";
}
.icon_personal_data:before {
  content: "\f1f1";
}
.icon_personal_data_own:before {
  content: "\f1f2";
}
.icon_personal_data_refresh:before {
  content: "\f1f3";
}
.icon_personal_queries:before {
  content: "\f1f4";
}
.icon_pieton:before {
  content: "\f1f5";
}
.icon_pin_vide:before {
  content: "\f1f6";
}
.icon_pipette:before {
  content: "\f1f7";
}
.icon_play-book:before {
  content: "\f1f8";
}
.icon_play-desktop:before {
  content: "\f1f9";
}
.icon_play-file:before {
  content: "\f1fa";
}
.icon_play-files:before {
  content: "\f1fb";
}
.icon_play-flow:before {
  content: "\f1fc";
}
.icon_play-pins:before {
  content: "\f1fd";
}
.icon_play-screen:before {
  content: "\f1fe";
}
.icon_play-screens:before {
  content: "\f1ff";
}
.icon_play-step:before {
  content: "\f200";
}
.icon_plus-3:before {
  content: "\f201";
}
.icon_print:before {
  content: "\f202";
}
.icon_print2:before {
  content: "\f203";
}
.icon_printer:before {
  content: "\f204";
}
.icon_qr_code_scanner:before {
  content: "\f205";
}
.icon_recenter:before {
  content: "\f206";
}
.icon_recherches_courantes:before {
  content: "\f207";
}
.icon_refresh:before {
  content: "\f208";
}
.icon_requeteur:before {
  content: "\f209";
}
.icon_resultats:before {
  content: "\f20a";
}
.icon_rotate-left:before {
  content: "\f20b";
}
.icon_rotate-right:before {
  content: "\f20c";
}
.icon_save:before {
  content: "\f20d";
}
.icon_save2:before {
  content: "\f20e";
}
.icon_search:before {
  content: "\f20f";
}
.icon_search2:before {
  content: "\f210";
}
.icon_search3:before {
  content: "\f211";
}
.icon_search4:before {
  content: "\f212";
}
.icon_sectorisation-add:before {
  content: "\f213";
}
.icon_sectorisation-from-selected:before {
  content: "\f214";
}
.icon_sectorisation:before {
  content: "\f215";
}
.icon_select-add:before {
  content: "\f216";
}
.icon_select-all:before {
  content: "\f217";
}
.icon_select-lasso:before {
  content: "\f218";
}
.icon_select-remove:before {
  content: "\f219";
}
.icon_selection-add:before {
  content: "\f21a";
}
.icon_selection-delete:before {
  content: "\f21b";
}
.icon_selection-menu:before {
  content: "\f21c";
}
.icon_selection-restrict-contains:before {
  content: "\f21d";
}
.icon_selection-restrict-equals:before {
  content: "\f21e";
}
.icon_selection-restrict-intersects:before {
  content: "\f21f";
}
.icon_selection-restrict-iscontained:before {
  content: "\f220";
}
.icon_selection:before {
  content: "\f221";
}
.icon_send:before {
  content: "\f222";
}
.icon_server:before {
  content: "\f223";
}
.icon_settings:before {
  content: "\f224";
}
.icon_shape-sorter:before {
  content: "\f225";
}
.icon_share:before {
  content: "\f226";
}
.icon_share2:before {
  content: "\f227";
}
.icon_share3:before {
  content: "\f228";
}
.icon_size-height:before {
  content: "\f229";
}
.icon_size-width:before {
  content: "\f22a";
}
.icon_spinner:before {
  content: "\f22b";
}
.icon_star-filled:before {
  content: "\f22c";
}
.icon_star-quick:before {
  content: "\f22d";
}
.icon_star:before {
  content: "\f22e";
}
.icon_stat-legend:before {
  content: "\f22f";
}
.icon_statistic:before {
  content: "\f230";
}
.icon_streetvman:before {
  content: "\f231";
}
.icon_streetvman2:before {
  content: "\f232";
}
.icon_switch_off:before {
  content: "\f233";
}
.icon_switch_off2:before {
  content: "\f234";
}
.icon_synchronization:before {
  content: "\f235";
}
.icon_table:before {
  content: "\f236";
}
.icon_text-edit:before {
  content: "\f237";
}
.icon_text-t-strike:before {
  content: "\f238";
}
.icon_text-t:before {
  content: "\f239";
}
.icon_thematique:before {
  content: "\f23a";
}
.icon_theme:before {
  content: "\f23b";
}
.icon_thermometre:before {
  content: "\f23c";
}
.icon_tic:before {
  content: "\f23d";
}
.icon_time:before {
  content: "\f23e";
}
.icon_trash:before {
  content: "\f23f";
}
.icon_upload:before {
  content: "\f240";
}
.icon_urgence:before {
  content: "\f241";
}
.icon_user:before {
  content: "\f242";
}
.icon_user2:before {
  content: "\f243";
}
.icon_velo:before {
  content: "\f244";
}
.icon_weathericons-regular-webfont:before {
  content: "\f245";
}
.icon_xls_export:before {
  content: "\f246";
}
.icon_zoom:before {
  content: "\f247";
}
.icon_zoom_moins:before {
  content: "\f248";
}
.icon_zoom_objet_selection:before {
  content: "\f249";
}
.icon_zoom_plus:before {
  content: "\f24a";
}
.icon_zoom_select:before {
  content: "\f24b";
}
.dataTables_wrapper .dt-button-collection {
  border: 0 !important;
}
.dataTables_wrapper .dt-button-collection .dt-button {
  font-size: 12px;
  color: inherit !important;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}
.dataTables_wrapper .dt-button-collection .dt-button.active:not(.disabled):before {
  content: "\f141";
}
.dataTables_wrapper .dt-button-collection .dt-button.active:not(.disabled):before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-right: 16px;
}
.dataTables_wrapper .dt-button-collection {
  background: #FFFFFF !important;
  color: #A4A4A4 !important;
}
.dataTables_wrapper .dt-button-collection .dt-button:hover:not(.disabled) {
  background: #f5f5f5 !important;
  border-color: transparent !important;
}
.storytelling-in-edit,
.storytelling-in-play {
  width: calc(100% - 330px);
  background-color: transparent;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
.storytelling-in-edit .btn-transparent,
.storytelling-in-play .btn-transparent {
  background-color: transparent;
  color: #666;
}
.storytelling-in-edit .btn-transparent:hover,
.storytelling-in-play .btn-transparent:hover {
  color: #f5f5f5;
  background-color: #d8d8d8;
}
.storytelling-in-edit div.dashboard-widget-title .title-right-part,
.storytelling-in-play div.dashboard-widget-title .title-right-part,
.storytelling-in-edit div.dataTables_length,
.storytelling-in-play div.dataTables_length,
.storytelling-in-edit div.dataTables_filter,
.storytelling-in-play div.dataTables_filter {
  display: none;
}
.storytelling-controls-top {
  position: absolute;
  top: -64px;
}
.storytelling-in-play {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-right: 0;
  margin-block-start: 15px;
  margin-inline-start: 10px;
  margin-block-end: 15px;
  margin-inline-end: 0;
}
.storytelling-content-wrapper {
  background-color: #556270 !important;
}
.acf-reporting-responsivemenu .menu-storytelling {
  display: none;
}
.acf-reporting-responsivemenu .menu-storytelling .menu-item .menu-icon {
  font-size: 22px;
}
.storytelling-player-background {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-right: 0;
  margin-block-start: 15px;
  margin-inline-start: 10px;
  margin-block-end: 15px;
  margin-inline-end: 0;
  margin-inline-start: 16px;
  background-color: #E6E6E6;
  height: 96.2%;
  width: calc(100% - 330px - 42px);
  position: absolute;
}
.storytelling-not-available {
  background-color: #666 !important;
  cursor: not-allowed !important;
}
.storytelling__control-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: calc(330px);
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: calc(330px);
  padding: 0 15px;
  background-color: #f5f5f5;
  height: 67px;
  pointer-events: auto;
}
.storytelling__labels {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.storytelling__title {
  font-size: 24px;
  line-height: 1.25;
  opacity: 0.75;
  width: 94%;
}
.storytelling__baseline {
  padding: 0 2px;
  font-size: 11px;
  opacity: 0.5;
}
.storytelling__controls {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.storytelling__control {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #666;
  background-color: #ddd;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.storytelling__control .icon {
  font-size: 24px;
}
.storytelling__control.close-btn .icon {
  font-size: 16px;
}
.storytelling .toggle-btn-active {
  color: #fff;
  background-color: #cc1d37;
}
@media screen and (max-width: 480px) {
  .storytelling__control-bar {
    height: 48px;
  }
}
.storytelling__editor {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 11;
  pointer-events: none;
}
.storytelling__bookmark__editor {
  border-top: ;
  border-left: 1px solid #c8c8c8;
  border-bottom: ;
  border-right: 0;
  border-block-start: ;
  border-inline-start: 1px solid #c8c8c8;
  border-block-end: ;
  border-inline-end: 0;
}
.storytelling__bookmark__editor .sidebar-body {
  padding: 12px;
}
.storytelling__bookmark__editor form {
  height: 90%;
}
.storytelling__bookmark__editor form input.field,
.storytelling__bookmark__editor form input.bookmark_title {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  height: 30px;
}
.storytelling__bookmark__editor form input.bookmark_title:required {
  border: 2px solid #b22222;
}
.storytelling__bookmark__editor form textarea {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 0.6em;
  resize: vertical;
}
.storytelling__bookmark__editor form textarea.bookmark_comment {
  height: 80%;
}
.storytelling__player {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 11;
  pointer-events: none;
}
.storytelling__player .controls-top {
  z-index: -5;
}
.storytelling__player .sidebar-loading-bar {
  margin-top: ;
  margin-left: -37px;
  margin-bottom: ;
  margin-right: 0;
  margin-block-start: ;
  margin-inline-start: -37px;
  margin-block-end: ;
  margin-inline-end: 0;
  position: absolute;
  top: 18vh;
  width: 0.4em;
  height: 70.6vh;
}
.storytelling__player .sidebar-loading-bar .sidebar-loading-bar-empty {
  background-color: rgba(255, 255, 255, 0.38);
  border-radius: 12px;
  height: 100%;
}
.storytelling__player .sidebar-loading-bar .sidebar-loading-bar-full {
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  position: absolute;
  top: 0;
  width: 0.4em;
  border-radius: 12px;
  background-color: #585858;
}
.storytelling__player .sidebar-loading-bar .sidebar-loading-bar-full:after {
  border-top: 25px solid #E6E6E6;
  border-left: 0;
  border-bottom: 0;
  border-right: 34px solid rgba(0, 0, 0, 0);
  border-block-start: 25px solid #E6E6E6;
  border-inline-start: 0;
  border-block-end: 0;
  border-inline-end: 34px solid rgba(0, 0, 0, 0);
  content: ' ';
  position: absolute;
  inset-block-start: 99%;
  inset-inline-start: -9px;
  display: block;
  overflow: hidden;
}
.storytelling__player .storytelling__sidebar-header {
  text-align: center;
}
.storytelling__player .storytelling__sidebar-header .storytelling__title {
  opacity: 1;
  padding-top: 4px;
  padding-bottom: 8px;
  margin: 0;
}
.storytelling__player .storytelling__sidebar-inner-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.storytelling__player .storytelling__sidebar-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
.storytelling__player .storytelling__sidebar-content .sidebar-page-data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0 0;
}
.storytelling__player .storytelling__sidebar-content .sidebar-page-title {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.storytelling__player .storytelling__sidebar-content .sidebar-page-description {
  padding-top: ;
  padding-left: 0;
  padding-bottom: ;
  padding-right: 6px;
  padding-block-start: ;
  padding-inline-start: 0;
  padding-block-end: ;
  padding-inline-end: 6px;
  overflow-y: auto;
  line-height: 1.625;
  text-align: justify;
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
}
.storytelling__player .storytelling-sidebar-transclude {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.storytelling__player .storytelling-sidebar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #556270;
  color: #ffffffd1;
  padding: 34px 20px 20px 20px;
}
.storytelling__player .storytelling-sidebar .storytelling__sidebar-tools {
  padding: 0;
  margin: 0;
  list-style: none;
}
.storytelling__player .storytelling-sidebar .storytelling__sidebar-tools .close-btn {
  text-align: right;
  text-align: end;
  cursor: pointer;
  padding: 6px;
  position: absolute;
  inset-block-start: 3px;
  inset-inline-end: 14px;
}
.storytelling__player .storytelling-sidebar .search-mode-div {
  position: relative;
}
.storytelling__player .storytelling-sidebar .search-mode-div .search-input {
  padding-top: ;
  padding-left: ;
  padding-bottom: ;
  padding-right: 30px;
  padding-block-start: ;
  padding-inline-start: ;
  padding-block-end: ;
  padding-inline-end: 30px;
  background: #828282cf;
  color: white;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: none;
  border-radius: 0px;
}
.storytelling__player .storytelling-sidebar .search-mode-div .search-input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(137, 137, 137, 0.6);
}
.storytelling__player .storytelling-sidebar .sidebar-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 20%;
}
@media screen and (max-width: 480px) {
  .storytelling__player .storytelling__sidebar {
    display: none;
  }
}
.storytelling-in-play .dashboard-ext-body .dashboard {
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 30px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 30px;
  background-color: #E6E6E6;
}
.storytellings-sidebar,
.bookmarks-sidebar {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.storytellings-sidebar div.sidebar-header,
.bookmarks-sidebar div.sidebar-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
}
.storytellings-sidebar div.sidebar-header .icon:not(.icon_play-screens),
.bookmarks-sidebar div.sidebar-header .icon:not(.icon_play-screens) {
  cursor: pointer;
}
.storytellings-sidebar div.sidebar-header .icon:not(.icon_play-screens):hover,
.bookmarks-sidebar div.sidebar-header .icon:not(.icon_play-screens):hover {
  color: rgba(255, 255, 255, 0.62);
}
.storytellings-sidebar div.sidebar-header .icon:not(.icon_play-screens).icon_close_cross,
.bookmarks-sidebar div.sidebar-header .icon:not(.icon_play-screens).icon_close_cross {
  text-align: end;
  padding: 3% 0 3% 3%;
}
.storytellings-sidebar div.sidebar-header .icon:not(.icon_play-screens).icon_chevron_left,
.bookmarks-sidebar div.sidebar-header .icon:not(.icon_play-screens).icon_chevron_left {
  text-align: left;
  text-align: start;
  padding: 3% 3% 3% 0%;
}
.storytelling__bookmarks,
.storytelling__storytellings {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  overflow-y: auto;
}
.storytelling__bookmarks .add-bookmark-item,
.storytelling__storytellings .add-bookmark-item,
.storytelling__bookmarks .add-storytelling-item,
.storytelling__storytellings .add-storytelling-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.storytelling__bookmarks .add-bookmark-item .round-add-bookmark-icon,
.storytelling__storytellings .add-bookmark-item .round-add-bookmark-icon,
.storytelling__bookmarks .add-storytelling-item .round-add-bookmark-icon,
.storytelling__storytellings .add-storytelling-item .round-add-bookmark-icon,
.storytelling__bookmarks .add-bookmark-item .round-add-storytelling-icon,
.storytelling__storytellings .add-bookmark-item .round-add-storytelling-icon,
.storytelling__bookmarks .add-storytelling-item .round-add-storytelling-icon,
.storytelling__storytellings .add-storytelling-item .round-add-storytelling-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 23px;
  color: #555555;
}
.storytelling__bookmarks .bookmark-item,
.storytelling__storytellings .bookmark-item,
.storytelling__bookmarks .storytelling-item,
.storytelling__storytellings .storytelling-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 5px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.storytelling__bookmarks .bookmark-item__actions,
.storytelling__storytellings .bookmark-item__actions,
.storytelling__bookmarks .storytelling-item__actions,
.storytelling__storytellings .storytelling-item__actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0 4px;
  cursor: pointer;
}
.storytelling__bookmarks .bookmark-item__actions .icon,
.storytelling__storytellings .bookmark-item__actions .icon,
.storytelling__bookmarks .storytelling-item__actions .icon,
.storytelling__storytellings .storytelling-item__actions .icon {
  padding: 4px;
  opacity: 0.75;
}
.storytelling__bookmarks .bookmark-item__actions .icon:hover,
.storytelling__storytellings .bookmark-item__actions .icon:hover,
.storytelling__bookmarks .storytelling-item__actions .icon:hover,
.storytelling__storytellings .storytelling-item__actions .icon:hover {
  opacity: 1;
}
.storytelling__bookmarks .bookmark-item__actions .icon.icon_play-desktop,
.storytelling__storytellings .bookmark-item__actions .icon.icon_play-desktop,
.storytelling__bookmarks .storytelling-item__actions .icon.icon_play-desktop,
.storytelling__storytellings .storytelling-item__actions .icon.icon_play-desktop {
  font-size: 18px;
}
.storytelling__bookmarks .bookmark-item__infos,
.storytelling__storytellings .bookmark-item__infos,
.storytelling__bookmarks .storytelling-item__infos,
.storytelling__storytellings .storytelling-item__infos {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 4px;
  word-break: break-word;
  overflow-wrap: break-word;
  opacity: 0.75;
}
.storytelling__bookmarks .bookmark-item__infos .name,
.storytelling__storytellings .bookmark-item__infos .name,
.storytelling__bookmarks .storytelling-item__infos .name,
.storytelling__storytellings .storytelling-item__infos .name {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.storytelling__bookmarks .bookmark-item__infos .comment,
.storytelling__storytellings .bookmark-item__infos .comment,
.storytelling__bookmarks .storytelling-item__infos .comment,
.storytelling__storytellings .storytelling-item__infos .comment {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.25;
  margin: 0;
}
.storytelling__bookmarks .bookmark-item__hidden-chevron,
.storytelling__storytellings .bookmark-item__hidden-chevron,
.storytelling__bookmarks .storytelling-item__hidden-chevron,
.storytelling__storytellings .storytelling-item__hidden-chevron {
  visibility: hidden;
}
.storytelling__bookmarks .bookmark-item__privacy,
.storytelling__storytellings .bookmark-item__privacy,
.storytelling__bookmarks .storytelling-item__privacy,
.storytelling__storytellings .storytelling-item__privacy {
  font-size: 17px;
}
.storytelling-sidebar {
  pointer-events: auto;
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-end: -330px;
  width: 330px;
  z-index: 20;
  background-color: #eeeeee;
  transition: right 0.33s ease, left 0.33s ease;
  visibility: hidden;
}
.storytelling-sidebar.storytelling-sidebar-opened {
  inset-inline-end: 0;
  visibility: visible;
}
.storytelling-sidebar__actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1em;
}
.storytelling-sidebar .sidebar-column-layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-body {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-header,
.storytelling-sidebar .sidebar-column-layout .sidebar-footer {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 12px;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-header-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 6px;
  font-size: 23px;
  color: #ffffffd1;
  font-weight: bold;
  margin: 0;
  line-height: inherit;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-header-title .icon_play-screens {
  font-size: 28px;
}
.storytelling-sidebar .sidebar-column-layout .storytelling-item-text-editor {
  background-color: #555555;
}
.storytelling-sidebar .sidebar-column-layout .storytelling-edit-name {
  background: transparent;
  border: none;
  font-size: 15px;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-header {
  height: 55px;
  background-color: #555555;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background-color: #e1e1e1;
  border-top: 1px solid #d5d5d5;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-footer .sidebar-footer-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 12px;
  margin: 0;
  font-weight: normal;
  transition: 200ms ease;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-footer .sidebar-footer-group .form-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: ;
  padding-left: 0;
  padding-bottom: ;
  padding-right: 8px;
  padding-block-start: ;
  padding-inline-start: 0;
  padding-block-end: ;
  padding-inline-end: 8px;
}
.storytelling-sidebar .sidebar-column-layout .sidebar-footer .sidebar-footer-group .form-checkbox input[type='checkbox'] {
  cursor: pointer;
}
.storytelling-menu {
  padding: 0px;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.storytelling-menu li {
  line-height: 32px;
  white-space: nowrap;
}
.storytelling-menu li:not(:last-child) {
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 5px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 5px;
}
.storytelling-menu li.flex-space {
  flex-grow: 1;
}
.storytelling-menu li.pages-tools-pagination {
  text-align: right;
  text-align: end;
  font-style: italic;
}
.storytelling-menu .storytelling-basic-action-button {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  background-color: #828282ad;
  color: white;
}
.storytelling-menu .storytelling-basic-action-button:hover {
  background-color: rgba(143, 143, 143, 173);
}
.storytelling-menu .storytelling-menu-button {
  color: #ffffff;
  background-color: #585858;
}
.storytelling-menu .storytelling-menu-button:not([disabled]):hover {
  cursor: pointer !important;
  background-color: #656565;
}
.storytelling-menu .can-be-disabled[disabled] {
  cursor: default !important;
  background-color: #828282ad;
  opacity: 0.5;
}
/* Responsive design */
@media screen and (max-width: 640px) {
  .storytelling-sidebar {
    inset-block-start: 48px;
    inset-inline-end: calc(-100%);
    width: 100%;
    border-radius: 0;
  }
}
.annotations__overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  inset-inline-end: calc(330px);
  z-index: 5;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .annotations__overlay {
    inset-inline-end: 0;
    inset-block-end: 20px;
    inset-block-start: 96px;
  }
}
.annotations__overlay svg {
  opacity: 0;
  transition: opacity 0.33s ease;
}
.storytelling__editor .annotations__overlay .annotation,
.storytelling__editor .annotations__overlay .annotation__subject,
.storytelling__editor .annotations__overlay .annotation__note,
.storytelling__editor .annotations__overlay .annotation__connector {
  pointer-events: auto;
}
/* For a strange reason I can't nest this in &__overlay */
.annotations__overlay--capture-events,
.annotations__overlay .annotation {
  pointer-events: none;
}
.annotations__overlay--loaded svg {
  opacity: 1;
}
.annotations .ng-transclude {
  position: relative;
  z-index: 10;
}
svg .annotation text {
  fill: #333;
}
svg .annotation path.note-line,
.annotation-connector path {
  stroke: #333;
}
.annotation__highlight-box {
  position: absolute;
  box-shadow: 0 0 5px red;
}
.annotation__editor {
  border-top: ;
  border-left: 1px solid #e1e1e1;
  border-bottom: ;
  border-right: 0;
  border-block-start: ;
  border-inline-start: 1px solid #e1e1e1;
  border-block-end: ;
  border-inline-end: 0;
}
.annotation__editor .sidebar-header {
  background-color: #888888 !important;
}
.annotation__editor .sidebar-body {
  padding: 12px;
}
.annotation__editor form {
  height: 90%;
}
.annotation__editor form input.field {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  height: 30px;
}
.annotation__editor form input.ng-invalid {
  border: 2px solid #b22222;
}
.annotation__editor form textarea {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 0.6em;
  resize: vertical;
  height: 80%;
}
.annotation__editor.storytelling-sidebar {
  z-index: 30;
}
.annotation__edition-menu {
  position: absolute;
  width: 200px;
  background: #9e9e9e;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  padding: 0 15px;
  z-index: 20;
}
.annotation__edition-menu,
.annotation__edition-menu * {
  pointer-events: auto;
}
.annotation__edition-menu ul {
  display: flex;
  height: 40px;
  flex-direction: row;
  list-style: none;
  padding: 0;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}
.annotation__edition-menu ul .action {
  font-weight: bold;
  color: #333;
  text-shadow: 0 0 2px #ddd;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.annotation__edition-menu ul .action:hover {
  color: #ddd;
}
.annotation__edition-menu ul .action--danger:hover {
  color: #aa2210;
}
.storytelling__editor .annotation__editor .sidebar-header {
  display: flex;
  justify-content: space-between;
}
.storytelling__editor .annotation__editor .icon_trash {
  cursor: pointer;
  padding: 3%;
  color: white;
}
.print .storytelling .print-page {
  position: relative;
}
.print .storytelling__control-bar {
  display: none;
}
.storytelling__player .storytelling-sidebar .storytelling-search .bold-search-found {
  font-weight: bold;
  text-decoration: underline;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-content {
  margin: 20px 0 0;
}
.storytelling__player .storytelling-sidebar .storytelling-search .storytelling__searches {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  overflow-y: auto;
  height: 100%;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-mode-div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-mode-div .icon_close_cross {
  padding: 10px;
  position: absolute;
  inset-block-end: 0px;
  inset-inline-end: 0px;
  height: 100%;
  font-size: 11px;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-mode-div .icon {
  cursor: pointer;
  opacity: 0.95;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-mode-div .icon:hover {
  opacity: 1;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffffd1;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffffd1;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffffd1;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: start;
  padding: 0 10px 12px 10px;
  opacity: 0.95;
  border-top: 1px solid #828282ad;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-item > div {
  display: block;
  width: 100%;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-item:hover,
.storytelling__player .storytelling-sidebar .storytelling-search .search-item:focus {
  opacity: 1;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  outline-color: transparent;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-page-title {
  text-transform: uppercase;
  font-size: 1.2em;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-page-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.storytelling__player .storytelling-sidebar .storytelling-search .search-page-number {
  text-align: right;
  text-align: end;
  color: #f2f2f2;
  opacity: 0.5;
  font-size: small;
}
/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("public/canvas/images/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("public/canvas/images/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  background-image: url("public/canvas/images/bootstrap-colorpicker/alpha.png");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("public/canvas/images/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("public/canvas/images/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("public/canvas/images/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/* *********** draw tools ************* */
/* toolbar */
.acf-feature-tools-bar {
  text-align: center;
  min-height: 46px;
  padding: 5px 70px 0;
  pointer-events: none;
}
.acf-feature-tools-bar .feature-tools-bar-inner {
  display: inline-block;
  padding: 4px 6px;
  border: 2px solid rgba(255, 255, 255, 0.63);
  border-radius: 30px;
  background-color: rgba(88, 88, 88, 0.63);
  background-clip: padding-box;
  pointer-events: all;
}
/* result panel */
.acf-feature-tools-bar .feature-tools-bar-result-panel {
  position: absolute;
  left: calc(50% - 450px / 2);
  width: 450px;
  height: auto;
  pointer-events: all;
  text-align: left;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
}
.acf-feature-tools-bar .feature-tools-bar-result-panel .result-panel-titlebar {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
.acf-feature-tools-bar .feature-tools-bar-result-panel .result-panel-titlebar .result-panel-title {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: move;
}
.acf-feature-tools-bar .feature-tools-bar-result-panel .result-panel-titlebar .result-panel-close {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px;
  padding: 10px;
  cursor: pointer;
}
.acf-feature-tools-bar .feature-tools-bar-result-panel .result-panel-titlebar .result-panel-close:before {
  content: "\f128";
}
.feature-tool,
.feature-tools-group {
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF;
  text-align: center;
  margin: 2px;
  font-size: 22px;
  cursor: pointer;
}
body:not(.touch) .feature-tool:hover,
body:not(.touch) .feature-tools-group:hover {
  color: #FFFFFF;
  background-color: #585858;
}
body.touch .feature-tool:active,
body.touch .feature-tools-group:active {
  color: #FFFFFF;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.feature-tool.feature-tool-active,
.feature-tools-group.feature-tool-active {
  color: #FFFFFF;
  background-color: #585858;
}
.feature-tools-group {
  position: relative;
}
.feature-tools-group .feature-tools-group-inner {
  display: none;
  padding: 4px 6px;
  border: 2px solid rgba(255, 255, 255, 0.63);
  border-radius: 30px;
  background-color: rgba(88, 88, 88, 0.63);
  background-clip: padding-box;
  position: absolute;
  top: 35px;
  left: -11px;
}
.feature-tools-group.dropdown-active .feature-tools-group-inner {
  display: inline-block;
}
/* style editor */
.acf-editor-panel.style-editor {
  width: 350px;
}
.acf-style-editor .tabs-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.acf-style-editor .tabs-container .single-tab {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: rgba(0, 0, 0, 0.54);
  background-color: #E6E6E6;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 8px 4px;
  text-align: center;
  cursor: pointer;
}
.acf-style-editor .tabs-container .single-tab:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E6E6E6;
}
.acf-style-editor .tabs-container .single-tab.active {
  color: #ffffff;
  background-color: #585858;
  cursor: default;
}
.acf-style-editor .tab-content {
  padding: 12px 18px;
}
.acf-style-editor .tab-content .stroke-weight-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-style-editor .tab-content .stroke-weight-container .stroke-weight-pickers {
  min-width: 0%;
  -webkit-flex: 0 0 220px;
  -moz-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.acf-style-editor .tab-content .stroke-weight-container .acf-numeric-slider-spinner {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin-left: 8px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker:hover {
  opacity: 0.75;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker .wp-shape {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #616161;
  height: 20px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker .wp-text {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 9px;
  margin-top: 2px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-1 {
  padding: 0 7px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-2 {
  padding: 0 7px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-3 {
  padding: 0 6px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-4 {
  padding: 0 6px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-5 {
  padding: 0 5px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-6 {
  padding: 0 5px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-7 {
  padding: 0 4px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-9 {
  padding: 0 3px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-12 {
  padding: 0 2px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-13 {
  padding: 0 1px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-16 {
  padding: 0;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-1 .wp-shape {
  width: 1px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-2 .wp-shape {
  width: 2px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-3 .wp-shape {
  width: 3px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-4 .wp-shape {
  width: 4px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-5 .wp-shape {
  width: 5px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-6 .wp-shape {
  width: 6px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-7 .wp-shape {
  width: 7px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-9 .wp-shape {
  width: 9px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-12 .wp-shape {
  width: 12px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-13 .wp-shape {
  width: 13px;
}
.acf-style-editor .tab-content .stroke-weight-container .weight-single-picker.value-16 .wp-shape {
  width: 16px;
}
.acf-style-editor .tab-content .acf-numeric-slider-spinner {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.acf-style-editor .tab-content .style-symbol-list {
  max-height: 150px;
  overflow: auto;
}
.acf-style-editor .tab-content .style-symbol {
  background-image: linear-gradient(45deg, #EDEDED 25%, transparent 25%), linear-gradient(-45deg, #EDEDED 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #EDEDED 75%), linear-gradient(-45deg, transparent 75%, #EDEDED 75%);
  background-color: #FFFFFF;
  background-size: 15px 15px;
  background-position: 0 0, 0 7.5px, 7.5px -7.5px, -7.5px 0px;
  padding: 2px;
  margin: 4px;
  cursor: pointer;
}
.acf-style-editor .tab-content .style-symbol.style-symbol-default {
  outline: 2px dashed #585858;
}
.acf-style-editor .tab-content .style-symbol:hover {
  outline: 2px solid #bdbdbd;
}
.acf-style-editor .tab-content .style-symbol.style-symbol-selected {
  outline: 2px solid #000000;
}
.acf-style-editor .tab-content .style-symbol.style-symbol-selected:hover {
  outline-style: dashed;
}
.acf-style-editor .tab-content label:not(:first-child) {
  margin-top: 12px;
}
.acf-style-editor .tab-content select {
  display: block;
  padding: 4px 8px;
}
.acf-style-editor .tab-content .input-group .form-control,
.acf-style-editor .tab-content .input-group .input-group-addon {
  border-radius: 0;
}
/* contextual tools */
.contextual-tools {
  pointer-events: none;
  outline: none;
}
.acf-map-contextual-toolbar {
  position: absolute;
  z-index: 1;
}
.acf-map-contextual-toolbar .acf-map-contextual-toolbar-arc {
  fill: none;
  stroke: #585858;
  stroke-opacity: 0.5;
  stroke-width: 50;
  stroke-linecap: round;
}
.acf-map-contextual-toolbar-handle {
  fill: #585858;
  fill-opacity: 0.5;
  position: absolute;
  cursor: move;
  pointer-events: all;
}
.contextual-tools.toolbar-xsmall .acf-map-contextual-toolbar {
  top: -80px;
  left: -80px;
}
.contextual-tools.toolbar-xsmall .acf-map-contextual-toolbar-arc {
  width: 170px;
  height: 170px;
}
.contextual-tools.toolbar-xsmall .acf-map-contextual-toolbar-handle {
  top: 90px;
  left: 90px;
}
.contextual-tools.toolbar-small .acf-map-contextual-toolbar {
  top: -70px;
  left: -70px;
}
.contextual-tools.toolbar-small .acf-map-contextual-toolbar-arc {
  width: 180px;
  height: 180px;
}
.contextual-tools.toolbar-small .acf-map-contextual-toolbar-handle {
  top: 85px;
  left: 85px;
}
.contextual-tools.toolbar-medium .acf-map-contextual-toolbar {
  top: -100px;
  left: -100px;
}
.contextual-tools.toolbar-medium .acf-map-contextual-toolbar-arc {
  width: 230px;
  height: 230px;
}
.contextual-tools.toolbar-medium .acf-map-contextual-toolbar-handle {
  top: 120px;
  left: 120px;
}
.contextual-tools.toolbar-large .acf-map-contextual-toolbar {
  top: -90px;
  left: -90px;
}
.contextual-tools.toolbar-large .acf-map-contextual-toolbar-arc {
  width: 260px;
  height: 260px;
}
.contextual-tools.toolbar-large .acf-map-contextual-toolbar-handle {
  top: 150px;
  left: 150px;
}
.contextual-tools.toolbar-xlarge .acf-map-contextual-toolbar {
  top: -110px;
  left: -110px;
}
.contextual-tools.toolbar-xlarge .acf-map-contextual-toolbar-arc {
  width: 300px;
  height: 300px;
}
.contextual-tools.toolbar-xlarge .acf-map-contextual-toolbar-handle {
  top: 175px;
  left: 175px;
}
.acf-map-contextual-tool,
.acf-map-contextual-tools-group {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 28px;/* 32 minus borders x2 */
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.63);
  cursor: pointer;
  color: #424242;
  text-align: center;
  text-decoration: none;
  pointer-events: all;
}
body:not(.touch) .acf-map-contextual-tool:hover,
body:not(.touch) .acf-map-contextual-tools-group:hover {
  color: #FFFFFF;
  background: #585858;
}
body.touch .acf-map-contextual-tool:active,
body.touch .acf-map-contextual-tools-group:active {
  color: #FFFFFF;
  background: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-map-contextual-tool.acf-map-contextual-tool-active,
.acf-map-contextual-tools-group.acf-map-contextual-tool-active {
  color: #FFFFFF;
  background: #585858;
}
.acf-map-contextual-tools-group .acf-map-contextual-tools-group-inner {
  display: none;
  padding: 2px 4px 2px 45px;
  border-radius: 28px;
  background-color: rgba(88, 88, 88, 0.63);
  pointer-events: all;
  position: absolute;
  top: -4px;
  left: -4px;
}
.acf-map-contextual-tools-group.dropdown-active .acf-map-contextual-tools-group-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-map-contextual-toolbar-light .acf-map-contextual-toolbar-arc {
  stroke-opacity: 0.3;
}
.acf-map-contextual-toolbar-light .acf-map-contextual-toolbar-handle {
  fill-opacity: 0.3;
}
.acf-map-contextual-toolbar-light .acf-map-contextual-tool-top:not(.dropdown-active) {
  opacity: 0.7;
}
/* editing */
.map-editing-icon {
  border-radius: 2px;
  background: white;
  border: 1px solid #666;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.mover-point {
  width: 16px;
  height: 16px;
}
.mover-point-middle {
  opacity: 0.5;
  background-color: #b9b9b9;
}
.mover-point-topology {
  opacity: 0.9;
  background-color: #ff0000;
}
/*** contextual container ***/
.acf-map-edit-handle-rotate {
  width: 22px;
  height: 22px;
  cursor: url(data:application/cur;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA6ZJREFUeNqM001IY1cUB/D/fYmm2sbR2lC1zYlgoRG6MpEyBlpxM9iFIGKFIm3s0lCKjOByhCLZCFqLBF1YFVJdSRbdFHRhBbULtRuFVBTzYRpJgo2mY5OX5N9Fo2TG+eiFA/dd3vvd8+65ByTxshARTdf1JySp6/oTEdFe9T5eg5lIcnBwkCSZyWS+exX40oyur68/KxaLf5Okw+H4X+A9JBaLfUySZ2dnnJqaosPhIAACeC34DJRKpb7IZrMcHx+nwWCgUopGo/EOKwf9fn/1CzERUevr6+9ls1mOjIwQAH0+H4PBIKPR6D2ofAQCgToRUeVYJUkuLy8TANfW1kiS8/PzCy84Mw4MDBAAZ2dnmc/nub+/X0MSEBF1cHDwMJVKsaGhgV6vl+l0mqOjo1+KyKfl1dze3l4NBoM/PZ+diFSLiIKIGBOJxA9bW1sEwNXVVSaTyQMRaRaRxrOzs+9J8ujoaE5EPhQRq67rcZ/PRwD0+/3Udf03EdEgIqZisZibnJykwWDg4eEhd3Z2xkXELCJvPpdBrYjUiEhL+Xo4HH4sIhUaAKNSqiIcDsNkMqG+vh6RSOQQQM7tdhsAQCkFAHC73UUATxcWFqypVApmsxnDw8OwWq2TADQNgAYAFosF+XweyWQSdru9BUBxcXFRB/4rEgDcPouIIx6P4+bmBi0tLSCpAzBqAIqnp6c/dnZ2IpfLYXNzE62traMADACKNputpr+/v8lms9UAKAAwiMjXe3t7KBQKqKurQy6Xi6K0i2l6evpROp1mbW0t29vbGY/Hb8/IVIqq2zlJXl1dsaOjg2azmefn5wwEAl+JSBVExCgi75PkzMwMlVJsbGxkIpFgPp8PX15ePopEIs3JZPITXdf/iEajbGpqolKKExMT1HWdHo/nIxGpgIgoEXnQ3d39kCTHxsYIgC6Xi3NzcwyHw8xkMozFYlxaWmJbWxuVUuzt7WUul6PX6/1cRN4WEe2uA0SkaWVl5XGpRVhdXU0A1DSNlZWVdz3qdDrZ09PDWCzG4+Pjn0XEWvp9KJKw2WwKwBsA3gHQHAqFfr24uMDGxgZ2d3cRiUQAAHa7HU6nE319fTg5Ofmlq6vrGwB/AngaCoWK6rbsNptNA1AJoA7Aux6Pp3NoaMhjsVg+QNmIRqO/u1yubwFEASRKUAEA7rASqABUAKgC8KAUb5XWCOAfAFcA/gJwDSB7C93DylCtdM8qABhLc5TumV6KQigUeubjfwcAHkQJ94ndWeYAAAAASUVORK5CYII=) 10 10, auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA6ZJREFUeNqM001IY1cUB/D/fYmm2sbR2lC1zYlgoRG6MpEyBlpxM9iFIGKFIm3s0lCKjOByhCLZCFqLBF1YFVJdSRbdFHRhBbULtRuFVBTzYRpJgo2mY5OX5N9Fo2TG+eiFA/dd3vvd8+65ByTxshARTdf1JySp6/oTEdFe9T5eg5lIcnBwkCSZyWS+exX40oyur68/KxaLf5Okw+H4X+A9JBaLfUySZ2dnnJqaosPhIAACeC34DJRKpb7IZrMcHx+nwWCgUopGo/EOKwf9fn/1CzERUevr6+9ls1mOjIwQAH0+H4PBIKPR6D2ofAQCgToRUeVYJUkuLy8TANfW1kiS8/PzCy84Mw4MDBAAZ2dnmc/nub+/X0MSEBF1cHDwMJVKsaGhgV6vl+l0mqOjo1+KyKfl1dze3l4NBoM/PZ+diFSLiIKIGBOJxA9bW1sEwNXVVSaTyQMRaRaRxrOzs+9J8ujoaE5EPhQRq67rcZ/PRwD0+/3Udf03EdEgIqZisZibnJykwWDg4eEhd3Z2xkXELCJvPpdBrYjUiEhL+Xo4HH4sIhUaAKNSqiIcDsNkMqG+vh6RSOQQQM7tdhsAQCkFAHC73UUATxcWFqypVApmsxnDw8OwWq2TADQNgAYAFosF+XweyWQSdru9BUBxcXFRB/4rEgDcPouIIx6P4+bmBi0tLSCpAzBqAIqnp6c/dnZ2IpfLYXNzE62traMADACKNputpr+/v8lms9UAKAAwiMjXe3t7KBQKqKurQy6Xi6K0i2l6evpROp1mbW0t29vbGY/Hb8/IVIqq2zlJXl1dsaOjg2azmefn5wwEAl+JSBVExCgi75PkzMwMlVJsbGxkIpFgPp8PX15ePopEIs3JZPITXdf/iEajbGpqolKKExMT1HWdHo/nIxGpgIgoEXnQ3d39kCTHxsYIgC6Xi3NzcwyHw8xkMozFYlxaWmJbWxuVUuzt7WUul6PX6/1cRN4WEe2uA0SkaWVl5XGpRVhdXU0A1DSNlZWVdz3qdDrZ09PDWCzG4+Pjn0XEWvp9KJKw2WwKwBsA3gHQHAqFfr24uMDGxgZ2d3cRiUQAAHa7HU6nE319fTg5Ofmlq6vrGwB/AngaCoWK6rbsNptNA1AJoA7Aux6Pp3NoaMhjsVg+QNmIRqO/u1yubwFEASRKUAEA7rASqABUAKgC8KAUb5XWCOAfAFcA/gJwDSB7C93DylCtdM8qABhLc5TumV6KQigUeubjfwcAHkQJ94ndWeYAAAAASUVORK5CYII=) no-repeat;
  border-radius: 50%;
}
body.touch .acf-map-edit-handle-rotate {
  width: 26px;
  height: 26px;
  background-position: 49% 50%;
}
.acf-map-edit-handle-nw {
  width: 8px;
  height: 8px;
  cursor: nw-resize;
}
body.touch .acf-map-edit-handle-nw {
  width: 16px;
  height: 16px;
}
.acf-map-edit-handle-ne {
  width: 8px;
  height: 8px;
  cursor: ne-resize;
}
body.touch .acf-map-edit-handle-ne {
  width: 16px;
  height: 16px;
}
.acf-map-edit-handle-se {
  width: 8px;
  height: 8px;
  cursor: se-resize;
}
body.touch .acf-map-edit-handle-se {
  width: 16px;
  height: 16px;
}
.acf-map-edit-handle-sw {
  width: 8px;
  height: 8px;
  cursor: sw-resize;
}
body.touch .acf-map-edit-handle-sw {
  width: 16px;
  height: 16px;
}
.acf-map-edit-handle-n {
  width: 8px;
  height: 8px;
  cursor: n-resize;
}
body.touch .acf-map-edit-handle-n {
  width: 16px;
  height: 16px;
}
.acf-map-edit-handle-s {
  width: 8px;
  height: 8px;
  cursor: s-resize;
}
body.touch .acf-map-edit-handle-s {
  width: 16px;
  height: 16px;
}
.acf-map-edit-handle-e {
  width: 8px;
  height: 8px;
  cursor: e-resize;
}
body.touch .acf-map-edit-handle-e {
  width: 16px;
  height: 16px;
}
.acf-map-edit-handle-w {
  width: 8px;
  height: 8px;
  cursor: w-resize;
}
body.touch .acf-map-edit-handle-w {
  width: 16px;
  height: 16px;
}
/*** reticle ***/
.acf-map-edition-reticle {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
/*** Snap ***/
.snap-globalSnap:before {
  content: "\f184";
}
.snap-mode-SnapSegment:before {
  content: "\f18c";
}
.snap-mode-SnapNode:before {
  content: "\f18b";
}
.snap-mode-SnapEndpoint:before {
  content: "\f186";
}
.snap-mode-SnapMidpoint:before {
  content: "\f188";
}
.snap-mode-SnapPerpendicular:before {
  content: "\f18a";
}
.snap-mode-SnapCenter:before {
  content: "\f185";
}
.snap-snapToLine:before {
  content: "\f187";
}
/*** colorpicker ***/
.colorpicker-element .input-group-addon {
  padding: 5px 11px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  height: 18px;
  width: 18px;
}
.colorpicker-150 .colorpicker-saturation {
  width: 150px;
  height: 150px;
}
.colorpicker-150 .colorpicker-hue,
.colorpicker-150 .colorpicker-alpha {
  width: 15px;
  height: 150px;
}
.colorpicker-150 .colorpicker-color,
.colorpicker-150 .colorpicker-color div {
  height: 15px;
}
/* style editor */
.acf-editor-panel.map-customization-editor {
  width: 400px;
}
.acf-editor-panel.map-customization-editor .toolbar {
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.acf-editor-panel.map-customization-editor .header {
  padding: 8px;
}
.bg-analysis-legend-multiple .legend-item-edit-link {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  padding-right: 10px;
  color: #A4A4A4;
}
.bg-analysis-legend-multiple .legend-item-edit-link:before {
  content: "\f111";
}
.acf-draw-selection-toolbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: 0;
  color: #556270;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  z-index: 1;
}
.acf-draw-selection-toolbar .toolbar-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  color: #E6E6E6;
  background-color: #A4A4A4;
  text-transform: capitalize;
  white-space: nowrap;
}
.acf-draw-selection-toolbar .toolbar-header .header-label {
  padding: 0 12px;
}
.acf-draw-selection-toolbar .toolbar-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 8px;
}
.acf-draw-selection-toolbar .toolbar-submit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
  position: relative;
}
.acf-draw-selection-toolbar .toolbar-submit .toolbar-submit-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  background-color: transparent;
  width: 45px;
  cursor: pointer;
  border: none;
}
.acf-draw-selection-toolbar .toolbar-submit .toolbar-submit-btn:hover {
  text-decoration: none;
}
body:not(.touch) .acf-draw-selection-toolbar .toolbar-submit .toolbar-submit-btn:hover {
  background-color: #fafafa;
}
body.touch .acf-draw-selection-toolbar .toolbar-submit .toolbar-submit-btn:active {
  background-color: #fafafa;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-draw-selection-toolbar .toolbar-submit .btn-separator {
  background-color: #e0e0e0;
  width: 1px;
  height: 60%;
}
.acf-draw-selection-toolbar .toolbar-submit .btn-submit {
  color: #ffffff !important;
  background-color: #33b573 !important;
}
body:not(.touch) .acf-draw-selection-toolbar .toolbar-submit .btn-submit:hover {
  background-color: #4ecd8d !important;
}
body.touch .acf-draw-selection-toolbar .toolbar-submit .btn-submit:active {
  background-color: #4ecd8d !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-draw-selection-toolbar .toolbar-submit .btn-submit-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.acf-draw-selection-toolbar .toolbar-submit .btn-submit-icon:before {
  content: "\f23d";
}
.acf-draw-selection-toolbar .form-inputlabel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 8px;
}
.acf-draw-selection-toolbar .form-inputlabel .form-label {
  padding-left: 2px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 11px;
  font-weight: bold;
}
.acf-draw-selection-toolbar .form-inputlabel .form-input {
  margin-bottom: 4px;
  padding: 2px;
  font-size: 12px;
}
.acf-draw-selection-toolbar input[type='text'] {
  width: 140px;
}
.acf-draw-selection-toolbar input[type='number'] {
  width: 120px;
}
.acf-draw-selection-toolbar label {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
}
.acf-draw-selection-toolbar label input[type='radio'] {
  margin: 2px 2px 0 0;
}
.acf-draw-selection-toolbar label input[type='text'],
.acf-draw-selection-toolbar label input[type='number'] {
  margin-bottom: -2px;
  line-height: normal;
}
.acf-draw-selection-toolbar button:focus {
  outline: none;
}
.feature-form-point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.feature-form-point .point-details {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-form-point .follow-center-wrapper,
.feature-form-point .follow-center-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.feature-form-point .point-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.feature-form-point .input-type-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.feature-form-point .point-input {
  margin-right: 8px;
}
.feature-form-point .input-type-btn {
  padding: 2px 5px;
  color: rgba(0, 0, 0, 0.54);
  background-color: #fafafa;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}
.feature-form-point .input-type-btn:not(.btn-selected):hover {
  color: #556270;
}
.feature-form-point .input-type-btn.btn-selected {
  color: #556270;
  background-color: #eeeeee;
  font-weight: bold;
  cursor: default;
}
.feature-form-point .follow-center-wrapper {
  padding-right: 4px;
}
.feature-form-point .follow-center-wrapper.disable {
  opacity: 0.5;
}
.feature-form-point .follow-center-wrapper.disable label,
.feature-form-point .follow-center-wrapper.disable input {
  cursor: default;
}
.feature-form-point .follow-center-toggle {
  font-size: 12px;
  cursor: pointer;
}
.feature-form-point .follow-center-toggle input[type='checkbox'] {
  margin-top: 0;
  margin-right: 2px;
}
.feature-form-point .recenter-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 -3px;
  padding: 5px;
  font-weight: bold;
  opacity: 0.8;
  cursor: pointer;
}
.feature-form-point .recenter-btn:before {
  content: "\f206";
}
body:not(.touch) .feature-form-point .recenter-btn:hover {
  opacity: 1;
}
body.touch .feature-form-point .recenter-btn:active {
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.feature-form-point .recenter-btn.ng-hide {
  display: block !important;
  visibility: hidden;
}
.feature-form-point button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.feature-form-point .form-value-btn {
  padding: 5px;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body:not(.touch) .feature-form-point .form-value-btn:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
}
body.touch .feature-form-point .form-value-btn:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.feature-form-point .form-value-btn.btn-selected {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
}
.tool-point-form-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.acf-point-construction-form {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-barycentric-point-form {
  min-width: 0%;
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.acf-barycentric-point-form .form-inputlabel-wrapper {
  min-width: 0%;
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 4px;
  height: 45px;
  overflow-x: hidden;
  overflow-y: auto;
}
.acf-barycentric-point-form .circle-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
  padding: 2px 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 13px;
  border: 1px solid #eeeeee;
  border-radius: 1px;
}
body:not(.touch) .acf-barycentric-point-form .circle-element:hover {
  border-color: #bdbdbd;
}
body.touch .acf-barycentric-point-form .circle-element:active {
  border-color: #bdbdbd;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-barycentric-point-form .circle-element .circle-element-label {
  margin: 0 6px;
  min-width: 30px;
}
.acf-barycentric-point-form .circle-element .form-input {
  padding-left: 2px;
  border: none;
}
.acf-barycentric-point-form .circle-element .form-input:focus {
  outline: none;
}
.acf-barycentric-point-form .circle-element .circle-element-remove {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 6px;
  line-height: 18px;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.acf-barycentric-point-form .circle-element .circle-element-remove:before {
  content: "\f128";
}
body:not(.touch) .acf-barycentric-point-form .circle-element .circle-element-remove:hover {
  color: #556270;
}
body.touch .acf-barycentric-point-form .circle-element .circle-element-remove:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-barycentric-point-form .tool-help-block {
  min-width: 0%;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 0 10px;
  min-width: 300px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.acf-barycentric-point-form .tool-help-block .tool-help-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 2px;
  margin-right: 4px;
  padding: 2px;
  font-size: 10px;
  border: 2px solid rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}
.acf-barycentric-point-form .tool-help-block .tool-help-icon:before {
  content: "\f154";
}
.acf-barycentric-point-form input[type='number'] {
  width: 60px;
}
.acf-barycentric-intersection-point {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.acf-barycentric-intersection-point.intersection {
  stroke: black;
}
.acf-barycentric-intersection-point.barycenter {
  stroke: #54e454;
}
.acf-tracking-point-form {
  padding: 0 10px;
}
.offset-construction-editor {
  width: 320px !important;
}
.offset-construction-editor .popup-body {
  padding: 15px;
}
.offset-construction-editor .popup-footer {
  padding: 15px;
  text-align: right;
  background-color: #fafafa;
}
.offset-construction-editor .offset-param {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.offset-construction-editor .offset-param:not(:last-of-type) {
  margin-bottom: 8px;
}
.offset-construction-editor .offset-param label {
  min-width: 0%;
  -webkit-flex: 0 0 40%;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  text-align: right;
}
.offset-construction-editor .offset-param .offset-param-input {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 12px;
}
.offset-construction-editor .offset-param label {
  margin: 0;
}
.feature-merge-select {
  width: 480px !important;
}
.feature-merge-select .popup-body {
  padding: 15px;
  max-height: 400px;
  overflow: auto;
}
.feature-merge-select .popup-footer {
  padding: 15px;
  text-align: right;
  background-color: #fafafa;
}
.feature-merge-select .actions {
  width: 70px;
}
.feature-merge-select .actions span {
  font-size: 1.2em;
  cursor: pointer;
  margin-right: 5px;
}
/* *********** editor panel ************* */
.acf-editor-panel {
  position: absolute;
  height: auto !important;
  pointer-events: all;
  text-align: left;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  z-index: 1;
}
.acf-editor-panel .editor-panel-titlebar {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
.acf-editor-panel .editor-panel-titlebar .editor-panel-title {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: move;
}
.acf-editor-panel .editor-panel-titlebar .editor-panel-close {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px;
  padding: 10px;
  cursor: pointer;
}
.acf-editor-panel .editor-panel-titlebar .editor-panel-close:before {
  content: "\f128";
}
.acf-editor-panel .editor-panel-content {
  background: #ffffff;
  min-width: 100px;
  min-height: 100px;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar {
  height: 45px;
}
.toolsoptionsbar-open .acf-draw-selection-toolbar.acf-selection-properties-bar,
.toolsoptionsbar-open-details .acf-draw-selection-toolbar.acf-selection-properties-bar {
  display: none;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .toolbar-header {
  color: #ffffff;
  background-color: #585858;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .toolbar-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .selection-properties-move {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .selection-move-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 10px;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .move-mode-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 13px;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .toolbar-submit {
  color: rgba(0, 0, 0, 0.38);
  background-color: #f5f5f5;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .toolbar-submit .toolbar-submit-btn {
  width: 45px;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .toolbar-submit .btn-center-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar .toolbar-submit .btn-center-icon:before {
  content: "\f20f";
}
.acf-draw-selection-toolbar.acf-selection-properties-bar.left-handed .toolbar-header {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar.left-handed .toolbar-content {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar.left-handed .toolbar-submit {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
  margin-right: 6px;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar.left-handed .toolbar-submit .btn-center {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.acf-draw-selection-toolbar.acf-selection-properties-bar.left-handed .toolbar-submit .btn-submit {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
}
.acf-tools-options-bar {
  height: 45px;
}
.acf-tools-options-bar .tools-options-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .tool-form-item:not(:last-child) {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .tool-form-item:last-child {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .toolbar-header .header-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 45px;
  font-size: 22px;
  text-align: center;
  display: none;
}
body.touch .acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .toolbar-header .header-icon {
  display: inline;
}
body.touch .acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .toolbar-header .header-label {
  display: none;
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .toolbar-submit .toolbar-submit-btn {
  width: 45px;
  color: rgba(0, 0, 0, 0.54);
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .btn-next-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .btn-next-icon:before {
  content: "\f146";
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .btn-multi-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar .acf-feature-tool-form .btn-multi-icon:before {
  content: "\f145";
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form .toolbar-shortcuts {
  display: none;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-header {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-content {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-submit {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
  margin-right: 6px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-submit .acf-point-construction-board {
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-submit .btn-next {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-submit .btn-separator {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-submit .btn-multi {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.acf-draw-selection-toolbar.acf-tools-options-bar:not(.light) .acf-feature-tool-form.left-handed .toolbar-submit .btn-submit {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light {
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-header,
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-content,
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .btn-separator {
  display: none;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-right: 5px;
  margin-bottom: 25px;
  background-color: transparent;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit.form-input-required {
  display: none;
}
.right-panel-visible .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit {
  margin-right: 340px;
}
.right-panel-visible-extended .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit {
  margin-right: 470px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit .toolbar-submit-btn {
  width: 64px;
  min-height: 0%;
  -webkit-flex: 0 0 64px;
  -moz-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  line-height: 64px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 5px;
  background-color: rgba(245, 245, 245, 0.95);
  pointer-events: auto;
}
body:not(.touch) .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit .toolbar-submit-btn:hover {
  background-color: rgba(245, 245, 245, 0.85);
}
body.touch .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit .toolbar-submit-btn:active {
  background-color: rgba(245, 245, 245, 0.85);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit .toolbar-submit-btn .btn-submit-icon {
  font-size: 30px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  position: absolute;
  right: 69px;
  bottom: 64px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn {
  margin-top: 18px;
  width: 64px;
  min-height: 0%;
  -webkit-flex: 0 0 64px;
  -moz-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  line-height: 64px;
  position: relative;
}
body:not(.touch) .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn:hover {
  color: #ffffff;
  background-color: #585858;
}
body:not(.touch) .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn:hover .btn-visible-title {
  display: none;
}
body.touch .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn:active {
  color: #ffffff;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn:active .btn-visible-title {
  display: none;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn.active .btn-visible-title {
  display: none;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn .btn-visible-title {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  right: 69px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.85);
  color: #A4A4A4;
  padding: 0 12px;
  border-radius: 12px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn .btn-tracking-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn .btn-tracking-icon:before {
  content: "\f1b4";
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .acf-point-construction-board {
  position: absolute;
  right: 101px;
  bottom: 69px;
  height: 64px;
  color: #556270;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  border: 2px solid rgba(88, 88, 88, 0.9);
  pointer-events: auto;
  padding: 4px 32px 4px 4px;
  border-radius: 5px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .acf-point-construction-board .board-action {
  padding: 0 15px;
  font-size: larger;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .toolbar-submit {
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 55px;
}
.left-panel-visible .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .toolbar-submit {
  margin-left: 340px;
}
.left-panel-visible-extended .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .toolbar-submit {
  margin-left: 470px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .toolbar-shortcuts {
  left: 69px;
  right: auto;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .toolbar-shortcuts .toolbar-submit-btn .btn-visible-title {
  right: auto;
  left: 69px;
}
.acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .acf-point-construction-board {
  left: 101px;
  right: auto;
  padding: 4px 4px 4px 32px;
}
.acf-point-construction-board {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  white-space: nowrap;
}
.acf-point-construction-board > * {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 5px;
}
.acf-point-construction-board .board-title {
  font-weight: bold;
  font-style: italic;
}
.acf-point-construction-board .board-action {
  cursor: pointer;
  padding: 0 10px;
}
.playericon {
  display: inline-block;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.playericon-pause:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTEwIDBDNC40NzcgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMHpNOC45NiAxMi45NjlhMS4xNDcgMS4xNDcgMCAxMS0yLjI5MyAwbC4wMDEtNS45MzhhMS4xNDcgMS4xNDcgMCAxMTIuMjkzIDB6bTQuMzAyIDBhMS4xNDcgMS4xNDcgMCAxMS0yLjI5MyAwVjcuMDNhMS4xNDcgMS4xNDcgMCAxMTIuMjkzIDB6bTAgMCIvPjwvc3ZnPg==');
}
.playericon-play:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTEwLjAwNCAwQzQuNDggMCAwIDQuNDggMCAxMC4wMDRjMCA1LjUyNyA0LjQ4IDEwLjAwOCAxMC4wMDQgMTAuMDA4IDUuNTI3IDAgMTAuMDA4LTQuNDggMTAuMDA4LTEwLjAwOEMyMC4wMTIgNC40OCAxNS41MzIgMCAxMC4wMDQgMHptNC4wNDMgMTEuMjczbC02LjE5NSAzLjU1MWMtLjgzMi40OC0xLjUwOC4wODYtMS41MDgtLjg3di03LjA5YzAtLjk2Mi42NzYtMS4zNTIgMS41MDgtLjg3Nmw2LjE5NSAzLjU1NWMuODMyLjQ3Ny44MzIgMS4yNTQgMCAxLjczem0wIDAiLz48L3N2Zz4=');
}
.point-construction-pause {
  display: inline-block;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.point-construction-pause:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTEwIDBDNC40NzcgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMHpNOC45NiAxMi45NjlhMS4xNDcgMS4xNDcgMCAxMS0yLjI5MyAwbC4wMDEtNS45MzhhMS4xNDcgMS4xNDcgMCAxMTIuMjkzIDB6bTQuMzAyIDBhMS4xNDcgMS4xNDcgMCAxMS0yLjI5MyAwVjcuMDNhMS4xNDcgMS4xNDcgMCAxMTIuMjkzIDB6bTAgMCIvPjwvc3ZnPg==');
}
.point-construction-resume {
  display: inline-block;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.point-construction-resume:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTEwLjAwNCAwQzQuNDggMCAwIDQuNDggMCAxMC4wMDRjMCA1LjUyNyA0LjQ4IDEwLjAwOCAxMC4wMDQgMTAuMDA4IDUuNTI3IDAgMTAuMDA4LTQuNDggMTAuMDA4LTEwLjAwOEMyMC4wMTIgNC40OCAxNS41MzIgMCAxMC4wMDQgMHptNC4wNDMgMTEuMjczbC02LjE5NSAzLjU1MWMtLjgzMi40OC0xLjUwOC4wODYtMS41MDgtLjg3di03LjA5YzAtLjk2Mi42NzYtMS4zNTIgMS41MDgtLjg3Nmw2LjE5NSAzLjU1NWMuODMyLjQ3Ny44MzIgMS4yNTQgMCAxLjczem0wIDAiLz48L3N2Zz4=');
}
.acf-external-infosheet {
  padding: 2px !important;
  background: #ffffff !important;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.acf-external-infosheet iframe {
  width: 100%;
  height: 99%;
  border: none;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper {
  color: #556270;
  background: #ffffff !important;
  width: 100% !important;
  padding: 0 !important;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-wrap > .acf-infosheet-subsections-container,
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-header .header-title {
  padding: 8px 12px;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .header-pop-infosheet .icon,
.acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions .extension-visibility-toggle,
.acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions .extension-launcher {
  width: 36px;
  height: 36px;
  color: #585858;
  background-color: #eeeeee;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions {
  z-index: 2;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions .extension-visibility-toggle {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions:not(.visible-on-tactile-device) .extension-visibility-toggle:before {
  content: "\f19d";
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions.visible-on-tactile-device .extension-visibility-toggle:before {
  content: "\f128";
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-content .acf-infosheet-header {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  border-bottom: none;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-content .acf-infosheet-header .header-title {
  display: none;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-content .acf-infosheet-header .header-extensions {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-content .acf-infosheet-wrap {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .uploadmedia-container {
  margin: 12px;
}
.acf-infosheet-dialog .loading-overlay {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(255, 255, 255, 0.9);
  top: 36px;
  width: 100%;
  height: calc(100% - 36px );
  text-align: center;
  z-index: 1;
}
.acf-infosheet-dialog .loading-overlay .icon {
  color: #E6E6E6;
  margin-bottom: 5px;
}
.map-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.acf-tooltip {
  pointer-events: none;
}
.acf-tooltip .map-popup-close-button,
.acf-map .map-popup-close-button,
.map-3d .map-popup-close-button {
  color: #ffffff;
  text-shadow: 0 0 #ffffff;
}
.acf-tooltip .map-popup-content-wrapper,
.acf-map .map-popup-content-wrapper,
.map-3d .map-popup-content-wrapper,
.acf-tooltip .map-popup-tip,
.acf-map .map-popup-tip,
.map-3d .map-popup-tip {
  color: #ffffff;
  background-color: #585858;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  border: 1px solid #585858;
}
.acf-tooltip .map-popup-content-wrapper,
.acf-map .map-popup-content-wrapper,
.map-3d .map-popup-content-wrapper {
  padding: 0;
  border-radius: 3px;
}
.acf-tooltip .map-popup-tip-container,
.acf-map .map-popup-tip-container,
.map-3d .map-popup-tip-container {
  margin-top: -1px;
}
.acf-tooltip .map-popup-content,
.acf-map .map-popup-content,
.map-3d .map-popup-content {
  word-wrap: break-word;
  text-align: center;
}
.acf-tooltip .map-popup-content p,
.acf-map .map-popup-content p,
.map-3d .map-popup-content p {
  margin: 0;
}
.acf-map-control-home {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-home:before {
  content: "\f1ca";
}
.acf-map-control-layers {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-layers:before {
  content: "\f135";
}
.acf-map-control-geolocation {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-geolocation:before {
  content: "\f1c5";
}
.acf-map-control-permalink {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-permalink:before {
  content: "\f226";
}
.acf-map-control-zoom {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-zoom:before {
  content: "\f24b";
}
.acf-map-control-printlink {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-printlink:before {
  content: "\f204";
}
.acf-map-control-measure {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-measure:before {
  content: "\f18f";
}
.acf-map-control-rotation-needle {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-map-control-rotation-needle:before {
  content: "\f1e3";
}
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size {
  height: 100% !important;
}
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size .dashboard-ext-body {
  height: 100% !important;
}
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size .grid-stack.grid-stack-one-column-mode {
  height: 100% !important;
}
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size .grid-stack-item.map,
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size .grid-stack-item.stat,
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size .grid-stack-item.html,
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size .grid-stack-item.image,
body.mobile-device-layout .dashboard-ext-container.dashboard-full-size .grid-stack-item.search {
  height: 100% !important;
}
body.mobile-device-layout .side-panel-content .scroll-extension {
  -webkit-transform: translateZ(0);
}
body.mobile-device-layout .dashboard-ext-container {
  height: auto;
}
body.mobile-device-layout .dashboard-ext-container .dashboard-ext-body {
  margin: 8px 6px;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item {
  margin: 0 !important;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item + .grid-stack-item {
  margin-top: 16px !important;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.map,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.stat {
  height: calc(75vh - 79px );
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.html,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.image {
  height: auto;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.html > .grid-stack-item-content,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.image > .grid-stack-item-content {
  -ms-touch-action: auto;
  touch-action: auto;
  position: relative;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.search {
  height: auto;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.search > .grid-stack-item-content {
  position: relative;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.search > .grid-stack-item-content .dashboard-widget-content:not(.filters-form-panel) {
  -ms-touch-action: auto;
  touch-action: auto;
  height: calc(75vh - 79px  - 28px) !important;
  overflow-y: auto;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.search > .grid-stack-item-content .loading-indicator {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-touch-action: auto;
  touch-action: auto;
  height: calc(75vh - 79px ) !important;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.map .globalfilter-invalidate-btn,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.stat .globalfilter-invalidate-btn,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.map .globalfilter-valid-btn,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.stat .globalfilter-valid-btn {
  text-transform: initial;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.map .globalfilter-invalidate-btn .globalfilter-icon,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.stat .globalfilter-invalidate-btn .globalfilter-icon,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.map .globalfilter-valid-btn .globalfilter-icon,
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.stat .globalfilter-valid-btn .globalfilter-icon {
  display: none;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode > .grid-stack-item.map .dashboard-widget-map .legend-panel {
  max-width: none;
  width: auto;
}
body.mobile-device-layout .dashboard-widget .stat-compare-btn,
body.mobile-device-layout .dashboard-widget .stat-compare-withconfig-btn {
  display: none;
}
body.mobile-device-layout .dashboard-widget-map.with-selection .title-right-part > :not(.globalfilter-btn),
body.mobile-device-layout .dashboard-widget-stat.with-selection .title-right-part > :not(.globalfilter-btn) {
  display: none;
}
body.mobile-device-layout .dashboard-widget-title,
body.mobile-device-layout .dashboard-widget-footer,
body.mobile-device-layout .dashboard-widget-map .map-controls {
  overflow: auto;
}
body.mobile-device-layout .dashboard-widget-title .title-right-part {
  overflow: hidden;
}
:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}
.grid-stack {
  position: relative;
}
.grid-stack.grid-stack-rtl {
  direction: ltr;
}
.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed lightgray;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  text-align: center;
}
.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle,
.grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging,
.grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  right: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  left: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='1'] {
  left: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='2'] {
  width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='2'] {
  left: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='3'] {
  width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-x='3'] {
  left: 25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-width='4'] {
  width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='4'] {
  left: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='5'] {
  width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='5'] {
  left: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='6'] {
  width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-x='6'] {
  left: 50%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-width='7'] {
  width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='7'] {
  left: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='8'] {
  width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='8'] {
  left: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='9'] {
  width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-x='9'] {
  left: 75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-width='10'] {
  width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='10'] {
  left: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='11'] {
  width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='11'] {
  left: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
  min-width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
  max-width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='12'] {
  width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x='12'] {
  left: 100%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
  min-width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
  max-width: 100%;
}
.grid-stack.grid-stack-animate,
.grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -moz-transition: left 0s, top 0s, height 0s, width 0s;
  -ms-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s;
}
.grid-stack.grid-stack-one-column-mode {
  height: auto !important;
}
.grid-stack.grid-stack-one-column-mode > .grid-stack-item {
  position: relative !important;
  width: auto !important;
  left: 0 !important;
  top: auto !important;
  margin-bottom: 20px;
  max-width: none !important;
}
.grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle {
  display: none;
}
.grid-stack.grid-stack-1 > .grid-stack-item {
  min-width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width='1'] {
  width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x='1'] {
  left: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item {
  min-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='1'] {
  width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='1'] {
  left: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='2'] {
  width: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='2'] {
  left: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='1'] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='1'] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='2'] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='2'] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='3'] {
  width: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='3'] {
  left: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item {
  min-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='1'] {
  width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='1'] {
  left: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='2'] {
  width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='2'] {
  left: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='3'] {
  width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='3'] {
  left: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='4'] {
  width: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='4'] {
  left: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item {
  min-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='1'] {
  width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='1'] {
  left: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='2'] {
  width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='2'] {
  left: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='3'] {
  width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='3'] {
  left: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='4'] {
  width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='4'] {
  left: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='5'] {
  width: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='5'] {
  left: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='1'] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='1'] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='2'] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='2'] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='3'] {
  width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='3'] {
  left: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='4'] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='4'] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='5'] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='5'] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='6'] {
  width: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='6'] {
  left: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='1'] {
  width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='1'] {
  left: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='2'] {
  width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='2'] {
  left: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='3'] {
  width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='3'] {
  left: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='4'] {
  width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='4'] {
  left: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='5'] {
  width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='5'] {
  left: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='6'] {
  width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='6'] {
  left: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='7'] {
  width: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='7'] {
  left: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item {
  min-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='1'] {
  width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='1'] {
  left: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='2'] {
  width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='2'] {
  left: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='3'] {
  width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='3'] {
  left: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='4'] {
  width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='4'] {
  left: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='5'] {
  width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='5'] {
  left: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='6'] {
  width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='6'] {
  left: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='7'] {
  width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='7'] {
  left: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='8'] {
  width: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='8'] {
  left: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item {
  min-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='1'] {
  width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='1'] {
  left: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='2'] {
  width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='2'] {
  left: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='3'] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='3'] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='4'] {
  width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='4'] {
  left: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='5'] {
  width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='5'] {
  left: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='6'] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='6'] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='7'] {
  width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='7'] {
  left: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='8'] {
  width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='8'] {
  left: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='9'] {
  width: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='9'] {
  left: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item {
  min-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='1'] {
  width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='1'] {
  left: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='2'] {
  width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='2'] {
  left: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='3'] {
  width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='3'] {
  left: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='4'] {
  width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='4'] {
  left: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='5'] {
  width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='5'] {
  left: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='6'] {
  width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='6'] {
  left: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='7'] {
  width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='7'] {
  left: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='8'] {
  width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='8'] {
  left: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='9'] {
  width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='9'] {
  left: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='10'] {
  width: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='10'] {
  left: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item {
  min-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='1'] {
  width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='1'] {
  left: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='2'] {
  width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='2'] {
  left: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='3'] {
  width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='3'] {
  left: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='4'] {
  width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='4'] {
  left: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='5'] {
  width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='5'] {
  left: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='6'] {
  width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='6'] {
  left: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='7'] {
  width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='7'] {
  left: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='8'] {
  width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='8'] {
  left: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='9'] {
  width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='9'] {
  left: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='10'] {
  width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='10'] {
  left: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='11'] {
  width: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='11'] {
  left: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='11'] {
  min-width: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='11'] {
  max-width: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item {
  min-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='1'] {
  width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='1'] {
  left: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='2'] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='2'] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='3'] {
  width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='3'] {
  left: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='4'] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='4'] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='5'] {
  width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='5'] {
  left: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='6'] {
  width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='6'] {
  left: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='7'] {
  width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='7'] {
  left: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='8'] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='8'] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='9'] {
  width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='9'] {
  left: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='10'] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='10'] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='11'] {
  width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='11'] {
  left: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='11'] {
  min-width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='11'] {
  max-width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='12'] {
  width: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='12'] {
  left: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='12'] {
  min-width: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='12'] {
  max-width: 100%;
}
.side-panel-dashboards .side-panel-content-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4px;
  background-color: #E6E6E6;
}
.side-panel-dashboards .side-panel-content-section .dashboard-wrapper {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-dashboards .dashboard-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-panel-dashboards .dashboard-wrapper .dashboard {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dashboard #grid-stack-full-screen {
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
}
.dashboard .minimize-screen {
  font-size: 1.6em !important;
}
.dashboard .minimize-screen:before {
  content: "\f1ae" !important;
}
.dashboard .grid-stack-item {
  background-color: #fafafa;
  border: 4px solid #E6E6E6;
}
.dashboard .grid-stack-item.image-no-bg {
  background-color: transparent;
}
.dashboard .grid-stack-item.image-no-bg .grid-stack-item-content {
  box-shadow: none;
}
.dashboard .grid-stack-item-content {
  position: relative;
}
.dashboard .dashboard-widget-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.dashboard .grid-stack-item.map .dashboard-widget-title {
  pointer-events: none;
  overflow: initial;
}
.dashboard .grid-stack-item.map .dashboard-widget-title .title-left-part,
.dashboard .grid-stack-item.map .dashboard-widget-title .title-right-part {
  pointer-events: all;
}
.dashboard-container-fullscreen .dashboard-widget:not(.fullscreen) {
  display: none;
}
.dashboard-widget {
  height: 100%;
}
.dashboard-widget .loading-indicator {
  text-align: center;
}
.dashboard-widget .loading-indicator .bounce1,
.dashboard-widget .loading-indicator .bounce2,
.dashboard-widget .loading-indicator .bounce3,
.dashboard-widget .loading-indicator > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.dashboard-widget .loading-indicator .bounce1:last-of-type,
.dashboard-widget .loading-indicator .bounce2:last-of-type,
.dashboard-widget .loading-indicator .bounce3:last-of-type,
.dashboard-widget .loading-indicator > div:last-of-type {
  margin-right: 0;
}
.dashboard-widget .loading-indicator .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #e0e0e0;
}
.dashboard-widget .loading-indicator .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #e0e0e0;
}
.dashboard-widget .loading-indicator .bounce3 {
  background-color: #e0e0e0;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.widget-extensions-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  inset-inline-start: 0;
  inset-inline-end: 0;
}
.grid-stack > .grid-stack-item:not(.html) > .grid-stack-item-content {
  overflow-y: hidden !important;
}
.dashboard-widget .dashboard-widget-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.dashboard-widget .dashboard-widget-title .title-left-part {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.dashboard-widget .dashboard-widget-title .title-right-part {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 28px;
  max-width: 92%;
}
.dashboard-widget .dashboard-widget-title .title-right-part--with-legend {
  max-width: 74%;
}
.dashboard-widget .dashboard-widget-title .title-filler {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dashboard-widget .title-left-part,
.dashboard-widget .title-right-part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.dashboard-widget .widget-extension {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
}
body:not(.touch) .dashboard-widget .widget-extension:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .widget-extension:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .widget-extension:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .widget-extension.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .widget-extension.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .widget-extension.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .dashboard-widget-stat-description {
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
  background: white;
  width: 100%;
  opacity: 0.9;
  z-index: 1000;
  text-align: justify;
  max-height: calc(100% - 28px);
  overflow: auto;
}
.dashboard-widget .dashboard-widget-analysis-description {
  position: absolute;
  top: 28px;
  padding: 20px;
  background: white;
  width: 100%;
  opacity: 0.9;
  z-index: 1000;
  text-align: justify;
  max-height: calc(100% - 28px);
  overflow: auto;
}
.dashboard-widget .dashboard-widget-description-between {
  padding-bottom: 10px;
  margin: 0;
}
.dashboard-widget .dashboard-widget-description-between p {
  margin-bottom: 2px;
}
.dashboard-widget .dashboard-widget-stat .stat-loading-banner {
  position: absolute;
  inset-block-start: 50%;
  transform: translate(0, -50%);
  text-align: center;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator {
  text-align: center;
  inset-block-start: auto;
  inset-inline-start: auto;
  inset-block-end: 5px;
  inset-inline-end: 5px;
  position: absolute;
}
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce1,
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce2,
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce3,
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce1:last-of-type,
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce2:last-of-type,
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce3:last-of-type,
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator > div:last-of-type {
  margin-right: 0;
}
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #E6E6E6;
}
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #E6E6E6;
}
.dashboard-widget .dashboard-widget-stat .dashboard-stat-loading-indicator .bounce3 {
  background-color: #E6E6E6;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.dashboard-widget .dashboard-widget-content .chart-content {
  -webkit-transition: border-color 180ms ease, background-color 180ms ease;
  -moz-transition: border-color 180ms ease, background-color 180ms ease;
  -o-transition: border-color 180ms ease, background-color 180ms ease;
  transition: border-color 180ms ease, background-color 180ms ease;
  border: 1px dashed transparent;
}
.dashboard-widget .dashboard-widget-content.is-blurred {
  filter: blur(4px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dashboard-widget .dashboard-widget-content.is-blurred {
    opacity: 0.25;
  }
}
.dashboard-widget .dashboard-widget-content.highlight-content {
  overflow: hidden;
}
.dashboard-widget .dashboard-widget-content.highlight-content .bg-directive-stat {
  overflow: hidden;
}
.dashboard-widget .dashboard-widget-content.highlight-content .chart-content {
  background-color: rgba(164, 164, 164, 0.05);
  border-color: #A4A4A4;
}
.dashboard-widget .filters-form-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dashboard-widget .filters-form-panel .filters-tree-panel,
.dashboard-widget .filters-form-panel .btn-filter-execute {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dashboard-widget .filters-form-panel .btn-filter-execute {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.dashboard-widget .title-left-part,
.dashboard-widget .title-right-part {
  color: #ffffff;
  background-color: #585858;
}
.dashboard-widget .title-right-part .more-icons-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.dashboard-widget .title-right-part .icon_chevron_left,
.dashboard-widget .title-right-part .icon_chevron_right {
  padding-top: ;
  padding-left: 0;
  padding-bottom: ;
  padding-right: 3px;
  padding-block-start: ;
  padding-inline-start: 0;
  padding-block-end: ;
  padding-inline-end: 3px;
  font-size: 1.4rem;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.dashboard-widget .title-right-part .icon_chevron_left:hover,
.dashboard-widget .title-right-part .icon_chevron_right:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .title-left-part {
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 8px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 8px;
  height: 28px;
}
.dashboard-widget .title-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0%;
  -webkit-flex: 0 10 auto;
  -moz-flex: 0 10 auto;
  -ms-flex: 0 10 auto;
  flex: 0 10 auto;
  color: #ffffff;
  background-color: #585858;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 6px;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-block-end: 0;
  margin-inline-end: 6px;
  font-size: 16px;
  padding: 2px 7px;
  height: 28px;
}
.dashboard-widget .storytelling_warning_analysis,
.dashboard-widget .storytelling_warning_statistic {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  z-index: 100000;
  pointer-events: none;
  background-color: #2d77d2;
  color: #e6eff9;
}
.dashboard-widget .legend-toggle-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #585858;
  font-size: 20px;
  padding: 4px;
  height: 28px;
  cursor: pointer;
}
.dashboard-widget .legend-toggle-btn:before {
  content: "\f22f";
}
body:not(.touch) .dashboard-widget .legend-toggle-btn:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .legend-toggle-btn:active {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .widget-dialog-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
.dashboard-widget .widget-dialog-btn:before {
  content: "\f1b2";
}
body:not(.touch) .dashboard-widget .widget-dialog-btn:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .widget-dialog-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .widget-dialog-btn:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .widget-dialog-btn.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .widget-dialog-btn.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .widget-dialog-btn.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .widget-print-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
.dashboard-widget .widget-print-btn:before {
  content: "\f202";
}
body:not(.touch) .dashboard-widget .widget-print-btn:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .widget-print-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .widget-print-btn:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .widget-print-btn.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .widget-print-btn.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .widget-print-btn.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .stat-lasso-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.dashboard-widget .stat-lasso-btn:before {
  content: "\f218";
}
body:not(.touch) .dashboard-widget .stat-lasso-btn:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .stat-lasso-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .stat-lasso-btn:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .stat-lasso-btn.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .stat-lasso-btn.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .stat-lasso-btn.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .stat-switch-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
}
.dashboard-widget .stat-switch-btn:before {
  content: "\f236";
}
body:not(.touch) .dashboard-widget .stat-switch-btn:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .stat-switch-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .stat-switch-btn:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .stat-switch-btn.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .stat-switch-btn.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .stat-switch-btn.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .stat-switch-btn.toggle-btn-focus {
  color: #fff;
  background-color: #cc1d37;
}
.dashboard-widget .stat-switch-btn.toggle-btn-active {
  font-size: 14px;
}
.dashboard-widget .stat-switch-btn.toggle-btn-active:before {
  content: "\f10d";
}
.dashboard-widget .analysis-lasso-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 21px;
}
.dashboard-widget .analysis-lasso-btn:before {
  content: "\f218";
}
body:not(.touch) .dashboard-widget .analysis-lasso-btn:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .analysis-lasso-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .analysis-lasso-btn:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .analysis-lasso-btn.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .analysis-lasso-btn.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .analysis-lasso-btn.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .filter-toggle-btn {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 12px;
}
body:not(.touch) .dashboard-widget .filter-toggle-btn:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .filter-toggle-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .filter-toggle-btn:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .filter-toggle-btn.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .filter-toggle-btn.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .filter-toggle-btn.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .filter-toggle-btn .filter-toggle-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-widget .filter-toggle-btn .filter-toggle-icon:before {
  content: "\f1ab";
}
.dashboard-widget .filter-toggle-btn .filter-toggle-badge {
  inset-inline-start: 16px;
  inset-block-end: 2px;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
}
.dashboard-widget .filter-toggle-btn .filter-toggle-badge.no-value {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #585858;
}
.dashboard-widget .widget-description-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.dashboard-widget .widget-description-btn:before {
  content: "\f1ba";
}
body:not(.touch) .dashboard-widget .widget-description-btn:hover:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .dashboard-widget .widget-description-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget .widget-description-btn:active:not(.toggle-btn-active) {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
.dashboard-widget .widget-description-btn.toggle-btn-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .dashboard-widget .widget-description-btn.toggle-btn-active:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .dashboard-widget .widget-description-btn.toggle-btn-active:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .globalfilter-valid-btn {
  color: #ffffff;
  background-color: #33b573;
  padding-top: ;
  padding-left: 8px;
  padding-bottom: ;
  padding-right: 10px;
  padding-block-start: ;
  padding-inline-start: 8px;
  padding-block-end: ;
  padding-inline-end: 10px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
body:not(.touch) .dashboard-widget .globalfilter-valid-btn:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #33b573;
}
body.touch .dashboard-widget .globalfilter-valid-btn:active {
  color: rgba(255, 255, 255, 0.7);
  background-color: #33b573;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .globalfilter-valid-btn .globalfilter-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 4px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 4px;
  font-size: 16px;
}
.dashboard-widget .globalfilter-valid-btn .globalfilter-icon:before {
  content: "\f1a9";
}
.dashboard-widget .globalfilter-invalidate-btn {
  color: #ffffff;
  background-color: #c51116;
  padding-top: ;
  padding-left: 8px;
  padding-bottom: ;
  padding-right: 10px;
  padding-block-start: ;
  padding-inline-start: 8px;
  padding-block-end: ;
  padding-inline-end: 10px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
body:not(.touch) .dashboard-widget .globalfilter-invalidate-btn:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #c51116;
}
body.touch .dashboard-widget .globalfilter-invalidate-btn:active {
  color: rgba(255, 255, 255, 0.7);
  background-color: #c51116;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget .globalfilter-invalidate-btn .globalfilter-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 4px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 4px;
  font-size: 16px;
}
.dashboard-widget .globalfilter-invalidate-btn .globalfilter-icon:before {
  content: "\f1aa";
}
.dashboard-widget .filters-form-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 20px 10px 20px;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: auto;
}
.dashboard-widget .filters-form-panel .filters-tree-panel {
  padding: 0;
}
.dashboard-widget .filters-form-panel .bottom-button-bar {
  text-align: right;
  text-align: end;
  margin-top: 12px;
}
.dashboard-widget .filters-form-panel .bottom-button-bar .btn {
  padding-left: 18px;
  padding-right: 18px;
}
.dashboard-widget .filters-form-panel input[type='text'],
.dashboard-widget .filters-form-panel input[type='date'],
.dashboard-widget .filters-form-panel input[type='time'],
.dashboard-widget .filters-form-panel input[type='number'],
.dashboard-widget .filters-form-panel select {
  max-width: 320px;
}
.dashboard-widget.image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 24px 12px;
}
.dashboard-widget-image {
  max-height: 100%;
}
.dashboard-widget-search,
.dashboard-widget-stat,
.dashboard-widget-html {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.dashboard-widget-search .dashboard-widget-footer,
.dashboard-widget-stat .dashboard-widget-footer,
.dashboard-widget-html .dashboard-widget-footer,
.dashboard-widget-search .dashboard-widget-title,
.dashboard-widget-stat .dashboard-widget-title,
.dashboard-widget-html .dashboard-widget-title {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dashboard-widget-search .dashboard-widget-content,
.dashboard-widget-stat .dashboard-widget-content,
.dashboard-widget-html .dashboard-widget-content {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow: auto;
}
.dashboard-widget-html .dashboard-widget-content {
  padding: 10px;
}
.dashboard-widget-search.is-loading {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
}
.dashboard-widget-search .acf-dashboard-widget-search-grid.ag-theme-alpine {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1000;
}
.dashboard-widget-search .acf-dashboard-widget-search-grid .ag-row-selected {
  background-color: #e6e6e6;
}
.dashboard-widget-search .acf-dashboard-widget-search-grid .ag-row-selected:before {
  background-color: transparent;
}
.dashboard-widget-search .search-table-wrapper {
  padding: 10px;
}
.dashboard-widget-search .search-table-wrapper .table {
  margin-bottom: 0;
  border: 1px solid #eeeeee;
  border-top-width: 2px;
}
.dashboard-widget-search .search-table-wrapper .table thead,
.dashboard-widget-search .search-table-wrapper .table tfoot {
  background-color: #f5f5f5;
}
.dashboard-widget-search .search-table-wrapper .table thead th {
  border-right: 1px solid #eeeeee;
  border-bottom-color: #eeeeee;
  vertical-align: middle;
}
body:not(.touch) .dashboard-widget-search .search-table-wrapper .table tbody tr:hover {
  background-color: #ffffff;
}
body.touch .dashboard-widget-search .search-table-wrapper .table tbody tr:active {
  background-color: #ffffff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget-search .search-table-wrapper .table td {
  line-height: normal;
  word-wrap: break-word;
  vertical-align: baseline;
}
.dashboard-widget-search .search-table-wrapper .table .row-icon-actions {
  width: 45px;
}
.dashboard-widget-search .search-feature-result {
  cursor: pointer;
  background-color: #FFFFFF;
}
.dashboard-widget-search .search-feature-result.select {
  background-color: #e6e6e6;
}
.dashboard-widget-search .search-feature-result.highlight {
  background-color: #c5c5c5;
}
.dashboard-widget-search .row-icon-actions {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dashboard-widget-search .row-icon-actions .row-icon-zoom {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
body:not(.touch) .dashboard-widget-search .row-icon-actions .row-icon-zoom:hover {
  color: #556270;
}
body.touch .dashboard-widget-search .row-icon-actions .row-icon-zoom:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget-search .row-icon-actions .row-icon-zoom:before {
  content: "\f20f";
}
.dashboard-widget-search .row-icon-actions .row-icon-infosheet {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
body:not(.touch) .dashboard-widget-search .row-icon-actions .row-icon-infosheet:hover {
  color: #556270;
}
body.touch .dashboard-widget-search .row-icon-actions .row-icon-infosheet:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget-search .row-icon-actions .row-icon-infosheet:before {
  content: "\f1e6";
}
.dashboard-widget-map {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.dashboard-widget-map .dashboard-widget-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.dashboard-widget-map .dashboard-widget-content .crs-display-control,
.dashboard-widget-map .dashboard-widget-content .scale-display-control,
.dashboard-widget-map .dashboard-widget-content .scale-picker-control {
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-block-start: 5px;
  margin-inline-start: 15px;
  margin-block-end: 5px;
  margin-inline-end: 5px;
  font-size: 11px;
  color: #333333;
}
.dashboard-widget-map .dashboard-widget-content .crs-display-control {
  background: rgba(255, 255, 255, 0.7);
  height: 17px;
  line-height: 17px;
  padding-left: 5px;
  padding-right: 5px;
}
.dashboard-widget-map .dashboard-widget-content .scale-display-control .scale-text {
  padding: 0 3px;
  border: 1px solid black;
  border-top: none;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 3px;
}
.dashboard-widget-map .dashboard-widget-content .scale-display-control .scale-line {
  box-sizing: border-box;
  padding: 0 3px;
  border: 1px solid black;
  border-top: none;
  background: rgba(255, 255, 255, 0.7);
}
.dashboard-widget-map .dashboard-widget-content .scale-display-control .scale-line:not(:first-child) {
  border-top: 1px solid black;
  border-bottom: none;
  margin-top: -1px;
}
.dashboard-widget-map .dashboard-widget-detailed-view {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.dashboard-widget-map .dashboard-widget-detailed-view-info {
  padding: 7px;
}
.dashboard-widget-map .stat-container-direction {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dashboard-widget-map .bg-directive-stat.bg-stat-simpletable {
  height: 100%;
}
.dashboard-widget-map .bg-directive-stat.bg-stat-simpletable .div-chart-content {
  height: 100%;
}
.dashboard-widget-map .map-controls {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.dashboard-widget-map .map-controls:has(> .copyright-map-controls) {
  z-index: 900;
}
.dashboard-widget-map .map-controls-top {
  top: 32px;
}
.dashboard-widget-map.no-title .map-controls-top {
  top: 0;
}
.dashboard-widget-map .map-controls-bottom {
  bottom: 0;
}
.dashboard-widget-map .map-controls-left {
  inset-inline-start: 0;
}
.dashboard-widget-map .map-controls-right {
  inset-inline-end: 0;
}
.dashboard-widget-map .map-controls-toolbar.map-controls-top.map-controls-left {
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 0;
  padding-right: 0;
  padding-block-start: 4px;
  padding-inline-start: 4px;
  padding-block-end: 0;
  padding-inline-end: 0;
}
.dashboard-widget-map .map-controls-toolbar.map-controls-bottom.map-controls-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 0;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-right: 0;
  padding-block-start: 0;
  padding-inline-start: 4px;
  padding-block-end: 4px;
  padding-inline-end: 0;
}
.dashboard-widget-map .map-controls.wrapper {
  width: 100%;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.dashboard-widget-map .map-controls.wrapper .wrapped-item.left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.dashboard-widget-map .map-controls.wrapper .copyright-map-controls {
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.dashboard-widget-map .attributions-control {
  font-size: 11px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 5px;
  color: #333333;
}
.dashboard-widget-map .attributions-control a {
  color: #0078a8;
  pointer-events: auto;
}
body:not(.touch) .dashboard-widget-map .attributions-control a:hover {
  text-decoration: underline;
}
body.touch .dashboard-widget-map .attributions-control a:active {
  text-decoration: underline;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget-map .analysis-switcher-toggle,
.dashboard-widget-map .legend-toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  color: #A4A4A4;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(100, 100, 100, 0.1);
  border-radius: 2px;
  pointer-events: auto;
  cursor: pointer;
}
.dashboard-widget-map .analysis-switcher-toggle.active,
.dashboard-widget-map .legend-toggle.active {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #A4A4A4 !important;
}
body:not(.touch) .dashboard-widget-map .analysis-switcher-toggle:hover,
body:not(.touch) .dashboard-widget-map .legend-toggle:hover {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #A4A4A4 !important;
}
body.touch .dashboard-widget-map .analysis-switcher-toggle:active,
body.touch .dashboard-widget-map .legend-toggle:active {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #A4A4A4 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget-map .analysis-switcher-toggle {
  margin-top: ;
  margin-left: 4px;
  margin-bottom: ;
  margin-right: 0;
  margin-block-start: ;
  margin-inline-start: 4px;
  margin-block-end: ;
  margin-inline-end: 0;
}
.dashboard-widget-map .analysis-comparaison-panel {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(250, 250, 250, 0.95);
  inset-block-start: 30px;
  inset-inline-end: 0;
  position: absolute;
  padding: 6px 8px;
  border: 1px solid rgba(100, 100, 100, 0.1);
  border-radius: 2px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  text-align: left;
  text-align: start;
  color: #556270;
  flex-grow: 1;
  line-height: 24px;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry .entry-invisible {
  display: none;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry[disabled] {
  cursor: default;
  color: rgba(0, 0, 0, 0.4);
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry[disabled] .entry-icon {
  opacity: 0.5;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry[disabled] .entry-invisible {
  display: inline-block;
  font-size: 0.85em;
}
body:not(.touch) .dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry:hover:not([disabled]) {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ffffff;
}
body.touch .dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-choice-entry:active:not([disabled]) {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ffffff;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-filter-entry .filter-toggle-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-filter-entry .filter-toggle-icon:before {
  content: "\f1ab";
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .analysis-filter-entry .filter-toggle-badge {
  position: absolute;
  inset-inline-start: 16px;
  inset-block-end: 2px;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-compare-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 21px;
  cursor: pointer;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-compare-btn:before {
  content: "\f12f";
}
body:not(.touch) .dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-compare-btn:hover:not([disabled]) {
  color: #556270;
}
body.touch .dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-compare-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-compare-btn:active:not([disabled]) {
  color: #556270;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-compare-btn.with-config:before {
  content: "\f12e";
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-compare-btn[disabled] {
  cursor: default;
  opacity: 0.5;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-icon {
  margin-top: ;
  margin-left: 4px;
  margin-bottom: ;
  margin-right: 0;
  margin-block-start: ;
  margin-inline-start: 4px;
  margin-block-end: ;
  margin-inline-end: 0;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-name {
  margin: 0 4px;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry .entry-name[disabled] {
  opacity: 0.5;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry.deactivate {
  opacity: 0.5;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry.analysis-switcher-entry-invisible {
  color: rgba(85, 98, 112, 0.5);
  cursor: default;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry.analysis-switcher-entry-invisible .toggler {
  color: rgba(85, 98, 112, 0.5);
  cursor: default;
}
.dashboard-widget-map .analysis-comparaison-panel .analysis-switcher-entry + .analysis-switcher-entry {
  margin-top: 6px;
}
.dashboard-widget-map .analysis-switcher-panel,
.dashboard-widget-map .legend-panel {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(250, 250, 250, 0.95);
  position: absolute;
  inset-inline-start: 4px;
  inset-block-end: 36px;
  padding: 6px 8px;
  border: 1px solid rgba(100, 100, 100, 0.1);
  border-radius: 2px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  margin: 0;
  list-style-type: none;
}
.dashboard-widget-map .analysis-switcher-panel {
  padding: 6px 4px;
  pointer-events: auto;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .toggler {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
  margin: 0;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .toggler:before {
  content: "\f1a5";
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .toggler.is-active:before {
  content: "\f1a3";
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .toggler[disabled] {
  cursor: default;
  opacity: 0.5;
}
body:not(.touch) .dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .toggler:hover {
  color: #556270;
}
body.touch .dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .toggler:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-compare-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 21px;
  cursor: pointer;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-compare-btn:before {
  content: "\f12f";
}
body:not(.touch) .dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-compare-btn:hover:not([disabled]) {
  color: #556270;
}
body.touch .dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-compare-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-compare-btn:active:not([disabled]) {
  color: #556270;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-compare-btn.with-config:before {
  content: "\f12e";
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-compare-btn[disabled] {
  cursor: default;
  opacity: 0.5;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-icon {
  margin-top: ;
  margin-left: 4px;
  margin-bottom: ;
  margin-right: 0;
  margin-block-start: ;
  margin-inline-start: 4px;
  margin-block-end: ;
  margin-inline-end: 0;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-name {
  margin: 0 4px;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry .entry-name[disabled] {
  opacity: 0.5;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry.deactivate {
  opacity: 0.5;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry.analysis-switcher-entry-invisible {
  color: rgba(85, 98, 112, 0.5);
  cursor: default;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry.analysis-switcher-entry-invisible .toggler {
  color: rgba(85, 98, 112, 0.5);
  cursor: default;
}
.dashboard-widget-map .analysis-switcher-panel .analysis-switcher-entry + .analysis-switcher-entry {
  margin-top: 6px;
}
.dashboard-widget-map .legend-panel {
  padding: 6px 8px;
  max-width: 285px;
  width: 33%;
}
.dashboard-widget-map .legend-panel .analysis-legend-group {
  margin-bottom: 9px;
}
.dashboard-widget-map .legend-panel .analysis-legend-group .indicator-group {
  margin-bottom: 8px;
}
.dashboard-widget-map .legend-panel .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0px;
}
.dashboard-widget-map .legend-panel .legend-indicator {
  font-size: 10px;
  margin-bottom: 2px;
}
.dashboard-widget-map .legend-panel .bg-analysis-legend-ramp img,
.dashboard-widget-map .legend-panel .bg-analysis-legend-ramp .bottom-ruler,
.dashboard-widget-map .legend-panel .bg-analysis-legend-ramp .bottom-text-container {
  max-width: 100%;
}
.dashboard-widget-map .legend-panel .legend-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.dashboard-widget-map .legend-panel .legend-item .legend-item-toggle {
  min-width: 0%;
  -webkit-flex: 0 0 32px;
  -moz-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.dashboard-widget-map .legend-panel .legend-item .legend-item-toggle.icon_eye_off {
  color: #c1cfd9;
}
.dashboard-widget-map .legend-panel .legend-item .legend-item-legend {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dashboard-widget-map .legend-panel .legend-item .legend-item-legend img {
  max-width: 20px;
  max-height: 20px;
}
.dashboard-widget-map .legend-panel .legend-item .legend-item-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 11px;
  padding: 0 8px;
  word-wrap: break-word;
  max-width: 100%;
}
.dashboard-widget-map .legend-panel .legend-item .legend-item-icon {
  width: 30px;
  max-width: 20px;
  max-height: 20px;
}
.dashboard-widget-map .toolbar-button-group {
  box-shadow: none;
}
.dashboard-widget-map .toolbar-button-group a,
.dashboard-widget-map .toolbar-button-group button {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid rgba(100, 100, 100, 0.1);
  border-radius: 50%;
  color: #A4A4A4;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box !important;
  margin-bottom: 3px;
  display: block;
  text-align: center;
  pointer-events: auto;
  text-decoration: none;
}
.dashboard-widget-map .toolbar-button-group a:first-child,
.dashboard-widget-map .toolbar-button-group button:first-child,
.dashboard-widget-map .toolbar-button-group a:last-child,
.dashboard-widget-map .toolbar-button-group button:last-child {
  border-radius: 50%;
}
body:not(.touch) .dashboard-widget-map .toolbar-button-group a:hover,
body:not(.touch) .dashboard-widget-map .toolbar-button-group button:hover {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #A4A4A4 !important;
}
body.touch .dashboard-widget-map .toolbar-button-group a:active,
body.touch .dashboard-widget-map .toolbar-button-group button:active {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #A4A4A4 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.dashboard-widget-map .toolbar-button-group a.control-zoom-in,
.dashboard-widget-map .toolbar-button-group button.control-zoom-in {
  height: 28px;
  line-height: 26px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dashboard-widget-map .toolbar-button-group a.control-zoom-out,
.dashboard-widget-map .toolbar-button-group button.control-zoom-out {
  height: 28px;
  line-height: 26px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dashboard-widget-map .control-zoom-in {
  font-size: 7px;
  padding-top: 2px;
}
.dashboard-widget-map .control-zoom-out {
  font-size: 7px;
}
.dashboard-widget-map .control-home {
  font-size: 18px;
}
.dashboard-widget-map .dashboard-map-loading-indicator {
  text-align: center;
  inset-block-start: auto;
  inset-inline-start: auto;
  inset-block-end: 5px;
  inset-inline-end: 5px;
  position: absolute;
}
.dashboard-widget-map .dashboard-map-loading-indicator .bounce1,
.dashboard-widget-map .dashboard-map-loading-indicator .bounce2,
.dashboard-widget-map .dashboard-map-loading-indicator .bounce3,
.dashboard-widget-map .dashboard-map-loading-indicator > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.dashboard-widget-map .dashboard-map-loading-indicator .bounce1:last-of-type,
.dashboard-widget-map .dashboard-map-loading-indicator .bounce2:last-of-type,
.dashboard-widget-map .dashboard-map-loading-indicator .bounce3:last-of-type,
.dashboard-widget-map .dashboard-map-loading-indicator > div:last-of-type {
  margin-right: 0;
}
.dashboard-widget-map .dashboard-map-loading-indicator .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #E6E6E6;
}
.dashboard-widget-map .dashboard-map-loading-indicator .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #E6E6E6;
}
.dashboard-widget-map .dashboard-map-loading-indicator .bounce3 {
  background-color: #E6E6E6;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.grid-stack-item.html {
  overflow: auto;
}
.grid-stack-item.html > .grid-stack-item-content {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: visible;
}
.grid-stack-item.html > .grid-stack-item-content {
  margin: 10px;
}
.acf-analyses-results-list .bg-directive-stat,
.acf-stats-results-list .bg-directive-stat,
.statistic-modal-content .bg-directive-stat,
.dashboard-widget-content .bg-directive-stat,
.acf-analyses-results-list .div-chart-content,
.acf-stats-results-list .div-chart-content,
.statistic-modal-content .div-chart-content,
.dashboard-widget-content .div-chart-content {
  height: 100%;
}
.dashboard-close-btn {
  vertical-align: initial;
  font-size: 8px;
  padding: 8px;
}
.bg-composer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.bg-composer .composer-left {
  width: 300px;
  border-right: 4px solid #cacaca;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bg-composer .composer-right {
  min-width: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bg-composer .composer-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 1px;
  border-bottom: 1px solid gray;
}
.bg-composer .composer-tabs .tab {
  min-width: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  background-color: #ffffff;
  color: #333333;
}
.bg-composer .composer-tabs .tab:hover {
  background-color: #d7d7d7;
  color: #ffffff;
}
.bg-composer .composer-tabs .tab.active {
  background-color: #bebebe;
  color: #ffffff;
}
.bg-composer .composer-tabs-content {
  min-width: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow-y: auto;
  border-bottom: 1px solid gray;
  min-height: 135px;
  background-color: #ececec;
}
.bg-composer .composer-properties-container {
  min-width: 0%;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  width: 100%;
  overflow-y: auto;
}
.bg-composer .composer-toolbar {
  height: 30px;
  border-bottom: 1px solid gray;
  line-height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bg-composer .composer-toolbar .scale-select,
.bg-composer .composer-toolbar .page-select,
.bg-composer .composer-toolbar .align-select {
  width: 80px;
}
.bg-composer .composer-toolbar .snap-select {
  width: 150px;
}
.bg-composer .composer-toolbar .toolbar-group {
  display: inline-block;
  padding: 1px 5px;
}
.bg-composer .composer-toolbar .toolbar-group-end {
  border-right: 1px solid lightgray;
}
.bg-composer .composer-toolbar a {
  text-decoration: none;
}
.bg-composer .composer-view {
  min-width: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #555555;
  padding: 10px 20px 20px 10px;
  overflow: auto;
}
.bg-composer .composer-view .composer-page-view {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  position: relative;
}
.bg-composer .composer-view .composer-page-view * {
  box-sizing: content-box;
}
.bg-composer .composer-view .composer-page-view .composer-view-block {
  position: absolute;
}
.bg-composer .composer-view .composer-page-view .composer-view-block.no-bg {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.bg-composer .composer-view .composer-page-view.accept-drop {
  outline: 3px dashed #c7f464;
}
.bg-composer .composer-view .composer-block-selection-rectangle {
  position: absolute;
  z-index: 1000;
  border: 3px dashed #c51116;
  pointer-events: none;
  box-sizing: border-box !important;
}
.bg-composer .composer-tree .page-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 4px;
}
.bg-composer .composer-tree .page-list > li {
  padding: 4px 0 4px 4px;
}
.bg-composer .composer-tree .page-list > li .active {
  background-color: #ffffff;
  border-left: 3px solid #585858;
}
.bg-composer .composer-tree .page-list > li .block-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-left: 1px dotted lightgray;
  margin-left: 4px;
}
.bg-composer .composer-tree .page-list > li .block-list li {
  padding: 4px 0 4px 8px;
}
.bg-composer .composer-tree .page-list > li .block-list li a {
  display: inline-block;
}
.bg-composer .composer-palette {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 6px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow-x: hidden;
}
.bg-composer .composer-palette .palette-element {
  width: 60px;
  height: 50px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.bg-composer .composer-palette .palette-element:hover {
  background-color: #ffffff;
  border-color: #585858;
}
.bg-composer .composer-palette .palette-element .tool-label {
  font-size: 0.8em;
}
.bg-composer .composer-properties .properties-section {
  margin-bottom: 5px;
}
.bg-composer .composer-properties .properties-section .properties-section-title {
  background-color: #bebebe;
  color: #ffffff;
  line-height: 20px;
  height: 20px;
  font-weight: bold;
  text-align: center;
}
.bg-composer .composer-properties .properties-section select,
.bg-composer .composer-properties .properties-section textarea {
  width: 100%;
}
.bg-composer .composer-properties .properties-section input:not([type='checkbox']):not([type='radio']) {
  width: 100%;
  min-height: 26px;
}
.bg-composer .composer-properties .properties-section textarea {
  height: 100px;
}
.bg-composer .composer-properties .properties-section input[type='checkbox'],
.bg-composer .composer-properties .properties-section input[type='radio'] {
  position: relative;
  top: 2px;
}
.bg-composer .composer-properties .composer-color-property {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bg-composer .composer-properties .composer-color-property span.add-on {
  position: relative;
  top: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.bg-composer .composer-properties .composer-color-property .removeBox {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 28px;
  border: 1px solid #cccccc;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
.bg-composer .composer-properties .composer-color-property div.color {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bg-composer .composer-properties .composer-color-property .removeBox + .input-append.color input[type='text'],
.bg-composer .composer-properties .composer-color-property .removeBox + .input-prepend.color input[type='text'] {
  width: calc(100% - 26px) !important;
}
.bg-composer .composer-properties .composer-image-select .sfd-file {
  border: 2px dashed #c7f464;
}
.bg-composer .composer-properties .composer-image-select .image-present {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 4px 0;
}
.bg-composer .composer-properties .composer-image-select .image-present .name {
  min-width: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bg-composer .composer-properties .composer-variable-picker .help {
  font-style: italic;
  font-size: 0.9em;
}
.bg-composer .composer-properties .property-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 8px;
}
.bg-composer .composer-properties .property-label {
  min-width: 0%;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-top: 6px;
  padding-right: 6px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
.bg-composer .composer-properties .property-value {
  min-width: 0%;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.bg-composer .composer-properties .property-separator {
  margin: 3px 0;
  border-bottom: 1px solid #bebebe;
}
.bg-composer .composer-snap-indicator {
  position: absolute;
  display: none;
  z-index: 10000;
}
.bg-composer .composer-snap-indicator-x {
  height: 100%;
  top: 0;
  border-right: 1px dotted #c51116;
  width: 0;
}
.bg-composer .composer-snap-indicator-y {
  width: 100%;
  left: 0;
  border-bottom: 1px dotted #c51116;
  height: 0;
}
.bg-composer .composer-margin-indicator.margin-left,
.bg-composer .composer-margin-indicator.margin-right {
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 0;
  z-index: 800;
}
.bg-composer .composer-margin-indicator.margin-top,
.bg-composer .composer-margin-indicator.margin-bottom {
  position: absolute;
  left: -5px;
  right: -5px;
  height: 1px;
  z-index: 800;
}
.bg-composer .composer-margin-indicator.margin-left {
  border-right: 1px dashed #b8b8b8;
}
.bg-composer .composer-margin-indicator.margin-right {
  border-left: 1px dashed #b8b8b8;
}
.bg-composer .composer-margin-indicator.margin-top {
  border-bottom: 1px dashed #b8b8b8;
}
.bg-composer .composer-margin-indicator.margin-bottom {
  border-top: 1px dashed #b8b8b8;
}
.bg-composer .composer-block-appearance {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-composer .composer-block-appearance .composer-map-appearance,
.bg-composer .composer-block-appearance .composer-overview-map-appearance,
.bg-composer .composer-block-appearance .composer-dashboard-appearance,
.bg-composer .composer-block-appearance .composer-applogo-appearance {
  position: relative;
}
.bg-composer .composer-block-appearance .composer-map-appearance .bg,
.bg-composer .composer-block-appearance .composer-overview-map-appearance .bg,
.bg-composer .composer-block-appearance .composer-dashboard-appearance .bg,
.bg-composer .composer-block-appearance .composer-applogo-appearance .bg {
  width: 100%;
  height: 100%;
}
.bg-composer .composer-block-appearance .composer-map-appearance .overview-rect,
.bg-composer .composer-block-appearance .composer-overview-map-appearance .overview-rect,
.bg-composer .composer-block-appearance .composer-dashboard-appearance .overview-rect,
.bg-composer .composer-block-appearance .composer-applogo-appearance .overview-rect {
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  bottom: 25%;
}
.bg-composer .composer-block-appearance .composer-scale-appearance {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg-composer .composer-block-appearance .composer-legend-appearance {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.bg-composer .composer-block-appearance .composer-legend-appearance .legend-column {
  height: 100%;
  overflow: hidden;
  min-width: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bg-composer .composer-block-appearance .composer-legend-appearance .legend-preview-item img {
  height: 90%;
  margin-right: 2px;
}
.bg-composer .composer-block-appearance .composer-legend-appearance .legend-preview-item .legend-label {
  white-space: nowrap;
}
.bg-composer .composer-block-appearance .composer-image-appearance {
  width: 100%;
  height: 100%;
}
.bg-composer .composer-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.bg-composer .composer-icon.attributions {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTAgMy41YzMuNiAwIDYuNSAyLjkgNi41IDYuNXMtMi45IDYuNS02LjUgNi41LTYuNS0yLjktNi41LTYuNVM2LjQgMy41IDEwIDMuNU0xMCAyYy00LjQgMC04IDMuNi04IDhzMy42IDggOCA4IDgtMy42IDgtOC0zLjYtOC04LTh6Ii8+PHBhdGggZmlsbD0iIzMzMzMzMyIgZD0iTTEwIDE0LjNjLTIuMyAwLTQuMy0xLjktNC4zLTQuM3MyLTQuMyA0LjMtNC4zYzEuMSAwIDIuMi40IDMgMS4yLjMuMy4zLjggMCAxLjEtLjMuMy0uOC4zLTEuMSAwLS41LS41LTEuMi0uOC0xLjktLjgtMS41IDAtMi44IDEuMi0yLjggMi44czEuMiAyLjggMi44IDIuOGMuNyAwIDEuNC0uMyAxLjktLjguMy0uMy44LS4zIDEuMSAwIC4zLjMuMy44IDAgMS4xLS44LjctMS45IDEuMi0zIDEuMnoiLz48L3N2Zz4=);
}
.bg-composer .composer-icon.draw {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMiAydjE2aDE2VjJIMnptMTUgMTVIM1YzaDE0djE0eiIvPjwvc3ZnPg==);
}
.bg-composer .composer-icon.image {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTguNSA1Yy4zIDAgLjUuMi41LjV2MTAuOWMwIC4zLS4yLjUtLjUuNWgtMTdjLS4zLjEtLjUtLjEtLjUtLjR2LTExYzAtLjMuMi0uNS41LS41aDE3bTAtMWgtMTdDLjcgNCAwIDQuNyAwIDUuNXYxMC45YzAgLjkuNyAxLjYgMS41IDEuNmgxN2MuOCAwIDEuNS0uNyAxLjUtMS41di0xMWMwLS44LS43LTEuNS0xLjUtMS41ek0xMy43IDJIOS4zYy0uMiAwLS4zLjEtLjMuM1Y0aDVWMi4zYzAtLjItLjEtLjMtLjMtLjN6Ii8+PHBhdGggZmlsbD0iIzMzMzMzMyIgZD0iTTUgNy43YzAgLjItLjEuMy0uMy4zSDIuM2MtLjIgMC0uMy0uMS0uMy0uM1Y2LjNjMC0uMi4xLS4zLjMtLjNoMi40Yy4yIDAgLjMuMS4zLjN2MS40ek0xNC45IDEwLjVjMCAxLjktMS41IDMuNC0zLjQgMy40cy0zLjQtMS41LTMuNC0zLjQgMS41LTMuNCAzLjQtMy40IDMuNCAxLjUgMy40IDMuNE0xMS41IDZDOSA2IDcgOCA3IDEwLjVTOSAxNSAxMS41IDE1czQuNS0yIDQuNS00LjVTMTQgNiAxMS41IDYiLz48Y2lyY2xlIGZpbGw9IiMzMzMzMzMiIGN4PSIxNy41IiBjeT0iNi41IiByPSIuNSIvPjwvc3ZnPg==);
}
.bg-composer .composer-icon.legend {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMyA4YzAgLjYtLjQgMS0xIDFzLTEtLjQtMS0xIC40LTEgMS0xIDEgLjQgMSAxek0xOSA4YzAgLjYtLjQgMS0xIDFINmMtLjYgMC0xLS40LTEtMXMuNC0xIDEtMWgxMmMuNiAwIDEgLjQgMSAxek0zIDEyYzAgLjYtLjQgMS0xIDFzLTEtLjQtMS0xIC40LTEgMS0xIDEgLjQgMSAxek0xOSAxMmMwIC42LS40IDEtMSAxSDZjLS42IDAtMS0uNC0xLTFzLjQtMSAxLTFoMTJjLjYgMCAxIC40IDEgMXpNMyAxNmMwIC42LS40IDEtMSAxcy0xLS40LTEtMSAuNC0xIDEtMSAxIC40IDEgMXpNMTkgMTZjMCAuNi0uNCAxLTEgMUg2Yy0uNiAwLTEtLjQtMS0xcy40LTEgMS0xaDEyYy42IDAgMSAuNCAxIDF6TTMgNGMwIC42LS40IDEtMSAxcy0xLS40LTEtMSAuNC0xIDEtMSAxIC40IDEgMXpNMTkgNGMwIC42LS40IDEtMSAxSDZjLS42IDAtMS0uNC0xLTFzLjQtMSAxLTFoMTJjLjYgMCAxIC40IDEgMXoiLz48L3N2Zz4=);
}
.bg-composer .composer-icon.map {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTAuMSAxQzUuMSAxIDEgNSAxIDkuOWMwIDUgNCA5IDguOSA5LjEgNSAwIDktNCA5LjEtOC45IDAtNS00LTkuMS04LjktOS4xek0xNyAxMS4zYy0uMyAwLTEuMy0yLjEtMS42LTItLjMgMC0uNi40LS45LjEtLjQtLjMtLjctLjUtLjctLjVzLjggMS4yLjkgMS41YzAgLjMtLjggMS40LTEuMSAxLjFzLTEuMy0yLjEtMS4zLTIuMS40IDIuNS43IDIuOGMuNC4zLjkgMCAxIC4yLjIuNC0uOCAxLjEtLjggMS40IDAgLjMuMS42LjEuOSAwIC4zLTEuMyAyLjEtMS42IDIuNS0uMy40LS45LjEtMS4zLS4xLS40LS4zLS44LS44LS44LTEuMiAwLS4zLjItLjcuMi0xIDAtLjMtMS4yLTEuNy0xLjUtMS43LS4zIDAtLjkuNS0xLjIuNS0uMyAwLTEuNy0uNy0xLjgtMSAwLS4zLS4yLTEuNi0uMy0xLjkgMC0uMyAyLjktMiAzLjItMi4xLjMgMCAuNy41IDEgLjVzMS45LS4zIDIuMi0uM2MuMyAwIC4yLS43LS4xLS42cy0uNi4xLS43LS4yYzAtLjMgMS4xLTEuMS44LTEuNC0uNC0uMy0xLjIuOC0xLjUuOS0uMyAwLTEtLjUtMS40LS40LS4zIDAtMS43IDEuNS0yIDEuNi0uMS0uMS0uNS0uMy0uNi0uNiAwLS4zLjQtMS43LjctMS43LjMgMCAyLjItLjMgMi41LS43LjMtLjQuMS0xLjMtLjItMS4zLS4zIDAtMS4xLjgtMS41LjUtLjMtLjIgMS0xLjggMS4zLTEuOHMxLjYtLjIgMS45LS4yYy4xIDAgLjYtLjQgMS4xLS44IDMuNS43IDYuMSAzLjggNi4zIDcuNS0uMi4xLS40LjItLjUuMy0uMy4zLS4yIDEuMy0uNSAxLjN6Ii8+PC9zdmc+);
}
.bg-composer .composer-icon.northarrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTAgNkw1IDE5bDUtMi41IDUgMi41LTUtMTN6bTAgOS40TDYuOSAxNyAxMCA4Ljh2Ni42ek0xMiAuNWMwLS4zLS4yLS41LS41LS41cy0uNS4yLS41LjVWM0w4LjkuMiA4LjguMSA4LjcgMGgtLjEtLjEtLjEtLjEtLjEtLjFMOCAuMWwtLjEuMXY0LjJjLjEuNC4zLjYuNi42cy41LS4yLjUtLjVWMmwyLjEgMi44LjEuMWguMmMuMSAwIC4yIDAgLjMtLjFsLjEtLjEuMS0uMXYtLjEtNHoiLz48L3N2Zz4=);
}
.bg-composer .composer-icon.overview {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTcgM3YxNEgzVjNoMTRtLjUtMWgtMTVjLS4zIDAtLjUuMi0uNS41djE1YzAgLjMuMi41LjUuNWgxNWMuMyAwIC41LS4yLjUtLjV2LTE1YzAtLjMtLjItLjUtLjUtLjV6Ii8+PHBhdGggZmlsbD0iIzMzMzMzMyIgZD0iTTguNiAxMS4zbC0uNC0uMS0uNi0uNEg3bC0uMS4zLS4zLS4xdi0uNGgtLjRsLjEtLjNoLS4ybC0uMi4yLS40LS4zLjEtLjUuNy0uMS4zLjMuMS0uNS4zLS4yLjItLjQuNi0uNWguM2wtLjMtLjItLjItLjEtLjEtLjEuMy0uMUg4bC4zLS4ydi0uMkw4IDcuMmwtLjItLjYtLjIuMy0uMi0uMy0uNS0uMy0uMS41LjIuMy0uMi4zLjEuNC0uMy0uMy0uMS0uMy0uNi0uMi0uMi0uNC40LS41LjMtLjEuMy0uMy0uMS0uNS0uNC40LS40LS44LS4yLjdoLS41bC4yLS4zLS4xLS40LS4xLS40LS42LjEtLjMtLjNoLS40bC0uMi41LjYuM3YuM2wtLjctLjItLjQuMkgzVjdsLjIuMy41LjIuMi41LS4xLjcuNC43LjUuMy4zLjUuMy4yLjEuMmguNGwuMi4yaC4ybC4yLjMuMy4xLS4zLjYuNi43LjUuMy0uMSAxLjYtLjIgMS4yLjMuNGguMmwtLjMtLjVMOSAxMy4ybC40LS4yLjEtLjYuMy0uMlYxMmwtMS4xLS40LS4xLS4zem02LjMgMS40di42bC4yLjIuMS0uMi4yLS43LS4xLS4yLS40LjN6TTYuNyA1LjFsLjMuM3YuNGwuNi43LjEtLjItLjItLjUuMy4xLjItLjEtLjUtLjRWNUw3IDQuNmwtLjEtLjJoLS43bC0uMS41LjIuMmguNHptNC0yLjFINy4zbC0uMS4zLjMuNS41LjEuNC44LjEgMS4yLjUuOC43LS45LjktLjZ2LS44bC4zLS42LS4yLS44em02LjIgMS4zbC0uNS43LS43LjQtLjguMWgtLjNsLS41LS41aC0uN2wtLjIuMy0uNC43LS42LjUtLjEuNC41LjEuNC4ydi4zbC0uNi0uMS0uMi4zLS42LjIuMS4xLjEuNGgtLjNsLS4zLjIuMi40aC41bC4zLS4zLjctLjJzLjIuMy4zLjNsLjYuNC43LjEtLjIuNC0uOS0uMi0uMS4yLS41LS4yLS4xLS41LTEuMy40LS4yLjYtLjQuNS4zLjguNy4yLjctLjEuMy4zLS4xLjMuMy4zLS4zLjYuNiAxLjIuOC0uMi4zLS45LjUtLjUtLjEtLjcuOC0uOUgxNWwtLjUtLjguOC42LjktLjQtLjYtLjRoLjdsLjcuNi4yLjItLjMtNi40eiIvPjwvc3ZnPg==);
}
.bg-composer .composer-icon.page {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTcgMTlWNWwtNC00SDR2MThoMTN6TTUgMThWMmg3djMuNWMwIC4zLjIuNS41LjVIMTZ2MTJINXptOC0xNS44TDE1LjYgNUgxM1YyLjJ6Ii8+PC9zdmc+);
}
.bg-composer .composer-icon.scale {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTcgMTB2Mkgzdi0ySDJ2N2gxNnYtN2gtMXptMCA2aC03di0zaDd2M3pNMi41IDNoLjFzLjQuNC40IDIuNUMzIDcuNyAyLjYgOCAyLjYgOGgtLjJTMiA3LjYgMiA1LjVjMC0yLjIuNC0yLjUuNC0yLjVoLjFtMC0xQzEuNyAyIDEgMi41IDEgNS41UzEuNyA5IDIuNSA5IDQgOC41IDQgNS41IDMuMyAyIDIuNSAyek0xOC41IDNoLjFzLjQuNC40IDIuNWMwIDIuMi0uNCAyLjUtLjQgMi41aC0uMnMtLjQtLjQtLjQtMi41YzAtMi4yLjQtMi41LjQtMi41aC4xbTAtMWMtLjggMC0xLjUuNS0xLjUgMy41UzE3LjcgOSAxOC41IDkgMjAgOC41IDIwIDUuNSAxOS4zIDIgMTguNSAyek0xNiAyLjNjLS4xLS4xLS4xLS4yLS4zLS4zaC0uNGMtLjEgMC0uMS4xLS4yLjFsLTEuNCAxLjRjLS4yLjItLjIuNSAwIC43cy41LjIuNyAwbC42LS41djQuOGMwIC4zLjIuNS41LjVzLjUtLjIuNS0uNXYtNi0uMnoiLz48L3N2Zz4=);
}
.bg-composer .composer-icon.text {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMiAydjMuNWMwIC4zLjIuNS41LjVzLjUtLjIuNS0uNUwzLjUgNEg5djEyLjVsLTIuNS41Yy0uMyAwLS41LjItLjUuNXMuMi41LjUuNWg3Yy4zIDAgLjUtLjIuNS0uNXMtLjItLjUtLjUtLjVsLTIuNS0uNVY0aDUuNWwuNSAxLjVjMCAuMy4yLjUuNS41cy41LS4yLjUtLjVWMkgyeiIvPjwvc3ZnPg==);
}
.bg-composer .composer-icon.dashboard {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGcgaWQ9IkxheWVyXzE2Ij4KICAgIDxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik0xOC41IDE2aC0xN0MuNyAxNiAwIDE1LjMgMCAxNC41di0xMEMwIDMuNy43IDMgMS41IDNoMTdjLjggMCAxLjUuNyAxLjUgMS41djEwYzAgLjgtLjcgMS41LTEuNSAxLjV6TTEuNSA0Yy0uMyAwLS41LjItLjUuNXYxMGMwIC4zLjIuNS41LjVoMTdjLjMgMCAuNS0uMi41LS41di0xMGMwLS4zLS4yLS41LS41LS41aC0xN3pNMTUuNSAxOGgtMTFjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWgxMWMuMyAwIC41LjIuNS41cy0uMi41LS41LjV6Ii8+CiAgICA8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTMuNSA2QzExLjYgNiAxMCA3LjYgMTAgOS41czEuNiAzLjUgMy41IDMuNVMxNyAxMS40IDE3IDkuNSAxNS40IDYgMTMuNSA2em0yLjQgM2gtMi4ybC0xLjYtMS42Yy40LS4yLjktLjQgMS40LS40IDEuMiAwIDIuMi45IDIuNCAyem0tNC45LjVjMC0uNS4yLTEgLjQtMS40TDEzIDkuN3YyLjJjLTEuMS0uMi0yLTEuMi0yLTIuNHptMyAyLjRWMTBoMS45Yy0uMSAxLS45IDEuOC0xLjkgMS45ek03LjUgMTJoLTRjLS4zIDAtLjUtLjItLjUtLjVzLjItLjUuNS0uNWg0Yy4zIDAgLjUuMi41LjVzLS4yLjUtLjUuNXpNNy41IDE0aC00Yy0uMyAwLS41LS4yLS41LS41cy4yLS41LjUtLjVoNGMuMyAwIC41LjIuNS41cy0uMi41LS41LjV6TTMuNSAxMGMtLjMgMC0uNS0uMi0uNS0uNXYtM2MwLS4zLjItLjUuNS0uNXMuNS4yLjUuNXYzYzAgLjMtLjIuNS0uNS41ek01LjUgMTBjLS4zIDAtLjUtLjItLjUtLjV2LTJjMC0uMy4yLS41LjUtLjVzLjUuMi41LjV2MmMwIC4zLS4yLjUtLjUuNXpNNy41IDEwYy0uMyAwLS41LS4yLS41LS41di00YzAtLjMuMi0uNS41LS41cy41LjIuNS41djRjMCAuMy0uMi41LS41LjV6TTggMTZoMXYxSDh6TTExIDE2aDF2MWgtMXoiLz4KICA8L2c+Cjwvc3ZnPgo=);
}
.bg-composer .composer-icon.toc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMSAxdjE4aDE4VjFIMXptMTcgMTdIMlYyaDE2djE2eiIvPjxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik00LjUgMTNoNHYxaC00ek0xMS41IDEzaDR2MWgtNHpNNC41IDExaDR2MWgtNHpNMTEuNSAxMWg0djFoLTR6TTQuNSAxNWg0djFoLTR6TTExLjUgMTVoNHYxaC00ek00LjUgN2g0djFoLTR6TTExLjUgN2g0djFoLTR6TTQuNSA1aDR2MWgtNHpNMTEuNSA1aDR2MWgtNHpNNC41IDloNHYxaC00ek0xMS41IDloNHYxaC00eiIvPjwvc3ZnPg==);
}
.bg-composer .composer-icon.filters {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNMTcgMUgzYy0uNSAwLTEgLjUtMSAxdjNjMCAuNS4zIDEuMy43IDEuN2wzLjYgMy42Yy40LjQuNyAxLjIuNyAxLjd2NmMwIC41LjQuOC44LjRsNC4zLTIuOWMuNS0uMy44LTEgLjgtMS42di0yYzAtLjUuMy0xLjMuNy0xLjdsMy42LTMuNmMuNS0uMy44LTEuMS44LTEuNlYyYzAtLjUtLjUtMS0xLTF6bTAgNGMwIC4zLS4yLjgtLjQgMUwxMyA5LjZjLS42LjYtMSAxLjYtMSAyLjR2MmMwIC4yLS4yLjYtLjQuN0w4IDE3LjFWMTJjMC0uOC0uNC0xLjgtMS0yLjRMMy40IDZjLS4yLS4yLS40LS43LS40LTFWMmgxNHYzeiIvPjwvc3ZnPg==);
}
.bg-composer .composer-icon.applogo {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSIjMzMzMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTQgMTVWNWgydjhoNnYtMkg4VjloNnY2SDR6Ii8+PHBhdGggZD0iTTggN1Y1aDZ2Mkg4ek0xNiAxM2gydjJoLTJ6Ii8+PC9nPjwvc3ZnPg==);
}
.bg-composer .composer-drag-helper {
  position: fixed;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  z-index: 20000;
  color: #ffffff;
  background-color: rgba(199, 244, 100, 0.5);
  border-radius: 0 4px 4px 4px;
  box-shadow: 2px 2px 10px 1px #808080;
}
.bg-composer .composer-grid-background {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(-90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(transparent 3px, transparent 3px, transparent 78px, transparent 78px), linear-gradient(-90deg, transparent 1px, transparent 1px), linear-gradient(-90deg, transparent 3px, transparent 3px, transparent 78px, transparent 78px), linear-gradient(transparent 1px, transparent 1px), transparent;
}
.bg-composer .bt-del-page {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-composer .bt-del-page:before {
  content: "\f23f";
}
.bg-composer .bt-del-block {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-composer .bt-del-block:before {
  content: "\f23f";
}
.bg-composer .bt-del-selection {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-composer .bt-del-selection:before {
  content: "\f23f";
}
.humane-canvas {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 300px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  color: rgba(0, 0, 0, 0.87);
  background-color: #E6E6E6;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 100000;
  pointer-events: none;
  box-shadow: 0 4px 4px -4px #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.humane-canvas.humane-canvas-animate,
.humane-canvas.humane-canvas-js-animate {
  opacity: 0.8;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.humane-canvas.humane-canvas-animate:hover,
.humane-canvas.humane-canvas-js-animate:hover {
  opacity: 1;
}
.humane-canvas.humane-error {
  background-color: #c51116;
  color: #fafafa;
}
.ui-autocomplete {
  z-index: 1500;
}
.ui-autocomplete.ui-widget-content {
  padding: 5px 0;
  max-height: 10em;
  overflow-x: hidden;
  overflow-y: auto;
  color: #556270;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ui-autocomplete .ui-corner-all {
  border-radius: 0;
}
.ui-autocomplete .ui-state-focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
  background: #585858;
  font-weight: normal;
}
.ui-autocomplete .ui-state-focus a {
  color: inherit;
  background-color: inherit;
}
.no-corner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-datepicker {
  background-color: #ffffff;
  padding: 0;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #fafafa;
  color: #424242;
  border-radius: 0;
  border: none;
}
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  width: 27px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  background: none;
  border: none;
  margin: 0;
  top: 2px;
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  width: 27px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
  background: none;
  border: none;
  margin: 0;
  top: 2px;
  right: 2px;
}
.ui-datepicker th {
  font-size: 11px;
  text-transform: uppercase;
  color: #bdbdbd;
}
.ui-datepicker table {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 4px;
}
.ui-datepicker table a {
  text-align: center;
}
.ui-datepicker table .ui-state-default {
  color: #212121 !important;
  background: none !important;
  border-top: 1px solid #e0e0e0 !important;
  border-left: 1px solid #e0e0e0 !important;
  border-bottom: none !important;
  border-right: none !important;
}
.ui-datepicker table .ui-state-disabled {
  border-top: 1px solid #e0e0e0 !important;
  border-left: 1px solid #e0e0e0 !important;
}
.ui-datepicker table .ui-state-active,
.ui-datepicker table .ui-state-hover {
  background: #bdbdbd !important;
  color: #ffffff !important;
  text-shadow: none;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker.ui-widget-content {
  color: #e0e0e0;
  background: none;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 2px 6px rgba(33, 33, 33, 0.54);
}
.ui-datepicker.ui-corner-all {
  border-radius: 0;
}
.acf-search-result-tooltip .map-popup-content {
  margin: 0;
  width: auto !important;
}
.acf-search-result-tooltip .acf-search-tooltip {
  display: table;
}
.acf-search-result-tooltip .extensions-container {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
  background: #ffffff;
}
.acf-search-result-tooltip .extension-launcher {
  display: block;
  color: #585858;
  font-size: 22px;
  margin-top: 8px;
  text-decoration: none;
  cursor: pointer;
}
.acf-search-result-tooltip .extension-launcher:first-child {
  margin-top: 0;
}
.acf-search-result-tooltip .acf-search-tooltip-title {
  display: table-cell;
  padding: 15px 20px;
  min-width: 200px;
  vertical-align: middle;
}
.acf-search-result-tooltip .acf-search-tooltip-title p {
  font-size: 1em;
  font-weight: bold;
  margin-top: 5px;
}
.acf-search-result-tooltip .acf-search-tooltip-title p:first-child {
  font-size: 1.2em;
  margin: 0;
}
.acf-search-result-tooltip .map-popup-close-button {
  margin: 2px;
}
.acf-cluster-content-tooltip ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.acf-cluster-content-tooltip ul a {
  color: #ffffff;
}
.srid-picker {
  display: inline-block;
  width: 300px;
}
.srid-picker .srid-picker-left {
  position: relative;
  z-index: 200;
  width: 100%;
  padding-right: 126px;
  margin-right: -120px;
  display: inline-block;
  box-sizing: border-box;
}
.srid-picker .srid-picker-left.srid-picker-focused {
  z-index: 201;
}
.srid-picker .srid-picker-right {
  display: inline-block;
  position: relative;
  z-index: 201;
}
.srid-picker input {
  box-sizing: border-box;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  width: 100%;
}
.srid-picker .btn {
  padding: 4px 10px 4px 10px;
}
.srid-picker.srid-picker-immediate .srid-picker-left {
  padding-right: 26px;
  margin-right: -24px;
}
.srid-picker.srid-picker-immediate input {
  margin: 0 0 4px 0;
}
.srid-picker ul {
  position: fixed;
}
.srid-picker ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.srid-picker ul li em {
  font-style: normal;
  font-weight: bold;
}
.srid-picker .ui-autocomplete.ui-widget-content {
  max-height: 10em;
  border: 1px solid #ccc;
  border-top-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
  text-align: left;
}
.span-srid-picker {
  height: 30px;
}
.acf-mediabrowser-overlay.is-visible ~ .acf-infosheet-print-dialog {
  z-index: 20000 !important;
}
.print-dialog-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.print-dialog-footer .print-running {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.print-dialog-footer .print-running .indeterminate-progress {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 2px 0;
}
.print-dialog-footer .print-running .indeterminate-progress .progressbar-container {
  margin: 0;
  border-radius: 0;
}
.print-dialog-footer .print-running .btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 15px;
}
.print-dialog p {
  margin: 0;
}
.ui-dialog .print-dialog {
  padding: 0;
}
.print-dialog form {
  padding-top: 10px;
  height: calc(100% - 50px);
  overflow: auto;
}
.print-dialog .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 0 10px 0;
}
.print-dialog .control-label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.print-dialog .input-group-addon {
  border-radius: 0;
}
.print-dialog .form-control {
  padding: 0 4px;
  border-radius: 0;
}
.print-dialog .print-dialog-form-value label {
  margin-top: 5px;
}
.print-dialog .selected-template {
  padding-top: 7px;
}
.print-dialog .print-dialog-scale > .print-dialog-form-value > label {
  display: block;
}
.print-dialog .print-dialog-scale .preserve-extent-label {
  margin-top: 8px;
}
.print-dialog .print-dialog-scale .input-group-container {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: -12px;
  font-weight: normal;
}
.print-dialog .print-dialog-scale .input-group {
  width: 180px;
}
.print-dialog .print-dialog-scale .input-radio-container {
  margin: 5px 0;
}
.print-dialog .print-dialog-scale .control-label {
  margin-top: 5px;
}
.print-dialog .print-dialog-options .print-dialog-form-value label {
  margin-right: 20px;
  margin-top: 7px;
}
.print-dialog .print-dialog-scale input[type='radio'],
.print-dialog .print-dialog-options input[type='checkbox'] {
  position: relative;
  bottom: -2px;
}
.print-dialog input.ng-invalid {
  border-color: #c51116;
  border-width: 1px;
}
.print-dialog .error-feedback {
  line-height: 32px;
  font-weight: bold;
  color: #c51116;
}
.print-dialog .print-dialog-empty-value {
  display: inline-block;
  margin-top: 7px;
  font-style: italic;
  font-size: 14px;
}
.print-dialog .tpl-action {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: normal;
  font-family: inherit;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: 0;
}
body:not(.touch) .print-dialog .tpl-action:hover {
  color: rgba(0, 0, 0, 0.38);
}
body.touch .print-dialog .tpl-action:active {
  color: rgba(0, 0, 0, 0.38);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.print-dialog .tpl-name + .label {
  margin-left: 4px;
}
.print-dialog.ui-dialog-collapsed + .print-dialog-footer {
  display: none;
}
.print-dialog .search-filters {
  background-color: #eeeeee;
  padding: 5px 0;
}
.print-template-list.simple-carousel {
  position: relative;
  visibility: hidden;
}
.print-template-list.simple-carousel.simple-carousel-visible {
  visibility: visible;
}
.print-template-list.simple-carousel .simple-carousel-container {
  overflow: hidden;
  background: #eeeeee;
}
.print-template-list.simple-carousel .simple-carousel-arrow {
  display: block;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.54);
  color: #ffffff;
}
body:not(.touch) .print-template-list.simple-carousel .simple-carousel-arrow:hover {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.54);
}
body.touch .print-template-list.simple-carousel .simple-carousel-arrow:active {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.print-template-list.simple-carousel.simple-carousel-no-scroll {
  display: block;
}
.print-template-list.simple-carousel.simple-carousel-no-scroll .simple-carousel-container {
  margin: 0;
}
.print-template-list.simple-carousel .simple-carousel-container {
  width: calc(100% - 40px );
  height: 92px;
  margin: 0 20px;
}
.print-template-list.simple-carousel .simple-carousel-arrow {
  top: 0;
  line-height: 92px;
  height: 92px;
  width: 20px;
}
.print-template-list.simple-carousel .simple-carousel-arrow-min {
  inset-inline-start: 0;
}
.print-template-list.simple-carousel .simple-carousel-arrow-max {
  inset-inline-end: 0;
}
.print-template-list.simple-carousel.simple-carousel-no-scroll {
  width: auto;
}
.print-template-list.simple-carousel.simple-carousel-no-scroll .simple-carousel-container {
  width: auto;
}
.print-template-list.simple-carousel .simple-carousel-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: calc(99%);
  margin: 0;
}
.print-template-list .template {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 92px;
  border: 2px solid transparent;
  background-color: #eeeeee;
  cursor: pointer;
}
.print-template-list .template img {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 4px 8px;
  max-height: 80px;
}
.print-template-list .template:not(.disabled):hover,
.print-template-list .template.active {
  background-color: #fafafa;
}
.print-template-list .template.disabled,
.print-template-list .template.active {
  cursor: default;
}
.print-template-list .template.active {
  border: 2px solid #585858;
}
.print-dashboards-list {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 4px solid #f5f5f5;
}
.print-dashboards-list .print-dashboards-group {
  margin-top: 6px;
  padding: 2px 6px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
}
.print-dashboards-list .print-dashboards-element {
  padding: 2px 6px;
  cursor: pointer;
}
body:not(.touch) .print-dashboards-list .print-dashboards-element:hover {
  background-color: #fafafa;
}
body.touch .print-dashboards-list .print-dashboards-element:active {
  background-color: #fafafa;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.print-dashboards-list .print-dashboards-element.from-group {
  margin-left: 6px;
}
.print-dashboards-list .print-dashboards-element.checked {
  font-weight: bold;
}
.print-dashboards-list .print-dashboards-element:not(.checked) {
  color: rgba(0, 0, 0, 0.38);
  text-decoration: line-through;
}
.print-dashboards-list .print-dashboards-group,
.print-dashboards-list .print-dashboards-element {
  padding: 2px 6px;
}
.print-dashboards-list .checkmark {
  position: relative;
  top: -1px;
  margin-left: 2px;
  color: #585858;
  font-size: 12px;
}
.print-errors-dialog {
  padding-bottom: 50px !important;
}
.print-errors-dialog .error {
  padding: 5px;
  background-color: #eeeeee;
  border: 1px solid #9e9e9e;
  margin: 10px 0;
}
.print-errors-dialog .error .display-details {
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
}
.print-errors-dialog .error .error-details {
  color: #c51116;
}
.acf-statistic-print-dialog .print-dialog {
  padding: 0 !important;
}
.acf-statistic-print-dialog .print-dialog > form {
  margin: 10px 20px;
}
.acf-statistic-print-dialog .custom-size-group {
  width: 150px;
}
.acf-statistic-print-dialog .custom-size-group.opacity-disabled {
  opacity: 0.5;
}
.acf-statistic-print-dialog .refresh-values-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-statistic-print-dialog .refresh-values-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 15px;
  padding-left: 10px;
}
.acf-statistic-print-dialog .refresh-values-button .icon_refresh {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  height: 2.5em;
  width: 2.5em;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 8px;
}
.acf-statistic-print-dialog .error-feedback {
  font-size: 12px;
  line-height: 1;
}
.custom-dialog .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}
.custom-dialog .dialog-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.custom-dialog .dialog-body {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
.custom-dialog .dialog-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  text-align: end;
  gap: 8px;
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.custom-dialog .dialog-footer .alert {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.export-dialog .form-horizontal {
  padding: 30px 0;
}
.export-dialog .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.export-dialog .form-group:last-of-type {
  margin-bottom: 0;
}
.export-dialog .form-group.export-attributes {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.export-dialog .form-group.export-attributes .btn--reset-fields {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 !important;
}
.export-dialog .form-group.export-attributes .table.export-table {
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
}
.export-dialog .form-group.export-attributes .table.export-table .col-checkbox {
  width: 1px;
  text-align: center;
}
.export-dialog .form-group.export-attributes .table.export-table .col-checkbox--export {
  padding-top: ;
  padding-left: 8px;
  padding-bottom: ;
  padding-right: 16px;
  padding-block-start: ;
  padding-inline-start: 8px;
  padding-block-end: ;
  padding-inline-end: 16px;
}
.export-dialog .form-group.export-attributes .table.export-table tbody tr {
  cursor: pointer;
}
.export-dialog .form-group.export-attributes .table.export-table tbody tr:not(:hover) {
  background-color: #fafafa;
}
.export-dialog .form-group.export-attributes .table.export-table thead th {
  text-align: left;
  text-align: start;
}
.export-dialog .form-group.export-attributes .table.export-table thead th a {
  padding: 4px 12px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  text-decoration: none;
  border-radius: 2px;
}
body:not(.touch) .export-dialog .form-group.export-attributes .table.export-table thead th a:hover {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: underline;
  background-color: rgba(117, 117, 117, 0.05);
}
body.touch .export-dialog .form-group.export-attributes .table.export-table thead th a:active {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: underline;
  background-color: rgba(117, 117, 117, 0.05);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.export-dialog .control-value {
  margin-top: 5px;
}
.export-dialog .control-value .control-value-static {
  margin-top: 4px;
  line-height: normal;
}
.export-dialog .control-value button,
.export-dialog .control-value input,
.export-dialog .control-value optgroup,
.export-dialog .control-value select,
.export-dialog .control-value textarea {
  max-width: 100%;
}
.export-dialog .acf-selection-filter-bar {
  margin-top: -8px;
}
.export-dialog .acf-selection-filter-bar .togglebar-container {
  border: 1px solid #eeeeee;
}
.export-dialog .acf-selection-filter-bar .togglebar-container .single-toggle {
  border-bottom-color: #eeeeee;
}
.export-dialog .acf-selection-filter-bar .togglebar-container .single-toggle:not(.active) {
  color: inherit;
  background-color: transparent;
}
.export-dialog .acf-selection-filter-bar .reversefilter-container {
  padding-top: 4px;
}
.export-dialog .acf-selection-filter-bar .reversefilter-btn {
  background-color: #f5f5f5;
}
.export-dialog .progressbar-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}
.modal-dialog.search-filter-save-dialog .modal-content .modal-body {
  padding: 40px 92px 0 80px !important;
}
.modal-dialog.search-filter-save-dialog .filter-edit-intro {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
  font-size: medium;
  font-weight: bold;
}
.modal-dialog.search-filter-save-dialog .new-filter-form .form-error {
  font-size: 12px;
  font-weight: bold;
  color: #c51116;
  float: left;
}
.modal-dialog.search-filter-save-dialog .new-filter-form label {
  display: block;
  color: rgba(0, 0, 0, 0.54);
}
.modal-dialog.search-filter-save-dialog .new-filter-form input {
  display: block;
  width: 100%;
}
.ui-dialog .print-template-edit-dialog {
  padding: 0;
  overflow: hidden;
}
.print-template-edit-dialog .tpl-name-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  height: 50px;
}
.print-template-edit-dialog .tpl-name-input .lbl-tplname {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 12px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.print-template-edit-dialog .tpl-name-input input[type='text'] {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 4px 8px;
  background-color: rgba(117, 117, 117, 0.15);
  border: none;
  outline: none;
}
.print-template-edit-dialog .tpl-name-input input[type='text']:focus {
  background-color: rgba(117, 117, 117, 0.2);
}
.print-template-edit-dialog input.ng-invalid {
  border-color: #c51116;
  border-width: 1px;
}
.print-template-edit-dialog .bg-composer {
  height: calc(100% - 100px);
}
.print-template-edit-dialog .bg-composer .composer-properties-container {
  overflow-x: hidden;
}
.print-template-edit-dialog .bg-composer .property-element .property-label {
  padding-top: 4px;
  color: rgba(0, 0, 0, 0.54);
}
.print-template-edit-dialog .bg-composer .composer-color-property .removeBox {
  height: 26px;
}
.print-template-edit-dialog .bg-composer .composer-color-property .add-on {
  display: inline-block;
  margin-left: -4px;
  padding: 2px 3px;
  background-color: #ececec;
  border: 1px solid #ccc;
}
.print-template-edit-dialog .bg-composer select {
  padding: 2px 0;
}
.print-template-edit-dialog .bg-composer input[type='text'],
.print-template-edit-dialog .bg-composer input[type='password'],
.print-template-edit-dialog .bg-composer input[type='datetime'],
.print-template-edit-dialog .bg-composer input[type='datetime-local'],
.print-template-edit-dialog .bg-composer input[type='date'],
.print-template-edit-dialog .bg-composer input[type='month'],
.print-template-edit-dialog .bg-composer input[type='time'],
.print-template-edit-dialog .bg-composer input[type='week'],
.print-template-edit-dialog .bg-composer input[type='number'],
.print-template-edit-dialog .bg-composer input[type='email'],
.print-template-edit-dialog .bg-composer input[type='url'],
.print-template-edit-dialog .bg-composer input[type='search'],
.print-template-edit-dialog .bg-composer input[type='tel'] {
  padding: 0 4px;
}
.print-template-edit-dialog.ui-dialog-collapsed + .print-dialog-footer {
  display: none;
}
.ui-widget-overlay {
  background: none;
  background-color: rgba(117, 117, 117, 0.25);
}
body .colorpicker {
  z-index: 20000;
}
.modal-dialog.modal-flex {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  inset-block-start: 50%;
  inset-inline-start: 0%;
  inset-inline-end: auto;
  inset-block-end: auto;
  transform: translate(0%, -50%);
  width: 90%;
  margin-top: 0px !important;
  margin-left: 5% !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  margin-block-start: 0px !important;
  margin-inline-start: 5% !important;
  margin-block-end: 0px !important;
  margin-inline-end: 0px !important;
}
.modal-dialog.modal-flex .modal-content {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.modal-dialog.modal-flex .modal-content .modal-body {
  overflow: auto;
  padding-top: 40px !important;
  padding-left: 40px !important;
  padding-bottom: 0px !important;
  padding-right: 40px !important;
  padding-block-start: 40px !important;
  padding-inline-start: 40px !important;
  padding-block-end: 0px !important;
  padding-inline-end: 40px !important;
}
.modal-dialog.modal-flex .modal-content .modal-body * {
  word-wrap: break-word;
}
.modal-dialog.modal-flex .modal-content .modal-body p {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal-dialog.modal-flex .modal-header,
.modal-dialog.modal-flex .modal-footer {
  flex: 0 0 auto;
}
ul.chart-tooltip {
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.chart-tooltip li {
  white-space: nowrap;
  list-style-type: none;
  padding-left: 0;
}
ul.chart-tooltip li:not(:last-of-type) {
  margin-bottom: 2px;
}
ul.chart-tooltip li span.color-preview {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid;
}
.acf-numeric-slider-spinner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.acf-numeric-slider-spinner .slider-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 80px;
  max-width: 220px;
}
.acf-numeric-slider-spinner .delimiter {
  min-width: 0%;
  -webkit-flex: 0 0 8px;
  -moz-flex: 0 0 8px;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
}
.acf-numeric-slider-spinner .spinner-container {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-numeric-slider-spinner.opacity-property .slider-container {
  border: none;
  border-radius: 0;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAAUCAYAAADm4VNYAAAACXBIWXMAAAsSAAALEgHS3X78AAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACv5JREFUeNrMXGtvVMkRPWfMSxsUJ7AgRBYJhAiCDY///xvMQ0KIIEBWVllLQVkrS5AHezx98qFfVX37zsMe41jyMr73dnV13zpV1adqloo/AAD7b/784sULhBAgAWS9l+8/f/7cXSsyIEDAy5cvu3Lz5ydPngzHmr/fvHnTl58+P3r0CJKSjhr8vnv396hNCFAjWxIePHgAAHU8EJ9N9z98+JCuCwrDddy9exchhCIDEEKIaxeE3d3durcSQhoHAEHCnZ9+asZn+XHPf/31n4hDh3sDALdu3Yoys+xmfZ8//wvxUSFPndd54/qPcV1priwzKAAC9vf3o7w0hmSRIwB/2t5GUACFsq4oJ67jy5cvZa15P+zfs+MZtre33X0lIZIwnU6LHbkfASBw+fJlY7fxYvwc9Tw6OkIxXHufBARcuLgFljEo+5T/G+bzKEvKQ/LU8XcySfLSjCHKjjoTQIjymdcHXEC7lhHDrps5vO+MPcsx17xBJ2NM4+bzeXmuB5rj42M/PhtVujabzRBCKPftPUmYzY6Mbn5uADg6OoQEzOfz7noODw/9vhTgRcObTqdO36DggHl4eOjmbfd1Oj1AmCe5HYcx/XZYDNAaV34XBwcHzujbOb59O6pGZO4BwMH0IF3LgAzV8IW4djmYGKMUptNLaVwGotfx6OjIYCQaIVmBT7Lsb3VKxcYxm82MiddnGD0/JhMWcMEAJ2sYbYfpieww0mcQ8+McRPqAzjZCMjrRCB+IjI8keyOAkNGYd4txvUEClZ5nAzgNZu5fGwPoWJQa/YU37gKaBmBj0QuIQLFgsWPi7xwSnGwP6PlgjhBCAVaWnSNXO//x7LiAxUaqql986SFEYw6KsjNAZrPjdC9HPxV9AWA+m5UI02YhSEbZ6mQj5fF8BiIbjImuIeA4yzbRPxpuKLrbqOhsgtGg04gkvwIyRohQopqyDabnQWJra8vsLzy4sxNkhky9ERRl1cwr6ZyiV12Hii5EjcIx6gRIE4RQQVf/jU7EZnVp5uoNkr45sgnRmWQHoFD1jmAHBGKCc/zhGIgXQ3y9SbRJbTsOiVqyHlajo8Ylsa+vyMbg4KPGOhuRPXwBDxvFs9GovyIN1SVshIgRoDj4JoWMZmkh2DhuNBGi6+BZIkZJ7jKwjLpxqSYyus9mdta3VOSoQsU/zWagbECswpTAxuELnnwXBK0JBm5yEvJka1HPuHkibFN0unefS89ooK9GgcVymlikGUtahAZoWbLKM1k5Lt36PCYFO5+LdXaFHcMfrsVsjpq/YVJfto6kBQMcaFuAM0VN5rQww4q03mGwVu8DVFLVCk0/nxoQbh5wwrn8LMSUNiRT6CT7qzmDaiAafa6ASifbdC3VSN1IyZNul3rRmjXiE90omt2DxC7oxHGnxBQ0qJG1s4u3BXvur9PMqhygRJ980Mbymn24iMqcmSR3VvyizjelBDeD6UU4EDflO9g3Ai031+xFrS1yFOBaeYvWWpvY+lzzQc0pSUs3hXYDTFpW9kOd5ZiFjznJMr5sVo2kJfBQncS2uSwTmRpF1EzYpoQkXdQqYlkjn5xFJCYzR1tVIsce+QiCOzs7ag/bNs+3tH/L4gHAq1evFpImT58+XUiMjNH++bnHjx8vHP/u3bsuIRIUSwEPHvwVgDBP5IkaWR8/fhyQNLY8cO/evXI4j/S512F3d7dLVmTD/cvt244EyaWDfG1vb8/R+ZbUAICbN2+6v0PD/n7+/LnOF5RecCiE2bXr1yMhU5jVuk/7+/ueeXSkA7C9/cekm2FHkwUJwH+/fBkwhDHFjHJ++MMPQFClxavlRQb5aFZY6DYrlYQrV64UMEjKHGHRf3Y0S5mkCr1vCZALFy56RiQzJGmi+XF6FymXpvMKwtZkkthFA1nVbCGTKEU3+nhJwJQTIlt5+gh30jPSWaev3kGac9TJJuAqyRYbu9FqYYjrLo7LrptUR1owzp//3Bkmy2nSsjZa29SQBhJSjnbs1tE4uiD/4mgu5XTVArdNCodRTyYNYjdLYLEPOgKljJBMJiBz/qWLlPTJtYueTBOdHnA6n4PbUjummvRIa2Ww7LCFWgOjy/iHwfmN69BGXKpHa5SgvNPRcLHsnTE53IeF68jaMRV8HYvLkeVpyCYqn/Vy2tqel3pnuF7KzPoi7P2UYtPxkKq2laMa65ojaDiejjujpLcdxuzifM9wZ3j8OzEZMPa81jxypkqnVvAWXA6hlZycJQ8qsc3ytxqPwLFYpwVTydP25LBMokHUGRJDGgE13RmvH2nzmtR7WTagqaH2xcF5slBJrO+FrbyeH1ImRVj5NDbOx0b/VC+cnN7w/89TSpti6OwA3p1eI1G1CZ8rEaArRBmiF7XyRw2AU5h3tbWpmh2wJf0bxqUlWCiTB6otG9ToQC17lz7qDkoB5iKtLbavmTYqyWcr8kcGscP4kqMpjCxH21RdSOPRTHvZ5PR2r+8Ppl7ON2p+2pBKWgGMrQflaAXtNID25zKi7+ib6+KgSNCifMCcigOSEaLrfOmMcrk02ecHtazroeX6e+fABiAypQom9lSN7u2ZvNTh5ClUG41Je4KznTOG3zTlAza9q1mRzXSanEWAW+ncw9UAog0psSBA9gyKQqWKB1mZTlm+YBd87KR+bi764q8nWUyYlYlE1CC7omHuxlWzrV7s3Rolm1wEZUf3Jq+yaajDq3xa2tYCu4RNbp0ROzmlId9cuE+RlX5uNmdjYiOkyfmklEsDXO8UR61h0jrVOUtsWbMlmq6TUq7wuRohxzdM9Z46qWqb6tIBSQOx7MrukBsL3h9HgDsgsToolauRDbW2hKUgpx+z28nlM8JEu+rcciAkmz4dqcOE1hRXNaJKvTpSvrazszNoXLX3nz17Nqhh2edev3492rwMAT//7eeFzctv3771dbimZvXw4cOFzcvv37938trn7t+/v7B5+dOnT3VM8F39AHDnzh03rp3rH7/84vTNTcxZzu3bt11jc9u8vLe3F196W+NLXf43bvy4sHn537/9VupYpRsfcR+vXfuzm6t+PSca0e+//wd1iLcBkrh69ar7Ok3JLdLHr1+/NmmtARCBra0LuHjxYiVSKJT+YADfptNK+KQ5c+M0BFy6dMkzwjaeSZgdz2H7SWS8EQFsbW25ul/94kEkaeaap284tGexJGYyqe1doiNFCdPIjNplulGW8nvEOn4nnQZ1u5FgtewM2+vgWMQxDlqeyPFowFXW4SgPl/q07BvJ8fLAGFmJthRCy+o32xdB0+v+FNXdmN57KD2kntJ0dTPRNxe7zZI5nNm02rJIrM/Jvn8NsyAWFsg4HbTF8vizUcCtTb3z7Gt4OiHktCIby5HaSxd2C+xYHEtll0F0Ncci0aRn9CYzaBTmUqfF5cexTgN4ZeeH5QY258p2X0zM6FHwqN/LYKfkIfmitFol6I8caovYTcZI+gbuNh92LW4mq99wHe6cSgRrnMVOvJSx2heXuxwOQlLHDYijDkI8xW5zMLWjsik0TZ7GjWt8Xc7G2GM+Vc9EbclB/aYXdc6GhUWkbyag6V2kKwyo/4XSxiI4+IaBDf1Gok0hzXlOsF8B92ulr4UUAm0znSaninE88zl0YiegjhydgLyxKVxlATXGnHD1OaTlu9JS5hrUqZoILI0yhj1H5v8XCDLEC10HDRsAtovK9cJCwdO/P+cTVCU6JnakkdwnITIdK/JstiVqxASwekOmrsrG4wgqZ8OWBcsprQT8bwAip39G5SKUoQAAAABJRU5ErkJggg==);
}
.acf-numeric-slider-spinner.opacity-property .slider-container .ui-slider-handle {
  top: -4px;
  border: none;
  padding: 0;
  margin: 0 0 0 -3px;
  height: 26px;
  width: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAaCAYAAAB7GkaWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyNDdhZWQ1ZC00N2Y1LTExZTEtYjk2YS1lYmEwM2EwOGFiZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTkwRjQ4Qjc3NUZDMTFFMjkzQkQ5Nzg3RUJFNjcxNTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTkwRjQ4QjY3NUZDMTFFMjkzQkQ5Nzg3RUJFNjcxNTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUU5NEE2NURFRDc0RTIxMUIyNDQ5OTBERkJFOTE1NUYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyNDdhZWQ1ZC00N2Y1LTExZTEtYjk2YS1lYmEwM2EwOGFiZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7OuGNOAAAAPUlEQVR42mJMSkr6z4ADMAExIw45RiYYA10CppMBTQEjsrEM+OwclRyVRJX8j0bDJdHT7n+YJK5E/R8gwACllQhZMmh6fQAAAABJRU5ErkJggg==);
  cursor: pointer;
}
.ui-spinner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
}
.ui-spinner .ui-spinner-button,
.ui-spinner .ui-icon,
.ui-spinner .ui-spinner-input,
.ui-spinner .ui-button-text {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.ui-spinner .ui-button-text {
  display: none !important;
}
.ui-spinner .ui-spinner-down,
.ui-spinner .ui-spinner-up {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 20px;
  cursor: pointer;
}
.ui-spinner .ui-spinner-down {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  margin-right: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH3QgCCC06EDj0/gAAAGtJREFUCNddy7EJAjEYhuHnwq0gCMJtkm1SHTiBla3VgSAE3ObfIQMIVoIz2CQifuXz8k21VmM55wNO8x/cUFKHBVeUiHhNrbUFW4c3zLhjHQAJBZec8+6LEfHAEXWEBBHx/An7NC49rDh/APHdJNQ+CYO1AAAAAElFTkSuQmCC) no-repeat scroll center center #616161;
}
.ui-spinner .ui-spinner-up {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  margin-left: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH3QgCCRAd3hhjHAAAAHBJREFUCNdNzLEJAlEQBNCnXAuCIFwn281FgqmpGJgYCcKBYDfTw+9AEARrMPGLG76Z2UVrbcYpycP3ljhgrqrND5O8MOFaVWNv+gsuVTUu+yTJG3vcf1hVK5wxDX9wwy7JY9FaW2PuAAOO2CZ59lcfFGUorufNZ2wAAAAASUVORK5CYII=) no-repeat scroll center center #616161;
}
.ui-spinner .ui-spinner-input {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  color: rgba(255, 255, 255, 0.7);
  background-color: #616161;
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
.acf-media-carousel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.acf-media-carousel .carousel-image-container {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 20px 60px;
  background-color: rgba(0, 0, 0, 0.12);
  height: 350px;
  position: relative;
}
.acf-media-carousel .carousel-image-container .acf-media-viewer {
  min-width: 0%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
  height: 100%;
}
.acf-media-carousel .carousel-image-container .carousel-main-arrow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1% 2%;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.38);
  opacity: 0.5;
  cursor: pointer;
}
.acf-media-carousel .carousel-image-container .carousel-main-arrow:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.12);
}
.acf-media-carousel .carousel-image-container .carousel-main-arrow.arrow-left {
  left: 0;
}
.acf-media-carousel .carousel-image-container .carousel-main-arrow.arrow-left .inner-arrow:before {
  content: "\f122";
}
.acf-media-carousel .carousel-image-container .carousel-main-arrow.arrow-right {
  right: 0;
}
.acf-media-carousel .carousel-image-container .carousel-main-arrow.arrow-right .inner-arrow:before {
  content: "\f124";
}
.acf-media-carousel .carousel-image-container .carousel-main-arrow .inner-arrow {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-media-carousel .carousel-thumblist {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.acf-media-carousel .carousel-thumblist .simple-carousel-arrow {
  -webkit-touch-callout: none;
  -webkit-touch-callout: none;/* iOS Safari */
  -webkit-user-select: none;/* Chrome/Safari/Opera */
  -khtml-user-select: none;/* Konqueror */
  -moz-user-select: none;/* Firefox */
  -ms-user-select: none;/* Internet Explorer/Edge */
  user-select: none;/* Non-prefixed version, currently not supported by any browser */
  /* source: http://stackoverflow.com/a/4407335 */
  position: absolute;
  top: 0;
  padding: 0 6px;
  cursor: pointer;
  font-size: 16px;
  color: #424242;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 60px;
  z-index: 1;
}
.acf-media-carousel .carousel-thumblist .simple-carousel-arrow-min {
  left: 0;
}
.acf-media-carousel .carousel-thumblist .simple-carousel-arrow-max {
  right: 0;
}
.acf-media-carousel .carousel-thumblist-inner {
  overflow: hidden;
  background-color: #616161;
}
.acf-media-carousel .carousel-thumblist-inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.acf-media-carousel .carousel-thumblist-inner ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-width: 0%;
  -webkit-flex: 0 0 60px;
  -moz-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  padding: 2px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.65;
  background-color: transparent;
}
.acf-media-carousel .carousel-thumblist-inner ul li:active,
.acf-media-carousel .carousel-thumblist-inner ul li.element-selected {
  opacity: 1;
  background-color: #eeeeee;
}
.acf-media-carousel .carousel-thumblist-inner ul li .img-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 56px;
  height: 56px;
}
.acf-media-carousel .carousel-thumblist-inner ul li .img-wrapper img {
  display: block;
  margin: auto;
  max-width: 56px;
  max-height: 56px;
}
.acf-media-viewer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.acf-media-viewer .media-image,
.acf-media-viewer .media-video {
  max-width: 100%;
  max-height: 100%;
}
.acf-media-viewer .media-infos {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8px;
}
.acf-media-viewer .media-infos .title {
  font-size: 13px;
}
.acf-media-viewer .media-infos .filename {
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  font-weight: bold;
}
.bg-simple-file-drop {
  border: 2px dashed rgba(0, 0, 0, 0.38);
}
.bg-simple-file-drop.is-dragover {
  border-color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.12);
}
.bg-simple-file-drop.is-drag-forbidden {
  border-color: #c51116 !important;
}
.tableview-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.tableview-container .header-bar,
.tableview-container .footer-bar {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .content-container {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .header-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  position: relative;
  height: 32px;
  text-align: center;
  z-index: 3;
}
.tableview-container .header-bar .edit-bar-container,
.tableview-container .header-bar .tools-icon-container {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .header-bar .title-label-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .header-bar .tools-icon-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  z-index: 1;
}
.tableview-container .header-bar .tools-icon-container .tools-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
body:not(.touch) .tableview-container .header-bar .tools-icon-container .tools-icon:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .tableview-container .header-bar .tools-icon-container .tools-icon:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .header-bar .tools-icon-container .tools-icon.active {
  color: #ffffff;
  background-color: #585858;
}
.tableview-container .header-bar .tools-icon-container .tools-icon.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.tableview-container .header-bar .tools-icon-container .tools-icon-options {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #33b573;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  padding-right: 3px;
  font-size: 18px;
}
body:not(.touch) .tableview-container .header-bar .tools-icon-container .tools-icon-options:hover {
  color: #33b573;
  background-color: #ffffff;
}
body.touch .tableview-container .header-bar .tools-icon-container .tools-icon-options:active {
  color: #33b573;
  background-color: #ffffff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .header-bar .tools-icon-container .tools-icon-options.active {
  color: #ffffff;
  background-color: #585858;
}
.tableview-container .header-bar .tools-icon-container .tools-icon-options:before {
  content: "\f207";
}
.tableview-container .header-bar .edit-bar-container {
  z-index: 1;
}
.tableview-container .header-bar .edit-bar-container .main-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  padding: 0 10px;
}
body:not(.touch) .tableview-container .header-bar .edit-bar-container .main-button:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .tableview-container .header-bar .edit-bar-container .main-button:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .header-bar .edit-bar-container .edition-start .main-btn-label {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
}
.tableview-container .header-bar .edit-bar-container .edition-start .main-btn-icon {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.tableview-container .header-bar .edit-bar-container .edition-start .start-icon {
  margin-right: 0;
  margin-left: 6px;
  font-size: 12px;
}
.tableview-container .header-bar .edit-bar-container .edition-start .start-icon:before {
  content: "\f193";
}
.tableview-container .header-bar .edit-bar-container .edition-stop {
  color: rgba(0, 0, 0, 0.54) !important;
  background-color: #e0e0e0 !important;
}
body:not(.touch) .tableview-container .header-bar .edit-bar-container .edition-stop:hover {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #e0e0e0 !important;
}
body.touch .tableview-container .header-bar .edit-bar-container .edition-stop:active {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #e0e0e0 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .header-bar .edit-bar-container .edition-stop .stop-icon {
  font-size: 13px;
}
.tableview-container .header-bar .edit-bar-container .edition-stop .stop-icon:before {
  content: "\f10d";
}
.tableview-container .header-bar .title-label-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 32px;
}
.tableview-container .header-bar .title-label-container .header-bar-title {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.tableview-container .header-bar .title-label-container .header-bar-count {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ffffff;
  background-color: #585858;
  margin: 0 6px;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 11px;
  min-width: 23px;
}
.bottom-panel.with-tabs .sourcetable-extension .tableview-container .header-bar {
  color: #ffffff;
  background-color: #597181;
}
.bottom-panel.with-tabs .sourcetable-extension .tableview-container .title-label-container {
  padding: 6px 0;
}
.bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon-options {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #597181;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
body:not(.touch) .bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon-options:hover {
  color: #597181;
  background-color: #ffffff;
}
body.touch .bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon-options:active {
  color: #597181;
  background-color: #ffffff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon-options.active {
  color: #ffffff;
  background-color: #585858;
}
.bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #597181;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
body:not(.touch) .bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon:hover {
  color: #597181;
  background-color: #ffffff;
}
body.touch .bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon:active {
  color: #597181;
  background-color: #ffffff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel.with-tabs .sourcetable-extension .tableview-container .tools-icon.active {
  color: #ffffff;
  background-color: #585858;
}
.bottom-panel.with-tabs .sourcetable-extension .tableview-container .main-button {
  color: #ffffff;
  background-color: #597181;
}
body:not(.touch) .bottom-panel.with-tabs .sourcetable-extension .tableview-container .main-button:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .bottom-panel.with-tabs .sourcetable-extension .tableview-container .main-button:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .content-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #c1cfd9;
}
.tableview-container .content-container .source-menu-wrapper {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .content-container .table-wrapper {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .content-container .side-edition-container {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  min-width: 275px;
}
.tableview-container .content-container .table-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tableview-container .content-container .table-wrapper .table-sub-wrapper {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .content-container .table-wrapper .pagination-container {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .content-container .pagination-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tableview-container .content-container .pagination-container .pagination-tpl,
.tableview-container .content-container .pagination-container .refresh-btn,
.tableview-container .content-container .pagination-container .delete-btn,
.tableview-container .content-container .pagination-container .togglelayout-btn,
.tableview-container .content-container .pagination-container .closebottompanel-btn,
.tableview-container .content-container .pagination-container .edition-actions {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .content-container .pagination-container .filler-div {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .content-container .filler-div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tableview-container .content-container .edition-actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tableview-container .content-container .edition-actions .main-button {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .content-container .table-sub-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tableview-container .content-container .table-sub-wrapper .source-table {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .source-menu-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafafa;
  width: 24%;
  max-width: 320px;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.65);
  z-index: 2;
}
.tableview-container .source-menu-wrapper .source-menu-list {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .source-menu-wrapper .source-menu-togglelayout,
.tableview-container .source-menu-wrapper .source-menu-filter {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .source-menu-wrapper .source-menu-list {
  overflow-y: auto;
}
.tableview-container .source-menu-wrapper .source-menu-item-wrapper {
  border-bottom: 1px solid #e0e0e0;
}
.tableview-container .source-menu-wrapper .source-menu-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 64px;
  cursor: pointer;
}
.tableview-container .source-menu-wrapper .source-menu-item.active {
  background-color: #e6e6e6;
  cursor: default;
  pointer-events: none;
}
.tableview-container .source-menu-wrapper .source-menu-item.active .source-menu-icon,
.tableview-container .source-menu-wrapper .source-menu-item.active .source-menu-label-wrapper .label-main {
  color: #556270;
}
.tableview-container .source-menu-wrapper .source-menu-item.active .source-menu-actions {
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container .source-menu-wrapper .source-menu-item.active .source-menu-label-wrapper .label-hint {
  color: rgba(0, 0, 0, 0.54);
}
.tableview-container .source-menu-wrapper .source-menu-item:not(.active) .source-menu-label-wrapper .label-hint {
  display: none;
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item:not(.active):hover {
  background-color: rgba(245, 245, 245, 0.5);
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item:not(.active):hover .source-menu-icon,
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item:not(.active):hover .source-menu-label-wrapper .label-main {
  color: #556270;
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item:not(.active):hover .source-menu-actions {
  color: rgba(0, 0, 0, 0.38);
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item:not(.active):hover .source-menu-label-wrapper .label-hint {
  color: rgba(0, 0, 0, 0.54);
}
body.touch .tableview-container .source-menu-wrapper .source-menu-item:not(.active):active {
  background-color: rgba(245, 245, 245, 0.5);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .tableview-container .source-menu-wrapper .source-menu-item:not(.active):active .source-menu-icon,
body.touch .tableview-container .source-menu-wrapper .source-menu-item:not(.active):active .source-menu-label-wrapper .label-main {
  color: #556270;
}
body.touch .tableview-container .source-menu-wrapper .source-menu-item:not(.active):active .source-menu-actions {
  color: rgba(0, 0, 0, 0.38);
}
body.touch .tableview-container .source-menu-wrapper .source-menu-item:not(.active):active .source-menu-label-wrapper .label-hint {
  color: rgba(0, 0, 0, 0.54);
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-icon,
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-actions {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 42px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 21px;
  text-align: center;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  pointer-events: auto;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint-container .label-hint {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  padding: 1px 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint .label-hint-text {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint .label-hint-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  font-size: 12px;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint .label-hint-icon:before {
  content: "\f12b";
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint.clickable {
  cursor: pointer;
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint.clickable:hover {
  background-color: rgba(158, 158, 158, 0.15);
  border-color: rgba(158, 158, 158, 0.3);
}
body.touch .tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint.clickable:active {
  background-color: rgba(158, 158, 158, 0.15);
  border-color: rgba(158, 158, 158, 0.3);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-label-wrapper .label-hint:not(.clickable) .label-hint-icon {
  display: none;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 4px 4px 4px 0;
  color: rgba(0, 0, 0, 0.12);
  height: 100%;
  pointer-events: auto;
}
.tableview-container .source-menu-wrapper .source-menu-item .source-menu-actions .source-menu-action {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px;
  font-size: 16px;
  cursor: pointer;
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item .source-menu-actions .source-menu-action:hover {
  color: #556270;
}
body.touch .tableview-container .source-menu-wrapper .source-menu-item .source-menu-actions .source-menu-action:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .source-menu-wrapper .source-menu-item-details {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.54);
  background-color: #f5f5f5;
  position: relative;
  padding: 4px 0;
}
.tableview-container .source-menu-wrapper .source-menu-item-details .menu-item-infosheet {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 30px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  cursor: pointer;
}
.tableview-container .source-menu-wrapper .source-menu-item-details .menu-item-infosheet .item-infosheet-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
  font-size: 14px;
}
.tableview-container .source-menu-wrapper .source-menu-item-details .menu-item-infosheet .item-infosheet-icon:before {
  content: "\f23d";
}
.tableview-container .source-menu-wrapper .source-menu-item-details .menu-item-infosheet:not(.is-selected) .item-infosheet-icon {
  visibility: hidden;
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-item-details .menu-item-infosheet:not(.is-selected):hover {
  background-color: rgba(158, 158, 158, 0.15);
}
body.touch .tableview-container .source-menu-wrapper .source-menu-item-details .menu-item-infosheet:not(.is-selected):active {
  background-color: rgba(158, 158, 158, 0.15);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .source-menu-wrapper .source-menu-item-details .menu-item-infosheet.is-selected {
  font-weight: bold;
  cursor: default;
}
.tableview-container .source-menu-wrapper .source-menu-item-details::after {
  position: absolute;
  top: -8px;
  left: 50%;
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #f5f5f5 transparent;
}
.tableview-container .source-menu-wrapper .source-menu-family-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.54);
  background-color: #c1cfd9;
  position: relative;
  padding: 5px 10px;
  font-size: 16px;
}
.tableview-container .source-menu-wrapper .source-menu-family-title .family-title-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
}
.tableview-container .source-menu-wrapper .source-menu-family-title .family-title-label {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tableview-container .source-menu-wrapper .source-menu-family-title .family-title-delete {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.38);
  background-color: #c1cfd9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 6px;
  font-size: 14px;
  cursor: pointer;
}
.tableview-container .source-menu-wrapper .source-menu-family-title .family-title-delete:before {
  content: "\f23f";
}
body:not(.touch) .tableview-container .source-menu-wrapper .source-menu-family-title .family-title-delete:hover {
  color: unset;
}
body.touch .tableview-container .source-menu-wrapper .source-menu-family-title .family-title-delete:active {
  color: unset;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .source-menu-wrapper .source-menu-family-title .icon_search3 {
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 28px;
  margin-right: 0;
}
.tableview-container .source-menu-wrapper .source-menu-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  padding: 4px 0 6px 0;
  color: rgba(0, 0, 0, 0.54);
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.tableview-container .source-menu-wrapper .source-menu-filter .filter-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .source-menu-wrapper .source-menu-filter .filter-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .source-menu-wrapper .source-menu-filter .filter-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 14px;
}
.tableview-container .source-menu-wrapper .source-menu-filter .filter-icon:before {
  content: "\f1ab";
}
.tableview-container .source-menu-wrapper .source-menu-filter .filter-label {
  padding-right: 8px;
  max-height: 75px;
  overflow-y: auto;
  font-size: 13px;
}
.tableview-container .source-menu-wrapper .fct-icon-search:before {
  content: "\f20f";
}
.tableview-container .source-menu-wrapper .fct-icon-analysis:before {
  content: "\f10a";
}
.tableview-container .source-menu-wrapper .fct-icon-statistic:before {
  content: "\f230";
}
.tableview-container .source-menu-wrapper .action-remove:before {
  content: "\f23f";
}
.tableview-container .source-menu-wrapper .action-selection-info:before {
  content: "\f154";
}
.tableview-container .table-wrapper {
  position: relative;
}
.tableview-container .table-wrapper .loading-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tableview-container .table-wrapper .row-edit-select {
  text-align: center;
}
.tableview-container .table-wrapper .row-edit-select input[type='checkbox'] {
  margin: 0 14px;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.tableview-container .table-wrapper .row-select-header,
.tableview-container .table-wrapper .row-icon-header {
  width: 1px;
}
.tableview-container .table-wrapper .row-icon-actions > div {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap !important;
}
.tableview-container .table-wrapper .row-icon-actions .row-icon-ext {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
body:not(.touch) .tableview-container .table-wrapper .row-icon-actions .row-icon-ext:hover {
  color: #556270;
}
body.touch .tableview-container .table-wrapper .row-icon-actions .row-icon-ext:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .row-icon-actions .row-icon-zoom {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
body:not(.touch) .tableview-container .table-wrapper .row-icon-actions .row-icon-zoom:hover {
  color: #556270;
}
body.touch .tableview-container .table-wrapper .row-icon-actions .row-icon-zoom:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .row-icon-actions .row-icon-zoom:before {
  content: "\f20f";
}
.tableview-container .table-wrapper .row-icon-actions .row-icon-infosheet {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
body:not(.touch) .tableview-container .table-wrapper .row-icon-actions .row-icon-infosheet:hover {
  color: #556270;
}
body.touch .tableview-container .table-wrapper .row-icon-actions .row-icon-infosheet:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .row-icon-actions .row-icon-infosheet:before {
  content: "\f1e6";
}
.tableview-container .table-wrapper .row-icon-actions .row-icon-infosheetpreview {
  display: inline-block;
  min-width: 20px;
}
.tableview-container .table-wrapper .tbody-data {
  overflow-x: hidden;
  overflow-y: auto;
}
.tableview-container .table-wrapper .tbody-data tr {
  -webkit-transition: background-color 180ms ease;
  -moz-transition: background-color 180ms ease;
  -o-transition: background-color 180ms ease;
  transition: background-color 180ms ease;
}
.tableview-container .table-wrapper .tbody-data tr:not(:active):not(.no-result):hover {
  background-color: #fafafa;
}
.tableview-container .table-wrapper .tbody-data tr.highlighted-row {
  background-color: #c5c5c5 !important;
}
.tableview-container .table-wrapper .tbody-data td {
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  word-wrap: break-word;
  vertical-align: baseline;
  border-right: 1px solid transparent;
}
.tableview-container .table-wrapper .tbody-data td.row-content > div {
  padding-left: 5px;
  padding-right: 20px;
}
.tableview-container .table-wrapper .tbody-data td img {
  max-width: 100%;
  max-height: 100%;
}
.tableview-container .table-wrapper .tbody-data td:first-of-type {
  border-left: 1px solid transparent;
}
.tableview-container .table-wrapper .tbody-data td:last-of-type {
  border-right: 1px solid transparent;
}
.tableview-container .table-wrapper .tbody-data tr.no-result {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  font-style: italic;
}
.tableview-container .table-wrapper .tbody-data tr.no-result td {
  padding: 15px 5px;
  text-align: center;
  border-top: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tableview-container .table-wrapper .tbody-data.no-aggregation tr:last-of-type td {
    padding-bottom: 15px;
  }
}
@supports (-ms-accelerator: true) {
  .tableview-container .table-wrapper .tbody-data.no-aggregation tr:last-of-type td {
    padding-bottom: 15px;
  }
}
.tableview-container .table-wrapper .tbody-aggregate {
  background-color: #fafafa;
}
.tableview-container .table-wrapper .tbody-aggregate td {
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tableview-container .table-wrapper .tbody-aggregate td {
    padding-bottom: 15px;
  }
}
@supports (-ms-accelerator: true) {
  .tableview-container .table-wrapper .tbody-aggregate td {
    padding-bottom: 15px;
  }
}
.tableview-container .table-wrapper .tbody-aggregate td > div {
  padding-left: 5px;
  padding-right: 5px;
}
.tableview-container .table-wrapper .tbody-aggregate .agg-label {
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.tableview-container .table-wrapper .tbody-aggregate .agg-label.default-label {
  font-weight: normal;
  text-transform: none;
}
body:not(.touch) .tableview-container .table-wrapper .tbody-aggregate .agg-label:hover {
  color: #556270;
  text-decoration: underline;
}
body.touch .tableview-container .table-wrapper .tbody-aggregate .agg-label:active {
  color: #556270;
  text-decoration: underline;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .pagination-container {
  border-top: 1px solid #eeeeee;
  background-color: #f5f5f5;
}
.tableview-container .table-wrapper .pagination-container nav {
  height: 32px;
  line-height: 32px;
}
.tableview-container .table-wrapper .pagination-container nav .pagination {
  margin: 0;
}
.tableview-container .table-wrapper .pagination-container ul.hide-shortcuts .pagination-shortcut {
  display: none;
}
.tableview-container .table-wrapper .pagination-container li {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e0e0e0;
  cursor: pointer;
}
body:not(.touch) .tableview-container .table-wrapper .pagination-container li:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
}
body.touch .tableview-container .table-wrapper .pagination-container li:active {
  color: rgba(255, 255, 255, 0.7);
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .pagination-container li.active {
  color: #ffffff;
  background-color: #585858;
  pointer-events: none;
}
.tableview-container .table-wrapper .pagination-container li a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: inherit;
  background-color: inherit;
  text-align: center;
  border-radius: 0;
  border: none;
}
body:not(.touch) .tableview-container .table-wrapper .pagination-container li.pagination-shortcut:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
}
body.touch .tableview-container .table-wrapper .pagination-container li.pagination-shortcut:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .pagination-container li.pagination-shortcut a {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  width: 24px;
  font-size: 11px;
}
.tableview-container .table-wrapper .pagination-container li.pagination-shortcut.shortcut-first a:before {
  content: "\f11a";
}
.tableview-container .table-wrapper .pagination-container li.pagination-shortcut.shortcut-prev a:before {
  content: "\f122";
}
.tableview-container .table-wrapper .pagination-container li.pagination-shortcut.shortcut-next a:before {
  content: "\f124";
}
.tableview-container .table-wrapper .pagination-container li.pagination-shortcut.shortcut-last a:before {
  content: "\f11c";
}
.tableview-container .table-wrapper .pagination-container li.pagination-shortcut.inactive {
  color: rgba(0, 0, 0, 0.38);
  background-color: #eeeeee;
  pointer-events: none;
}
.tableview-container .table-wrapper .pagination-container .edition-actions .edition-delete {
  color: #ffffff;
  background-color: #c51116;
}
body:not(.touch) .tableview-container .table-wrapper .pagination-container .edition-actions .edition-delete:hover {
  background-color: #d4161d;
}
body.touch .tableview-container .table-wrapper .pagination-container .edition-actions .edition-delete:active {
  background-color: #d4161d;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .pagination-container .edition-actions .edition-delete .delete-icon {
  font-size: 15px;
}
.tableview-container .table-wrapper .pagination-container .edition-actions .edition-delete .delete-icon:before {
  content: "\f23f";
}
.tableview-container .table-wrapper .pagination-container .refresh-btn {
  font-size: 16px;
}
.tableview-container .table-wrapper .pagination-container .refresh-btn:before {
  content: "\f208";
}
.tableview-container .table-wrapper .pagination-container .delete-btn {
  font-size: 16px;
}
.tableview-container .table-wrapper .pagination-container .delete-btn:before {
  content: "\f23f";
}
.tableview-container .table-wrapper .pagination-container .current-function-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.38);
  cursor: pointer;
}
body:not(.touch) .tableview-container .table-wrapper .pagination-container .current-function-btn:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #eeeeee;
}
body.touch .tableview-container .table-wrapper .pagination-container .current-function-btn:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #eeeeee;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .pagination-container .warn-toomanycells {
  color: #ffffff;
  background-color: #ff9036;
  display: inline-block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-left: 8px;
}
.tableview-container .table-wrapper .pagination-container .warn-toomanycells:before {
  content: '\0021';
}
.tableview-container .table-wrapper .pagination-container .togglelayout-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.tableview-container .table-wrapper .pagination-container .togglelayout-btn:before {
  content: "\f20a";
}
body:not(.touch) .tableview-container .table-wrapper .pagination-container .togglelayout-btn:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .tableview-container .table-wrapper .pagination-container .togglelayout-btn:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper .pagination-container .closebottompanel-btn {
  color: rgba(0, 0, 0, 0.38);
  background-color: #e0e0e0;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
body:not(.touch) .tableview-container .table-wrapper .pagination-container .closebottompanel-btn:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e0e0e0;
}
body.touch .tableview-container .table-wrapper .pagination-container .closebottompanel-btn:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e0e0e0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .table-wrapper table.source-table {
  margin-bottom: 0;
}
.tableview-container .table-wrapper table.source-table > thead {
  background-color: #f5f5f5;
}
.tableview-container .table-wrapper table.source-table > thead th {
  padding: 0;
  border-right: 1px solid #eeeeee;
  vertical-align: middle;
}
.tableview-container .table-wrapper.fixed-header .table-sub-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.tableview-container .table-wrapper.fixed-header .table-sub-wrapper table.source-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.tableview-container .table-wrapper.fixed-header .table-sub-wrapper table.source-table .table-header,
.tableview-container .table-wrapper.fixed-header .table-sub-wrapper table.source-table .tbody-aggregate {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}
.tableview-container .table-wrapper.fixed-header .table-sub-wrapper table.source-table .tbody-data {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
}
.tableview-container .table-wrapper.fixed-header .table-sub-wrapper .tbody-data td > div {
  max-width: none;
  white-space: normal;
}
.tableview-container .table-wrapper.reset-style .table-sub-wrapper {
  overflow: auto;
}
.tableview-container .table-wrapper.reset-style .table-sub-wrapper .table-header th > div,
.tableview-container .table-wrapper.reset-style .table-sub-wrapper .tbody-data td > div,
.tableview-container .table-wrapper.reset-style .table-sub-wrapper .tbody-aggregate td > div {
  width: auto !important;
}
.tableview-container .table-wrapper.reset-style .table-sub-wrapper .tbody-data td > div {
  max-width: 320px;
  white-space: nowrap;
}
.tableview-container th.header {
  cursor: pointer;
}
body:not(.touch) .tableview-container th.header:hover {
  background-color: #eeeeee;
}
body.touch .tableview-container th.header:active {
  background-color: #eeeeee;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .th-wrapper {
  white-space: nowrap;
  padding: 5px 2px 5px 5px;
}
.tableview-container .th-wrapper .header-filter {
  display: inline-block;
}
.tableview-container .th-wrapper .col-label {
  line-height: normal;
  word-wrap: break-word;
}
.tableview-container .header-filter .filter-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.38);
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.tableview-container .header-filter .filter-btn:before {
  content: "\f1ab";
}
.tableview-container .header-filter.active .filter-btn {
  color: #585858;
}
body:not(.touch) .tableview-container .header-filter:not(.active) .filter-btn:hover {
  color: rgba(0, 0, 0, 0.54);
}
body.touch .tableview-container .header-filter:not(.active) .filter-btn:active {
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .header-filter .filter-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: default;
  white-space: normal;
  z-index: 10;
}
.tableview-container .header-filter .filter-panel .filter-panel-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tableview-container .header-filter .filter-panel .filter-panel-content .content-header,
.tableview-container .header-filter .filter-panel .filter-panel-content .filter-input,
.tableview-container .header-filter .filter-panel .filter-panel-content .content-bottom {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .header-filter .filter-panel .filter-panel-content .content-loading,
.tableview-container .header-filter .filter-panel .filter-panel-content .empty-filtered-terms,
.tableview-container .header-filter .filter-panel .filter-panel-content .suggest-list {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .header-filter .filter-panel .filter-panel-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  background-color: #fafafa;
  border-left: 1px solid #eeeeee;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  overflow: hidden;
  z-index: 2;
}
.tableview-container .header-filter .filter-panel .filter-panel-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.tableview-container .header-filter .filter-panel .content-header {
  color: rgba(0, 0, 0, 0.54);
  background-color: #c1cfd9;
  margin-bottom: 4px;
  padding: 6px 8px;
}
.tableview-container .header-filter .filter-panel .content-loading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container .header-filter .filter-panel .empty-filtered-terms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.54);
}
.tableview-container .header-filter .filter-panel .filter-terms-overflow {
  color: #ffffff;
  background-color: #ff9036;
  display: inline-block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-left: 4px;
}
.tableview-container .header-filter .filter-panel .filter-terms-overflow:before {
  content: '\0021';
}
.tableview-container .header-filter .filter-panel .suggest-list {
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.tableview-container .header-filter .filter-panel .suggest-list .suggest-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 2px 8px;
}
.tableview-container .header-filter .filter-panel .suggest-list .suggest-item .suggest-input {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .header-filter .filter-panel .suggest-list .suggest-item .suggest-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .header-filter .filter-panel .suggest-list .suggest-input {
  margin: 4px 4px 0 0;
  cursor: pointer;
}
.tableview-container .header-filter .filter-panel .suggest-list .suggest-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  font-weight: normal;
}
.tableview-container .header-filter .filter-panel .suggest-list .suggest-item.active .suggest-label {
  color: #556270;
}
.tableview-container .header-filter .filter-panel .suggest-list .suggest-item.empty-value .suggest-label {
  font-style: italic;
}
.tableview-container .header-filter .filter-panel .filter-input {
  margin: 4px 8px;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: normal;
}
.tableview-container .header-filter .filter-panel .filter-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container .header-filter .filter-panel .filter-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container .header-filter .filter-panel .filter-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container .header-filter .filter-panel .content-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-color: #eeeeee;
}
.tableview-container .header-filter .filter-panel .content-bottom .clear-btn {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .header-filter .filter-panel .content-bottom .close-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .header-filter .filter-panel .content-bottom .clear-btn {
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  cursor: pointer;
}
.tableview-container .header-filter .filter-panel .content-bottom .clear-btn .clear-btn-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  font-size: 13px;
}
.tableview-container .header-filter .filter-panel .content-bottom .clear-btn .clear-btn-icon:before {
  content: "\f23f";
}
.tableview-container .header-filter .filter-panel .content-bottom .clear-btn .clear-btn-label {
  margin-bottom: 2px;
}
body:not(.touch) .tableview-container .header-filter .filter-panel .content-bottom .clear-btn:hover {
  color: #556270;
}
body.touch .tableview-container .header-filter .filter-panel .content-bottom .clear-btn:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .header-filter .filter-panel .content-bottom .close-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #33b573;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.tableview-container .header-filter .filter-panel .content-bottom .close-btn:before {
  content: "\f23d";
}
body:not(.touch) .tableview-container .header-filter .filter-panel .content-bottom .close-btn:hover {
  background-color: #4ecd8d;
}
body.touch .tableview-container .header-filter .filter-panel .content-bottom .close-btn:active {
  background-color: #4ecd8d;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .footer-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  background-color: #c1cfd9;
  padding-left: 8px;
  border-top: 1px solid #bdbdbd;
  font-size: 12px;
  z-index: 2;
}
.tableview-container .footer-bar .footer-bar-action {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .footer-bar .footer-bar-label {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tableview-container .footer-bar .footer-bar-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 0;
}
.tableview-container .footer-bar .clear-selection-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px;
  font-size: 14px;
  color: #556270;
  cursor: pointer;
}
.tableview-container .footer-bar .clear-selection-btn:before {
  content: "\f12a";
}
body:not(.touch) .tableview-container .footer-bar .clear-selection-btn:hover {
  opacity: 0.75;
}
body.touch .tableview-container .footer-bar .clear-selection-btn:active {
  opacity: 0.75;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .loading-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  z-index: 1;
}
.tableview-container .loading-container .spinner {
  text-align: center;
}
.tableview-container .loading-container .spinner .bounce1,
.tableview-container .loading-container .spinner .bounce2,
.tableview-container .loading-container .spinner .bounce3,
.tableview-container .loading-container .spinner > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.tableview-container .loading-container .spinner .bounce1:last-of-type,
.tableview-container .loading-container .spinner .bounce2:last-of-type,
.tableview-container .loading-container .spinner .bounce3:last-of-type,
.tableview-container .loading-container .spinner > div:last-of-type {
  margin-right: 0;
}
.tableview-container .loading-container .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #585858;
}
.tableview-container .loading-container .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #585858;
}
.tableview-container .loading-container .spinner .bounce3 {
  background-color: #585858;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.tableview-container .loading-container .loading-message {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
}
.tableview-container .st-sort-ascent-0 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '1\25B2';
}
.tableview-container .st-sort-ascent-1 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '2\25B2';
}
.tableview-container .st-sort-ascent-2 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '3\25B2';
}
.tableview-container .st-sort-ascent-3 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '4\25B2';
}
.tableview-container .st-sort-ascent-4 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '5\25B2';
}
.tableview-container .st-sort-descent-0 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '1\25BC';
}
.tableview-container .st-sort-descent-1 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '2\25BC';
}
.tableview-container .st-sort-descent-2 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '3\25BC';
}
.tableview-container .st-sort-descent-3 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '4\25BC';
}
.tableview-container .st-sort-descent-4 .col-label:before {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  content: '5\25BC';
}
.tableview-container .main-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px;
  height: 32px;
  cursor: pointer;
}
.tableview-container .main-button .main-btn-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
}
.tableview-container .main-button .main-btn-label {
  text-transform: uppercase;
}
.tableview-container .side-edition-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #bdbdbd;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  z-index: 1;
}
.tableview-container .side-edition-container .sourcetable-editform {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px;
  overflow-y: auto;
}
.tableview-container .side-edition-container .side-edition-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f5f5;
  height: 32px;
}
.tableview-container .side-edition-container .side-edition-action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  border: none;
}
.tableview-container .side-edition-container .side-edition-action .action-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tableview-container .side-edition-container .side-edition-action .action-label {
  text-transform: uppercase;
}
.tableview-container .side-edition-container .side-edition-action.action-submit {
  color: #ffffff;
  background-color: #33b573;
  padding: 4px 12px;
}
body:not(.touch) .tableview-container .side-edition-container .side-edition-action.action-submit:hover {
  background-color: #41c789;
}
body.touch .tableview-container .side-edition-container .side-edition-action.action-submit:active {
  background-color: #41c789;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .side-edition-container .side-edition-action.action-submit .action-icon {
  margin-right: 8px;
}
.tableview-container .side-edition-container .side-edition-action.action-submit .action-icon:before {
  content: "\f20d";
}
.tableview-container .side-edition-container .side-edition-action.action-cancel {
  color: rgba(0, 0, 0, 0.54);
  padding: 4px 8px;
}
body:not(.touch) .tableview-container .side-edition-container .side-edition-action.action-cancel:hover {
  color: #556270;
}
body.touch .tableview-container .side-edition-container .side-edition-action.action-cancel:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tableview-container .side-edition-container .side-edition-action.action-cancel .action-icon {
  font-size: 11px;
}
.tableview-container .side-edition-container .side-edition-action.action-cancel .action-icon:before {
  content: "\f11c";
}
.tableview-container .side-edition-container .side-edition-footer-filler {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container .sourcetable-editform .sourcetable-editform-label {
  margin-bottom: 2px;
  font-weight: bold;
}
.tableview-container .sourcetable-editform .sourcetable-editform-label .required {
  color: #c51116;
  font-weight: normal;
}
.tableview-container .sourcetable-editform input[type='text'],
.tableview-container .sourcetable-editform input[type='date'],
.tableview-container .sourcetable-editform input[type='time'],
.tableview-container .sourcetable-editform input[type='number'],
.tableview-container .sourcetable-editform select,
.tableview-container .sourcetable-editform textarea {
  min-width: 120px !important;
}
.tableview-container .sourcetable-editform .time-picker input[type='number'] {
  min-width: 0% !important;
}
.tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result) {
  cursor: pointer;
}
body:not(.touch) .tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result):hover.selected {
  background-color: rgba(230, 230, 230, 0.5);
}
body:not(.touch) .tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result):hover:not(.selected) {
  background-color: #f5f5f5;
}
body:not(.touch) .tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result):hover td {
  background-color: transparent;
}
body.touch .tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result):active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result):active.selected {
  background-color: rgba(230, 230, 230, 0.5);
}
body.touch .tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result):active:not(.selected) {
  background-color: #f5f5f5;
}
body.touch .tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result):active td {
  background-color: transparent;
}
.tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result).selected {
  background-color: #e6e6e6;
}
.tableview-container.rows-selectable .table-wrapper .tbody-data tr:not(.no-result).selected td {
  background-color: transparent;
}
.tableview-container.is-edit-mode .table-wrapper thead th.editable {
  background-color: #eeeeee;
}
body:not(.touch) .tableview-container.is-edit-mode .table-wrapper thead th.editable:hover .col-label {
  text-decoration: underline;
}
body.touch .tableview-container.is-edit-mode .table-wrapper thead th.editable:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .tableview-container.is-edit-mode .table-wrapper thead th.editable:active .col-label {
  text-decoration: underline;
}
.tableview-container.is-edit-mode .table-wrapper thead th:not(.editable) {
  background-color: #fafafa;
}
.tableview-container.is-edit-mode .table-wrapper thead th.non-editable {
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container.is-edit-mode .table-wrapper thead th.in-edition {
  border-bottom-color: #585858;
  background-color: #e6e6e6;
}
.tableview-container.is-edit-mode .table-wrapper thead th.in-edition .edition-icon {
  color: #585858;
}
.tableview-container.is-edit-mode .table-wrapper thead th .col-label:before {
  display: none;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data tr:not(.selected) td {
  background-color: #fafafa;
}
body:not(.touch) .tableview-container.is-edit-mode .table-wrapper .tbody-data td.editable:hover .edition-icon {
  color: unset;
}
body:not(.touch) .tableview-container.is-edit-mode .table-wrapper .tbody-data td.editable:hover .cell-editable-text {
  text-decoration: underline;
}
body.touch .tableview-container.is-edit-mode .table-wrapper .tbody-data td.editable:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .tableview-container.is-edit-mode .table-wrapper .tbody-data td.editable:active .edition-icon {
  color: unset;
}
body.touch .tableview-container.is-edit-mode .table-wrapper .tbody-data td.editable:active .cell-editable-text {
  text-decoration: underline;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data td.editable a {
  color: inherit;
  pointer-events: none;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data td.non-editable {
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data td.non-editable a {
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data td.non-editable * {
  pointer-events: none;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data td.in-edition {
  outline: 1px dotted #585858;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data td.in-edition .edition-icon {
  color: #585858;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data td .sourcetable-editform-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data .cell-editable {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.tableview-container.is-edit-mode .table-wrapper .tbody-data .cell-editable .cell-editable-text,
.tableview-container.is-edit-mode .table-wrapper .tbody-data .cell-editable .cell-edit-wrapper {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tableview-container.is-edit-mode .table-wrapper .edition-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}
.tableview-container.is-edit-mode .table-wrapper .edition-icon:before {
  content: "\f193";
}
body:not(.touch) .tableview-container.is-edit-mode .table-wrapper .edition-icon:hover {
  color: unset;
}
body.touch .tableview-container.is-edit-mode .table-wrapper .edition-icon:active {
  color: unset;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel .extension-container.sourcetable-extension {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.bottom-panel .extension-container.sourcetable-extension .tableview-container {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: none;
  position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: none;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  border-bottom: 5px solid;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  border-top: 5px solid;
}
table.dataTable thead .sorting:before {
  content: "";
  top: calc(50% - 4px);
  border-bottom-color: #cccccc;
}
table.dataTable thead .sorting:after {
  content: "";
  top: calc(50% + 4px);
  border-top-color: #cccccc;
}
table.dataTable thead .sorting_asc:after {
  content: "";
  border-top-color: #7980dc;
}
table.dataTable thead .sorting_desc:before {
  content: "";
  border-bottom-color: #7980dc;
}
table.dataTable thead .sorting_asc_disabled:after {
  content: "";
  border-top-color: #cccccc;
}
table.dataTable thead .sorting_desc_disabled:before {
  content: "";
  border-bottom-color: #cccccc;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th {
  overflow: hidden;
}
.bg-directive-stat {
  overflow: hidden;
  min-width: 0%;
  -webkit-flex: 2 1 auto;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}
.dashboard-widget-content .bg-directive-stat {
  overflow: auto;
}
.dashboard-widget-content .bg-directive-stat .div-chart-content {
  overflow-x: auto;
  overflow-y: hidden;
}
.dashboard-widget-content .bg-directive-stat.bg-stat-pivottable .div-chart-content {
  overflow: visible;
}
.dashboard-widget-content .bg-directive-stat.bg-stat-simpletable {
  overflow: visible;
}
.dashboard-widget-content .bg-directive-stat.bg-stat-simpletable .div-chart-content {
  overflow: visible;
}
.bg-directive-stat .chart-content-wrapper {
  height: 100%;
}
.bg-directive-stat .chart-content-wrapper .chart-content {
  height: 100%;
}
.bg-directive-stat .div-chart-content {
  padding: 15px 10px 10px 10px;
  font-size: 12px;
  font-family: Arial;
  color: #667586;
}
.bg-directive-stat .div-chart-content .dataTables_length,
.bg-directive-stat .div-chart-content .dataTables_filter {
  margin-bottom: 4px;
}
.bg-directive-stat .div-chart-content .dataTables_length label,
.bg-directive-stat .div-chart-content .dataTables_filter label {
  font-weight: normal !important;
}
.bg-directive-stat .div-chart-content .dataTables_length label select,
.bg-directive-stat .div-chart-content .dataTables_filter label select,
.bg-directive-stat .div-chart-content .dataTables_length label input,
.bg-directive-stat .div-chart-content .dataTables_filter label input {
  color: #8499a0;
  border-color: #e6e4e5;
  border-style: solid;
  border-width: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 20px;
}
.bg-directive-stat .div-chart-content .dataTables_length label select,
.bg-directive-stat .div-chart-content .dataTables_filter label select {
  cursor: pointer;
}
.bg-directive-stat.bg-stat-textchart .div-chart-content {
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: auto;
}
.bg-directive-stat.bg-stat-simpletable .div-chart-content {
  padding-top: 10px;
}
.bg-directive-stat.bg-stat-pivottable {
  overflow: auto;
}
.bg-directive-stat .drill-down-button {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  pointer-events: auto;
  margin-top: 8px;
  margin-left: 8px;
  font-size: 24px;
  color: #556270;
}
.bg-directive-stat .drill-down-button:before {
  content: "\f1b6";
}
body:not(.touch) .bg-directive-stat .drill-down-button:hover {
  opacity: 0.5;
}
body.touch .bg-directive-stat .drill-down-button:active {
  opacity: 0.5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bg-directive-stat .drill-down-button.disabled {
  cursor: default;
  color: lightgrey;
  pointer-events: none;
}
body:not(.touch) .bg-directive-stat .drill-down-button.disabled:hover {
  opacity: 1;
}
body.touch .bg-directive-stat .drill-down-button.disabled:active {
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bg-directive-stat .drill-up-button {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  margin-top: 8px;
  margin-left: 8px;
  font-size: 24px;
  color: #556270;
}
.bg-directive-stat .drill-up-button:before {
  content: "\f1b7";
}
body:not(.touch) .bg-directive-stat .drill-up-button:hover {
  opacity: 0.5;
}
body.touch .bg-directive-stat .drill-up-button:active {
  opacity: 0.5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bg-directive-stat .hierarchy-infos .hierarchy-infos-separator {
  color: #1d6fae;
}
.bg-directive-stat .hierarchy-infos .hierarchy-infos-text {
  color: #667586;
}
.bg-directive-stat .not_possible {
  fill: #c8c8c8;
}
.bg-directive-stat .possible {
  fill: #ec888c;
}
.show-legend-button {
  font-family: "icons" !important;
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  font-weight: normal !important;
  font-style: normal !important;
  speak: none !important;
  text-decoration: inherit !important;
  text-transform: none !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin-top: 8px;
  margin-left: 8px;
  font-size: 24px !important;
  cursor: pointer;
  color: #556270;
}
.show-legend-button:before {
  content: "\f22f";
}
body:not(.touch) .show-legend-button:hover {
  opacity: 0.5;
}
body.touch .show-legend-button:active {
  opacity: 0.5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.show-legend-button.legend-button-active {
  color: #585858;
}
.bg-directive-stat-legend {
  color: #667586;
}
.acf-stat-result-item .bg-directive-stat-legend,
.bg-stat-layout-manager:not(.large-layout) .bg-directive-stat-legend {
  position: relative;
}
.acf-stat-result-item .bg-directive-stat-legend .bg-directive-stat-legend__legend,
.bg-stat-layout-manager:not(.large-layout) .bg-directive-stat-legend .bg-directive-stat-legend__legend,
.acf-stat-result-item .bg-directive-stat-legend .stat-measure-info-legend,
.bg-stat-layout-manager:not(.large-layout) .bg-directive-stat-legend .stat-measure-info-legend {
  background-color: rgba(238, 238, 238, 0.5);
}
.statistic-attributions {
  font-size: 10px;
  opacity: 0.9;
  text-align: right;
}
.statistic-attributions .attributions-control {
  padding: 2px 3px 0 5px;
}
.statistic-modal-content .statistic-attributions .attributions-control {
  padding: 3px 6px;
}
.statistic-modal-content {
  padding: 0 !important;
  width: 100% !important;
}
.statistic-modal-content .statistic-info {
  padding: 15px 12px;
}
.statistic-modal-content .filters-form-panel {
  margin-bottom: 10px;
}
.statistic-modal-content .filters-form-panel label {
  color: inherit;
}
.statistic-modal-content .filters-form-panel .filters-error-message,
.statistic-modal-content .filters-form-panel .bottom-button-bar {
  font-size: 12px;
}
body:not(.touch) .stat-pivot-table tr th.col-header.selectable:hover,
body:not(.touch) .stat-pivot-table tr th.line-header.selectable:hover {
  color: #96a2af;
}
body.touch .stat-pivot-table tr th.col-header.selectable:active,
body.touch .stat-pivot-table tr th.line-header.selectable:active {
  color: #96a2af;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-global-parameters-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-global-parameters-panel .global-param-header {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: #E6E6E6;
  background-color: #A4A4A4;
}
.acf-global-parameters-panel .global-param-header .control-empty-filter {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 23px;
}
body:not(.touch) .acf-global-parameters-panel .global-param-header .control-empty-filter:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-global-parameters-panel .global-param-header .control-empty-filter:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-global-parameters-panel .global-param-header .control-empty-filter:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-global-parameters-panel .global-param-header .control-empty-filter.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-global-parameters-panel .global-param-header .control-empty-filter.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-global-parameters-panel .global-param-header .control-empty-filter:before {
  content: "\f1aa";
}
.acf-global-parameters-panel .global-param-content {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 48px;
}
.acf-global-parameters-panel .datepicker-input {
  position: relative;
}
.acf-global-parameters-panel .datepicker-input input {
  width: 100%;
}
.acf-global-parameters-panel .datepicker-input .filter-calendar-toggle-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  position: absolute;
  top: 2px;
  right: 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  cursor: pointer;
}
.acf-global-parameters-panel .datepicker-input .filter-calendar-toggle-icon:before {
  content: "\f115";
}
.acf-global-parameters-panel .global-param-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-global-parameters-panel .global-param-content .acf-global-parameter-presentation {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 4px 0;
}
.acf-global-parameters-panel .global-param-content .acf-global-parameter-presentation:not(:last-of-type) {
  margin-right: 4px;
}
.acf-global-parameters-panel .global-param-content {
  padding: 0 4px;
}
.acf-global-parameters-panel .header-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 26px;
}
.acf-global-parameters-panel .header-icon:before {
  content: "\f1ef";
}
.acf-global-parameters-panel .btn-apply {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ffffff;
  background-color: #33b573;
  padding: 4px 8px;
  cursor: pointer;
}
body:not(.touch) .acf-global-parameters-panel .btn-apply:hover {
  background-color: #4ecd8d;
}
body.touch .acf-global-parameters-panel .btn-apply:active {
  background-color: #4ecd8d;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-global-parameters-panel.global-parameters-inline-display .btn-apply {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin-right: 4px;
}
.acf-global-parameters-panel.is-scrollable .scroll-wrapper {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 48px;
  overflow: visible;
}
.acf-global-parameters-panel.is-scrollable .acf-scrollable {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  pointer-events: none;
}
.acf-global-parameters-panel.is-scrollable .acf-scrollable .scroll-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-global-parameters-panel.is-scrollable .acf-scrollable .scroll-container > * {
  pointer-events: auto;
}
.acf-global-parameters-panel.is-scrollable .acf-scrollable.scroll-inactive .input-scroll-btn,
.acf-global-parameters-panel.is-scrollable .acf-scrollable.scroll-active.rightmost .input-scroll-btn {
  display: none;
}
.acf-global-parameters-panel.is-scrollable .acf-global-parameter-presentation {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 40px;
}
.acf-global-parameters-panel.is-scrollable .global-param-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-width: 100%;
  height: calc(100vh - 80px);
}
.acf-global-parameters-panel.is-scrollable .acf-global-filter-presentation {
  display: inline-flex;
}
.acf-global-parameters-panel.is-scrollable .global-filters-bucket-container .bucket-add-form {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 248px;
}
.acf-global-parameters-panel.is-scrollable .global-filters-bucket-container .features-list {
  max-height: calc(100vh - 450px);
  overflow-y: auto;
}
.acf-global-parameters-panel.is-scrollable .arrow-left,
.acf-global-parameters-panel.is-scrollable .arrow-right {
  height: 48px !important;
  pointer-events: auto;
}
.acf-global-parameters-panel.is-scrollable .input-scroll-btn {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  position: absolute;
  top: 12px;
  right: 20px;
  padding: 5px;
  font-size: 14px;
  border-radius: 1px;
}
.acf-global-parameters-panel.is-scrollable .input-scroll-btn:before {
  content: "\f24a";
}
.acf-global-parameters-panel.global-parameters-side-display {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 8px;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-header {
  display: none;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
}
.acf-global-parameters-panel.global-parameters-side-display .btn-apply {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 8px;
}
.acf-global-parameters-panel.global-parameters-side-display .datepicker-input {
  padding: 0 !important;
}
.acf-global-parameters-panel.global-parameters-side-display .datepicker-input input {
  padding: 1px 4px;
  width: 100%;
  height: 100%;
}
.acf-global-parameters-panel.global-parameters-side-display .datepicker-input .filter-calendar-toggle-icon {
  top: 9px;
  right: 9px;
}
.acf-global-parameter-presentation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.acf-global-parameter-presentation .param-pres-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 150px;
}
.acf-global-parameter-presentation .param-pres-container__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 3px;
}
.acf-global-parameter-presentation .param-pres-label,
.acf-global-parameter-presentation .param-pres-value {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-global-parameter-presentation .param-pres-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-global-parameter-presentation .param-pres-value {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-global-parameter-presentation .param-pres-value-input {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-global-parameter-presentation .param-pres-value-input:not(.datepicker-input),
.acf-global-parameter-presentation .param-pres-value-input.datepicker-input input {
  border: 1px solid #767676;
  border-radius: 2px;
}
.acf-global-parameter-presentation .param-pres-clear-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-global-parameter-presentation .param-pres-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.acf-global-parameter-presentation .param-pres-value {
  font-size: 12px;
  line-height: 1;
}
.acf-global-parameter-presentation .param-pres-value-input {
  color: rgba(0, 0, 0, 0.87);
}
.acf-global-parameter-presentation .param-pres-value-range {
  margin-top: ;
  margin-left: 10px;
  margin-bottom: ;
  margin-right: 15px;
  margin-block-start: ;
  margin-inline-start: 10px;
  margin-block-end: ;
  margin-inline-end: 15px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}
.acf-global-parameter-presentation .param-pres-value-range:after,
.acf-global-parameter-presentation .param-pres-value-range:before {
  position: absolute;
  color: #aaa;
  top: 0;
}
.acf-global-parameter-presentation .param-pres-value-range:before {
  left: -8px;
  content: attr(min);
}
.acf-global-parameter-presentation .param-pres-value-range:after {
  right: -15px;
  content: attr(max);
}
.acf-global-parameter-presentation .param-pres-clear-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  padding: 10px;
  font-size: 10px;
  margin-left: 1em;
}
.acf-global-parameter-presentation .param-pres-clear-btn:before {
  content: "\f128";
}
body:not(.touch) .acf-global-parameter-presentation .param-pres-clear-btn:hover {
  background-color: rgba(250, 250, 250, 0.5);
}
body.touch .acf-global-parameter-presentation .param-pres-clear-btn:active {
  background-color: rgba(250, 250, 250, 0.5);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-global-parameter-presentation.inline-presentation .param-pres-container {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 2px 6px;
  background-color: rgba(193, 207, 217, 0.33);
  border-radius: 2px;
}
.acf-global-parameter-presentation.inline-presentation .param-pres-label {
  line-height: 1;
}
.acf-global-parameter-presentation.inline-presentation.multiple-select .param-pres-container {
  cursor: pointer;
}
.acf-global-parameter-presentation.inline-presentation.multiple-select .param-pres-value-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 2px;
}
.acf-global-parameter-presentation.inline-presentation.multiple-select .param-pres-value-input:focus {
  outline: auto;
}
.acf-global-parameter-presentation.inline-presentation.multiple-select .param-pres-menu {
  display: none;
  padding: 0;
  max-width: 250px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.acf-global-parameter-presentation.inline-presentation.multiple-select .param-pres-menu select {
  border: none;
  min-width: 160px;
  min-height: 160px;
  font-size: 13px;
}
.acf-global-parameter-presentation.inline-presentation.multiple-select .param-pres-menu option {
  padding: 3px 4px;
}
.acf-global-parameter-presentation.inline-presentation.multiple-select .param-pres-value.open .param-pres-menu {
  display: block;
}
.acf-global-parameter-presentation input[type='date'] {
  line-height: normal;
}
.acf-global-parameter-presentation select {
  padding: 1px;
}
.global-filters-bucket-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0 8px;
}
.global-filters-bucket-container .bucket-list {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.global-filters-bucket-container .bucket-list .bucket-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.global-filters-bucket-container .bucket-list .single-bucket {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 2px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 6px;
  margin-block-start: 2px;
  margin-inline-start: 0;
  margin-block-end: 0;
  margin-inline-end: 6px;
  position: relative;
  min-width: 100px;
}
.global-filters-bucket-container .bucket-header {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: inherit;
  background-color: rgba(193, 207, 217, 0.33);
  padding: 2px 8px;
  gap: 6px;
  border-radius: 2px;
  height: 40px;
}
body:not(.touch) .global-filters-bucket-container .bucket-header:hover {
  opacity: 0.85;
}
body.touch .global-filters-bucket-container .bucket-header:active {
  opacity: 0.85;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.global-filters-bucket-container .bucket-header .bucket-button-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  font-size: inherit;
}
.global-filters-bucket-container .bucket-header .bucket-button {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  height: 100%;
  text-align: left;
}
.global-filters-bucket-container .bucket-header .bucket-button-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
}
.global-filters-bucket-container .bucket-header .bucket-badge {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #ffffff;
  background-color: #585858;
  border-radius: 12px;
  font-size: x-small;
  font-weight: bold;
  min-width: 15px;
  height: 15px;
  line-height: initial;
}
.global-filters-bucket-container .bucket-header .bucket-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  line-height: 1;
}
.global-filters-bucket-container .bucket-header .bucket-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.global-filters-bucket-container .bucket-header .bucket-clear-wrap {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.global-filters-bucket-container .bucket-header .bucket-clear {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  font-size: 10px;
}
.global-filters-bucket-container .bucket-header .bucket-clear:before {
  content: "\f23f";
}
.global-filters-bucket-container .bucket-header .bucket-clear.filter-fixed:before {
  content: "\f128";
}
body:not(.touch) .global-filters-bucket-container .bucket-header .bucket-clear:hover {
  background-color: rgba(250, 250, 250, 0.5);
}
body.touch .global-filters-bucket-container .bucket-header .bucket-clear:active {
  background-color: rgba(250, 250, 250, 0.5);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.global-filters-bucket-container .bucket-content {
  padding: 5px 0;
  min-width: 300px;
  border: none;
  border-radius: 0;
}
.global-filters-bucket-container .bucket-content .features-list {
  margin: 0;
  padding: 0;
}
.global-filters-bucket-container .bucket-content .feature-element,
.global-filters-bucket-container .bucket-content .undisplayed-features {
  padding: 4px 2px 4px 8px;
}
.global-filters-bucket-container .bucket-content .feature-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
body:not(.touch) .global-filters-bucket-container .bucket-content .feature-element:hover {
  background-color: #f5f5f5;
}
body.touch .global-filters-bucket-container .bucket-content .feature-element:active {
  background-color: #f5f5f5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.global-filters-bucket-container .bucket-content .feature-element .feature-remove {
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  cursor: pointer;
}
body:not(.touch) .global-filters-bucket-container .bucket-content .feature-element .feature-remove:hover {
  opacity: 1;
}
body.touch .global-filters-bucket-container .bucket-content .feature-element .feature-remove:active {
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.global-filters-bucket-container .bucket-content .feature-element .feature-remove span {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 9px;
  padding: 5px;
  text-align: center;
  opacity: 0.5;
}
.global-filters-bucket-container .bucket-content .feature-element .feature-remove span:before {
  content: "\f128";
}
.global-filters-bucket-container .bucket-content .undisplayed-features {
  color: rgba(0, 0, 0, 0.54);
  list-style: none;
}
.global-filters-bucket-container .bucket-content .filter-add-form .filter-add-input {
  padding-top: ;
  padding-left: 5px;
  padding-bottom: ;
  padding-right: 0;
  padding-block-start: ;
  padding-inline-start: 5px;
  padding-block-end: ;
  padding-inline-end: 0;
  border: none;
}
.global-filters-bucket-container .bucket-content .wrap-search-filter {
  position: relative;
  width: calc(100% - 10px);
  margin-top: 0;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-block-start: 0;
  margin-inline-start: 5px;
  margin-block-end: 5px;
  margin-inline-end: 5px;
  border: 1px solid #eeeeee;
}
.global-filters-bucket-container .bucket-content .wrap-search-filter .search-filter-input {
  height: auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-block-start: 5px;
  padding-inline-start: 5px;
  padding-block-end: 5px;
  padding-inline-end: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-block-end: 0;
  margin-inline-end: 0;
}
.global-filters-bucket-container .bucket-content .wrap-search-filter .search-filter-clear {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 10px;
}
.global-filters-bucket-container .bucket-content .wrap-search-filter .search-filter-clear:before {
  content: "\f128";
}
.global-filters-bucket-container .empty-bucket-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: ;
  padding-left: 8px;
  padding-bottom: ;
  padding-right: 0;
  padding-block-start: ;
  padding-inline-start: 8px;
  padding-block-end: ;
  padding-inline-end: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: small;
}
.global-filters-bucket-container .bucket-add-form {
  min-width: 0%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: white;
}
.global-filters-bucket-container .bucket-add-form .input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.global-filters-bucket-container .bucket-add-form .input-wrapper .back-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.global-filters-bucket-container .bucket-add-form .input-wrapper .bucket-search-input-text {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.global-filters-bucket-container .wrap-btn-action {
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-block-start: 10px;
  padding-inline-start: 10px;
  padding-block-end: 10px;
  padding-inline-end: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: -5px;
  margin-right: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-block-end: -5px;
  margin-inline-end: 0;
  background-color: #f5f5f5;
}
.global-filters-bucket-container .wrap-btn-action .btn {
  padding-left: 15px;
  padding-right: 15px;
  width: calc(50% - 2.5px);
}
/* ************ search suggest *************** */
.global-filters-bucket-container .bucket-search-input {
  position: relative;
}
.global-filters-bucket-container .bucket-search-input input[type='text'] {
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 65px;
  padding-block-start: 5px;
  padding-inline-start: 10px;
  padding-block-end: 5px;
  padding-inline-end: 65px;
  height: calc(48px - 8px);
  height: 48px;
  width: 100%;
  border: none;
  box-shadow: 0 1px 1px #E6E6E6 inset, 0 0 8px #E6E6E6;
  background: #E6E6E6;
  color: #A4A4A4;
  font-size: inherit;
}
.global-filters-bucket-container .bucket-search-input input[type='text']:-moz-placeholder {
  color: #A4A4A4;
}
.global-filters-bucket-container .bucket-search-input input[type='text']:-ms-input-placeholder {
  color: #A4A4A4;
}
.global-filters-bucket-container .bucket-search-input input[type='text']::-webkit-input-placeholder {
  color: #A4A4A4;
}
.global-filters-bucket-container .bucket-search-input input[type='text']:focus {
  outline: 0 none;
}
.global-filters-bucket-container .bucket-searches-suggest-container {
  text-align: left;
  text-align: start;
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  background-color: #E6E6E6;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding-inline-start: 5px;
  -webkit-overflow-scrolling: touch;
}
.global-filters-bucket-container .bucket-searches-suggest-container.feature {
  position: relative;
  background: none;
  box-shadow: none;
  padding-inline-start: 0px;
}
.global-filters-bucket-container .bucket-searches-suggest-container.feature .bucket-searches-suggest-element {
  padding: 0 5px;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-part {
  background: #FFFFFF;
  font-weight: bold;
  font-size: 1.5em;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  padding: 5px;
}
body:not(.touch) .global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  -webkit-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  -moz-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  -o-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
  outline: 0 none;
}
body.touch .global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  -webkit-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  -moz-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  -o-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
  outline: 0 none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element.suggest-hightlight {
  color: rgba(0, 0, 0, 0.87);
  background-color: #c1cfd9;
  border-radius: 2px;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element.bucket-search-item-selected {
  background-color: #E6E6E6;
  color: #A4A4A4;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element.bucket-search-item-selected .bucket-search-suggest-token {
  color: #A4A4A4;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element .global-filters-checkbox {
  margin: 0;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element .global-filters-suggest {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
  margin: 0;
  font-weight: 400;
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-search-suggest-token {
  color: #585858;
  font-weight: bold;
}
.global-filters-bucket-container .bucket-searches-suggest-container .undisplayed-features {
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-right: 2px;
  padding-block-start: 4px;
  padding-inline-start: 8px;
  padding-block-end: 4px;
  padding-inline-end: 2px;
  color: rgba(0, 0, 0, 0.54);
  list-style: none;
}
.global-filters-bucket-container .total-values {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #A4A4A4;
}
.global-filters-bucket-container .sidepanel-form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 12px 5px;
  margin: 0;
  gap: 4px;
  font-weight: normal;
  transition: 200ms ease;
}
.global-filters-bucket-container .sidepanel-form-group:hover,
.global-filters-bucket-container .sidepanel-form-group:focus,
.global-filters-bucket-container .sidepanel-form-group.focused {
  background-color: rgba(0, 0, 0, 0.05);
}
.global-filters-bucket-container .sidepanel-form-group .form-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: ;
  padding-left: 0;
  padding-bottom: ;
  padding-right: 8px;
  padding-block-start: ;
  padding-inline-start: 0;
  padding-block-end: ;
  padding-inline-end: 8px;
}
.global-filters-bucket-container .sidepanel-form-group .form-label label {
  display: block;
}
.global-filters-bucket-container .sidepanel-form-group .form-checkbox input[type='checkbox'] {
  cursor: pointer;
}
.global-filters-bucket-container .sidepanel-form-group .form-checkbox input[role='switch'] {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.global-filters-bucket-container .quality-icon {
  margin-bottom: 2px;
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 0.7;
}
.global-filters-bucket-container .quality-icon-dimension {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.global-filters-bucket-container .quality-icon-dimension:before {
  content: "\f1d4";
}
.global-filters-bucket-container .quality-icon-measure {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.global-filters-bucket-container .quality-icon-measure:before {
  content: "\f18f";
}
.global-filters-bucket-container .quality-icon-calendar {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.global-filters-bucket-container .quality-icon-calendar:before {
  content: "\f115";
}
.global-filters-bucket-container .csp--block {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 5px 5px 5px;
}
.global-filters-bucket-container .csp--block + .csp--block {
  margin-top: 32px;
}
.csp--view-range {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.csp--rangevalue {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.54);
  background-color: #9e9e9e;
  padding: 4px 8px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  width: 38px;
}
body:not(.touch) .csp--rangevalue:hover {
  color: #ffffff;
  background-color: #585858;
}
body.touch .csp--rangevalue:active {
  color: #ffffff;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.csp--rangevalue.current {
  color: #ffffff;
  background-color: #585858;
  pointer-events: none;
  cursor: default;
}
.acf-map-control-txbutton {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 72px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  pointer-events: auto;
  width: calc(50% - 10px);
}
.acf-map-control-txbutton {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.acf-map-control-txbutton + .acf-map-control-txbutton {
  margin-left: 10px;
}
.acf-map-control-txbutton .icon {
  position: relative;
  top: -2px;
  margin-right: 4px;
  font-size: 21px;
}
.icon_datasource-overmetadata:before {
  content: "\f13b";
}
.geo-aggrid.ag-theme-alpine .ag-root-wrapper.ag-layout-normal {
  border: none;
}
.geo-aggrid.ag-theme-alpine .ag-root-wrapper-body.ag-layout-normal {
  flex: initial;
  height: auto;
  border: 1px solid #babfc7;
}
.bg-directive-stat.bg-stat-pivottable {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
}
.bg-directive-stat.bg-stat-pivottable .chart-content-wrapper {
  min-height: 0%;
}
.tab-content-container .stat-presentation-PIVOTTABLE .bg-stat-pivottable,
.acf-infosheet-statistic-section .bg-stat-pivottable {
  max-height: 350px;
  overflow: auto;
}
.tab-content-container .stat-presentation-PIVOTTABLE .bg-stat-pivottable .div-chart-content,
.acf-infosheet-statistic-section .bg-stat-pivottable .div-chart-content {
  overflow: visible;
  height: 100%;
}
.acf-widget-metadata {
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.acf-widget-metadata .metadata-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  font-size: 14px;
}
.acf-widget-metadata .metadata-icon:before {
  content: "\f1d5";
}
body:not(.touch) .acf-widget-metadata:hover .metadata-label {
  color: #556270;
}
body:not(.touch) .acf-widget-metadata:hover .metadata-icon {
  color: #585858;
}
body.touch .acf-widget-metadata:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-widget-metadata:active .metadata-label {
  color: #556270;
}
body.touch .acf-widget-metadata:active .metadata-icon {
  color: #585858;
}
body {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #556270;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
a:focus {
  outline: none;
}
input[type='text']:-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
input[type='text']:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
input[type='text']::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
body.pointer {
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
}
body.pointer .acf-map {
  -ms-touch-action: none;
  touch-action: none;
}
body:not(.mobile-device-layout) ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body:not(.mobile-device-layout) ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  margin: 4px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
body:not(.mobile-device-layout) ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: #9e9e9e;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body:not(.mobile-device-layout) ::-webkit-scrollbar-thumb:window-inactive {
  background: #9e9e9e;
}
.hand {
  cursor: pointer;
}
.down-arrow::before {
  content: '\2191';
}
.up-arrow::before {
  content: '\2193';
}
.module .title-container {
  padding: 10px;
}
.module .module-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}
.module-html {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-thematic {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 8px;
}
.acf-thematic ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.95em;
}
.acf-thematic > ul {
  margin-right: 5px;
}
.acf-thematic .toggle-thematic {
  font-size: 9px;
  padding: 4px 2px 4px 6px;
  cursor: pointer;
}
.acf-thematic .acf-thematic-layer-item-header,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-name,
.acf-thematic .acf-thematic-group-header,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-name {
  height: 32px;
  line-height: 32px;
}
.acf-thematic .acf-thematic-items,
.acf-thematic .acf-thematic-layer-classes {
  margin: 0 0 0 12px;
}
.acf-thematic .acf-thematic-invisible-item-help,
.acf-thematic .acf-thematic-loading-item-help {
  margin-left: 4px;
}
.acf-thematic .acf-thematic-invisible-item-help .inner,
.acf-thematic .acf-thematic-loading-item-help .inner {
  background: #e6eff9;
  border-radius: 4px;
  padding: 1px 3px;
}
.acf-thematic .acf-thematic-class-item,
.acf-thematic .acf-thematic-group-header,
.acf-thematic .acf-thematic-layer-item-header {
  position: relative;
  padding-right: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-thematic .acf-thematic-class-item .toggle-thematic,
.acf-thematic .acf-thematic-group-header .toggle-thematic,
.acf-thematic .acf-thematic-layer-item-header .toggle-thematic,
.acf-thematic .acf-thematic-class-item label.icon.icon_eye,
.acf-thematic .acf-thematic-group-header label.icon.icon_eye,
.acf-thematic .acf-thematic-layer-item-header label.icon.icon_eye,
.acf-thematic .acf-thematic-class-item label.icon.icon_eye_off,
.acf-thematic .acf-thematic-group-header label.icon.icon_eye_off,
.acf-thematic .acf-thematic-layer-item-header label.icon.icon_eye_off,
.acf-thematic .acf-thematic-class-item label.icon.icon_eye-partial,
.acf-thematic .acf-thematic-group-header label.icon.icon_eye-partial,
.acf-thematic .acf-thematic-layer-item-header label.icon.icon_eye-partial,
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-class-item .acf-thematic-invisible-item-help,
.acf-thematic .acf-thematic-group-header .acf-thematic-invisible-item-help,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-invisible-item-help,
.acf-thematic .acf-thematic-class-item .acf-thematic-loading-item,
.acf-thematic .acf-thematic-group-header .acf-thematic-loading-item,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-loading-item,
.acf-thematic .acf-thematic-class-item .layer-actions,
.acf-thematic .acf-thematic-group-header .layer-actions,
.acf-thematic .acf-thematic-layer-item-header .layer-actions {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-name,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-name,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-name {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-filler,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-filler,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-filler {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 2px 0 5px;
  text-align: right;
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .metadata-btn:before,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .metadata-btn:before,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .metadata-btn:before {
  content: "\f1d5";
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .search-btn,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .search-btn,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .search-btn {
  font-size: 13px;
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .search-btn:before,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .search-btn:before,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .search-btn:before {
  content: "\f154";
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .toggle-label-btn-on:before,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .toggle-label-btn-on:before,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .toggle-label-btn-on:before {
  content: "\f239";
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .toggle-label-btn-off:before,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .toggle-label-btn-off:before,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .toggle-label-btn-off:before {
  content: "\f238";
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .thematic-layer-btn,
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .thematic-layer-btn,
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .thematic-layer-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #A4A4A4;
  opacity: 0.75;
}
.acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .thematic-layer-btn:not(:last-of-type),
.acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .thematic-layer-btn:not(:last-of-type),
.acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .thematic-layer-btn:not(:last-of-type) {
  margin-right: 3px;
}
body:not(.touch) .acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .thematic-layer-btn:hover,
body:not(.touch) .acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .thematic-layer-btn:hover,
body:not(.touch) .acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .thematic-layer-btn:hover {
  color: #585858;
  opacity: 1;
}
body.touch .acf-thematic .acf-thematic-class-item .acf-thematic-layer-buttons .thematic-layer-btn:active,
body.touch .acf-thematic .acf-thematic-group-header .acf-thematic-layer-buttons .thematic-layer-btn:active,
body.touch .acf-thematic .acf-thematic-layer-item-header .acf-thematic-layer-buttons .thematic-layer-btn:active {
  color: #585858;
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-thematic .acf-thematic-group-item > .acf-thematic-group-header > .acf-thematic-layer-name,
.acf-thematic .acf-thematic-classified-item > .acf-thematic-layer-item-header > .acf-thematic-layer-name {
  font-weight: bold;
}
.acf-thematic .acf-thematic-layer-item:not(.analysis-item) > .acf-thematic-layer-item-header {
  cursor: pointer;
}
.acf-thematic .acf-thematic-layer-item:not(.analysis-item) > .acf-thematic-layer-item-header.toggle-thematic-selected {
  background: rgba(88, 88, 88, 0.25);
}
.acf-thematic .acf-thematic-layer-item:not(.analysis-item) > .acf-thematic-layer-item-header:not(.toggle-thematic-selected):hover {
  background: rgba(88, 88, 88, 0.1);
}
.acf-thematic .acf-thematic-layer-visibility-checkbox-label {
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  color: #A4A4A4;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 24px;
  line-height: 20px;
  flex: 0 0 auto;
}
.acf-thematic .acf-thematic-layer-classes > li {
  line-height: 32px;
}
.acf-thematic .acf-thematic-layer-class {
  margin: 0 0 0 5px !important;
}
.acf-thematic .acf-thematic-layer-name {
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acf-thematic .acf-thematic-class-item {
  height: 28px;
}
.acf-thematic .acf-thematic-class-visibility-checkbox-label {
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  color: #A4A4A4;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 3px 0 0 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 17px;
}
.acf-thematic .acf-thematic-item-invisible > .acf-thematic-layer-item-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-unchecked > .acf-thematic-layer-item-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-loading > .acf-thematic-layer-item-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-invisible > .acf-thematic-group-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-unchecked > .acf-thematic-group-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-loading > .acf-thematic-group-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-invisible > .acf-thematic-class-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-unchecked > .acf-thematic-class-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-loading > .acf-thematic-class-visibility-checkbox-label {
  color: rgba(164, 164, 164, 0.5);
}
.acf-thematic .acf-thematic-item-checked .acf-thematic-item-unchecked > .acf-thematic-layer-item-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-checked .acf-thematic-item-unchecked > .acf-thematic-group-header > .acf-thematic-layer-visibility-checkbox-label,
.acf-thematic .acf-thematic-item-checked .acf-thematic-item-unchecked > .acf-thematic-class-visibility-checkbox-label {
  color: rgba(164, 164, 164, 0.5);
}
.acf-thematic .acf-thematic-item-invisible,
.acf-thematic .acf-thematic-item-loading {
  color: rgba(85, 98, 112, 0.6);
}
.acf-thematic .acf-thematic-item-invisible .acf-thematic-layer-item-header .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-item-loading .acf-thematic-layer-item-header .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-item-invisible .acf-thematic-group-header .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-item-loading .acf-thematic-group-header .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-item-invisible.acf-thematic-class-item .acf-thematic-layer-graphic,
.acf-thematic .acf-thematic-item-loading.acf-thematic-class-item .acf-thematic-layer-graphic {
  opacity: 0.6;
}
.acf-thematic label.icon_eye,
.acf-thematic label.icon_eye_off,
.acf-thematic label.icon_eye-partial {
  margin: 0;
  padding-top: 2px;
  width: 28px;
}
.acf-thematic label.icon_eye-partial {
  font-size: 21px;
}
.acf-thematic label.icon_eye_off {
  color: rgba(164, 164, 164, 0.5);
}
.acf-thematic .acf-thematic-layer-item.analysis-item .acf-thematic-analyse-filter,
.acf-thematic .acf-thematic-layer-item.analysis-item .bg-analysis-legend-unique,
.acf-thematic .acf-thematic-layer-item.analysis-item .legend-item {
  padding-left: 50px;
}
.acf-thematic .acf-thematic-layer-item.analysis-item .bg-analysis-legend-ramp {
  padding: 8px 0;
  padding-left: 25px;
}
.acf-thematic .acf-thematic-layer-item.analysis-item .bg-analysis-legend-proportional-symbols {
  margin-top: 14px;
  margin-bottom: 8px;
  margin-left: 25px;
}
.acf-thematic .acf-thematic-layer-item.analysis-item .acf-thematic-analyse-filter-item {
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.38);
  font-weight: bold;
  line-height: 14px;
}
.acf-thematic .acf-thematic-layer-item.analysis-item .acf-analyses-expand {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  margin: 0 4px;
  padding: 4px;
  font-size: 9px;
  border-radius: 50%;
  cursor: pointer;
}
.acf-thematic .acf-thematic-layer-item.analysis-item .acf-thematic-layer-item-header .acf-thematic-layer-graphic {
  display: none;
}
.acf-thematic .layer-actions .action {
  color: #A4A4A4;
}
.acf-thematic .layer-actions .action.action-selected {
  color: #585858;
}
.acf-thematic.draw-layers-thematic {
  margin-bottom: 0;
}
.acf-thematic.draw-layers-thematic .layers-separator {
  margin: 8px 0;
}
.acf-legend {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px;
  gap: 8px;
}
.acf-legend ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.acf-legend ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 24px;
  line-height: 24px;
}
.acf-legend ul li .icon_chevron_down,
.acf-legend ul li .icon_chevron_right {
  font-size: 9px;
  padding: 9px;
}
.acf-legend .acf-legend__entry {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.acf-legend .acf-legend__subentry {
  margin-left: 24px;
}
.acf-legend .acf-legend__entry-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.acf-legend .acf-legend__image {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 32px;
  line-height: 32px;
}
.acf-legend .acf-legend__copyright {
  font-size: 11px;
  line-height: 15px;
}
.acf-legend .legend-toggle-item {
  cursor: pointer;
}
.acf-legend .legend-empty {
  font-style: italic;
  text-align: center;
  padding: 10px 0;
}
.acf-legend .acf-legend-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
}
.acf-legend .acf-legend-showcopyright {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.humane-canvas {
  top: 74px;
  -webkit-transform: translateY(-74px);
  -moz-transform: translateY(-74px);
  -o-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  transform: translateY(-74px);
  text-shadow: none;
}
.top-toolbar-open .humane-canvas {
  top: 122px;
  -webkit-transform: translateY(-122px);
  -moz-transform: translateY(-122px);
  -o-transform: translateY(-122px);
  -ms-transform: translateY(-122px);
  transform: translateY(-122px);
}
.main-container {
  position: relative;
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.bottom-panel {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-content .rss-module .entry.noimage {
  border-left: 4px solid #E6E6E6;
}
.progress-bar {
  background: -moz-linear-gradient(left, #989898 0%, #585858 100%);/* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #989898), color-stop(100%, #585858));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #989898 0%, #585858 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #989898 0%, #585858 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(left, #989898 0%, #585858 100%);/* IE10+ */
  background: linear-gradient(to right, #989898 0%, #585858 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff989898, endColorstr=#ff585858, GradientType=0);/* IE6-9 */
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.export-loadingbar {
  width: 100%;
  height: 20px;
  border: 1px solid #656565;
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}
.export-loadingbar::after {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  width: 200%;
  height: 100%;
  background: #656565;
  background-image: -webkit-linear-gradient(45deg, white 0%, white 30%, #656565 30%, #656565 70%, white 70%);
  background-image: -webkit-moz-gradient(45deg, white 0%, white 30%, #656565 30%, #656565 70%, white 70%);
  background-image: -webkit-o-gradient(45deg, white 0%, white 30%, #656565 30%, #656565 70%, white 70%);
  background-image: linear-gradient(45deg, white 0%, white 30%, #656565 30%, #656565 70%, white 70%);
  background-size: 50px 20px;
  animation: slide 3s linear infinite;
}
@keyframes slide {
  from {
    right: 0;
  }
  to {
    right: -300px;
  }
}
.acf-metadata-link {
  color: #A4A4A4;
  cursor: pointer;
  font-size: 14px;
}
.acf-metadata-link:hover {
  color: #585858;
}
.toggle-window {
  position: fixed;
  padding: 4px 12px;
  min-height: 40px;
  color: #556270;
  background: #FFFFFF;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  border-radius: 0;
}
.toggle-window:before,
.toggle-window:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.toggle-window:before {
  border-width: 5px;
}
.toggle-window:after {
  border-width: 5px;
}
.toggle-window.left:before,
.toggle-window.left:after {
  right: 100%;
}
.toggle-window.left:before {
  border-right-color: transparent;
}
.toggle-window.left:after {
  border-right-color: #FFFFFF;
}
.toggle-window.right:before,
.toggle-window.right:after {
  left: 100%;
}
.toggle-window.right:before {
  border-left-color: transparent;
}
.toggle-window.right:after {
  border-left-color: #FFFFFF;
}
.toggle-window.top:before,
.toggle-window.top:after {
  top: 16px;
}
.toggle-window.top:before {
  margin-top: -5px;
}
.toggle-window.top:after {
  margin-top: -5px;
}
.toggle-window.bottom:before,
.toggle-window.bottom:after {
  bottom: 16px;
}
.toggle-window.bottom:before {
  margin-bottom: -5px;
}
.toggle-window.bottom:after {
  margin-bottom: -5px;
}
.toggle-window .toggle-window-heading {
  padding: 0 16px;
  overflow: hidden;
}
.toggle-window.left:after {
  border-right-color: #A4A4A4;
}
.toggle-window.right:after {
  border-left-color: #A4A4A4;
}
.toggle-window .toggle-window-heading {
  background: #A4A4A4;
  color: #FFFFFF;
}
#fancybox-wrap {
  padding: 20px;
  box-sizing: content-box !important;
}
#fancybox-wrap #fancybox-title-over {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, #000000 100%);/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(100%, #000000));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, #000000 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, #000000 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, #000000 100%);/* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, #000000 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000, endColorstr=#ff000000, GradientType=0);/* IE6-9 */
  font-size: 11px;
  text-shadow: 0 0 2px #000000;
}
#fancybox-wrap #fancybox-title-over p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0;
}
#fancybox-wrap #fancybox-title-over span {
  display: inline-block;
  vertical-align: middle;
}
#fancybox-wrap #fancybox-title-over a {
  color: #ffffff;
  text-decoration: underline;
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Century Gothic, Arial, sans-serif;
  font-size: inherit;
}
.ui-widget button.icon {
  font-family: 'icons';
}
.alert-info,
.alert-warning,
.alert-danger {
  padding: 16px;
  font-size: 14px;
  line-height: normal;
  text-align: left;
}
.alert-info.small,
.alert-warning.small,
.alert-danger.small {
  padding: 8px;
  font-size: 11px;
  font-weight: bold;
}
.alert-info.medium,
.alert-warning.medium,
.alert-danger.medium {
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
}
.alert-info {
  border: 1px solid #2d77d2;
  color: #2d77d2;
  background-color: #e6eff9;
}
.alert-warning {
  border: 1px solid #f96001;
  color: #f96001;
  background-color: #feece1;
}
.alert-danger {
  border: 1px solid #97071a;
  color: #97071a;
  background-color: #f3e2e5;
}
.toggle-window.toggle-window-generic,
.toggle-window.feature-identifier-window,
.toggle-window.layer-query-window {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 320px;
}
.toggle-window.toggle-window-generic .toggle-window-heading,
.toggle-window.feature-identifier-window .toggle-window-heading,
.toggle-window.layer-query-window .toggle-window-heading,
.toggle-window.toggle-window-generic .togglebar-container,
.toggle-window.feature-identifier-window .togglebar-container,
.toggle-window.layer-query-window .togglebar-container,
.toggle-window.toggle-window-generic .toggle-window-selection,
.toggle-window.feature-identifier-window .toggle-window-selection,
.toggle-window.layer-query-window .toggle-window-selection {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.toggle-window.toggle-window-generic .toggle-window-content,
.toggle-window.feature-identifier-window .toggle-window-content,
.toggle-window.layer-query-window .toggle-window-content {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height: 320px;
}
.toggle-window.toggle-window-generic .toggle-window-content,
.toggle-window.feature-identifier-window .toggle-window-content,
.toggle-window.layer-query-window .toggle-window-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text,
.toggle-window.feature-identifier-window .toggle-window-content .filter-text,
.toggle-window.layer-query-window .toggle-window-content .filter-text,
.toggle-window.toggle-window-generic .toggle-window-content .select-all-container,
.toggle-window.feature-identifier-window .toggle-window-content .select-all-container,
.toggle-window.layer-query-window .toggle-window-content .select-all-container,
.toggle-window.toggle-window-generic .toggle-window-content .info-no-selected-item,
.toggle-window.feature-identifier-window .toggle-window-content .info-no-selected-item,
.toggle-window.layer-query-window .toggle-window-content .info-no-selected-item {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.toggle-window.toggle-window-generic .toggle-window-content ul,
.toggle-window.feature-identifier-window .toggle-window-content ul,
.toggle-window.layer-query-window .toggle-window-content ul {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.toggle-window.toggle-window-generic .toggle-window-heading,
.toggle-window.feature-identifier-window .toggle-window-heading,
.toggle-window.layer-query-window .toggle-window-heading {
  position: relative;
  text-align: center;
}
.toggle-window.toggle-window-generic .toggle-window-heading .close-btn,
.toggle-window.feature-identifier-window .toggle-window-heading .close-btn,
.toggle-window.layer-query-window .toggle-window-heading .close-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  padding: 4px;
  cursor: pointer;
}
.toggle-window.toggle-window-generic .toggle-window-heading .close-btn:before,
.toggle-window.feature-identifier-window .toggle-window-heading .close-btn:before,
.toggle-window.layer-query-window .toggle-window-heading .close-btn:before {
  content: "\f128";
}
.toggle-window.toggle-window-generic .toggle-window-content ul,
.toggle-window.feature-identifier-window .toggle-window-content ul,
.toggle-window.layer-query-window .toggle-window-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 6px 0;
}
.toggle-window.toggle-window-generic .toggle-window-content li,
.toggle-window.feature-identifier-window .toggle-window-content li,
.toggle-window.layer-query-window .toggle-window-content li {
  padding: 0 12px;
}
.toggle-window.toggle-window-generic .toggle-window-content label,
.toggle-window.feature-identifier-window .toggle-window-content label,
.toggle-window.layer-query-window .toggle-window-content label {
  margin: 5px 0;
  position: relative;
}
.toggle-window.toggle-window-generic .toggle-window-content input[type='checkbox'],
.toggle-window.feature-identifier-window .toggle-window-content input[type='checkbox'],
.toggle-window.layer-query-window .toggle-window-content input[type='checkbox'] {
  position: absolute;
}
.toggle-window.toggle-window-generic .toggle-window-content input[type='text'],
.toggle-window.feature-identifier-window .toggle-window-content input[type='text'],
.toggle-window.layer-query-window .toggle-window-content input[type='text'] {
  width: 100%;
}
.toggle-window.toggle-window-generic .toggle-window-content input[type='text']:focus,
.toggle-window.feature-identifier-window .toggle-window-content input[type='text']:focus,
.toggle-window.layer-query-window .toggle-window-content input[type='text']:focus {
  outline: none;
}
.toggle-window.toggle-window-generic .toggle-window-content .list-separator,
.toggle-window.feature-identifier-window .toggle-window-content .list-separator,
.toggle-window.layer-query-window .toggle-window-content .list-separator {
  margin: 2px 0;
  border-top: 1px dotted #e0e0e0;
}
.toggle-window.toggle-window-generic .toggle-window-content .list-item,
.toggle-window.feature-identifier-window .toggle-window-content .list-item,
.toggle-window.layer-query-window .toggle-window-content .list-item {
  display: block;
  padding-left: 20px;
  font-weight: normal;
  word-wrap: break-word;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text-container,
.toggle-window.feature-identifier-window .toggle-window-content .filter-text-container,
.toggle-window.layer-query-window .toggle-window-content .filter-text-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text-container .filter-text,
.toggle-window.feature-identifier-window .toggle-window-content .filter-text-container .filter-text,
.toggle-window.layer-query-window .toggle-window-content .filter-text-container .filter-text {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text-container .selected-item-toggle,
.toggle-window.feature-identifier-window .toggle-window-content .filter-text-container .selected-item-toggle,
.toggle-window.layer-query-window .toggle-window-content .filter-text-container .selected-item-toggle {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text,
.toggle-window.feature-identifier-window .toggle-window-content .filter-text,
.toggle-window.layer-query-window .toggle-window-content .filter-text {
  position: relative;
  border-bottom: 1px solid #ededed;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text input[type='text'],
.toggle-window.feature-identifier-window .toggle-window-content .filter-text input[type='text'],
.toggle-window.layer-query-window .toggle-window-content .filter-text input[type='text'] {
  color: rgba(0, 0, 0, 0.38);
  background-color: #fafafa;
  padding: 4px 8px 4px 30px;
  border: none;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text .ft-icon,
.toggle-window.feature-identifier-window .toggle-window-content .filter-text .ft-icon,
.toggle-window.layer-query-window .toggle-window-content .filter-text .ft-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  left: 10px;
  color: rgba(0, 0, 0, 0.12);
  font-size: 16px;
}
.toggle-window.toggle-window-generic .toggle-window-content .filter-text .ft-icon:before,
.toggle-window.feature-identifier-window .toggle-window-content .filter-text .ft-icon:before,
.toggle-window.layer-query-window .toggle-window-content .filter-text .ft-icon:before {
  content: "\f20f";
}
.toggle-window.toggle-window-generic .toggle-window-content .selected-item-toggle,
.toggle-window.feature-identifier-window .toggle-window-content .selected-item-toggle,
.toggle-window.layer-query-window .toggle-window-content .selected-item-toggle {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.38);
  background-color: #ededed;
  width: 32px;
  cursor: pointer;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.toggle-window.toggle-window-generic .toggle-window-content .selected-item-toggle:before,
.toggle-window.feature-identifier-window .toggle-window-content .selected-item-toggle:before,
.toggle-window.layer-query-window .toggle-window-content .selected-item-toggle:before {
  content: "\f23d";
}
.toggle-window.toggle-window-generic .toggle-window-content .selected-item-toggle.active,
.toggle-window.feature-identifier-window .toggle-window-content .selected-item-toggle.active,
.toggle-window.layer-query-window .toggle-window-content .selected-item-toggle.active {
  color: #ffffff;
  background-color: #33b573;
}
.toggle-window.toggle-window-generic .toggle-window-content .btn-group .btn,
.toggle-window.feature-identifier-window .toggle-window-content .btn-group .btn,
.toggle-window.layer-query-window .toggle-window-content .btn-group .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.toggle-window.toggle-window-generic .toggle-window-content .empty-item,
.toggle-window.feature-identifier-window .toggle-window-content .empty-item,
.toggle-window.layer-query-window .toggle-window-content .empty-item {
  font-style: italic;
}
.toggle-window.toggle-window-generic .select-all-container,
.toggle-window.feature-identifier-window .select-all-container,
.toggle-window.layer-query-window .select-all-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #ededed;
  font-size: small;
}
.toggle-window.toggle-window-generic .select-all-container .select-all,
.toggle-window.feature-identifier-window .select-all-container .select-all,
.toggle-window.layer-query-window .select-all-container .select-all,
.toggle-window.toggle-window-generic .select-all-container .unselect-all,
.toggle-window.feature-identifier-window .select-all-container .unselect-all,
.toggle-window.layer-query-window .select-all-container .unselect-all {
  min-width: 0%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: rgba(0, 0, 0, 0.54);
  background-color: #f5f5f5;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}
body:not(.touch) .toggle-window.toggle-window-generic .select-all-container .select-all:hover,
body:not(.touch) .toggle-window.feature-identifier-window .select-all-container .select-all:hover,
body:not(.touch) .toggle-window.layer-query-window .select-all-container .select-all:hover,
body:not(.touch) .toggle-window.toggle-window-generic .select-all-container .unselect-all:hover,
body:not(.touch) .toggle-window.feature-identifier-window .select-all-container .unselect-all:hover,
body:not(.touch) .toggle-window.layer-query-window .select-all-container .unselect-all:hover {
  color: inherit;
}
body.touch .toggle-window.toggle-window-generic .select-all-container .select-all:active,
body.touch .toggle-window.feature-identifier-window .select-all-container .select-all:active,
body.touch .toggle-window.layer-query-window .select-all-container .select-all:active,
body.touch .toggle-window.toggle-window-generic .select-all-container .unselect-all:active,
body.touch .toggle-window.feature-identifier-window .select-all-container .unselect-all:active,
body.touch .toggle-window.layer-query-window .select-all-container .unselect-all:active {
  color: inherit;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.toggle-window.toggle-window-generic .select-all-container .select-all .sa-icon,
.toggle-window.feature-identifier-window .select-all-container .select-all .sa-icon,
.toggle-window.layer-query-window .select-all-container .select-all .sa-icon,
.toggle-window.toggle-window-generic .select-all-container .unselect-all .sa-icon,
.toggle-window.feature-identifier-window .select-all-container .unselect-all .sa-icon,
.toggle-window.layer-query-window .select-all-container .unselect-all .sa-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
}
.toggle-window.toggle-window-generic .select-all-container .select-all,
.toggle-window.feature-identifier-window .select-all-container .select-all,
.toggle-window.layer-query-window .select-all-container .select-all {
  border-right: 1px solid #ededed;
}
.toggle-window.toggle-window-generic .select-all-container .select-all .sa-icon,
.toggle-window.feature-identifier-window .select-all-container .select-all .sa-icon,
.toggle-window.layer-query-window .select-all-container .select-all .sa-icon {
  font-size: 13px;
}
.toggle-window.toggle-window-generic .select-all-container .select-all .sa-icon:before,
.toggle-window.feature-identifier-window .select-all-container .select-all .sa-icon:before,
.toggle-window.layer-query-window .select-all-container .select-all .sa-icon:before {
  content: "\f23d";
}
.toggle-window.toggle-window-generic .select-all-container .unselect-all .sa-icon,
.toggle-window.feature-identifier-window .select-all-container .unselect-all .sa-icon,
.toggle-window.layer-query-window .select-all-container .unselect-all .sa-icon {
  font-size: 9px;
}
.toggle-window.toggle-window-generic .select-all-container .unselect-all .sa-icon:before,
.toggle-window.feature-identifier-window .select-all-container .unselect-all .sa-icon:before,
.toggle-window.layer-query-window .select-all-container .unselect-all .sa-icon:before {
  content: "\f128";
}
.toggle-window.toggle-window-generic .info-no-selected-item,
.toggle-window.feature-identifier-window .info-no-selected-item,
.toggle-window.layer-query-window .info-no-selected-item {
  color: #ffffff;
  background-color: #c51116;
  padding: 4px 0;
  font-size: 12px;
  text-align: center;
}
.toggle-window.toggle-window-generic .layer-invisible,
.toggle-window.feature-identifier-window .layer-invisible,
.toggle-window.layer-query-window .layer-invisible {
  color: rgba(0, 0, 0, 0.38);
}
.feature-identifier-window {
  padding: 0 12px;
}
.feature-identifier-window .filter-bar-title {
  color: rgba(0, 0, 0, 0.87);
  background-color: #c1cfd9;
  padding: 6px 12px;
}
.feature-identifier-window .filter-bar-title label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
}
.feature-identifier-window .filter-bar-title label input[type='checkbox'] + i {
  margin-right: 6px;
}
.feature-identifier-window .acf-selection-filter-bar .reversefilter-container {
  background-color: #e0e0e0;
}
.feature-identifier-window .acf-selection-filter-bar .reversefilter-container .reversefilter-btn {
  background-color: rgba(189, 189, 189, 0.5);
}
.filters-tree-panel .prompt-suggest .spinner {
  text-align: center;
  position: absolute;
  top: 2px;
  right: 8px;
}
.filters-tree-panel .prompt-suggest .spinner .bounce1,
.filters-tree-panel .prompt-suggest .spinner .bounce2,
.filters-tree-panel .prompt-suggest .spinner .bounce3,
.filters-tree-panel .prompt-suggest .spinner > div {
  width: 6px;
  height: 6px;
  margin-right: 2px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.filters-tree-panel .prompt-suggest .spinner .bounce1:last-of-type,
.filters-tree-panel .prompt-suggest .spinner .bounce2:last-of-type,
.filters-tree-panel .prompt-suggest .spinner .bounce3:last-of-type,
.filters-tree-panel .prompt-suggest .spinner > div:last-of-type {
  margin-right: 0;
}
.filters-tree-panel .prompt-suggest .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #c1cfd9;
}
.filters-tree-panel .prompt-suggest .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #c1cfd9;
}
.filters-tree-panel .prompt-suggest .spinner .bounce3 {
  background-color: #c1cfd9;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.filters-tree-panel select:disabled {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}
.bg-accordion__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bg-accordion__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 4px 6px 4px 12px;
  font-size: 1em;
  font-weight: normal;
  color: #556270;
  background-color: #ffffff;
  border: 0;
  border-bottom: 2px solid #E6E6E6;
  cursor: pointer;
  width: 100%;
  transition: border-bottom-color 180ms ease;
}
.bg-accordion__title:hover {
  border-bottom-color: #585858;
}
.bg-accordion__title.bg-accordion__title--open {
  color: #556270;
  border-bottom-color: #585858;
  background-color: transparent;
}
.bg-accordion__icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 10px;
}
.bg-accordion__label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: start;
}
.bg-accordion__panel {
  padding: 1em;
}
.tile-container {
  margin-bottom: 24px;
}
.tile-grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.tile-group-header {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #556270;
  margin: 0 0 8px 0;
  text-align: center;
}
.tile-component {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  min-width: 125px;
  height: 110px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #212121;
  position: relative;
  border: none;
  outline: none;
}
.tile-component:active {
  color: #ffffff !important;
  background-color: #585858 !important;
}
.tile-component:active .icon_chevron_right {
  background: #ffffff;
  color: #212121;
}
.tile-component.tile-component--has-chevron {
  padding-bottom: 16px;
}
.tile-component.tile-component--full {
  height: 70px;
  width: 100%;
}
.tile-component.tile-component--full .tile-component__icon {
  margin: 0;
}
.tile-component .badge-notification-num {
  position: absolute;
  top: 0;
  right: -18px;
}
.tile-component .tile-component__label {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.tile-component .tile-component__icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 8px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  position: relative;
}
.tile-component .icon_chevron_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  color: inherit;
  border-radius: 8px 0px 0px 0px;
  width: 24px;
  height: 24px;
  font-size: 12px;
}
.expand--transition {
  transition: transform 180ms ease;
}
.expand--closed {
  transform: rotate(90deg);
}
.input-container-component {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-color: white;
  box-shadow: inset 0 0 5px 0 #ababab;
  color: #A4A4A4;
  padding: 4px 10px;
}
.input-container-component input {
  border: 0;
  padding: 0;
}
.input-container-component input:focus,
.input-container-component input:focus-visible {
  outline: none;
  box-shadow: none;
}
.input-container-component__action {
  background: none;
  border: none;
}
.header-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #ffffff;
  z-index: 2;
}
.header-panel.extended {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.header-panel .header-panel-logo,
.header-panel .header-panel-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0;
  color: #585858;
}
.header-panel .header-panel-logo {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 5px;
}
.header-panel .header-panel-logo .acf-image {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 320px;
  max-height: 54px;
}
.header-panel .header-panel-title {
  min-width: 0%;
  -webkit-flex: 1000 1000 auto;
  -moz-flex: 1000 1000 auto;
  -ms-flex: 1000 1000 auto;
  flex: 1000 1000 auto;
  padding-left: 10px;
  padding-right: 5px;
}
.header-panel .header-panel-title .acf-title {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: normal;
}
.header-panel .header-panel-title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 2em;
}
.left-panel,
.right-panel {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  height: calc(100% - 64px );
  pointer-events: none;
  z-index: 1;
}
.left-panel.no-header,
.right-panel.no-header {
  top: 0px;
  height: 100%;
}
.left-panel > div,
.right-panel > div {
  height: 100%;
}
.left-panel .side-panel-column,
.right-panel .side-panel-column,
.left-panel .simple-carousel-container,
.right-panel .simple-carousel-container {
  position: absolute !important;
  left: 0;
  right: 0;
}
.left-panel .launcher-container,
.right-panel .launcher-container,
.left-panel .side-panel-content,
.right-panel .side-panel-content,
.left-panel .simple-carousel-arrow,
.right-panel .simple-carousel-arrow {
  pointer-events: auto;
}
.left-panel .side-panel-content {
  left: 64px;
}
.left-title-panel-open .left-panel .side-panel-content {
  left: 248px;
}
.left-panel .simple-carousel-arrow,
.left-panel .launcher-container,
.left-panel .menu-filler:after {
  position: absolute;
  left: 0;
}
.right-panel .side-panel-content {
  right: 64px;
}
.no-right-sidebar .right-panel .side-panel-content {
  right: 0px;
}
.right-title-panel-open .right-panel .side-panel-content {
  right: 248px;
}
.right-panel .simple-carousel-arrow,
.right-panel .launcher-container,
.right-panel .menu-filler:after {
  position: absolute;
  right: 0;
}
.side-panel-column,
.side-title-panel-column {
  color: #373c48;
  background: none !important;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
}
.side-panel-column ul,
.side-title-panel-column ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 100%;
  text-align: center;
}
.side-panel-column li:hover,
.side-title-panel-column li:hover,
.side-panel-column li.selected,
.side-title-panel-column li.selected {
  background-color: transparent !important;
}
.side-panel-column .sidepanel-item,
.side-title-panel-column .sidepanel-item {
  min-height: 0%;
  -webkit-flex: 0 0 64px;
  -moz-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
  cursor: pointer;
}
.side-panel-column .sidepanel-item .launcher-container,
.side-title-panel-column .sidepanel-item .launcher-container {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: rgba(230, 230, 230, 0.9);
}
.side-panel-column .sidepanel-item .launcher-container .launcher-icon,
.side-title-panel-column .sidepanel-item .launcher-container .launcher-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  width: 64px;
  height: 64px;
  font-size: 30px;
  z-index: 3;
}
.side-panel-column .sidepanel-item .launcher-container .launcher-label,
.side-title-panel-column .sidepanel-item .launcher-container .launcher-label {
  position: absolute;
  top: 0;
  width: auto;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.left-panel .side-panel-column .sidepanel-item .launcher-container .launcher-label,
.left-panel .side-title-panel-column .sidepanel-item .launcher-container .launcher-label {
  left: -100%;
  padding-right: 24px;
  padding-left: 12px;
}
.right-panel .side-panel-column .sidepanel-item .launcher-container .launcher-label,
.right-panel .side-title-panel-column .sidepanel-item .launcher-container .launcher-label {
  right: -100%;
  padding-right: 12px;
  padding-left: 24px;
}
.side-panel-column .sidepanel-item:hover .launcher-label,
.side-title-panel-column .sidepanel-item:hover .launcher-label {
  visibility: visible;
  opacity: 1;
}
.left-panel .side-panel-column .sidepanel-item:hover .launcher-label,
.left-panel .side-title-panel-column .sidepanel-item:hover .launcher-label {
  left: 100%;
}
.right-panel .side-panel-column .sidepanel-item:hover .launcher-label,
.right-panel .side-title-panel-column .sidepanel-item:hover .launcher-label {
  right: 100%;
}
body:not(.touch) .side-panel-column .sidepanel-item:hover .launcher-label,
body:not(.touch) .side-title-panel-column .sidepanel-item:hover .launcher-label,
body:not(.touch) .side-panel-column .sidepanel-item:hover .launcher-icon,
body:not(.touch) .side-title-panel-column .sidepanel-item:hover .launcher-icon {
  color: #FFFFFF !important;
  background-color: #585858 !important;
}
body.touch .side-panel-column .sidepanel-item:active,
body.touch .side-title-panel-column .sidepanel-item:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .side-panel-column .sidepanel-item:active .launcher-label,
body.touch .side-title-panel-column .sidepanel-item:active .launcher-label,
body.touch .side-panel-column .sidepanel-item:active .launcher-icon,
body.touch .side-title-panel-column .sidepanel-item:active .launcher-icon {
  color: #FFFFFF !important;
  background-color: #585858 !important;
}
.side-panel-column .sidepanel-item.selected .launcher-label,
.side-title-panel-column .sidepanel-item.selected .launcher-label,
.side-panel-column .sidepanel-item.selected .launcher-icon,
.side-title-panel-column .sidepanel-item.selected .launcher-icon {
  color: #FFFFFF !important;
  background-color: #585858 !important;
}
.side-panel-column .sidepanel-item.active .launcher-container::after,
.side-title-panel-column .sidepanel-item.active .launcher-container::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 3px;
  background-color: #585858;
  z-index: 1;
  pointer-events: none;
}
.side-panel-column .sidepanel-item.left-panel-open .launcher-container,
.side-title-panel-column .sidepanel-item.left-panel-open .launcher-container,
.side-panel-column .sidepanel-item.right-panel-open .launcher-container,
.side-title-panel-column .sidepanel-item.right-panel-open .launcher-container {
  width: 248px;
  color: #A4A4A4;
  background-color: rgba(230, 230, 230, 0.9);
}
.left-panel .side-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-icon,
.left-panel .side-title-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-icon,
.left-panel .side-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-icon,
.left-panel .side-title-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-icon {
  float: left;
}
.right-panel .side-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-icon,
.right-panel .side-title-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-icon,
.right-panel .side-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-icon,
.right-panel .side-title-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-icon {
  float: right;
}
.side-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-label,
.side-title-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-label,
.side-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-label,
.side-title-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 184px;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
}
.left-panel .side-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-label,
.left-panel .side-title-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-label,
.left-panel .side-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-label,
.left-panel .side-title-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-label {
  left: 64px;
}
.right-panel .side-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-label,
.right-panel .side-title-panel-column .sidepanel-item.left-panel-open .launcher-container .launcher-label,
.right-panel .side-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-label,
.right-panel .side-title-panel-column .sidepanel-item.right-panel-open .launcher-container .launcher-label {
  right: 64px;
}
.side-panel-column .sidepanel-item.left-panel-open,
.side-title-panel-column .sidepanel-item.left-panel-open {
  text-align: left;
}
.side-panel-column .sidepanel-item.right-panel-open,
.side-title-panel-column .sidepanel-item.right-panel-open {
  text-align: right;
}
.side-panel-column .menu-filler,
.side-title-panel-column .menu-filler {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.side-panel-column .menu-filler:after,
.side-title-panel-column .menu-filler:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: ' ';
  background-color: rgba(230, 230, 230, 0.9);
  pointer-events: auto;
}
.side-panel-column img,
.side-title-panel-column img {
  max-width: 28px;
  max-height: 28px;
}
.side-title-panel-column.simple-carousel {
  position: relative;
  visibility: hidden;
}
.side-title-panel-column.simple-carousel.simple-carousel-visible {
  visibility: visible;
}
.side-title-panel-column.simple-carousel .simple-carousel-container {
  overflow: hidden;
  background: transparent;
}
.side-title-panel-column.simple-carousel .simple-carousel-arrow {
  display: block;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  background: #E6E6E6;
  color: #A4A4A4;
}
body:not(.touch) .side-title-panel-column.simple-carousel .simple-carousel-arrow:hover {
  background: #585858;
  color: #FFFFFF;
}
body.touch .side-title-panel-column.simple-carousel .simple-carousel-arrow:active {
  background: #585858;
  color: #FFFFFF;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-title-panel-column.simple-carousel.simple-carousel-no-scroll {
  display: block;
}
.side-title-panel-column.simple-carousel.simple-carousel-no-scroll .simple-carousel-container {
  margin: 0;
}
.side-title-panel-column.simple-carousel .simple-carousel-container {
  width: 100%;
  height: calc(100% - 40px );
  margin: 20px 0;
}
.side-title-panel-column.simple-carousel .simple-carousel-arrow {
  inset-inline-start: 0;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.side-title-panel-column.simple-carousel .simple-carousel-arrow-min {
  top: 0;
}
.side-title-panel-column.simple-carousel .simple-carousel-arrow-max {
  bottom: 0;
}
.side-title-panel-column.simple-carousel.simple-carousel-no-scroll {
  height: auto;
}
.side-title-panel-column.simple-carousel.simple-carousel-no-scroll .simple-carousel-container {
  height: auto;
}
.side-title-panel-column .menu-filler:after {
  width: 248px;
}
.side-panel-column.simple-carousel {
  position: relative;
  visibility: hidden;
}
.side-panel-column.simple-carousel.simple-carousel-visible {
  visibility: visible;
}
.side-panel-column.simple-carousel .simple-carousel-container {
  overflow: hidden;
  background: transparent;
}
.side-panel-column.simple-carousel .simple-carousel-arrow {
  display: block;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  background: #E6E6E6;
  color: #A4A4A4;
}
body:not(.touch) .side-panel-column.simple-carousel .simple-carousel-arrow:hover {
  background: #585858;
  color: #FFFFFF;
}
body.touch .side-panel-column.simple-carousel .simple-carousel-arrow:active {
  background: #585858;
  color: #FFFFFF;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-panel-column.simple-carousel.simple-carousel-no-scroll {
  display: block;
}
.side-panel-column.simple-carousel.simple-carousel-no-scroll .simple-carousel-container {
  margin: 0;
}
.side-panel-column.simple-carousel .simple-carousel-container {
  width: 100%;
  height: calc(100% - 40px );
  margin: 20px 0;
}
.side-panel-column.simple-carousel .simple-carousel-arrow {
  inset-inline-start: 0;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.side-panel-column.simple-carousel .simple-carousel-arrow-min {
  top: 0;
}
.side-panel-column.simple-carousel .simple-carousel-arrow-max {
  bottom: 0;
}
.side-panel-column.simple-carousel.simple-carousel-no-scroll {
  height: auto;
}
.side-panel-column.simple-carousel.simple-carousel-no-scroll .simple-carousel-container {
  height: auto;
}
.side-panel-column .menu-filler:after {
  width: 64px;
}
.side-panel-column .launcher-label {
  pointer-events: none;
}
.side-panel-column.simple-carousel .simple-carousel-container,
.side-title-panel-column.simple-carousel .simple-carousel-container {
  margin: 0;
  height: 100%;
}
.side-panel-column.simple-carousel .simple-carousel-arrow,
.side-title-panel-column.simple-carousel .simple-carousel-arrow {
  z-index: 5;
}
.left-panel .side-panel-column.simple-carousel .simple-carousel-arrow,
.left-panel .side-title-panel-column.simple-carousel .simple-carousel-arrow {
  left: 0;
  right: auto;
}
.right-panel .side-panel-column.simple-carousel .simple-carousel-arrow,
.right-panel .side-title-panel-column.simple-carousel .simple-carousel-arrow {
  left: auto;
  right: 0;
}
.side-panel-column.simple-carousel .simple-carousel-arrow {
  width: 64px;
}
.side-title-panel-column.simple-carousel .simple-carousel-arrow {
  width: 248px;
}
.side-panel-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  background: #fafafa;
  margin: 5px;
  max-height: calc(100% - 10px );
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  position: absolute;
  top: 0;
}
.side-panel-content > [class|='side-panel'] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content > [class|='side-panel'] .side-panel-content-tabs,
.side-panel-content > [class|='side-panel'] .side-panel-content-footer {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-content > [class|='side-panel'] .side-panel-content-section {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content .side-panel-content-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.side-panel-content .side-panel-content-footer .togglelayout-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-content .thematics-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-panel-content .thematics-section .scroll-thematic {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content .results-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-panel-content .results-section .search-results {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content .search-results {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-panel-content .search-results .right-panel-title,
.side-panel-content .search-results .layers-tools,
.side-panel-content .search-results .search-results-footer {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-content .search-results .scroll-result {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content .search-results-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.side-panel-content .search-results-footer .acf-search-pagination-bar {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.side-panel-content .search-results-footer .togglelayout-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-content .analysis-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-panel-content .analysis-section .analysis-results {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content .analysis-results {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-panel-content .analysis-results .layers-tools {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-content .analysis-results .acf-analyses-results-list {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content .scroll-result,
.side-panel-content .scroll-thematic,
.side-panel-content .scroll-legend,
.side-panel-content .scroll-edition,
.side-panel-content .scroll-global-parameters,
.side-panel-content .scroll-analysis,
.side-panel-content .scroll-extension,
.side-panel-content .scroll-data-validation,
.side-panel-content .scroll-personaldata {
  overflow-y: auto;
  overflow-x: hidden;
}
.top-toolbar-open .side-panel-content {
  margin-top: 53px;
  height: calc(100% - 58px );
}
.toolsoptionsbar-open-details .side-panel-content {
  margin-bottom: 50px;
  height: calc(100% - 55px );
}
.toolsoptionsbar-open-details.top-toolbar-open .side-panel-content {
  height: calc(100% - 103px );
}
.selectionpropertiesbar-open .side-panel-content {
  margin-bottom: 50px;
  height: calc(100% - 55px );
}
.selectionpropertiesbar-open.top-toolbar-open .side-panel-content {
  height: calc(100% - 103px );
}
.side-panel-content.extended {
  width: 450px;
}
.side-panel-content.fullscreen {
  width: calc(100% - 138px );
}
.side-panel-content .left-panel-title {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #A4A4A4;
  text-align: center;
  padding: 8px 0;
}
.side-panel-content .right-panel-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
  background-color: #A4A4A4;
  height: 38px;
  text-align: center;
}
.side-panel-content .panel-title-togglable {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
}
.side-panel-content .panel-title-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 35px;
  font-size: 17px;
  height: 100%;
  cursor: pointer;
  border: none;
  background: none;
}
body:not(.touch) .side-panel-content .panel-title-icon:hover {
  color: #A4A4A4;
  background-color: #FFFFFF;
}
body.touch .side-panel-content .panel-title-icon:active {
  color: #A4A4A4;
  background-color: #FFFFFF;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-panel-content .panel-title-icon.active {
  color: #A4A4A4;
  background-color: #FFFFFF;
}
.side-panel-content .panel-title-icon.icon_filter-cog {
  font-size: 22px;
}
.side-panel-content .panel-title-separator {
  border-bottom: 1px solid #E6E6E6;
}
.side-panel-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-panel-content .side-panel-content-tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 64px;
}
.side-panel-content .side-panel-content-tabs li {
  display: table-cell;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #fef6f6;
  height: 64px;
}
.side-panel-content .side-panel-content-tabs li:nth-child(1) {
  background-color: #696969;
}
.side-panel-content .side-panel-content-tabs li:nth-child(2) {
  background-color: #818181;
}
.side-panel-content .side-panel-content-tabs li:nth-child(3) {
  background-color: #989898;
}
.side-panel-content .side-panel-content-tabs li:nth-child(4) {
  background-color: #b0b0b0;
}
.side-panel-content .side-panel-content-tabs li:nth-child(5) {
  background-color: #c7c7c7;
}
.side-panel-content .side-panel-content-tabs li:nth-child(6) {
  background-color: #dfdfdf;
}
body:not(.touch) .side-panel-content .side-panel-content-tabs li:hover {
  color: #FFFFFF !important;
  background-color: #585858 !important;
}
body.touch .side-panel-content .side-panel-content-tabs li:active {
  color: #FFFFFF !important;
  background-color: #585858 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-panel-content .side-panel-content-tabs li.selected {
  color: #FFFFFF !important;
  background-color: #585858 !important;
}
.side-panel-content .side-panel-content-tabs span {
  display: block;
  font-size: 11px;
  font-weight: bold;
}
.side-panel-content .side-panel-content-tabs .side-panel-content-tabicon {
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: normal;
}
.side-panel-content .side-panel-content-tabs.inner-box-shadow {
  box-shadow: 0 4px 4px 0 rgba(128, 128, 128, 0.25);
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li {
  vertical-align: middle;
  background-color: #d6d6d6;
  overflow: hidden;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li .side-panel-content-tabicon {
  display: none;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li .side-panel-content-label {
  max-height: 64px;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(1) {
  background-color: #696969;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(2) {
  background-color: #727272;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(3) {
  background-color: #797979;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(4) {
  background-color: #818181;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(5) {
  background-color: #888888;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(6) {
  background-color: #909090;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(7) {
  background-color: #989898;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(8) {
  background-color: #9f9f9f;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(9) {
  background-color: #a8a8a8;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(10) {
  background-color: #b0b0b0;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(11) {
  background-color: #b8b8b8;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(12) {
  background-color: #c0c0c0;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(13) {
  background-color: #c7c7c7;
}
.side-panel-content .side-panel-dashboards .side-panel-content-tabs li:nth-child(14) {
  background-color: #d0d0d0;
}
.side-panel-content .side-panel-content-select {
  position: relative;
  font-size: 14px;
}
.side-panel-content .side-panel-content-select .spcs--selected-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #ffffff;
  background-color: #696969;
  padding: 0 12px;
  height: 36px;
  font-weight: bold;
}
.side-panel-content .side-panel-content-select .spcs--selected-item .selected-item-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-panel-content .side-panel-content-select .spcs--selected-item .selected-item-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
}
.side-panel-content .side-panel-content-select .spcs--selected-item .selected-item-icon:before {
  content: "\f120";
}
.side-panel-content .side-panel-content-select .spcs--selected-item.visible {
  color: #ffffff;
  background-color: #585858;
}
.side-panel-content .side-panel-content-select .spcs--selected-item.visible .selected-item-icon:before {
  content: "\f126";
}
body:not(.touch) .side-panel-content .side-panel-content-select .spcs--selected-item:hover:not(.visible) {
  color: #ffffff;
  background-color: #909090;
}
body.touch .side-panel-content .side-panel-content-select .spcs--selected-item:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .side-panel-content .side-panel-content-select .spcs--selected-item:active:not(.visible) {
  color: #ffffff;
  background-color: #909090;
}
.side-panel-content .side-panel-content-select .spcs--items-list {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  max-height: 180px;
  overflow-y: auto;
  z-index: 2;
  border-top: 1px solid #d0d0d0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #696969;
}
.side-panel-content .side-panel-content-select .spcs--items-list li {
  padding: 0 12px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-panel-content .side-panel-content-select .spcs--items-list li.selected {
  color: rgba(0, 0, 0, 0.87);
  background-color: #b8b8b8;
}
body:not(.touch) .side-panel-content .side-panel-content-select .spcs--items-list li:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #909090;
}
body.touch .side-panel-content .side-panel-content-select .spcs--items-list li:active {
  color: rgba(255, 255, 255, 0.7);
  background-color: #909090;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-panel-content .side-panel-content-select .spcs--backdrop {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.side-panel-content .side-panel-content-section .sidepanel-form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 12px;
  margin: 0;
  font-weight: normal;
  transition: 200ms ease;
}
.side-panel-content .side-panel-content-section .sidepanel-form-group:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-panel-content .side-panel-content-section .sidepanel-form-group .form-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 8px;
}
.side-panel-content .side-panel-content-section .sidepanel-form-group .form-label label {
  display: block;
}
.side-panel-content .side-panel-content-section .sidepanel-form-group .form-checkbox input[type='checkbox'] {
  cursor: pointer;
}
.side-panel-content .side-panel-content-section .sidepanel-form-group .form-checkbox select.units-picker {
  width: 180px;
}
.side-panel-content .side-panel-content-section .layers-tools {
  height: 38px;
  background: #E6E6E6;
  color: #A4A4A4;
  text-align: center;
  border-bottom: 1px solid #A4A4A4;
}
.side-panel-content .side-panel-content-section .layers-tools .layers-tool {
  background: #E6E6E6;
  font-size: 24px;
  cursor: pointer;
  padding: 7px 8px 6px 8px;
  margin: 0;
  border: none;
  width: auto;
  height: 100%;
}
body:not(.touch) .side-panel-content .side-panel-content-section .layers-tools .layers-tool:hover {
  color: #E6E6E6;
  background-color: #A4A4A4;
}
body.touch .side-panel-content .side-panel-content-section .layers-tools .layers-tool:active {
  color: #E6E6E6;
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-panel-content .side-panel-content-section .layers-tools .layers-tool.opened {
  color: #E6E6E6;
  background-color: #A4A4A4;
}
.side-panel-content .side-panel-content-section .layers-tools .layers-tool.inactive {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.side-panel-content .side-panel-content-section .layers-tools .layers-tool .layers-tool-badge {
  color: #ffffff;
  background-color: #585858;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  font-size: 9px;
  font-weight: bold;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Century Gothic, Arial, sans-serif;
  min-width: 17px;
  border-radius: 8px;
  border-radius: 50%;
  border: 1px solid white;
}
.side-panel-content .side-panel-content-section .layers-tools select {
  height: 25px;
  vertical-align: middle;
}
.side-panel-content .side-panel-content-section .layers-tools button {
  height: 25px;
  width: 25px;
  padding: 0;
  margin-left: -1px;
  vertical-align: middle;
}
.side-panel-content .side-panel-content-section .layers-tools.snap-layers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
}
.side-panel-content .side-panel-content-section .layers-tools.snap-layers .layers-tool,
.side-panel-content .side-panel-content-section .layers-tools.snap-layers button {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-content .side-panel-content-section .layers-tools.snap-layers select {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-content .side-panel-content-section .layers-tools.snap-layers .icon_settings {
  margin-left: 8px;
}
.side-panel-content .side-panel-content-section .layers-params {
  padding: 5px 0;
  background-color: #fafafa;
  border-bottom: 1px solid #c1cfd9;
}
.side-panel-content .side-panel-content-section .layers-params .snap-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  cursor: pointer;
  padding: 3px 2px;
  margin: 0 2px;
  color: rgba(85, 98, 112, 0.2);
}
.side-panel-content .side-panel-content-section .layers-params .snap-icon:hover,
.side-panel-content .side-panel-content-section .layers-params .snap-icon.snap-active {
  color: #556270;
}
.side-panel-content .side-panel-content-section .layers-params .snap-icon:last-child {
  position: absolute;
}
.side-panel-content .side-panel-content-section .layers-params input {
  width: 50px;
  margin-left: 3px;
}
.side-panel-content .search-results-footer,
.side-panel-content .side-panel-content-footer {
  background-color: #E6E6E6;
  border-top: 1px solid #c1cfd9;
}
.side-panel-content .togglelayout-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
}
.side-panel-content .togglelayout-btn:before {
  content: "\f236";
}
body:not(.touch) .side-panel-content .togglelayout-btn:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
}
body.touch .side-panel-content .togglelayout-btn:active {
  color: rgba(0, 0, 0, 0.54);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-panel-content .section-header-toggle {
  font-size: 9px;
}
.side-panel-content .icon_recherches_courantes {
  color: #ffffff;
  background-color: #33b573;
}
.side-panel-widget-container .extensions-launcher {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.side-panel-widget-container .extensions-launcher .launcher-item {
  display: table-cell;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #fef6f6;
  height: 64px;
}
.side-panel-widget-container .extensions-launcher .launcher-item:nth-child(1) {
  background-color: #696969;
}
.side-panel-widget-container .extensions-launcher .launcher-item:nth-child(2) {
  background-color: #818181;
}
.side-panel-widget-container .extensions-launcher .launcher-item:nth-child(3) {
  background-color: #989898;
}
.side-panel-widget-container .extensions-launcher .launcher-item:nth-child(4) {
  background-color: #b0b0b0;
}
.side-panel-widget-container .extensions-launcher .launcher-item:nth-child(5) {
  background-color: #c7c7c7;
}
.side-panel-widget-container .extensions-launcher .launcher-item:nth-child(6) {
  background-color: #dfdfdf;
}
body:not(.touch) .side-panel-widget-container .extensions-launcher .launcher-item:hover {
  color: #FFFFFF;
  background-color: #585858;
}
body.touch .side-panel-widget-container .extensions-launcher .launcher-item:active {
  color: #FFFFFF;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.side-panel-widget-container .extensions-launcher .launcher-item.active {
  color: #FFFFFF;
  background-color: #585858;
}
.side-panel-widget-container .extensions-launcher .launcher-item .launcher-label {
  display: block;
  font-size: 11px;
  font-weight: bold;
}
.side-panel-widget-container .extensions-launcher .launcher-item .launcher-icon {
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: normal;
}
.modification-toolbar-container {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 1;
}
.modification-toolbar-container,
.acf-thematic,
.acf-legend {
  position: relative;
}
/* override generic filter panel colors */
.btn-primary {
  color: #ffffff !important;
  background-color: #33b573 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #41c789 !important;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #c51116 !important;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: #d4161d !important;
}
.btn {
  border-radius: 0;
  color: #333333;
  background-color: #c0ced8;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 36px;
  padding-right: 36px;
  border: none;
}
.btn:focus {
  outline: none !important;
}
.btn:focus-visible {
  outline: 1px solid black !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #333333;
  background-color: #d0dce3;
}
.modal-dialog {
  position: absolute;
  margin-top: 72px;
  z-index: 10004;
}
.modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.5);
}
.modal-dialog .modal-content .modal-header {
  background-color: #A4A4A4;
}
.modal-dialog .modal-content .modal-header h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}
.modal-dialog .modal-content .modal-header h3 > i {
  margin-left: 5px;
  margin-right: 20px;
  color: white;
  line-height: normal;
}
.modal-dialog .modal-content .modal-header h3 > .icon_alert {
  font-size: 36px;
}
.modal-dialog .modal-content .modal-header h3 > .icon_zoom_plus,
.modal-dialog .modal-content .modal-header h3 > .icon_draw-advanced_tools_btn-buffer {
  font-size: 24px;
  padding-top: 4px;
}
.modal-dialog .modal-content .modal-body {
  padding: 40px 20px 0 80px !important;
}
.modal-dialog .modal-content .modal-body p {
  margin-bottom: 0;
  font-size: 16px;
  color: #556270;
}
.modal-dialog .modal-content .modal-body > .prompt > .input {
  margin-top: 8px;
  width: calc(100% - 12px);
}
.modal-dialog .modal-content .modal-body > .prompt > .input-required-error {
  display: block;
  height: 0;
  color: #c51116;
}
.modal-dialog .modal-content .modal-footer {
  border-top: 0;
  padding: 28px 32px;
}
.modal-dialog .modal-content .modal-footer .btn + .btn {
  margin-left: 10px;
}
.modal-dialog .modal-content .modal-footer .btn.modal-footer-btn {
  padding: 6px 32px;
  color: white;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
}
.modal-backdrop {
  z-index: 10003;
}
.modal-dialog.modal {
  overflow: visible;
}
.geometry-modification-toolbar {
  max-width: 640px;
  background-color: #7c7c7c;
  color: #FFFFFF;
  height: 64px;
}
.geometry-modification-toolbar select {
  color: #556270;
}
.geometry-modification-toolbar .details-zone {
  display: inline;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  background-color: #585858;
  width: 32px;
  height: 32px;
  text-align: center;
}
.geometry-modification-toolbar .details-zone .transaction-size-badge {
  position: absolute;
  font-size: 9px;
  color: #585858;
  background-color: #FFFFFF;
  padding: 3px 4px;
  border-radius: 10px;
  top: 2px;
  left: 2px;
}
.geometry-modification-toolbar .details-zone .transaction-details-btn {
  vertical-align: baseline;
  padding-left: 3px;
}
.geometry-modification-toolbar .details-zone:hover {
  background-color: #6c6c6c;
}
.geometry-modification-toolbar .label-zone-container {
  display: table;
}
.geometry-modification-toolbar .label-zone {
  font-size: 12px;
  margin-right: 2px;
  display: table-cell;
  vertical-align: top;
}
.geometry-modification-toolbar .label-zone p {
  margin: 0;
}
.geometry-modification-toolbar .label-zone p:nth-of-type(1) {
  margin-bottom: 4px;
}
.geometry-modification-toolbar .label-zone .label-zone-scrollable {
  padding: 12px;
  margin-right: 2px;
  height: 64px;
  overflow-y: auto;
}
.geometry-modification-toolbar .actions-zone {
  text-align: right;
  display: table-cell;
  vertical-align: top;
}
.geometry-modification-toolbar .actions-zone .btn {
  height: 32px;
  text-transform: uppercase;
  font-size: 12px;
  border: 0;
}
.geometry-modification-toolbar .actions-zone .btn.geometry-modification-cancel-btn {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 32px);
}
.geometry-modification-toolbar .actions-zone .btn.geometry-modification-commit-btn {
  display: block;
  width: 100%;
}
.geometry-modification-toolbar .transaction-panel {
  position: absolute;
  left: 0;
  top: 67px;
  width: 300px;
  max-height: 500px;
  background-color: #FFFFFF;
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
}
.geometry-modification-toolbar .transaction-panel tr.selected td {
  background-color: #E6E6E6;
}
.geometry-modification-toolbar .acf-geometry-modification-transaction-panel {
  color: #556270;
}
.geometry-modification-toolbar .acf-geometry-modification-transaction-panel .title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 4px;
}
.geometry-modification-toolbar .acf-geometry-modification-transaction-panel .transactions-list {
  margin-bottom: 0;
}
.geometry-modification-toolbar .acf-geometry-modification-transaction-panel tr {
  cursor: pointer;
}
.geometry-modification-toolbar .acf-geometry-modification-transaction-panel td {
  padding: 0 8px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
.geometry-modification-toolbar .acf-geometry-modification-transaction-panel td.actions {
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
}
body.touch .side-panel-column .launcher-label {
  display: none;
}
.thematic-dropdown ul.search-title-dropdown-menu {
  max-width: 100%;
}
.personal-data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.personal-data .filter-bar {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.personal-data .pack-perso-map-list {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.personal-data .pack-perso-map-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  margin: -11px 4px 0 4px;
}
.personal-data .pack-perso-map-list .pack-perso-map-item-wrapper {
  min-width: 0%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: 11px;
}
.personal-data .pack-perso-map-list .pack-perso-map-item-wrapper:last-of-type {
  margin-bottom: 11px;
}
.personal-data .pack-perso-map-list .pack-perso-map-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  position: relative;
  margin: 0 auto;
  padding: 4px;
  width: 210px;
  height: 260px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}
.personal-data .pack-perso-map-list .pack-perso-map-item:hover:not(.active):not(.new-map) {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.personal-data .pack-perso-map-list .pack-perso-map-item.active {
  border: 1px solid #585858;
}
.personal-data .pack-perso-map-list .pack-perso-map-item:not(.active) {
  cursor: pointer;
}
.personal-data .pack-perso-map-list .pack-perso-map-item.default-map .icon_maison {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.12);
}
.personal-data .pack-perso-map-list .pack-perso-map-item .map-img {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 200px;
  height: 100px;
  background-color: #ededed;
}
.personal-data .pack-perso-map-list .pack-perso-map-item .separator {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 12px 24px 6px 24px;
  height: 1px;
  background-color: #ededed;
}
.personal-data .pack-perso-map-list .pack-perso-map-item .map-infos {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 4px;
  max-width: 100%;
  word-wrap: break-word;
}
.personal-data .pack-perso-map-list .pack-perso-map-item .map-infos .title {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.personal-data .pack-perso-map-list .pack-perso-map-item .map-infos .author,
.personal-data .pack-perso-map-list .pack-perso-map-item .map-infos .modification-date,
.personal-data .pack-perso-map-list .pack-perso-map-item .map-infos .description {
  display: block;
  font-size: smaller;
}
.personal-data .pack-perso-map-list .pack-perso-map-item .map-infos .attr-name {
  color: rgba(0, 0, 0, 0.54);
}
.personal-data .pack-perso-map-list .pack-perso-map-item .actions {
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0.7), transparent);
  background-image: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0.7), transparent);
  background-image: -o-linear-gradient(top, white, rgba(255, 255, 255, 0.7), transparent);
  background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.7), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#00000000, GradientType=0);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  font-size: 16px;
  padding-top: 4px;
  color: #556270;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.personal-data .pack-perso-map-list .pack-perso-map-item .actions i {
  cursor: pointer;
}
.personal-data .pack-perso-map-list .pack-perso-map-item .actions i:not(:last-of-type) {
  margin-right: 16px;
}
.personal-data .pack-perso-map-list .pack-perso-map-item:hover .actions {
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0s linear;
  -o-transition: opacity 0.25s ease-in-out, visibility 0s linear;
  transition: opacity 0.25s ease-in-out, visibility 0s linear;
  opacity: 1;
  visibility: visible;
}
.personal-data .pack-perso-map-list .pack-perso-map-item.new-map {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  position: relative;
  border: 2px dashed #E6E6E6;
  text-align: center;
}
.personal-data .pack-perso-map-list .pack-perso-map-item.new-map .add-plus-sign {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  position: relative;
  top: 0;
  font-family: Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 38px;
  color: #585858;
  background-color: #ffffff;
  border-radius: 100%;
  border: 6px solid #585858;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.personal-data .pack-perso-map-list .pack-perso-map-item.new-map .add-label {
  -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  opacity: 0;
}
.personal-data .pack-perso-map-list .pack-perso-map-item.new-map:hover {
  border-color: #c0c0c0;
}
.personal-data .pack-perso-map-list .pack-perso-map-item.new-map:hover .add-plus-sign {
  top: -10px;
}
.personal-data .pack-perso-map-list .pack-perso-map-item.new-map:hover .add-label {
  top: 55%;
  opacity: 1;
}
.personal-data .filter-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 17px 0;
  width: 100%;
  height: 61px;
  text-align: center;
}
.personal-data .filter-bar .personal-refresh-icon,
.personal-data .filter-bar .toggle-personal-filter-icon {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
.personal-data .filter-bar .personal-refresh-icon:hover,
.personal-data .filter-bar .toggle-personal-filter-icon:hover {
  opacity: 0.75;
}
.personal-data .filter-bar .toggle-personal-filter-icon {
  color: rgba(0, 0, 0, 0.38);
}
.personal-data .filter-bar .toggle-personal-filter-icon .icon {
  font-size: 22px;
  padding-left: 8px;
}
.personal-data .filter-bar .toggle-personal-filter-icon.active {
  color: #585858;
}
.personal-data .filter-bar .personal-refresh-icon .icon {
  font-size: 21px;
  padding-left: 4px;
}
.personal-data .filter-bar .filter-input-container {
  position: relative;
  display: inline-block;
}
.personal-data .filter-bar .filter-input-container input {
  width: 230px;
  padding: 4px 25px 4px 10px;
  box-shadow: inset 0 0 5px 0 #9e9e9e;
  border: 0;
  font-size: 12px;
}
.personal-data .filter-bar .filter-input-container .clear-btn,
.personal-data .filter-bar .filter-input-container .search-btn {
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
  width: 25px;
  height: 25px;
  line-height: 25px;
  right: 0;
  top: 0;
}
.personal-data .filter-bar .filter-input-container .clear-btn {
  font-size: 9px;
  cursor: pointer;
}
.personal-data .filter-bar .filter-input-container .search-btn {
  font-size: 16px;
}
.header-toolbar {
  position: absolute;
  top: 64px;
  left: 64px;
  right: 64px;
  min-height: 48px;
  color: #556270;
  background-color: rgba(255, 255, 255, 0.9);
}
.left-title-panel-open .header-toolbar {
  left: 248px;
}
.right-title-panel-open .header-toolbar {
  right: 248px;
}
.top-panel-extension-container {
  display: flex;
}
.togglebar-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.togglebar-container .single-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: rgba(0, 0, 0, 0.54);
  background-color: #E6E6E6;
  cursor: pointer;
}
.togglebar-container .single-toggle.active {
  color: #ffffff;
  background-color: #585858;
}
.togglebar-container .single-toggle.filter-intersects .single-toggle-icon:before {
  content: "\f21f";
}
.togglebar-container .single-toggle.filter-contains .single-toggle-icon:before {
  content: "\f220";
}
.togglebar-container .single-toggle.filter-iscontained .single-toggle-icon:before {
  content: "\f21d";
}
.togglebar-container .single-toggle.filter-equals .single-toggle-icon:before {
  content: "\f21e";
}
.togglebar-container .single-toggle-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
}
.feature-identifier-window .togglebar-container .single-toggle-icon {
  font-size: 24px;
}
.togglebar-container:not(.vertical-layout) .single-toggle {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 38px;
}
.togglebar-container:not(.vertical-layout) .single-toggle:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.togglebar-container.vertical-layout {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.togglebar-container.vertical-layout .single-toggle {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 10px;
}
.togglebar-container.vertical-layout .single-toggle:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.togglebar-container:not(.with-labels) .single-toggle-label {
  display: none;
}
.togglebar-container.with-labels .single-toggle-icon {
  margin-left: 4px;
}
.togglebar-container.with-labels .single-toggle-label {
  margin-left: 12px;
  font-size: 13px;
  line-height: 1.2;
}
.togglebar-container .tool-point:before {
  content: "\f16b";
}
.togglebar-container .tool-circle:before {
  content: "\f168";
}
.togglebar-container .tool-line:before {
  content: "\f16a";
}
.togglebar-container .tool-rectangle:before {
  content: "\f16d";
}
.togglebar-container .tool-polygon:before {
  content: "\f16c";
}
.togglebar-container .tool-freehand:before {
  content: "\f169";
}
.togglebar-container .tool-mapsearch-point:before {
  content: "\f1d1";
}
.togglebar-container .tool-mapsearch-circle:before {
  content: "\f1ce";
}
.togglebar-container .tool-mapsearch-line:before {
  content: "\f1d0";
}
.togglebar-container .tool-mapsearch-rectangle:before {
  content: "\f1d3";
}
.togglebar-container .tool-mapsearch-polygon:before {
  content: "\f1d2";
}
.togglebar-container .tool-mapsearch-freehand:before {
  content: "\f1cf";
}
.reversefilter-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.reversefilter-container .reversefilter-btn {
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  cursor: pointer;
}
.reversefilter-container .reversefilter-btn .reversefilter-btn-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}
.reversefilter-container .reversefilter-btn .reversefilter-btn-icon:before {
  content: "\f235";
}
body:not(.touch) .reversefilter-container .reversefilter-btn:hover {
  color: #556270;
}
body.touch .reversefilter-container .reversefilter-btn:active {
  color: #556270;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
input[type='checkbox'].checkbox {
  display: none;
}
label input[type='checkbox'].checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(158, 158, 158, 0.9);
}
label input[type='checkbox'].checkbox + i,
label input[type='checkbox'].checkbox + i *,
label input[type='checkbox'].checkbox + i:before,
label input[type='checkbox'].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
label input[type='checkbox'].checkbox + i:before,
label input[type='checkbox'].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox'].checkbox + i:hover:before,
label input[type='checkbox'].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
label input[type='checkbox'].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
label input[type='checkbox'].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
label input[type='checkbox'].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
label input[type='checkbox'].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
label input[type='checkbox']:not(:checked).checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(158, 158, 158, 0.9);
}
label input[type='checkbox']:not(:checked).checkbox + i,
label input[type='checkbox']:not(:checked).checkbox + i *,
label input[type='checkbox']:not(:checked).checkbox + i:before,
label input[type='checkbox']:not(:checked).checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
label input[type='checkbox']:not(:checked).checkbox + i:before,
label input[type='checkbox']:not(:checked).checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:not(:checked).checkbox + i:hover:before,
label input[type='checkbox']:not(:checked).checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
label input[type='checkbox']:not(:checked).checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
label input[type='checkbox']:not(:checked).checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
label input[type='checkbox']:not(:checked).checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
label input[type='checkbox']:not(:checked).checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
label input[type='checkbox']:checked.checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  background-color: #585858;
  border: 1px solid rgba(88, 88, 88, 0);
}
label input[type='checkbox']:checked.checkbox + i,
label input[type='checkbox']:checked.checkbox + i *,
label input[type='checkbox']:checked.checkbox + i:before,
label input[type='checkbox']:checked.checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
label input[type='checkbox']:checked.checkbox + i:before,
label input[type='checkbox']:checked.checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:checked.checkbox + i:hover:before,
label input[type='checkbox']:checked.checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
label input[type='checkbox']:checked.checkbox + i:before {
  border-color: #bdbdbd;
  left: calc(100%  - 8px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type='checkbox']:checked.checkbox + i:after {
  visibility: visible;
  opacity: 1;
  left: calc(100%  - 14px);
  background-color: #ffffff;
}
label input[type='checkbox']:checked.checkbox + i:hover:before {
  border-color: rgba(255, 255, 255, 0.7);
  left: 5px;
}
label input[type='checkbox']:checked.checkbox + i:hover:after {
  left: calc(100%  - 16px);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(158, 158, 158, 0.9);
  background-color: #ffffff;
  border: 1px solid rgba(222, 222, 222, 0.9);
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i,
label input[type='checkbox']:not(:checked):disabled.checkbox + i *,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i *,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:before,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:before,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:before,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:before,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:after {
  cursor: not-allowed;
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:before,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:after {
  animation-name: none;
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:before,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:before,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:before {
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:not(:checked):disabled.checkbox + i:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:after,
label input[type='checkbox']:not(:checked):disabled.checkbox + i:hover:after,
label input[type='checkbox']:not(:checked)[disabled].checkbox + i:hover:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #dedede;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
label input[type='checkbox']:checked:disabled.checkbox + i,
label input[type='checkbox']:checked[disabled].checkbox + i {
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(158, 158, 158, 0.9);
  background-color: #ffffff;
  border: 1px solid rgba(222, 222, 222, 0.9);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  background-color: #8bc34b;
  border: 1px solid rgba(139, 195, 75, 0);
  background-color: #a4a4a4;
  border: 1px solid rgba(222, 222, 222, 0);
}
label input[type='checkbox']:checked:disabled.checkbox + i,
label input[type='checkbox']:checked[disabled].checkbox + i,
label input[type='checkbox']:checked:disabled.checkbox + i *,
label input[type='checkbox']:checked[disabled].checkbox + i *,
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
label input[type='checkbox']:checked:disabled.checkbox + i,
label input[type='checkbox']:checked[disabled].checkbox + i,
label input[type='checkbox']:checked:disabled.checkbox + i *,
label input[type='checkbox']:checked[disabled].checkbox + i *,
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
label input[type='checkbox']:checked:disabled.checkbox + i,
label input[type='checkbox']:checked[disabled].checkbox + i,
label input[type='checkbox']:checked:disabled.checkbox + i:hover,
label input[type='checkbox']:checked[disabled].checkbox + i:hover,
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  cursor: not-allowed;
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  animation-name: none;
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before {
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #dedede;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
label input[type='checkbox']:checked:disabled.checkbox + i,
label input[type='checkbox']:checked[disabled].checkbox + i,
label input[type='checkbox']:checked:disabled.checkbox + i *,
label input[type='checkbox']:checked[disabled].checkbox + i *,
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before {
  border-color: #bdbdbd;
  left: calc(100%  - 8px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  left: calc(100%  - 14px);
  background-color: #ffffff;
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before {
  border-color: rgba(255, 255, 255, 0.7);
  left: 5px;
}
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  left: calc(100%  - 16px);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
label input[type='checkbox']:checked:disabled.checkbox + i:before,
label input[type='checkbox']:checked[disabled].checkbox + i:before,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:before,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:before {
  visibility: hidden;
  opacity: 0;
}
label input[type='checkbox']:checked:disabled.checkbox + i:after,
label input[type='checkbox']:checked[disabled].checkbox + i:after,
label input[type='checkbox']:checked:disabled.checkbox + i:hover:after,
label input[type='checkbox']:checked[disabled].checkbox + i:hover:after {
  left: calc(100%  - 14px);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox {
  display: none;
}
.bg-input-switch input[type='checkbox'].checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(158, 158, 158, 0.9);
}
.bg-input-switch input[type='checkbox'].checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
.bg-input-switch input[type='checkbox'].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
.bg-input-switch input[type='checkbox'].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.bg-input-switch input[type='checkbox'].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
.bg-input-switch input[type='checkbox'].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(158, 158, 158, 0.9);
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
.bg-input-switch input[type='checkbox'].checkbox:not(:checked).checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  background-color: #585858;
  border: 1px solid rgba(88, 88, 88, 0);
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:before {
  border-color: #bdbdbd;
  left: calc(100%  - 8px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:after {
  visibility: visible;
  opacity: 1;
  left: calc(100%  - 14px);
  background-color: #ffffff;
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:hover:before {
  border-color: rgba(255, 255, 255, 0.7);
  left: 5px;
}
.bg-input-switch input[type='checkbox'].checkbox:checked.checkbox + i:hover:after {
  left: calc(100%  - 16px);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(158, 158, 158, 0.9);
  background-color: #ffffff;
  border: 1px solid rgba(222, 222, 222, 0.9);
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:after {
  cursor: not-allowed;
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:after {
  animation-name: none;
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:before {
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked):disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox :not(:checked)[disabled].checkbox + i:hover:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #dedede;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i {
  width: 32px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(158, 158, 158, 0.9);
  background-color: #ffffff;
  border: 1px solid rgba(222, 222, 222, 0.9);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  background-color: #8bc34b;
  border: 1px solid rgba(139, 195, 75, 0);
  background-color: #a4a4a4;
  border: 1px solid rgba(222, 222, 222, 0);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before {
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before {
  left: calc(100% - 12px);
  border-color: rgba(0, 0, 0, 0.7);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  top: -1px;
  left: -2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  cursor: not-allowed;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  animation-name: none;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before {
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #dedede;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i *,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  -webkit-transition: All 180ms ease;
  -moz-transition: All 180ms ease;
  -o-transition: All 180ms ease;
  transition: All 180ms ease;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  content: '\00a0';
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  visibility: visible;
  opacity: 1;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before {
  border-color: #bdbdbd;
  left: calc(100%  - 8px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after {
  visibility: visible;
  opacity: 1;
  left: calc(100%  - 14px);
  background-color: #ffffff;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before {
  border-color: rgba(255, 255, 255, 0.7);
  left: 5px;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  left: calc(100%  - 16px);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:before,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:before,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:before {
  visibility: hidden;
  opacity: 0;
}
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:after,
.bg-input-switch input[type='checkbox'].checkbox:checked:disabled.checkbox + i:hover:after,
.bg-input-switch input[type='checkbox'].checkbox:checked[disabled].checkbox + i:hover:after {
  left: calc(100%  - 14px);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
}
/** Revert customization to enable discs on ul dashboards **/
.dashboard-widget-html .dashboard-widget-content ul {
  list-style-type: initial;
  padding: revert;
}
.humane-canvas-geometry-update {
  top: 124px;
  -webkit-transform: translateY(-124px);
  -moz-transform: translateY(-124px);
  -o-transform: translateY(-124px);
  -ms-transform: translateY(-124px);
  transform: translateY(-124px);
}
.separators .btn-normal.selected {
  color: #ffffff;
  background-color: #585858;
}
.acf-reporting-responsivefilters {
  -webkit-transition: opacity ease-in-out 0.15s;
  -moz-transition: opacity ease-in-out 0.15s;
  -o-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.acf-reporting-responsivefilters.visible {
  opacity: 1;
}
.acf-reporting-responsivefilters .responsivefilters-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.acf-reporting-responsivefilters .responsivefilters-closebtn {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
.acf-reporting-responsivefilters .responsivefilters-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.acf-reporting-responsivefilters .acf-global-parameters-panel.global-parameters-side-display {
  padding: 0;
}
.acf-reporting-responsivefilters .acf-global-parameters-panel.global-parameters-side-display .global-param-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 8px;
}
.acf-reporting-responsivefilters .responsivefilters-title {
  padding: 4px 0 8px 0;
  font-size: 21px;
}
.acf-reporting-responsivefilters .responsivefilters-content {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  padding: 16px 24px;
}
.acf-reporting-responsivefilters .responsivefilters-content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.acf-reporting-responsivefilters .responsivefilters-closebtn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  padding: 8px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.acf-reporting-responsivefilters .responsivefilters-closebtn:before {
  content: "\f128";
}
.acf-reporting-responsivefilters .responsivefilters-backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}
.acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-header {
  color: rgba(0, 0, 0, 0.87);
  background-color: #eeeeee;
  padding: 6px 12px;
}
body:not(.touch) .acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-header:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
}
body.touch .acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-header:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-header .control-empty-filter {
  width: auto;
  height: auto;
  line-height: 1;
}
body:not(.touch) .acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-header .control-empty-filter:hover {
  color: inherit !important;
  background-color: inherit !important;
}
body.touch .acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-header .control-empty-filter:active {
  color: inherit !important;
  background-color: inherit !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-reporting-responsivefilters .acf-global-parameters-panel .bucket-add-form .bucket-search-input-text {
  padding: 5px 10px !important;
  height: auto !important;
  line-height: 22px;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-parameter-presentation:not(:last-of-type) {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 12px;
  margin-right: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-block-end: 12px;
  margin-inline-end: 0;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-parameter-presentation .param-pres-container .param-pres-label {
  position: static;
  color: inherit;
  font-size: inherit;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-parameter-presentation .param-pres-container .param-pres-value .param-pres-value-input {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  padding: 1px 4px;
  font-size: 14px;
  border-radius: 0;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-parameter-presentation .param-pres-container .param-pres-value .param-pres-clear-btn {
  margin-top: ;
  margin-left: 4px;
  margin-bottom: 0;
  margin-right: 0;
  margin-block-start: ;
  margin-inline-start: 4px;
  margin-block-end: 0;
  margin-inline-end: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
  margin-top: 6px;
  padding-top: 16px;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .single-bucket {
  margin-top: 0;
  margin-left: ;
  margin-bottom: 12px;
  margin-right: 0;
  margin-block-start: 0;
  margin-inline-start: ;
  margin-block-end: 12px;
  margin-inline-end: 0;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .single-bucket .bucket-header .bucket-label.bucket-label-operator,
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .single-bucket .bucket-header .bucket-label.bucket-label-value {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .single-bucket.bucket-measure .bucket-header .bucket-label {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .single-bucket.bucket-measure .bucket-header .bucket-label.bucket-label-value {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-content {
  inset-inline-end: 0;
  min-width: 0;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-content .sidepanel-form-group {
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 4px;
  padding-block-start: 8px;
  padding-inline-start: 8px;
  padding-block-end: 8px;
  padding-inline-end: 4px;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-search-input input[type='text'] {
  height: 32px;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-header {
  color: #556270;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-badge {
  min-width: 22px;
  height: 22px;
  font-size: 12px;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-clear {
  color: rgba(0, 0, 0, 0.54);
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-wrap {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-container,
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-content,
.acf-global-parameters-panel.global-parameters-side-display .global-param-content .acf-global-filter-presentation .bucket-searches-suggest-container {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  margin-bottom: 0 !important;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .wrap-btn-action {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-block-end: 0;
  margin-inline-end: 0;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-header {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 4px 0;
  height: auto !important;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  min-height: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-content .sidepanel-form-group {
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 8px 12px !important;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-content .features-list {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-content .filter-add-form {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-search-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: 100%;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-search-input .filter-add-input {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-inline-start: 0;
  padding: 8px 12px;
  height: auto !important;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-search-input .bucket-searches-suggest-container {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-header {
  color: #556270;
  background-color: #fafafa;
  border-radius: 0;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-content.is-editing .filter-add-form:not(.is-measure) {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-content.is-editing .filter-add-form:not(.is-measure) .filter-add-input {
  background-color: #dddddd;
  border-color: #585858;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-content.is-editing .filter-add-form:not(.is-measure) .bucket-searches-suggest-container {
  background-color: #fafafa;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .sidepanel-form-group {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ffffff;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-clear {
  margin: 0 8px;
  padding: 4px;
  font-size: 15px;
  color: inherit;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-clear:before {
  content: "\f23f";
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-clear.filter-fixed:before {
  content: "\f128";
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-quit {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 4px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 4px;
  padding: 8px;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-quit:before {
  content: "\f10d";
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .filter-add-form.is-measure .csp--block {
  padding: 0 !important;
  border-bottom: 1px solid #eeeeee;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .filter-add-form.is-measure .csp--view-range {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .filter-add-form.is-measure .csp--view-range li {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .filter-add-form.is-measure .csp--rangevalue {
  border-radius: 0;
  width: 100%;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .filter-add-input {
  border-bottom: 1px solid #eeeeee;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .wrap-search-filter {
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-block-start: 5px;
  margin-inline-start: 5px;
  margin-block-end: 5px;
  margin-inline-end: 5px;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .wrap-search-filter .search-filter-input {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-block-start: 5px;
  padding-inline-start: 5px;
  padding-block-end: 5px;
  padding-inline-end: 5px;
  border: none;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-element {
  position: relative;
  padding-inline-end: 38px !important;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-element .append-value-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  position: absolute;
  top: 4px;
  inset-inline-end: 10px;
  padding: 4px;
  color: rgba(0, 0, 0, 0.38);
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-element .append-value-btn:before {
  content: "\f24a";
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .leave-edit-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  position: absolute;
  top: 4px;
  inset-inline-end: 8px;
  padding: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 18px;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .leave-edit-btn:before {
  content: "\f12a";
}
.bucket-add-form.is-fullscreenmode {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.bucket-add-form.is-fullscreenmode .bucket-search-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bucket-add-form.is-fullscreenmode .bucket-search-input .input-wrapper {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.bucket-add-form.is-fullscreenmode .bucket-search-input .bucket-searches-suggest-container {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bucket-add-form.is-fullscreenmode .input-wrapper {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}
.bucket-add-form.is-fullscreenmode .input-wrapper .bucket-search-input-text {
  padding: 12px 8px !important;
  height: auto !important;
  background-color: transparent !important;
}
.bucket-add-form.is-fullscreenmode .input-wrapper .back-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
  color: rgba(0, 0, 0, 0.54);
}
.bucket-add-form.is-fullscreenmode .input-wrapper .back-btn:before {
  content: "\f10d";
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected,
.bucket-add-form.is-fullscreenmode {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-search-input .bucket-searches-suggest-container,
.bucket-add-form.is-fullscreenmode .bucket-search-input .bucket-searches-suggest-container {
  position: static;
  margin: 0;
  padding: 4px 0;
  max-height: none;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .features-list li,
.bucket-add-form.is-fullscreenmode .features-list li {
  padding: 8px 12px;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-container,
.bucket-add-form.is-fullscreenmode .bucket-searches-suggest-container {
  box-shadow: none;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-element,
.bucket-add-form.is-fullscreenmode .bucket-searches-suggest-element {
  color: #556270 !important;
  background-color: inherit !important;
}
.acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-element.suggest-hightlight,
.bucket-add-form.is-fullscreenmode .bucket-searches-suggest-element.suggest-hightlight {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #c1cfd9 !important;
}
body:not(.touch) .acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-element:hover,
body:not(.touch) .bucket-add-form.is-fullscreenmode .bucket-searches-suggest-element:hover {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.touch .acf-global-filter-presentation.is-fullscreenmode .single-bucket.bucket-selected .bucket-searches-suggest-element:active,
body.touch .bucket-add-form.is-fullscreenmode .bucket-searches-suggest-element:active {
  color: rgba(0, 0, 0, 0.54) !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.mobile-device-layout .map-canvas {
  top: 49px;
}
body.mobile-device-layout .map-canvas.no-header {
  top: 0;
}
body.mobile-device-layout .acf-feature-tools-bar {
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
body.mobile-device-layout .header-panel {
  height: 49px;
}
body.mobile-device-layout .header-panel .toggleLeftTitle,
body.mobile-device-layout .header-panel .toggleRightTitle {
  display: none;
}
body.mobile-device-layout .side-panel-column .sidepanel-item {
  min-width: 0%;
  -webkit-flex: 0 0 64px;
  -moz-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
}
body.mobile-device-layout .side-panel-column .sidepanel-item .launcher-container {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
body.mobile-device-layout .side-panel-column .sidepanel-item .launcher-container .launcher-icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
}
body.mobile-device-layout .side-panel-column .menu-filler::after {
  width: 64px;
}
@media (max-width: 600px) {
  body.mobile-device-layout .side-panel-column .sidepanel-item {
    min-width: 0%;
    -webkit-flex: 0 0 48px;
    -moz-flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
  }
  body.mobile-device-layout .side-panel-column .sidepanel-item .launcher-container {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  body.mobile-device-layout .side-panel-column .sidepanel-item .launcher-container .launcher-icon {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }
  body.mobile-device-layout .side-panel-column .menu-filler::after {
    width: 48px;
  }
}
body.mobile-device-layout .side-panel-results .layers-tools .icon_print2 {
  display: none;
}
body.mobile-device-layout .side-panel-results .acf-search-results-list .acf-search-result-item-content {
  min-height: 55px;
}
body.mobile-device-layout .side-panel-results .acf-search-results-list .acf-search-result-item-toolbar .extensions-container .extension-launcher {
  width: 45px;
  height: 45px;
}
body.mobile-device-layout .side-panel-results .acf-search-results-list .acf-search-result-item-toolbar .extensions-container .extension-launcher .extension-launcher-img {
  width: 22px;
  height: 22px;
  margin-top: 8px;
}
body.mobile-device-layout .side-panel-results .acf-search-results-list .acf-search-result-item-toolbar .extensions-container .extension-launcher .icon {
  font-size: 22px;
  line-height: 35px;
}
body.mobile-device-layout .side-panel-results .acf-search-result-item .extension-launcher.schema_feature_ext {
  display: none;
}
body.mobile-device-layout .side-panel-results .search-results-footer .togglelayout-btn {
  display: none;
}
body.mobile-device-layout .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
body.mobile-device-layout .acf-infosheet-content {
  font-size: 18px;
}
body.mobile-device-layout .acf-infosheet-content .section-attributes-elem .elem-name {
  font-size: 1em;
}
body.mobile-device-layout .acf-infosheet-content .extension-launcher.schema_feature_ext,
body.mobile-device-layout .acf-infosheet-content .extension-launcher.print_infosheet_infosheet {
  display: none;
}
body.mobile-device-layout .acf-infosheet-content .uploadmedia-controls {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 0.5em;
}
body.mobile-device-layout .acf-infosheet-content .uploadmedia-controls .uploadmedia-control {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e0e0e0;
  padding: 6px !important;
  font-size: 21px;
  border-radius: 4px;
}
body.mobile-device-layout .acf-infosheet-content .uploadmedia-controls .uploadmedia-control + .uploadmedia-control {
  margin-left: 0.5em;
}
body.mobile-device-layout .acf-infosheet-section .section-attributes-table th {
  padding: 2px;
}
body.mobile-device-layout .acf-infosheet-section .section-attributes-table .select-link-header,
body.mobile-device-layout .acf-infosheet-section .section-attributes-table .infosheet-link-header,
body.mobile-device-layout .acf-infosheet-section .section-attributes-table .delete-link-header {
  width: 50px;
}
body.mobile-device-layout .acf-infosheet-section .section-attributes-table .select-link,
body.mobile-device-layout .acf-infosheet-section .section-attributes-table .infosheet-link,
body.mobile-device-layout .acf-infosheet-section .section-attributes-table .delete-link {
  font-size: 20px;
  line-height: 45px;
}
body.mobile-device-layout .acf-infosheet-section .section-attributes-table td .select-link,
body.mobile-device-layout .acf-infosheet-section .section-attributes-table td .infosheet-link,
body.mobile-device-layout .acf-infosheet-section .section-attributes-table td .delete-link {
  width: 45px;
  height: 45px;
}
body.mobile-device-layout .acf-infosheet-section .action-btn {
  font-size: 1em;
}
body.mobile-device-layout .acf-infosheet-section .action-btn.infosheet-addrecord .action-btn-icon {
  width: 45px;
  line-height: 45px;
  font-size: 16px;
}
body.mobile-device-layout .acf-infosheet-section .action-btn.infosheet-addrecord .action-btn-label {
  line-height: 45px;
}
body.mobile-device-layout .acf-infosheet-section .action-btn.dropdown-toggle {
  width: 30px;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions {
  position: fixed;
  bottom: 75px;
  right: 10px;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions .extension-visibility-toggle {
  display: flex;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions .extension-launcher {
  display: none;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions.visible-on-tactile-device .extension-launcher {
  display: flex;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions .extension-visibility-toggle,
body.mobile-device-layout .acf-infosheet-dialog .acf-dialog-content-wrapper .header-extensions .extension-launcher {
  width: 45px;
  height: 45px;
  margin-top: 10px;
  border-radius: 100%;
  box-shadow: 1px 3px 5px -1px rgba(0, 0, 0, 0.3);
}
body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-wrap {
  padding-bottom: 95px;
}
body.mobile-device-layout .acf-infosheet-dialog .ui-dialog-titlebar .dialog-edit-btn,
body.mobile-device-layout .acf-infosheet-dialog .ui-dialog-titlebar .dialog-save-btn {
  display: none;
}
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit input[type='text'],
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit input[type='date'],
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit input[type='time'],
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit input[type='number'],
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit select,
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit textarea {
  padding: 10px;
}
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit .radio-item,
body.mobile-device-layout .acf-infosheet-content.editing .section-attributes-elem .elem-value-edit .acf-attribute-edit-input-checkbox {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar {
  height: 51px;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button .button-icon {
  font-size: 16px;
}
body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button .button-label {
  font-size: 16px;
}
@media (max-width: 600px) {
  body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save {
    padding-left: 26px;
    padding-right: 26px;
  }
  body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save .button-icon {
    font-size: 18px;
    margin-right: 0;
  }
  body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save .button-label {
    display: none;
  }
}
body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-delete {
  color: white;
  background-color: #c51116;
}
@media (max-width: 500px) {
  body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-reset {
    display: none;
  }
  body.mobile-device-layout .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .toolbar-filler.mobile-only {
    display: flex;
  }
}
body.mobile-device-layout .acf-infosheet-subsections-container.presentation-tabs .tab-title-btn .section-title-label {
  padding-top: 12px;
  padding-bottom: 12px;
}
body.mobile-device-layout .acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn .section-title-label {
  padding-top: 8px;
  padding-bottom: 8px;
}
body.mobile-device-layout .side-panel-analysis:not(.side-panel-statistic) .layers-tools .icon_expand2 {
  display: none;
}
body.mobile-device-layout .side-panel-statistic .layers-tools .icon_expand2,
body.mobile-device-layout .side-panel-statistic .layers-tools .icon_infosheet-maximize {
  display: none;
}
body.mobile-device-layout .side-panel-content {
  width: calc(100% - 74px );
}
@media (max-width: 600px) {
  body.mobile-device-layout .side-panel-content {
    width: calc(100% - 58px );
  }
}
body.mobile-device-layout .side-panel-content .side-panel-content-tabs {
  height: auto;
}
body.mobile-device-layout .side-panel-content .side-panel-content-tabs li {
  height: auto;
}
body.mobile-device-layout .side-panel-content .side-panel-content-tabs .side-panel-content-tabicon {
  display: none;
}
body.mobile-device-layout .side-panel-content .acf-extensions-container .launcher-item {
  height: auto;
}
body.mobile-device-layout .side-panel-content .acf-extensions-container .launcher-item .launcher-icon {
  display: none;
}
body.mobile-device-layout .side-panel-content .side-panel-content-tabs span:last-of-type,
body.mobile-device-layout .side-panel-content .acf-extensions-container .launcher-item span:last-of-type {
  padding: 12px 6px;
  font-size: 13px;
  text-transform: uppercase;
  overflow-x: hidden;
  word-wrap: break-word;
}
body.mobile-device-layout .side-panel-content .side-panel-map-legend .filter-panel {
  display: none;
}
body.mobile-device-layout .side-panel-content .side-panel-map-legend .base-layers-section .layer-grip {
  visibility: hidden;
  pointer-events: none;
}
body.mobile-device-layout .left-panel .side-panel-content {
  left: 64px;
}
body.mobile-device-layout .right-panel .side-panel-content {
  right: 64px;
}
body.mobile-device-layout.no-right-sidebar .right-panel .side-panel-content {
  right: 0;
}
@media (max-width: 600px) {
  body.mobile-device-layout .side-panel-content {
    width: calc(100% - 58px );
  }
  body.mobile-device-layout .left-panel .side-panel-content {
    left: 48px;
  }
  body.mobile-device-layout .right-panel .side-panel-content {
    right: 48px;
  }
  body.mobile-device-layout.no-right-sidebar .right-panel .side-panel-content {
    right: 0;
  }
}
body.mobile-device-layout.left-panel-visible .left-panel,
body.mobile-device-layout.right-panel-visible .right-panel {
  z-index: 2;
}
body.mobile-device-layout .acf-media-carousel .carousel-image-container {
  padding: 20px 50px;
  height: 320px;
}
body.mobile-device-layout .acf-mediabrowser-overlay .mediabrowser-window {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.mobile-device-layout .acf-mediabrowser-overlay .mediabrowser-window.metadata-visible .acf-media-carousel,
body.mobile-device-layout .acf-mediabrowser-overlay .mediabrowser-window.metadata-visible .mb-addmedia-label {
  display: none;
}
body.mobile-device-layout .acf-mediabrowser-overlay .mediabrowser-window.metadata-visible .mb-metadata {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.mobile-device-layout .acf-map .icon_expand-width {
  font-size: 18px;
}
body.mobile-device-layout .acf-map .acf-map-controls-top {
  margin-top: 10px;
}
body.mobile-device-layout .acf-map .acf-map-controls-left {
  left: 74px;
  margin: 0;
}
body.mobile-device-layout .acf-map .acf-map-controls-right {
  right: 74px;
  margin-right: 0;
}
@media (max-width: 600px) {
  body.mobile-device-layout .acf-map .acf-map-controls-left {
    left: 58px;
  }
  body.mobile-device-layout .acf-map .acf-map-controls-right {
    right: 58px;
  }
}
body.mobile-device-layout .acf-map .acf-map-controls-topright {
  display: block;
}
body.mobile-device-layout .acf-map .acf-map-controls-topright .acf-map-toolbar-button-group:not(.acf-map-control-responsive) {
  display: none;
}
body.mobile-device-layout .acf-map .acf-map-controls-topright .acf-map-toolbar-button-group.map-feature-identifier-toolbar {
  margin-top: 8px;
}
@media (max-width: 500px), (max-height: 500px) {
  body.mobile-device-layout .acf-map .acf-map-control-zoom-in,
  body.mobile-device-layout .acf-map .acf-map-control-zoom-out {
    display: none;
  }
}
body.mobile-device-layout .acf-map .acf-map-control-history {
  display: none;
}
body.mobile-device-layout .acf-map .acf-map-control-search,
body.mobile-device-layout .acf-map .acf-map-control-home {
  margin-top: 28px;
}
body.mobile-device-layout .acf-map .acf-map-toolbar-button-group:not(:first-child) {
  margin-top: 12px;
}
body.mobile-device-layout .acf-map .acf-map-control-fullscreen {
  margin-top: -1px;
  margin-left: -11px;
  -webkit-border-radius: 0 0 12px 0 !important;
  -moz-border-radius: 0 0 12px 0 !important;
  border-radius: 0 0 12px 0 !important;
}
body.mobile-device-layout .acf-map .acf-map-control-coordinates {
  display: none !important;
}
body.mobile-device-layout .acf-map .acf-map-toolbar-button-group a,
body.mobile-device-layout .acf-map .acf-map-toolbar-button-group button {
  height: 46px;
  width: 46px;
  line-height: 42px;
}
body.mobile-device-layout .acf-map .acf-map-controls-topright.map-tool .acf-map-toolbar-button-group .acf-map-control-badge {
  height: 22px;
  width: 22px;
  line-height: 18px;
}
body.mobile-device-layout .acf-map .acf-map-control-zoom-in,
body.mobile-device-layout .acf-map .acf-map-control-zoom-out {
  font-size: 14px;
}
body.mobile-device-layout .acf-map .acf-map-control-home {
  font-size: 20px;
}
body.mobile-device-layout .acf-map .acf-map-control-search {
  font-size: 30px;
}
body.mobile-device-layout .acf-map .acf-map-control-rotation-needle {
  font-size: 20px;
}
body.mobile-device-layout .acf-map .acf-map-control-geolocation {
  font-size: 20px;
}
body.mobile-device-layout .acf-map .acf-map-control-permalink {
  font-size: 32px;
}
body.mobile-device-layout .acf-map .acf-map-control-zoom {
  font-size: 20px;
}
body.mobile-device-layout .acf-map .acf-map-control-printlink {
  font-size: 30px;
}
body.mobile-device-layout .acf-map .acf-map-control-streetview {
  font-size: 20px;
}
body.mobile-device-layout .acf-map .ol-overlay-container .acf-draw-tooltip {
  position: fixed;
  top: calc(50vh + 100px);
  left: 0;
  right: 0;
  margin-top: 0;
  margin-left: 20vw;
  margin-right: 20vw;
  white-space: normal;
  text-align: center;
  pointer-events: none;
}
body.mobile-device-layout .acf-map .ol-overlay-container .acf-draw-tooltip::before {
  display: none;
}
body.mobile-device-layout .toggle-window.feature-identifier-window {
  width: calc(100% - 110px);
  max-width: 400px;
  z-index: 1;
}
body.mobile-device-layout .toggle-window.permalink-window {
  width: calc(100% - 120px);
  background-color: #ffffff;
  border-radius: 0;
}
body.mobile-device-layout .toggle-window.permalink-window {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body.mobile-device-layout .toggle-window.permalink-window .blocks {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0;
}
body.mobile-device-layout .toggle-window.permalink-window .blocks .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
}
body.mobile-device-layout .toggle-window.permalink-window .blocks .block .icon {
  font-size: 24px;
}
body.mobile-device-layout .toggle-window.permalink-window .blocks .block .icon::before {
  padding: 12px;
}
body.mobile-device-layout .toggle-window.permalink-window .table-container table thead,
body.mobile-device-layout .toggle-window.permalink-window .table-container table tbody tr td:nth-child(2) {
  display: none;
}
body.mobile-device-layout .toggle-window.permalink-window .table-container table .link.link-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.mobile-device-layout .toggle-window.permalink-window .table-container table .link.link-label .link-label-title {
  line-height: 1.35;
}
body.mobile-device-layout .toggle-window.permalink-window .table-container table .link.link-label .link-label-date {
  display: inline !important;
  visibility: visible !important;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.38);
}
body.mobile-device-layout .acf-mobiledevice-global-search-btn {
  display: block;
  width: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #556270;
  text-decoration: none;
}
body.mobile-device-layout .acf-mobiledevice-global-search-btn:before {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
body.mobile-device-layout .acf-mobiledevice-global-parameters {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 36px;
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  text-align: center;
}
body.mobile-device-layout .acf-mobiledevice-global-parameters:before {
  content: "\f1ef";
}
body.mobile-device-layout .left-panel,
body.mobile-device-layout .right-panel {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all ease;
  top: 49px;
  height: calc(100% - 49px );
}
body.mobile-device-layout .left-panel {
  right: 100vw;
}
body.mobile-device-layout .right-panel {
  left: 100vw;
}
body.mobile-device-layout .acf-map .acf-map-controls-right,
body.mobile-device-layout .acf-map .acf-map-controls-left {
  transition: 0.2s all ease;
}
body.mobile-device-layout .acf-map .acf-map-controls-right {
  right: 10px;
}
body.mobile-device-layout .acf-map .acf-map-controls-left {
  left: 10px;
}
body.mobile-device-layout .acf-map-controls-topleft .acf-map-control:not(.acf-map-tools-control),
body.mobile-device-layout .acf-map-controls-topright .acf-map-control-responsive {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.mobile-device-layout.mobile-tools-opened .left-panel,
body.mobile-device-layout.mobile-tools-opened .right-panel {
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}
body.mobile-device-layout.mobile-tools-opened .acf-map .acf-map-controls-right {
  right: 74px;
}
@media (max-width: 767px) {
  body.mobile-device-layout.mobile-tools-opened .acf-map .acf-map-controls-right {
    max-width: calc(100vw - 148px);
  }
}
body.mobile-device-layout.mobile-tools-opened .acf-map .acf-map-controls-left {
  left: 74px;
}
body.mobile-device-layout.mobile-tools-opened .acf-map .acf-map-controls-left.no-left-panel {
  left: 10px;
}
@media (max-width: 600px) {
  body.mobile-device-layout.mobile-tools-opened .acf-map .acf-map-controls-right {
    right: 58px;
    max-width: calc(100vw - 116px);
  }
  body.mobile-device-layout.mobile-tools-opened .acf-map .acf-map-controls-left {
    left: 58px;
  }
}
body.mobile-device-layout.mobile-tools-opened.no-right-sidebar .acf-map .acf-map-controls-right {
  right: 10px;
}
@media (max-width: 600px) {
  body.mobile-device-layout.mobile-tools-opened.no-right-sidebar .acf-map .acf-map-controls-right {
    right: 10px;
  }
}
@media (max-width: 767px) {
  body.mobile-device-layout.mobile-tools-opened.featuremodification-active .acf-map .acf-map-controls-right {
    max-width: 100vw;
  }
}
body.mobile-device-layout.mobile-tools-opened .acf-map-controls-topleft .acf-map-control:not(.acf-map-tools-control) {
  opacity: 0;
}
body.mobile-device-layout.mobile-tools-opened .acf-map-controls-topleft .acf-map-control:not(.acf-map-tools-control),
body.mobile-device-layout.mobile-tools-opened .acf-map-controls-topleft .acf-map-control:not(.acf-map-tools-control) * {
  pointer-events: none;
}
body.mobile-device-layout:not(.mobile-tools-opened) .acf-map-controls-topright .acf-map-control-responsive {
  opacity: 0;
}
body.mobile-device-layout:not(.mobile-tools-opened) .acf-map-controls-topright .acf-map-control-responsive,
body.mobile-device-layout:not(.mobile-tools-opened) .acf-map-controls-topright .acf-map-control-responsive * {
  pointer-events: none;
}
body.mobile-device-layout .global-search-popin-container {
  width: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
}
body.mobile-device-layout .global-search-popin-container .acf-search-box {
  position: relative;
}
body.mobile-device-layout .global-search-popin-container .acf-search-box .acf-search-input input[type='text'] {
  padding-left: 49px;
  height: 49px;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
  box-shadow: none;
}
body.mobile-device-layout .global-search-popin-container .acf-search-box .acf-search-input input[type='text']:focus {
  box-shadow: none;
  background-color: #f5f5f5;
}
body.mobile-device-layout .global-search-popin-container .acf-search-box .acf-searches-suggest-container {
  max-height: 240px;
}
body.mobile-device-layout .global-search-popin-container .acf-search-box .acf-searches-suggest-container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body.mobile-device-layout .global-search-popin-container .acf-search-box .acf-searches-suggest-part {
  font-size: 1.25em;
}
body.mobile-device-layout .global-search-popin-container .acf-search-box .acf-search-select-list-content {
  margin-top: -1px;
  box-shadow: none;
  border: 1px solid #ededed;
}
body.mobile-device-layout .global-search-popin-container .acf-search-box .acf-search-select-list-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body.mobile-device-layout .global-search-popin-back {
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  z-index: 6;
}
body.mobile-device-layout .acf-infosheet-dialog .ui-dialog-titlebar-restore {
  display: none !important;
}
body.mobile-device-layout .modal-dialog .modal-content .modal-body {
  padding: 15px 30px !important;
}
body.mobile-device-layout .modal-dialog .modal-content .modal-footer {
  padding: 24px 32px;
}
@media (max-width: 767px) {
  body.mobile-device-layout .side-panel-content-footer {
    display: none;
  }
  body.mobile-device-layout .side-panel-content .side-panel-content-tabs span:last-of-type,
  body.mobile-device-layout .side-panel-content .acf-extensions-container .launcher-item span:last-of-type {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
body.mobile-device-layout.no-right-sidebar .acf-map {
  right: 10px;
}
@media (max-width: 600px) {
  body.mobile-device-layout.no-right-sidebar .acf-map .acf-map-controls-right {
    right: 10px;
  }
}
body.mobile-device-layout .side-panel-content .scroll-extension {
  -webkit-transform: translateZ(0);
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode:not([data-widgets-count='1']) > .grid-stack-item.search > .grid-stack-item-content .dashboard-widget-content {
  height: auto !important;
  max-height: calc(75vh - 79px  - 28px);
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode:not([data-widgets-count='1']) > .grid-stack-item.search > .grid-stack-item-content .loading-indicator {
  height: 25vh !important;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode[data-widgets-count='1'] {
  height: 100% !important;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode[data-widgets-count='1'] > .grid-stack-item {
  height: 100% !important;
  margin-bottom: 0 !important;
}
body.mobile-device-layout .grid-stack.grid-stack-one-column-mode[data-widgets-count='1'] > .grid-stack-item > .grid-stack-item-content {
  height: 100%;
}
body.mobile-device-layout.featuremodification-active {
  border: 3px solid #989898;
}
body.mobile-device-layout.featuremodification-active .left-panel,
body.mobile-device-layout.featuremodification-active .right-panel,
body.mobile-device-layout.featuremodification-active .module-html,
body.mobile-device-layout.featuremodification-active .acf-mobiledevice-header,
body.mobile-device-layout.featuremodification-active .acf-map-control.map-feature-identifier-toolbar {
  display: none;
}
body.mobile-device-layout.featuremodification-active .acf-map-controls-topleft .acf-map-control:not(.acf-map-tools-control) {
  opacity: 1;
}
body.mobile-device-layout.featuremodification-active .acf-map-controls-topleft .acf-map-control:not(.acf-map-tools-control),
body.mobile-device-layout.featuremodification-active .acf-map-controls-topleft .acf-map-control:not(.acf-map-tools-control) * {
  pointer-events: auto;
}
body.mobile-device-layout.featuremodification-active .acf-map-controls-left .acf-map-control:not(.acf-map-basic-controls):not(.acf-map-geolocation-control),
body.mobile-device-layout.featuremodification-active .acf-map-controls-left .acf-map-control.acf-map-basic-controls > :not(.acf-map-control-home) {
  display: none;
}
body.mobile-device-layout.featuremodification-active .acf-map-controls-center {
  padding-left: 10px;
  padding-right: 10px;
}
body.mobile-device-layout.featuremodification-active .acf-map-controls-bottomcenter {
  max-width: 400px;
  margin: auto;
}
body.mobile-device-layout.featuremodification-active .map-canvas {
  top: 0;
  height: 100%;
}
body.mobile-device-layout.featuremodification-active .acf-map .acf-map-controls-left {
  left: 10px;
}
body.mobile-device-layout.featuremodification-active .acf-map .acf-map-controls-right {
  right: 5px;
}
body.mobile-device-layout.featuremodification-active .layer-query-toolbar {
  display: block !important;
}
body.mobile-device-layout.featuremodification-active .layer-query-toolbar .acf-map-control-badge {
  display: none;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit > * {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
  position: absolute;
  pointer-events: auto;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit > *:not(.toolbar-shortcuts):not(.acf-point-construction-board) {
  display: none;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts {
  left: auto;
  right: 5px;
  top: auto;
  bottom: 135px;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .acf-point-construction-board {
  left: auto;
  right: 31px;
  top: auto;
  bottom: 140px;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .toolbar-shortcuts {
  left: 10px;
  right: auto;
}
body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .acf-point-construction-board {
  left: 31px;
  right: auto;
}
@media (max-width: 767px) {
  body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-submit .toolbar-submit-btn {
    width: 56px;
    min-height: 0%;
    -webkit-flex: 0 0 56px;
    -moz-flex: 0 0 56px;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    line-height: 56px;
  }
  body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn {
    width: 56px;
    min-height: 0%;
    -webkit-flex: 0 0 56px;
    -moz-flex: 0 0 56px;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    line-height: 56px;
  }
  body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .toolbar-shortcuts .toolbar-submit-btn .btn-visible-title {
    right: 61px;
  }
  body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form .acf-point-construction-board {
    height: 56px;
    padding: 4px 28px 4px 4px;
  }
  body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .toolbar-shortcuts {
    left: 61px;
  }
  body.mobile-device-layout.featuremodification-active .acf-draw-selection-toolbar.acf-tools-options-bar.light .acf-feature-tool-form.left-handed .acf-point-construction-board {
    left: 89px;
    padding: 4px 4px 4px 28px;
  }
}
.acf-mobiledevice-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 4px 4px 4px;
  height: 49px;
  max-height: 49px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.acf-mobiledevice-header .acf-mobiledevice-header-toolbar {
  position: absolute;
  top: 64px;
  left: 64px;
  right: 64px;
  min-height: 48px;
  color: #556270;
  background-color: rgba(255, 255, 255, 0.9);
  top: 6px;
  left: 2px;
  right: 86px;
  min-height: 36px;
}
.left-title-panel-open .acf-mobiledevice-header .acf-mobiledevice-header-toolbar {
  left: 248px;
}
.right-title-panel-open .acf-mobiledevice-header .acf-mobiledevice-header-toolbar {
  right: 248px;
}
.acf-mobiledevice-header .acf-mobiledevice-selection-toolbar {
  right: 114px;
}
body:not(.touch) .acf-mobiledevice-header:hover {
  background-color: #f5f5f5;
}
body.touch .acf-mobiledevice-header:active {
  background-color: #f5f5f5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-mobiledevice-header .acf-mobiledevice-image,
.acf-mobiledevice-header .acf-mobiledevice-global-search,
.acf-mobiledevice-header .acf-mobiledevice-global-parameters,
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-mobiledevice-header .acf-mobiledevice-title {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-mobiledevice-header .acf-mobiledevice-title .acf-title {
  padding: 0 4px;
}
.acf-mobiledevice-header .mobiledevice-header-badge {
  position: absolute;
  top: 8px;
  right: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: normal;
  border-radius: 50%;
  z-index: 1;
  color: #ffffff;
  background-color: #585858;
}
.acf-mobiledevice-header .mobiledevice-header-badge {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.acf-mobiledevice-header .acf-image {
  height: 100%;
  max-width: 100%;
  max-height: 47px;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown {
  padding: 0;
  margin: 0 -4px 0 0;
  list-style: none;
  z-index: 5;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown li {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 18px;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  list-style: none;
  color: rgba(0, 0, 0, 0.54);
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown li > ul.opened {
  opacity: 1;
  visibility: visible;
  top: 100%;
  width: 280px;
  height: auto;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown li > ul > li {
  padding: 3px 8px;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown .menu-dropdown-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown .menu-dropdown-icon:before {
  content: "\f1de";
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown .menu-dropdown-overlay {
  display: none;
}
.acf-mobiledevice-header .acf-mobiledevice-menu-dropdown .menu-dropdown-overlay.opened {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.15);
}
.acf-mobiledevice-header .acf-title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 1.5em;
}
.acf-mobiledevice-header .feature-selection-toggle {
  font-size: 32px !important;
}
.acf-mobiledevice-header .feature-selection-toggle .icon {
  margin-top: -7px;
}
.acf-mobiledevice-header .feature-badge-count {
  color: #ffffff;
  background-color: #585858;
  position: absolute;
  top: 25px;
  padding: 3px;
  min-width: 23px;
  font-size: 11px;
  font-weight: bold;
  line-height: normal;
  border-radius: 11px;
  border: 2px solid #ffffff;
}
.mdm-head {
  background-color: #e0e0e0;
}
.mdm-subcontent-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 6px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #e0e0e0;
}
body:not(.touch) .mdm-subcontent-toggle:hover {
  color: #556270;
  background-color: #fafafa;
}
body.touch .mdm-subcontent-toggle:active {
  color: #556270;
  background-color: #fafafa;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.mdm-subcontent-toggle .mdm-sct-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 2px;
}
.mdm-subcontent-container {
  background-color: #fafafa;
}
.mdm-subcontent-container .nav li {
  padding: 10px 2px;
}
.mdm-extensions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.mdm-extensions .header-extension {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.mdm-extensions .header-extension .dropdown-toggle {
  color: inherit;
  font-size: 20px;
  padding: 16px;
}
.mdm-extensions .dropdown-badge {
  color: #ffffff;
  background-color: #585858;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px;
  min-width: 15px;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.acf-map-control-txbutton .txbutton-icon-saving {
  text-align: center;
}
.acf-map-control-txbutton .txbutton-icon-saving .bounce1,
.acf-map-control-txbutton .txbutton-icon-saving .bounce2,
.acf-map-control-txbutton .txbutton-icon-saving .bounce3,
.acf-map-control-txbutton .txbutton-icon-saving > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.acf-map-control-txbutton .txbutton-icon-saving .bounce1:last-of-type,
.acf-map-control-txbutton .txbutton-icon-saving .bounce2:last-of-type,
.acf-map-control-txbutton .txbutton-icon-saving .bounce3:last-of-type,
.acf-map-control-txbutton .txbutton-icon-saving > div:last-of-type {
  margin-right: 0;
}
.acf-map-control-txbutton .txbutton-icon-saving .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #E6E6E6;
}
.acf-map-control-txbutton .txbutton-icon-saving .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #E6E6E6;
}
.acf-map-control-txbutton .txbutton-icon-saving .bounce3 {
  background-color: #E6E6E6;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.acf-map-control-txbutton.txbutton-btn-default {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .acf-map-control-txbutton.txbutton-btn-default:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .acf-map-control-txbutton.txbutton-btn-default:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-map-control-txbutton.txbutton-btn-primary {
  color: #ffffff;
  background-color: #33b573;
}
body:not(.touch) .acf-map-control-txbutton.txbutton-btn-primary:hover {
  color: #33b573;
  background-color: #ffffff;
}
body.touch .acf-map-control-txbutton.txbutton-btn-primary:active {
  color: #33b573;
  background-color: #ffffff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-map-control-txbutton.txbutton-btn-disabled {
  color: #ffffff;
  background-color: rgba(117, 117, 117, 0.85);
  font-style: italic;
  text-transform: none;
}
.acf-map-control-txbutton-full {
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
  margin: 10px 0;
}
.acf-reporting-responsivefilters {
  z-index: 10;
}
.acf-reporting-responsivefilters .acf-global-filter-presentation {
  border-top-color: rgba(0, 0, 0, 0.38) !important;
}
.acf-reporting-responsivefilters .acf-global-filter-presentation .bucket-search-input-text,
.acf-reporting-responsivefilters .acf-global-filter-presentation .bucket-content .filter-add-form .filter-add-input {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: white !important;
}
.acf-reporting-responsivefilters .acf-global-filter-presentation .bucket-content.is-editing .filter-add-form:not(.is-measure) .filter-add-input {
  background-color: #b1b1b1 !important;
}
.acf-reporting-responsivefilters .acf-global-filter-presentation.is-fullscreenmode .bucket-header {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #A4A4A4 !important;
}
.acf-reporting-responsivefilters .acf-global-filter-presentation .sidepanel-form-group {
  color: rgba(0, 0, 0, 0.54) !important;
  background-color: #c1cfd9 !important;
}
.acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-content .acf-global-filter-presentation .bucket-search-input input[type='text'] {
  box-shadow: none;
}
.acf-reporting-responsivefilters .acf-global-parameters-panel .global-param-header .empty-filter-label {
  display: block !important;
}
.acf-analyses-results-list {
  text-align: center;
}
.acf-analyses-results-list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.acf-analyses-results-list .acf-analyses-result-item {
  border-bottom: 1px solid #ededed;
  text-align: left;
}
.acf-analyses-results-list .acf-analyses-result-item .analysis-info {
  padding: 0 12px;
}
.acf-analyses-results-list .acf-analyses-result-item .analysis-info .analysis-info-invisible {
  color: rgba(0, 0, 0, 0.38);
  font-size: small;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}
.acf-analyses-results-list .acf-analyses-result-item .analysis-selection-info {
  padding: 12px;
  font-style: italic;
  font-size: 0.9em;
  background-color: #f5f5f5;
}
.acf-analyses-results-list .acf-analyses-result-item .filters-form-panel {
  padding-top: 12px;
  margin-bottom: 12px;
  background-color: #f5f5f5;
}
.acf-analyses-results-list .acf-analyses-result-item .filters-form-panel .filters-tree-panel {
  padding-top: 0;
}
.acf-analyses-results-list .acf-analyses-result-item .filters-form-panel .bottom-button-bar {
  margin-bottom: 0;
}
.acf-analyses-results-list .acf-analyses-result-content {
  padding: 5px;
}
.acf-analyses-results-list .acf-analyses-result-content > .analysis-info,
.acf-analyses-results-list .acf-analyses-result-content > .filters-form-panel {
  padding-bottom: 12px !important;
}
.acf-analyses-results-list .acf-analyses-result-content > .analysis-info:first-child,
.acf-analyses-results-list .acf-analyses-result-content > .filters-form-panel:first-child {
  padding-top: 12px !important;
}
.acf-analyses-results-list .acf-analyses-result-content .bg-directive-stat .alert-panel {
  text-align: center;
  margin-top: 50px;
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
  font-size: 12pt;
  margin-left: 15px;
  margin-right: 15px;
}
.acf-analyses-results-list .analysis-item-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 4px;
  color: #556270;
  cursor: pointer;
}
.acf-analyses-results-list .analysis-item-header.opened {
  color: inherit;
  background-color: #E6E6E6;
  font-weight: bold;
}
.acf-analyses-results-list .analysis-item-header.active {
  background-color: rgba(88, 88, 88, 0.45);
}
.acf-analyses-results-list .analysis-item-header:hover,
.acf-analyses-results-list .analysis-item-header.highlight {
  background-color: rgba(88, 88, 88, 0.25);
}
.acf-analyses-results-list .analysis-item-header .header-toggle-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 32px;
  -moz-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
}
.acf-analyses-results-list .analysis-item-header .header-toggle-btn:before {
  content: "\f1a3";
}
.acf-analyses-results-list .analysis-item-header .header-toggle-btn.closed {
  color: #c1cfd9;
}
.acf-analyses-results-list .analysis-item-header .header-toggle-btn.closed:before {
  content: "\f1a5";
}
.acf-analyses-results-list .analysis-item-header .header-title {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 4px;
  line-height: 24px;
  word-wrap: break-word;
  max-width: 100%;
}
.acf-analyses-results-list .analysis-item-header .header-title-revealinmenu {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 32px;
  -moz-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  line-height: 32px;
  font-size: 21px;
  text-align: center;
  color: white;
  background-color: #bdbdbd;
}
.acf-analyses-results-list .analysis-item-header .header-title-revealinmenu:before {
  content: "\f1a7";
}
body:not(.touch) .acf-analyses-results-list .analysis-item-header .header-title-revealinmenu:hover {
  background-color: #e0e0e0;
}
body.touch .acf-analyses-results-list .analysis-item-header .header-title-revealinmenu:active {
  background-color: #e0e0e0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-analyses-results-list .analysis-item-header .header-expand-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 32px;
  -moz-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  line-height: 32px;
  font-size: 9px;
  text-align: center;
}
.acf-analyses-results-list .analysis-item-header .header-expand-btn:before {
  content: "\f120";
}
.acf-analyses-results-list .analysis-item-header .header-expand-btn.closed:before {
  content: "\f124";
}
.acf-analyses-results-list .filters-form-panel {
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}
.acf-analyses-results-list .filters-form-panel .filters-error-message,
.acf-analyses-results-list .filters-form-panel .bottom-button-bar {
  margin-top: 5px;
  padding: 0 15px;
  font-size: 12px;
}
.acf-analyses-results-list .filters-form-panel .filters-error-message {
  margin-bottom: 10px;
}
.acf-analyses-results-list .filters-form-panel .bottom-button-bar {
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: right;
}
.acf-analyses-results-list .filters-form-panel .btn {
  padding-left: 18px;
  padding-right: 18px;
}
.acf-analyses-results-list .bg-indicator-legend .bg-analysis-legend-unique,
.acf-analyses-results-list .bg-indicator-legend .bg-analysis-legend-ramp,
.acf-analyses-results-list .bg-indicator-legend .bg-analysis-legend-proportional-symbols {
  margin: 12px;
}
.acf-analyses-results-list .bg-analysis-legend-multiple {
  padding-left: 21px;
}
.acf-analyses-results-list .acf-widget-metadata {
  padding: 4px 21px;
}
.acf-analyses-results-list .analysis-legend-title {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.acf-analyses-results-list.acf-stats-results-list .acf-analyses-result-content > .bg-directive-stat-legend {
  margin: 8px 0;
}
.side-panel-analysis.single-stat .acf-analyses-results-list,
.side-panel-analysis.single-stat .acf-analyses-results-list > ul,
.side-panel-analysis.single-stat .acf-stat-result-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-panel-analysis.single-stat .analysis-item-header {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-analysis.single-stat .acf-analyses-results-list > ul,
.side-panel-analysis.single-stat .acf-stat-result-item,
.side-panel-analysis.single-stat .acf-analyses-result-content {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side-panel-analysis.single-stat .acf-analyses-results-list {
  overflow-y: hidden;
}
.side-panel-analysis.single-stat .acf-analyses-results-list .acf-analyses-result-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  max-height: none;
  overflow: auto;
}
.side-panel-analysis.single-stat .acf-analyses-results-list .acf-analyses-result-content.stat-presentation-PIVOTTABLE {
  overflow: hidden;
}
.acf-legend-analysis-item {
  margin-bottom: 4px;
}
.acf-legend-analysis-item .acf-legend-analysis-item-header {
  margin-bottom: 6px;
  font-size: 16px;
}
.acf-legend-analysis-item:not(:first-of-type) {
  margin-top: 24px;
}
.acf-legend .legend-item,
.acf-analyses-results-list .legend-item,
.acf-thematic-layer-item.analysis-item .legend-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-legend .legend-item .legend-item-toggle,
.acf-analyses-results-list .legend-item .legend-item-toggle,
.acf-thematic-layer-item.analysis-item .legend-item .legend-item-toggle {
  min-width: 0%;
  -webkit-flex: 0 0 32px;
  -moz-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.acf-legend .legend-item .legend-item-toggle.icon_eye_off,
.acf-analyses-results-list .legend-item .legend-item-toggle.icon_eye_off,
.acf-thematic-layer-item.analysis-item .legend-item .legend-item-toggle.icon_eye_off {
  color: #c1cfd9;
}
.acf-legend .legend-item .legend-item-legend,
.acf-analyses-results-list .legend-item .legend-item-legend,
.acf-thematic-layer-item.analysis-item .legend-item .legend-item-legend {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-legend .legend-item .legend-item-label,
.acf-analyses-results-list .legend-item .legend-item-label,
.acf-thematic-layer-item.analysis-item .legend-item .legend-item-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 8px;
  word-wrap: break-word;
  max-width: 100%;
}
.acf-window {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff;
}
.acf-window .ui-dialog-titlebar {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-collapse:hover,
body:not(.touch) .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-maximize:hover,
body:not(.touch) .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-restore:hover,
body:not(.touch) .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-collapse:active,
body.touch .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-maximize:active,
body.touch .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-restore:active,
body.touch .acf-window .ui-dialog-titlebar .ui-dialog-titlebar-close:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #556270;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  z-index: 1;
}
.bottom-panel .layout-controls,
.bottom-panel .panel-tabs,
.bottom-panel .panel-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bottom-panel .panel-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  height: 32px;
  text-align: center;
}
.bottom-panel .panel-title .title-icon {
  margin-right: 6px;
}
.bottom-panel .content-wrapper {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.bottom-panel .content-wrapper.with-margin-top {
  margin-top: 32px;
}
.bottom-panel .extension-container {
  overflow: auto;
}
.bottom-panel.with-tabs .content-wrapper {
  margin-top: 32px;
  border-top: 2px solid #bdbdbd;
  box-shadow: 0 0 4px #757575;
  z-index: 1;
}
.bottom-panel .panel-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: 32px;
  background-color: #A4A4A4;
  pointer-events: auto;
}
.bottom-panel .panel-tabs .panel-tab {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bottom-panel .panel-tabs .panel-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bottom-panel .panel-tabs .panel-tab .tab-icon {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.bottom-panel .panel-tabs .panel-tab .tab-label {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bottom-panel .panel-tabs .panel-tab .tab-close-btn {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.bottom-panel .panel-tabs .panel-tab {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e0e0e0;
  margin: 5px 5px 0 0;
  padding: 3px 9px;
  cursor: pointer;
}
.bottom-panel .panel-tabs .panel-tab:first-of-type {
  margin-left: 4px;
}
.bottom-panel .panel-tabs .panel-tab.tab-active {
  color: #ffffff;
  background-color: #585858;
}
body:not(.touch) .bottom-panel .panel-tabs .panel-tab:not(.tab-active):hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.touch .bottom-panel .panel-tabs .panel-tab:not(.tab-active):active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel .panel-tabs .tab-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
.bottom-panel .panel-tabs .tab-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bottom-panel .panel-tabs .tab-close-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  padding: 4px;
  border-radius: 50%;
  font-size: 9px;
}
.bottom-panel .panel-tabs .tab-close-btn:before {
  content: "\f128";
}
body:not(.touch) .bottom-panel .panel-tabs .tab-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
body.touch .bottom-panel .panel-tabs .tab-close-btn:active {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel .layout-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 32px;
  pointer-events: none;
  z-index: 999999;
}
.bottom-panel .layout-controls .grip-control-wrapper {
  position: relative;
  top: -2px;
  width: 100%;
  height: 6px;
  cursor: ns-resize;
  pointer-events: auto;
  z-index: 1;
}
.bottom-panel .layout-controls .panel-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: auto;
}
.bottom-panel .layout-controls .panel-controls .panel-controls-fullscreen {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
body:not(.touch) .bottom-panel .layout-controls .panel-controls .panel-controls-fullscreen:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .bottom-panel .layout-controls .panel-controls .panel-controls-fullscreen:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel .layout-controls .panel-controls .panel-controls-fullscreen:before {
  content: "\f1b2";
}
.bottom-panel .layout-controls .panel-controls .panel-controls-minimize {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
}
body:not(.touch) .bottom-panel .layout-controls .panel-controls .panel-controls-minimize:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .bottom-panel .layout-controls .panel-controls .panel-controls-minimize:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel .layout-controls .panel-controls .panel-controls-minimize:before {
  content: "\f1be";
}
.bottom-panel .layout-controls .panel-controls .panel-controls-maximize {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
body:not(.touch) .bottom-panel .layout-controls .panel-controls .panel-controls-maximize:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .bottom-panel .layout-controls .panel-controls .panel-controls-maximize:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel .layout-controls .panel-controls .panel-controls-maximize:before {
  content: "\f1bd";
}
.bottom-panel .layout-controls .panel-controls .panel-controls-close {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
}
body:not(.touch) .bottom-panel .layout-controls .panel-controls .panel-controls-close:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .bottom-panel .layout-controls .panel-controls .panel-controls-close:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bottom-panel .layout-controls .panel-controls .panel-controls-close:before {
  content: "\f128";
}
.acf-feature-tools-bar {
  position: absolute;
  top: 0;
  left: 64px;
  right: 64px;
  z-index: 3000;
}
.left-panel-visible .acf-feature-tools-bar {
  left: 384px;
}
.right-panel-visible .acf-feature-tools-bar {
  right: 384px;
}
.right-panel-visible-extended .acf-feature-tools-bar {
  right: 514px;
}
.left-title-panel-open .acf-feature-tools-bar {
  left: 312px;
}
.right-title-panel-open .acf-feature-tools-bar {
  right: 312px;
}
.left-panel-visible.left-title-panel-open .acf-feature-tools-bar {
  left: 632px;
}
.right-panel-visible.right-title-panel-open .acf-feature-tools-bar {
  right: 632px;
}
.right-panel-visible-extended.right-title-panel-open .acf-feature-tools-bar {
  right: 834px;
}
.top-toolbar-open .acf-feature-tools-bar {
  top: 48px;
}
.modal-dialog.draw-layer-action-dialog {
  font-size: 15px;
}
.modal-dialog.draw-layer-action-dialog .modal-content .modal-body {
  padding: 20px 20px 0 40px !important;
}
.modal-dialog.draw-layer-action-dialog .intro-label-1,
.modal-dialog.draw-layer-action-dialog .intro-label-2 {
  padding-bottom: 4px;
}
.modal-dialog.draw-layer-action-dialog .actions-container {
  margin-top: 16px;
  padding: 0 16px;
}
.modal-dialog.draw-layer-action-dialog .actions-container .drawlayer-action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  background-color: #fafafa;
  margin-top: 8px;
  padding: 10px;
  cursor: pointer;
}
.modal-dialog.draw-layer-action-dialog .actions-container .drawlayer-action .action-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.modal-dialog.draw-layer-action-dialog .actions-container .drawlayer-action .action-label {
  color: #556270;
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
body:not(.touch) .modal-dialog.draw-layer-action-dialog .actions-container .drawlayer-action:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
}
body.touch .modal-dialog.draw-layer-action-dialog .actions-container .drawlayer-action:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.modal-dialog.draw-layer-action-dialog .actions-container .action-clear .action-icon {
  font-size: 21px;
}
.modal-dialog.draw-layer-action-dialog .actions-container .action-clear .action-icon:before {
  content: "\f12a";
}
.modal-dialog.draw-layer-action-dialog .actions-container .action-remove .action-icon {
  font-size: 18px;
}
.modal-dialog.draw-layer-action-dialog .actions-container .action-remove .action-icon:before {
  content: "\f23f";
}
/* ************ filters : form panel ************** */
.filters-form-panel {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ededed;
}
.filters-form-panel .loading-message {
  padding: 20px 0;
  text-align: center;
}
.filters-form-panel .loading-message .spinner {
  text-align: center;
}
.filters-form-panel .loading-message .spinner .bounce1,
.filters-form-panel .loading-message .spinner .bounce2,
.filters-form-panel .loading-message .spinner .bounce3,
.filters-form-panel .loading-message .spinner > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.filters-form-panel .loading-message .spinner .bounce1:last-of-type,
.filters-form-panel .loading-message .spinner .bounce2:last-of-type,
.filters-form-panel .loading-message .spinner .bounce3:last-of-type,
.filters-form-panel .loading-message .spinner > div:last-of-type {
  margin-right: 0;
}
.filters-form-panel .loading-message .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #c1cfd9;
}
.filters-form-panel .loading-message .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #c1cfd9;
}
.filters-form-panel .loading-message .spinner .bounce3 {
  background-color: #c1cfd9;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.filters-form-panel .filters-tree-panel,
.filters-form-panel .selection-filter-bar-wrapper {
  padding: 15px 15px 0 15px;
}
.filters-form-panel .selection-filter-bar-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 6px;
  font-weight: inherit;
  cursor: pointer;
}
.filters-form-panel .selection-filter-bar-title input[type='checkbox'] + i {
  margin-right: 6px;
}
.filters-form-panel .acf-selection-filter-bar .togglebar-container {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.filters-form-panel .acf-selection-filter-bar .reversefilter-container {
  padding-top: 4px;
}
.filters-form-panel .acf-selection-filter-bar .reversefilter-btn {
  background-color: #e0e0e0;
}
/* ************ filters : predefined filters ************** */
.filters-form-panel .predefined-filters-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
  padding: 10px 15px;
  border-bottom: 1px solid #fafafa;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  background-color: #c1cfd9;
  margin: 2px 0;
  max-width: 100%;
  border-radius: 1px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
body:not(.touch) .filters-form-panel .predefined-filters-container .predefined-filter-item:hover {
  outline: 1px solid #a1b7c6;
}
body.touch .filters-form-panel .predefined-filters-container .predefined-filter-item:active {
  outline: 1px solid #a1b7c6;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-title {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection,
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-exec {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item:not(:last-child) {
  margin-right: 4px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item span:first-child {
  margin-left: 8px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item.filter-selected {
  color: #ffffff;
  background-color: #585858;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item.filter-selected .filter-selection {
  color: inherit;
}
body:not(.touch) .filters-form-panel .predefined-filters-container .predefined-filter-item.filter-selected:hover {
  outline: 1px solid #3f3f3f;
}
body.touch .filters-form-panel .predefined-filters-container .predefined-filter-item.filter-selected:active {
  outline: 1px solid #3f3f3f;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 2px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-exec {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 2px;
  padding: 4px;
  border-radius: 2px;
  font-size: 14px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-exec:before {
  content: "\f20f";
}
body:not(.touch) .filters-form-panel .predefined-filters-container .predefined-filter-item .filter-exec:hover {
  background-color: rgba(250, 250, 250, 0.35);
}
body.touch .filters-form-panel .predefined-filters-container .predefined-filter-item .filter-exec:active {
  background-color: rgba(250, 250, 250, 0.35);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.38);
  line-height: normal;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-INTERSECTS {
  font-size: 15px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-INTERSECTS:before {
  content: "\f21f";
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-CONTAINS {
  font-size: 15px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-CONTAINS:before {
  content: "\f220";
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-CONTAINED {
  font-size: 16px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-CONTAINED:before {
  content: "\f21d";
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-EQUALS {
  font-size: 15px;
}
.filters-form-panel .predefined-filters-container .predefined-filter-item .filter-selection.selection-EQUALS:before {
  content: "\f21e";
}
/* ************ filters : tree panel ************** */
.filters-form-panel .filters-tree-panel .filter-container .filter-container {
  margin-left: 15px;
}
.filters-form-panel .filters-tree-panel > .filter-container > .filters-group > .filter-container {
  margin-left: 0;
}
.filters-form-panel .filters-tree-panel > .filter-container > .filters-group > legend {
  font-size: 21px;
  margin-bottom: 4px;
}
.filters-form-panel .filters-tree-panel .filter-group-container legend {
  border: 0;
  margin-bottom: -4px;
  font-size: 18px;
}
.filters-form-panel .filters-tree-panel .filter-group-container .filter-group-container {
  margin-bottom: 18px;
}
.filters-form-panel .filters-tree-panel .filter-item-container + .filter-group-container {
  margin-top: 18px;
}
.filters-form-panel .filters-tree-panel .filter-item-container:not(:first-child) {
  margin-top: 12px;
}
.filters-form-panel .filters-tree-panel .prompt-datepicker .datepicker-input {
  position: relative;
}
.filters-form-panel .filters-tree-panel .prompt-datepicker .datepicker-input .filter-calendar-toggle-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  cursor: pointer;
}
.filters-form-panel .filters-tree-panel .prompt-datepicker .datepicker-input .filter-calendar-toggle-icon:before {
  content: "\f115";
}
.filters-form-panel .filters-tree-panel .prompt-datepicker .datepicker-container {
  position: absolute;
  z-index: 1;
}
.filters-form-panel .filters-tree-panel .prompt-list .prompt-list-radio,
.filters-form-panel .filters-tree-panel .prompt-list .prompt-list-checkbox,
.filters-form-panel .filters-tree-panel .prompt-list .prompt-list-empty {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}
.filters-form-panel .filters-tree-panel .prompt-list .pl-radio-item,
.filters-form-panel .filters-tree-panel .prompt-list .pl-checkbox-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.filters-form-panel .filters-tree-panel .prompt-list .pl-radio-item .value-label,
.filters-form-panel .filters-tree-panel .prompt-list .pl-checkbox-item .value-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters-form-panel .filters-tree-panel .prompt-list .pl-radio-item input,
.filters-form-panel .filters-tree-panel .prompt-list .pl-checkbox-item input {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
  margin-right: 4px;
}
.filters-form-panel .filters-tree-panel .prompt-list .pl-radio-item:not(:last-of-type),
.filters-form-panel .filters-tree-panel .prompt-list .pl-checkbox-item:not(:last-of-type) {
  margin-bottom: 6px;
}
.filters-form-panel .filters-tree-panel .prompt-list .pl-radio-item.is-checked,
.filters-form-panel .filters-tree-panel .prompt-list .pl-checkbox-item.is-checked {
  font-weight: bold;
}
.filters-form-panel .filters-tree-panel .prompt-list .empty-value {
  font-style: italic;
}
.filters-form-panel .filters-tree-panel .prompt-list .prompt-list-empty {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: rgba(0, 0, 0, 0.38);
}
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-radio-item,
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-checkbox-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-radio-item .value-label,
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-checkbox-item .value-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-radio-item input,
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-checkbox-item input {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
  margin-right: 4px;
}
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-radio-item {
  margin-left: 2px;
}
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-radio-item:not(:last-of-type) {
  margin-bottom: 6px;
}
.filters-form-panel .filters-tree-panel .prompt-boolean .pb-radio-item.value-empty {
  font-style: italic;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar {
  margin-top: 15px;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .filters-error-message {
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .buttons-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-color: rgba(0, 0, 0, 0.05);
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .filter-buttons-wrapper,
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .search-button {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .buttons-container-filler {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .filter-buttons-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  background-color: #bdbdbd;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .newfilter-button {
  font-size: 20px;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .newfilter-button:before {
  content: "\f1a8";
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .savefilter-button {
  padding-top: 1px;
  font-size: 20px;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .savefilter-button:before {
  content: "\f1a9";
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .deletefilter-button {
  font-size: 20px;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .deletefilter-button:before {
  content: "\f1aa";
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .filter-button {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
body:not(.touch) .acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .filter-button:hover {
  color: #ffffff;
  background-color: #bdbdbd;
}
body.touch .acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .filter-button:active {
  color: #ffffff;
  background-color: #bdbdbd;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .normal-button {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
body:not(.touch) .acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .normal-button:hover {
  color: rgba(0, 0, 0, 0.38);
}
body.touch .acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .normal-button:active {
  color: rgba(0, 0, 0, 0.38);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .normal-button.reset-button:before {
  content: "\f208";
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .search-button {
  padding: 0 16px;
  height: 32px;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .search-button .search-button-label {
  font-size: 14px;
  text-transform: none;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .search-button .search-button-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
  font-size: 15px;
  vertical-align: baseline;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .search-button .search-button-icon:before {
  content: "\f20f";
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .filter-button-splitter {
  display: inline-block;
  margin: 0 1px;
  width: 1px;
  height: 16px;
  background-color: #bdbdbd;
}
.acf-togglable-functions-tree .filters-form-panel .bottom-button-bar .buttons-container-filler {
  margin: 6px 0;
}
.filter-item .filter-prompt:not(:last-of-type) {
  margin-bottom: 8px;
}
.filter-item .filter-invalid select,
.filter-item .filter-invalid input {
  border-color: #c51116;
}
.filter-item .required {
  color: #c51116;
}
.filter-prompt .prompt-suggest-input {
  position: relative;
}
.filter-prompt label,
.filter-prompt .prompt-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-bottom: 2px;
  font-weight: normal;
}
.filter-prompt .prompt-label {
  font-weight: bold;
}
.filter-prompt input[type='text'],
.filter-prompt select {
  color: #556270;
  width: 100%;
  height: 26px;
  padding: 0 4px;
}
.filter-prompt select:disabled {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}
.filter-prompt select[multiple] {
  height: 180px;
}
body.touch .filter-prompt select[multiple] {
  height: auto;
}
.filter-prompt input[type='range'] {
  position: relative;
  color: rgba(0, 0, 0, 0.87);
}
.filter-prompt input[type='range']:after,
.filter-prompt input[type='range']:before {
  position: absolute;
  top: 1em;
  color: rgba(0, 0, 0, 0.12);
}
.filter-prompt input[type='range']:before {
  left: 0;
  content: attr(min);
}
.filter-prompt input[type='range']:after {
  right: 0;
  content: attr(max);
}
.filters-form-panel .filters-tree-panel input[type='text']:not(:focus):-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-style: italic;
}
.filters-form-panel .filters-tree-panel input[type='text']:not(:focus):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-style: italic;
}
.filters-form-panel .filters-tree-panel input[type='text']:not(:focus)::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-style: italic;
}
.filters-form-panel .filters-tree-panel input[type='text']:focus:-moz-placeholder {
  color: transparent;
}
.filters-form-panel .filters-tree-panel input[type='text']:focus:-ms-input-placeholder {
  color: transparent;
}
.filters-form-panel .filters-tree-panel input[type='text']:focus::-webkit-input-placeholder {
  color: transparent;
}
/* ************ filters : analysis ************** */
.acf-analyses-result-item .filters-form-panel .spinner {
  text-align: center;
  margin: 0 15px;
}
.acf-analyses-result-item .filters-form-panel .spinner .bounce1,
.acf-analyses-result-item .filters-form-panel .spinner .bounce2,
.acf-analyses-result-item .filters-form-panel .spinner .bounce3,
.acf-analyses-result-item .filters-form-panel .spinner > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.acf-analyses-result-item .filters-form-panel .spinner .bounce1:last-of-type,
.acf-analyses-result-item .filters-form-panel .spinner .bounce2:last-of-type,
.acf-analyses-result-item .filters-form-panel .spinner .bounce3:last-of-type,
.acf-analyses-result-item .filters-form-panel .spinner > div:last-of-type {
  margin-right: 0;
}
.acf-analyses-result-item .filters-form-panel .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #ffffff;
}
.acf-analyses-result-item .filters-form-panel .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #ffffff;
}
.acf-analyses-result-item .filters-form-panel .spinner .bounce3 {
  background-color: #ffffff;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.acf-togglable-functions-tree .function-child {
  display: block;
  border-bottom: 1px solid #ededed;
}
.acf-togglable-functions-tree .function-child.toggled .function-child-header .title {
  font-weight: bold;
}
.acf-togglable-functions-tree .function-child.active .function-child-header__label {
  color: #585858;
}
.acf-togglable-functions-tree .function-child.active .function-child-header__label .title {
  font-weight: bold;
}
.acf-togglable-functions-tree .function-group > .function-child:hover > .function-child-header .title {
  font-weight: bold;
}
.acf-togglable-functions-tree .function-child-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 44px;
  background: #fafafa;
}
.acf-togglable-functions-tree .function-child-header:hover {
  background: #f5f5f5;
}
.acf-togglable-functions-tree .function-child-header.function-child-header--with-parent .function-child-header__label-inner,
.acf-togglable-functions-tree .function-child-header.function-child-header--with-parent .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.acf-togglable-functions-tree .function-child-header.clickable {
  cursor: pointer;
}
.acf-togglable-functions-tree .function-child-header > *:not(:last-child) {
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 4px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 4px;
}
.acf-togglable-functions-tree .function-child-header .launcher-child-icon,
.acf-togglable-functions-tree .function-child-header .launcher-group-icon,
.acf-togglable-functions-tree .function-child-header .group-arrow,
.acf-togglable-functions-tree .function-child-header .toggle-arrow,
.acf-togglable-functions-tree .function-child-header .function-child-header__star {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__label,
.acf-togglable-functions-tree .function-child-header .title {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: ;
  padding-left: 8px;
  padding-bottom: ;
  padding-right: 0;
  padding-block-start: ;
  padding-inline-start: 8px;
  padding-block-end: ;
  padding-inline-end: 0;
  overflow: hidden;
  height: 100%;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__label:focus {
  outline: 0;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__label:focus-visible {
  outline: 1px solid black;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__label > *:not(:last-child) {
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 8px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 8px;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__label-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: start;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__description {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__star {
  font-size: 20px;
  width: 32px;
  height: 100%;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__star:focus {
  outline: 0;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__star:focus-visible {
  outline: 1px solid black;
}
.acf-togglable-functions-tree .function-child-header .function-child-header__star:hover:before,
.acf-togglable-functions-tree .function-child-header .function-child-header__star.selected:before {
  content: "\f22c";
}
.acf-togglable-functions-tree .function-child-header .launcher-child-icon {
  width: 24px;
  height: 24px;
}
.acf-togglable-functions-tree .function-child-header .group-arrow,
.acf-togglable-functions-tree .function-child-header .toggle-arrow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 30px;
  height: 100%;
}
.acf-togglable-functions-tree .function-child-header .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-top: ;
  padding-left: 5px;
  padding-bottom: ;
  padding-right: ;
  padding-block-start: ;
  padding-inline-start: 5px;
  padding-block-end: ;
  padding-inline-end: ;
}
.acf-togglable-functions-tree .function-child-header .group-arrow {
  font-size: 15px;
}
.acf-togglable-functions-tree .function-child-header .toggle-arrow {
  font-size: 13px;
}
.acf-togglable-functions-tree .function-child-header .launcher-group-icon {
  font-size: 18px;
  width: 24px;
}
.acf-togglable-functions-tree .function-child-header .toggle-arrow__button {
  width: 100%;
  height: 100%;
  text-align: center;
}
.acf-togglable-functions-tree .function-child-header .toggle-arrow__button:focus {
  outline: 0;
}
.acf-togglable-functions-tree .function-child-header .toggle-arrow__button:focus-visible {
  outline: 1px solid black;
}
.acf-togglable-functions-tree .function-child-header .toggle-arrow__button:hover,
.acf-togglable-functions-tree .function-child-header .toggle-arrow__button.selected {
  color: #FFFFFF !important;
  background-color: #585858 !important;
}
.acf-togglable-functions-tree .function-group-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-transition: left 0.35s ease-in-out;
  -moz-transition: left 0.35s ease-in-out;
  -o-transition: left 0.35s ease-in-out;
  transition: left 0.35s ease-in-out;
  overflow-x: hidden;
}
.acf-togglable-functions-tree .function-group-container.offset-0 {
  left: -0px;
}
.acf-togglable-functions-tree .function-group-container.offset-1 {
  left: -320px;
}
.acf-togglable-functions-tree .function-group-container.offset-2 {
  left: -640px;
}
.acf-togglable-functions-tree .function-group-container.offset-3 {
  left: -960px;
}
.acf-togglable-functions-tree .function-group-container.offset-4 {
  left: -1280px;
}
.acf-togglable-functions-tree .function-group-container.offset-5 {
  left: -1600px;
}
.acf-togglable-functions-tree .function-group-container.offset-6 {
  left: -1920px;
}
.acf-togglable-functions-tree .function-group-container.offset-7 {
  left: -2240px;
}
.acf-togglable-functions-tree .function-group-container.offset-8 {
  left: -2560px;
}
.acf-togglable-functions-tree .function-group-container.offset-9 {
  left: -2880px;
}
.acf-togglable-functions-tree .function-group-container.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.acf-togglable-functions-tree .function-group-container .function-group {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 320px;
  overflow-y: auto;
}
.acf-togglable-functions-tree .function-title {
  position: relative;
  height: 35px;
}
.acf-togglable-functions-tree .function-title .goto-prev-depth {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  cursor: pointer;
}
.acf-togglable-functions-tree .function-title .goto-prev-depth:before {
  content: "\f10d";
}
.acf-togglable-functions-tree .function-title .goto-prev-depth:hover {
  color: #A4A4A4;
  background-color: #fafafa;
}
.acf-togglable-functions-tree .side-panel-content {
  overflow-x: hidden;
}
.acf-togglable-functions-tree .scroll-left-panel {
  position: relative;
  height: calc(100% - 35px );
}
.acf-togglable-functions-tree .acf-function-custom-content {
  padding: 15px 15px;
  background: #ededed;
}
.acf-togglable-functions-tree .group-arrow {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-togglable-functions-tree .group-arrow:before {
  content: "\f10e";
}
.acf-togglable-functions-tree .launcher-group-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-togglable-functions-tree .launcher-group-icon:before {
  content: "\f1ac";
}
@keyframes fadein-bgcolor-header {
  0% {
    background-color: #fafafa;
  }
  15% {
    background-color: #ffffff;
  }
  75% {
    background-color: #ffffff;
  }
  100% {
    background-color: #fafafa;
  }
}
@keyframes fadein-bgcolor-filters {
  0% {
    background-color: #ededed;
  }
  15% {
    background-color: #f5f5f5;
  }
  75% {
    background-color: #f5f5f5;
  }
  100% {
    background-color: #ededed;
  }
}
.acf-togglable-functions-tree .highlighting-item .function-child.highlighted {
  outline: 1px solid #ededed;
}
.acf-togglable-functions-tree .highlighting-item .function-child.highlighted .function-child-header {
  animation-name: fadein-bgcolor-header;
  animation-duration: 1.5s;
}
.acf-togglable-functions-tree .highlighting-item .function-child.highlighted .filters-form-panel {
  animation-name: fadein-bgcolor-filters;
  animation-duration: 1.5s;
}
@keyframes fadeout-opacity {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.25;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout-bgcolor-header {
  0% {
    background-color: #fafafa;
  }
  15% {
    background-color: #ededed;
  }
  75% {
    background-color: #ededed;
  }
  100% {
    background-color: #fafafa;
  }
}
.acf-togglable-functions-tree .highlighting-item .function-child:not(.highlighted) {
  animation-name: fadeout-opacity;
  animation-duration: 1.5s;
}
.acf-togglable-functions-tree .highlighting-item .function-child:not(.highlighted) .function-child-header {
  animation-name: fadeout-bgcolor-header;
  animation-duration: 1.5s;
}
.acf-togglable-functions-tree .functions-tree-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.acf-togglable-functions-tree .functions-tree-search__input-container {
  border: 1px solid #616161;
  box-shadow: none;
  margin: 8px;
}
.acf-togglable-functions-tree .functions-tree-search__input-container .icon_close_cross {
  font-size: 11px;
}
.acf-togglable-functions-tree .functions-tree-search__title {
  padding: 8px 0px 8px 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  background: #e0e0e0;
}
.acf-togglable-functions-tree .functions-tree-search__no-result {
  padding: 8px 16px;
}
.sidepanel-item--functions-search .launcher-container {
  position: relative;
}
.sidepanel-item--functions-search .launcher-container:after {
  content: '';
  width: 70%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 15%;
}
.acf-global-parameters-panel .global-param-header .empty-filter-label {
  display: none !important;
}
.acf-global-parameter-presentation .param-pres-container {
  position: relative;
}
.acf-global-parameter-presentation .param-pres-value {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.acf-global-parameter-presentation:not(.inline-presentation) .param-pres-clear-btn {
  background-color: #f5f5f5;
}
body:not(.touch) .acf-global-parameter-presentation:not(.inline-presentation) .param-pres-clear-btn:hover {
  background-color: #ededed;
}
body.touch .acf-global-parameter-presentation:not(.inline-presentation) .param-pres-clear-btn:active {
  background-color: #ededed;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.global-filters-bucket-container .bucket-search-input input[type='text']:focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E6E6E6;
  box-shadow: 0 0 5px rgba(230, 230, 230, 0.3);
}
.global-filters-bucket-container .bucket-searches-suggest-container .bucket-searches-suggest-element:hover {
  box-shadow: 0 1px 1px #A4A4A4 inset, 0 0 8px #E6E6E6;
}
body:not(.touch) .acf-infosheet-content .acf-infosheet-header .header-pop-infosheet .icon:hover,
body:not(.touch) .acf-infosheet-content .acf-infosheet-header .header-extensions .extension-launcher:hover {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-infosheet-content .acf-infosheet-header .header-pop-infosheet .icon:active,
body.touch .acf-infosheet-content .acf-infosheet-header .header-extensions .extension-launcher:active {
  color: #ffffff;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-content .bg-stat-simpletable .dataTables_scrollBody {
  max-height: 30vh;
}
.acf-infosheet-content .section-title {
  font-weight: normal;
  position: relative;
}
.acf-infosheet-content .section-attributes-elem.attribute-block .elem-name {
  margin-top: 0.8em;
}
.acf-infosheet-content .section-attributes-elem.attribute-inline:not(:last-of-type) {
  margin-bottom: 0.4em;
}
body:not(.touch) .acf-infosheet-content .section-attributes-table tbody tr:hover {
  background-color: rgba(230, 230, 230, 0.75);
}
body.touch .acf-infosheet-content .section-attributes-table tbody tr:active {
  background-color: rgba(230, 230, 230, 0.75);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-content .section-attributes-table tbody tr:nth-child(odd) {
  background-color: rgba(230, 230, 230, 0.5);
}
.acf-infosheet-content .acf-infosheet-subsections-container.presentation-accordion .accordion-title-btn.section-visible,
.acf-infosheet-content .acf-infosheet-subsections-container.presentation-tabs .tab-title-btn.section-visible {
  border-bottom-color: #585858;
}
.acf-infosheet-content .acf-infosheet-subsections-container.presentation-tabs .tab-title-btn:hover .section-title-label {
  border-bottom-color: rgba(88, 88, 88, 0.5);
}
.acf-infosheet-content .invalid-attributes {
  color: #ffffff;
  background-color: #c51116;
  margin: 0;
  text-align: center;
}
.acf-infosheet-content.editing .section-attributes-elem .elem-value-edit input[type='text'],
.acf-infosheet-content.editing .section-attributes-elem .elem-value-edit input[type='number'],
.acf-infosheet-content.editing .section-attributes-elem .elem-value-edit select {
  margin-top: 0.1em;
  font-size: inherit;
}
.acf-infosheet-content.editing .required {
  color: #c51116;
}
.acf-infosheet-dialog {
  box-shadow: 0 12px 64px 0 rgba(0, 0, 0, 0.5);
  font-family: inherit;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 36px;
  background-color: #ededed;
  border-top: 1px solid #e0e0e0;
  font-size: 11px;
  overflow: hidden;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  border: none;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-reset,
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-clone,
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-cancel,
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-create,
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ededed;
}
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-reset:hover,
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-clone:hover,
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-cancel:hover,
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-create:hover,
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
}
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-reset:active,
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-clone:active,
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-cancel:active,
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-create:active,
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-delete {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ededed;
}
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-delete:hover {
  color: #ffffff;
  background-color: #c51116;
}
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-delete:active {
  color: #ffffff;
  background-color: #c51116;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save,
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-start-edit,
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate {
  color: #ffffff;
  background-color: #33b573;
}
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save:hover,
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-start-edit:hover,
body:not(.touch) .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate:hover {
  background-color: #41c789;
}
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save:active,
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-start-edit:active,
body.touch .acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate:active {
  background-color: #41c789;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save .button-icon {
  font-size: 13px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-save .button-icon:before {
  content: "\f20d";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-start-edit .button-icon {
  font-size: 13px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-start-edit .button-icon:before {
  content: "\f194";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-delete .button-icon {
  font-size: 15px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-delete .button-icon:before {
  content: "\f23f";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-reset .button-icon {
  font-size: 18px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-reset .button-icon:before {
  content: "\f12a";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-clone .button-icon {
  font-size: 13px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-clone .button-icon:before {
  content: "\f175";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-cancel .button-icon {
  font-size: 13px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-cancel .button-icon:before {
  content: "\f122";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-create .button-icon {
  font-size: 16px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-create .button-icon:before {
  content: "\f201";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate .button-icon {
  font-size: 18px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button.btn-associate .button-icon:before {
  content: "\f23d";
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button .button-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-button .button-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  text-transform: uppercase;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .toolbar-filler {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .toolbar-filler.mobile-only {
  display: none;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar.toolbar-disabled .dialog-toolbar-button {
  opacity: 0.35;
  pointer-events: none;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-message {
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  overflow: hidden;
}
.acf-infosheet-dialog .acf-infosheet-dialog-toolbar .dialog-toolbar-message .dialog-toolbar-message-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}
.acf-infosheet-dialog .ui-dialog-titlebar {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body:not(.touch) .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-collapse:hover,
body:not(.touch) .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-maximize:hover,
body:not(.touch) .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-restore:hover,
body:not(.touch) .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
}
body.touch .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-collapse:active,
body.touch .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-maximize:active,
body.touch .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-restore:active,
body.touch .acf-infosheet-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:active {
  color: #A4A4A4;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-infosheet-dialog .ui-dialog-titlebar .dialog-edit-btn,
.acf-infosheet-dialog .ui-dialog-titlebar .dialog-save-btn {
  color: #ffffff;
  background-color: #33b573;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.acf-infosheet-dialog .ui-dialog-titlebar .dialog-edit-btn:hover,
.acf-infosheet-dialog .ui-dialog-titlebar .dialog-save-btn:hover {
  background-color: #41c789;
}
.acf-infosheet-dialog .loading-overlay .icon {
  color: #A4A4A4;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper {
  overflow: hidden;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-content {
  height: 100%;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-subsections-container {
  height: 100%;
  overflow: auto;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-subsections-container.presentation-tabs .acf-scrollable {
  overflow-x: unset;
}
.acf-infosheet-dialog .acf-dialog-content-wrapper .acf-infosheet-subsections-container.presentation-tabs .acf-infosheet-section-wrapper {
  overflow: auto;
}
.right-panel .side-panel-content .layer-filter-panel {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.right-panel .side-panel-content .layer-filter-panel input {
  width: 100%;
  height: 20px;
}
.right-panel .side-panel-content .layer-filter-panel .clear-btn {
  font-size: 9px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #585858;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.map-canvas {
  position: absolute;
  top: 64px;
  bottom: 0;
  height: inherit;
}
.map-canvas.no-header {
  top: 0;
}
.acf-map,
.map-3d {
  width: 100%;
  height: 100%;
}
.acf-map .acf-map-toolbar-top .acf-map-toolbar,
.map-3d .acf-map-toolbar-top .acf-map-toolbar {
  border-width: 0 !important;
}
.acf-map .acf-map-controls-bottom,
.map-3d .acf-map-controls-bottom {
  bottom: 0;
}
.toolsoptionsbar-open-details .acf-map .acf-map-controls-bottom,
.toolsoptionsbar-open-details .map-3d .acf-map-controls-bottom {
  bottom: 45px;
}
.selectionpropertiesbar-open .acf-map .acf-map-controls-bottom,
.selectionpropertiesbar-open .map-3d .acf-map-controls-bottom {
  bottom: 45px;
}
.acf-map .acf-map-controls-top,
.map-3d .acf-map-controls-top {
  margin-top: 10px;
}
.top-toolbar-open .acf-map .acf-map-controls-top,
.top-toolbar-open .map-3d .acf-map-controls-top {
  margin-top: 58px;
}
.acf-map .acf-map-controls-left,
.map-3d .acf-map-controls-left {
  left: 69px;
  margin-left: 10px;
}
.acf-map .acf-map-controls-left.no-left-panel,
.map-3d .acf-map-controls-left.no-left-panel {
  left: 10px;
}
.left-panel-visible .acf-map .acf-map-controls-left,
.left-panel-visible .map-3d .acf-map-controls-left {
  left: 394px;
}
.left-title-panel-open .acf-map .acf-map-controls-left,
.left-title-panel-open .map-3d .acf-map-controls-left {
  left: 253px;
}
.left-panel-visible.left-title-panel-open .acf-map .acf-map-controls-left,
.left-panel-visible.left-title-panel-open .map-3d .acf-map-controls-left {
  left: 578px;
}
.acf-map .acf-map-controls-right,
.map-3d .acf-map-controls-right {
  right: 69px;
  margin-right: 5px;
}
.no-right-sidebar .acf-map .acf-map-controls-right,
.no-right-sidebar .map-3d .acf-map-controls-right {
  right: 10px;
}
.no-right-sidebar.right-panel-visible .acf-map .acf-map-controls-right,
.no-right-sidebar.right-panel-visible .map-3d .acf-map-controls-right {
  right: 330px;
}
.no-right-sidebar.right-panel-visible-extended .acf-map .acf-map-controls-right,
.no-right-sidebar.right-panel-visible-extended .map-3d .acf-map-controls-right {
  right: 460px;
}
.right-panel-visible .acf-map .acf-map-controls-right,
.right-panel-visible .map-3d .acf-map-controls-right {
  right: 394px;
}
.right-panel-visible-extended .acf-map .acf-map-controls-right,
.right-panel-visible-extended .map-3d .acf-map-controls-right {
  right: 524px;
}
.right-title-panel-open .acf-map .acf-map-controls-right,
.right-title-panel-open .map-3d .acf-map-controls-right {
  right: 253px;
}
.right-panel-visible.right-title-panel-open .acf-map .acf-map-controls-right,
.right-panel-visible.right-title-panel-open .map-3d .acf-map-controls-right {
  right: 578px;
}
.right-panel-visible-extended.right-title-panel-open .acf-map .acf-map-controls-right,
.right-panel-visible-extended.right-title-panel-open .map-3d .acf-map-controls-right {
  right: 708px;
}
.acf-map .acf-map-controls-center,
.map-3d .acf-map-controls-center {
  padding-left: 69px;
  padding-right: 69px;
}
.left-panel-visible .acf-map .acf-map-controls-center,
.left-panel-visible .map-3d .acf-map-controls-center {
  padding-left: 394px;
}
.left-title-panel-open .acf-map .acf-map-controls-center,
.left-title-panel-open .map-3d .acf-map-controls-center {
  padding-left: 253px;
}
.left-panel-visible.left-title-panel-open .acf-map .acf-map-controls-center,
.left-panel-visible.left-title-panel-open .map-3d .acf-map-controls-center {
  padding-left: 578px;
}
.right-panel-visible .acf-map .acf-map-controls-center,
.right-panel-visible .map-3d .acf-map-controls-center {
  padding-right: 394px;
}
.right-panel-visible-extended .acf-map .acf-map-controls-center,
.right-panel-visible-extended .map-3d .acf-map-controls-center {
  padding-right: 524px;
}
.right-title-panel-open .acf-map .acf-map-controls-center,
.right-title-panel-open .map-3d .acf-map-controls-center {
  padding-right: 253px;
}
.right-panel-visible.right-title-panel-open .acf-map .acf-map-controls-center,
.right-panel-visible.right-title-panel-open .map-3d .acf-map-controls-center {
  padding-right: 578px;
}
.right-panel-visible-extended.right-title-panel-open .acf-map .acf-map-controls-center,
.right-panel-visible-extended.right-title-panel-open .map-3d .acf-map-controls-center {
  padding-right: 708px;
}
.acf-map .acf-map-controls-topright.map-tool .acf-map-toolbar-button-group:not(:first-child),
.map-3d .acf-map-controls-topright.map-tool .acf-map-toolbar-button-group:not(:first-child) {
  margin-top: 5px;
}
.acf-map .acf-map-controls-topright.map-tool a,
.map-3d .acf-map-controls-topright.map-tool a,
.acf-map .acf-map-controls-topright.map-tool button,
.map-3d .acf-map-controls-topright.map-tool button {
  font-size: 24px;
  width: 46px;
  height: 46px;
  line-height: 42px;
  border-width: 2px;
  margin-bottom: 3px;
}
.acf-map .acf-map-controls-topright.map-tool a:not(:first-child),
.map-3d .acf-map-controls-topright.map-tool a:not(:first-child),
.acf-map .acf-map-controls-topright.map-tool button:not(:first-child),
.map-3d .acf-map-controls-topright.map-tool button:not(:first-child) {
  margin-top: 10px;
}
body:not(.touch) .acf-map .acf-map-controls-topright.map-tool a:hover,
body:not(.touch) .map-3d .acf-map-controls-topright.map-tool a:hover,
body:not(.touch) .acf-map .acf-map-controls-topright.map-tool button:hover,
body:not(.touch) .map-3d .acf-map-controls-topright.map-tool button:hover {
  box-shadow: none !important;
}
body.touch .acf-map .acf-map-controls-topright.map-tool a:active,
body.touch .map-3d .acf-map-controls-topright.map-tool a:active,
body.touch .acf-map .acf-map-controls-topright.map-tool button:active,
body.touch .map-3d .acf-map-controls-topright.map-tool button:active {
  box-shadow: none !important;
}
.acf-map .acf-map-controls-topright.map-tool a.acf-map-control-badge,
.map-3d .acf-map-controls-topright.map-tool a.acf-map-control-badge,
.acf-map .acf-map-controls-topright.map-tool button.acf-map-control-badge,
.map-3d .acf-map-controls-topright.map-tool button.acf-map-control-badge {
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  line-height: 18px;
  border-width: 2px;
  margin-top: -16px;
  margin-left: 23px;
  margin-bottom: 0;
}
.acf-map .acf-map-controls-bottomleft,
.map-3d .acf-map-controls-bottomleft {
  margin-left: 0;
}
.acf-map .acf-map-controls-bottomright,
.map-3d .acf-map-controls-bottomright {
  margin-right: 0;
}
.acf-map .acf-map-toolbar-button-group,
.map-3d .acf-map-toolbar-button-group {
  box-shadow: none;
}
.acf-map .acf-map-toolbar-button-group:empty,
.map-3d .acf-map-toolbar-button-group:empty {
  display: none;
}
.acf-map .acf-map-toolbar-button-group a,
.map-3d .acf-map-toolbar-button-group a,
.acf-map .acf-map-toolbar-button-group button,
.map-3d .acf-map-toolbar-button-group button {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid rgba(97, 97, 97, 0.1);
  border-radius: 50%;
  color: #A4A4A4;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box !important;
  margin-bottom: 3px;
  transition: all 180ms ease;
}
.acf-map .acf-map-toolbar-button-group a:first-child,
.map-3d .acf-map-toolbar-button-group a:first-child,
.acf-map .acf-map-toolbar-button-group button:first-child,
.map-3d .acf-map-toolbar-button-group button:first-child,
.acf-map .acf-map-toolbar-button-group a:last-child,
.map-3d .acf-map-toolbar-button-group a:last-child,
.acf-map .acf-map-toolbar-button-group button:last-child,
.map-3d .acf-map-toolbar-button-group button:last-child {
  border-radius: 50%;
}
body:not(.touch) .acf-map .acf-map-toolbar-button-group a:hover:not(.control-disabled),
body:not(.touch) .map-3d .acf-map-toolbar-button-group a:hover:not(.control-disabled),
body:not(.touch) .acf-map .acf-map-toolbar-button-group button:hover:not(.control-disabled),
body:not(.touch) .map-3d .acf-map-toolbar-button-group button:hover:not(.control-disabled) {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(164, 164, 164, 0.65);
  box-shadow: 0 0 0 1px rgba(164, 164, 164, 0.65);
}
body.touch .acf-map .acf-map-toolbar-button-group a:active:not(.control-disabled),
body.touch .map-3d .acf-map-toolbar-button-group a:active:not(.control-disabled),
body.touch .acf-map .acf-map-toolbar-button-group button:active:not(.control-disabled),
body.touch .map-3d .acf-map-toolbar-button-group button:active:not(.control-disabled) {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(164, 164, 164, 0.65);
  box-shadow: 0 0 0 1px rgba(164, 164, 164, 0.65);
}
.acf-map .acf-map-toolbar-button-group a.active,
.map-3d .acf-map-toolbar-button-group a.active,
.acf-map .acf-map-toolbar-button-group button.active,
.map-3d .acf-map-toolbar-button-group button.active {
  color: #FFFFFF;
  background-color: rgba(88, 88, 88, 0.85);
}
body:not(.touch) .acf-map .acf-map-toolbar-button-group a.active:hover:not(.control-disabled),
body:not(.touch) .map-3d .acf-map-toolbar-button-group a.active:hover:not(.control-disabled),
body:not(.touch) .acf-map .acf-map-toolbar-button-group button.active:hover:not(.control-disabled),
body:not(.touch) .map-3d .acf-map-toolbar-button-group button.active:hover:not(.control-disabled) {
  background-color: rgba(114, 114, 114, 0.85);
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: 0 0 0 1px rgba(97, 97, 97, 0.3);
}
body.touch .acf-map .acf-map-toolbar-button-group a.active:active:not(.control-disabled),
body.touch .map-3d .acf-map-toolbar-button-group a.active:active:not(.control-disabled),
body.touch .acf-map .acf-map-toolbar-button-group button.active:active:not(.control-disabled),
body.touch .map-3d .acf-map-toolbar-button-group button.active:active:not(.control-disabled) {
  background-color: rgba(114, 114, 114, 0.85);
  border-color: rgba(97, 97, 97, 0.3);
  box-shadow: 0 0 0 1px rgba(97, 97, 97, 0.3);
}
.acf-map .acf-map-toolbar-button-group a.acf-map-control-zoom-in,
.map-3d .acf-map-toolbar-button-group a.acf-map-control-zoom-in,
.acf-map .acf-map-toolbar-button-group button.acf-map-control-zoom-in,
.map-3d .acf-map-toolbar-button-group button.acf-map-control-zoom-in {
  height: 28px;
  line-height: 26px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.acf-map .acf-map-toolbar-button-group a.acf-map-control-zoom-out,
.map-3d .acf-map-toolbar-button-group a.acf-map-control-zoom-out,
.acf-map .acf-map-toolbar-button-group button.acf-map-control-zoom-out,
.map-3d .acf-map-toolbar-button-group button.acf-map-control-zoom-out {
  height: 28px;
  line-height: 26px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.acf-map .acf-map-toolbar-button-group a.acf-map-control-history-back,
.map-3d .acf-map-toolbar-button-group a.acf-map-control-history-back,
.acf-map .acf-map-toolbar-button-group button.acf-map-control-history-back,
.map-3d .acf-map-toolbar-button-group button.acf-map-control-history-back {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 26px;
  width: 26px;
  line-height: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: -3px 0 0;
}
.acf-map .acf-map-toolbar-button-group a.acf-map-control-history-back:before,
.map-3d .acf-map-toolbar-button-group a.acf-map-control-history-back:before,
.acf-map .acf-map-toolbar-button-group button.acf-map-control-history-back:before,
.map-3d .acf-map-toolbar-button-group button.acf-map-control-history-back:before {
  content: "\f1b8";
}
.acf-map .acf-map-toolbar-button-group a.acf-map-control-history-for,
.map-3d .acf-map-toolbar-button-group a.acf-map-control-history-for,
.acf-map .acf-map-toolbar-button-group button.acf-map-control-history-for,
.map-3d .acf-map-toolbar-button-group button.acf-map-control-history-for {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 26px;
  width: 26px;
  line-height: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: -3px 0 0;
}
.acf-map .acf-map-toolbar-button-group a.acf-map-control-history-for:before,
.map-3d .acf-map-toolbar-button-group a.acf-map-control-history-for:before,
.acf-map .acf-map-toolbar-button-group button.acf-map-control-history-for:before,
.map-3d .acf-map-toolbar-button-group button.acf-map-control-history-for:before {
  content: "\f1b9";
}
.acf-map .acf-map-toolbar-button-group a.control-disabled,
.map-3d .acf-map-toolbar-button-group a.control-disabled,
.acf-map .acf-map-toolbar-button-group button.control-disabled,
.map-3d .acf-map-toolbar-button-group button.control-disabled,
.acf-map .acf-map-toolbar-button-group a.control-disabled:hover,
.map-3d .acf-map-toolbar-button-group a.control-disabled:hover,
.acf-map .acf-map-toolbar-button-group button.control-disabled:hover,
.map-3d .acf-map-toolbar-button-group button.control-disabled:hover {
  opacity: 0.5;
  color: #A4A4A4 !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.acf-map .acf-map-toolbar-button-group a.acf-map-control-streetview.drag-simple-clone,
.map-3d .acf-map-toolbar-button-group a.acf-map-control-streetview.drag-simple-clone,
.acf-map .acf-map-toolbar-button-group button.acf-map-control-streetview.drag-simple-clone,
.map-3d .acf-map-toolbar-button-group button.acf-map-control-streetview.drag-simple-clone {
  border: none;
  background: none;
  color: #A4A4A4;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#FFFFFF, Strength=1);
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}
.acf-map .acf-map-control-zoom-in,
.map-3d .acf-map-control-zoom-in {
  font-size: 7px;
  padding-top: 2px;
}
.acf-map .acf-map-control-zoom-out,
.map-3d .acf-map-control-zoom-out {
  font-size: 7px;
}
.acf-map .acf-map-control-history,
.map-3d .acf-map-control-history {
  font-size: 14px;
  margin-left: -10px;
}
.acf-map .acf-map-control-history:after,
.map-3d .acf-map-control-history:after {
  content: '';
  display: table;
  clear: both;
}
.acf-map .acf-map-control-history-back,
.map-3d .acf-map-control-history-back,
.acf-map .acf-map-control-history-for,
.map-3d .acf-map-control-history-for {
  float: left;
}
.acf-map .acf-map-control-home,
.map-3d .acf-map-control-home {
  font-size: 20px;
}
.acf-map .acf-map-control-home:before,
.map-3d .acf-map-control-home:before {
  content: "\f1cb";
}
.acf-map .acf-map-control-search,
.map-3d .acf-map-control-search {
  font-size: 30px;
}
.acf-map .acf-map-control-search:before,
.map-3d .acf-map-control-search:before {
  content: "\f211";
}
.acf-map .acf-map-control-geolocation,
.map-3d .acf-map-control-geolocation {
  font-size: 20px;
}
.acf-map .acf-map-control-permalink,
.map-3d .acf-map-control-permalink {
  font-size: 32px;
}
.acf-map .acf-map-control-permalink:before,
.map-3d .acf-map-control-permalink:before {
  content: "\f228";
}
.acf-map .acf-map-control-permalink::before,
.map-3d .acf-map-control-permalink::before {
  position: relative;
  right: 2px;
}
.acf-map .acf-map-control-zoom,
.map-3d .acf-map-control-zoom {
  font-size: 20px;
}
.acf-map .acf-map-control-zoom:before,
.map-3d .acf-map-control-zoom:before {
  content: "\f24b";
}
.acf-map .acf-map-control-printlink,
.map-3d .acf-map-control-printlink {
  font-size: 30px;
}
.acf-map .acf-map-control-streetview,
.map-3d .acf-map-control-streetview {
  font-size: 20px;
}
.acf-map .acf-map-control-rotation-needle,
.map-3d .acf-map-control-rotation-needle {
  font-size: 20px;
}
.acf-map .acf-map-popup-content-wrapper,
.map-3d .acf-map-popup-content-wrapper,
.acf-map .acf-map-popup-tip,
.map-3d .acf-map-popup-tip {
  box-shadow: none;
}
.side-panel-application {
  height: 100%;
  overflow-y: hidden;
}
.side-panel-application .acf-extensions-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.side-panel-application .acf-extensions-container .extensions-launcher {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.side-panel-application .acf-extensions-container .extensions-content {
  min-height: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
.side-panel-map-legend .tab-thematics {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.side-panel-map-legend .tab-thematics:before {
  content: "\f1c2";
}
.side-panel-map-legend .tab-legend {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.side-panel-map-legend .tab-legend:before {
  content: "\f23a";
}
.layers-separator {
  height: auto !important;
}
.layers-separator:before {
  content: '';
  display: block;
  height: 1px;
  background: #E6E6E6;
}
ul.base-layers-section,
ul.snap-layers-section,
ul.terrain-layers-section {
  margin-bottom: 8px;
}
ul.base-layers-section li,
ul.terrain-layers-section li {
  overflow: hidden;
}
ul.base-layers-section img,
ul.terrain-layers-section img {
  margin-top: ;
  margin-left: 2px;
  margin-bottom: ;
  margin-right: 0;
  margin-block-start: ;
  margin-inline-start: 2px;
  margin-block-end: ;
  margin-inline-end: 0;
  position: relative;
  top: -1px;
}
ul.base-layers-section span,
ul.terrain-layers-section span {
  vertical-align: middle;
}
ul.base-layers-section .layer-name,
ul.terrain-layers-section .layer-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: ;
  padding-left: 8px;
  padding-bottom: ;
  padding-right: 4px;
  padding-block-start: ;
  padding-inline-start: 8px;
  padding-block-end: ;
  padding-inline-end: 4px;
  width: 100%;
}
ul.base-layers-section .single-base-layer.ui-sortable-helper,
ul.terrain-layers-section .single-base-layer.ui-sortable-helper,
ul.base-layers-section .terrain-item-layer.ui-sortable-helper,
ul.terrain-layers-section .terrain-item-layer.ui-sortable-helper {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 4px 0 rgba(117, 117, 117, 0.5);
}
ul.base-layers-section .single-base-layer .bl-controls,
ul.terrain-layers-section .single-base-layer .bl-controls,
ul.base-layers-section .terrain-item-layer .bl-controls,
ul.terrain-layers-section .terrain-item-layer .bl-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 3px;
  padding-left: 6px;
  padding-bottom: 3px;
  padding-right: 6px;
  padding-block-start: 3px;
  padding-inline-start: 6px;
  padding-block-end: 3px;
  padding-inline-end: 6px;
  height: 36px;
}
ul.base-layers-section .single-base-layer .bl-controls .layer-grip,
ul.terrain-layers-section .single-base-layer .bl-controls .layer-grip,
ul.base-layers-section .terrain-item-layer .bl-controls .layer-grip,
ul.terrain-layers-section .terrain-item-layer .bl-controls .layer-grip,
ul.base-layers-section .single-base-layer .bl-controls .layer-radio,
ul.terrain-layers-section .single-base-layer .bl-controls .layer-radio,
ul.base-layers-section .terrain-item-layer .bl-controls .layer-radio,
ul.terrain-layers-section .terrain-item-layer .bl-controls .layer-radio,
ul.base-layers-section .single-base-layer .bl-controls .layer-img,
ul.terrain-layers-section .single-base-layer .bl-controls .layer-img,
ul.base-layers-section .terrain-item-layer .bl-controls .layer-img,
ul.terrain-layers-section .terrain-item-layer .bl-controls .layer-img,
ul.base-layers-section .single-base-layer .bl-controls .layer-opacity-value,
ul.terrain-layers-section .single-base-layer .bl-controls .layer-opacity-value,
ul.base-layers-section .terrain-item-layer .bl-controls .layer-opacity-value,
ul.terrain-layers-section .terrain-item-layer .bl-controls .layer-opacity-value,
ul.base-layers-section .single-base-layer .bl-controls .layer-labels-toggle,
ul.terrain-layers-section .single-base-layer .bl-controls .layer-labels-toggle,
ul.base-layers-section .terrain-item-layer .bl-controls .layer-labels-toggle,
ul.terrain-layers-section .terrain-item-layer .bl-controls .layer-labels-toggle,
ul.base-layers-section .single-base-layer .bl-controls .acf-metadata-link,
ul.terrain-layers-section .single-base-layer .bl-controls .acf-metadata-link,
ul.base-layers-section .terrain-item-layer .bl-controls .acf-metadata-link,
ul.terrain-layers-section .terrain-item-layer .bl-controls .acf-metadata-link {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
ul.base-layers-section .single-base-layer .bl-controls .layer-name,
ul.terrain-layers-section .single-base-layer .bl-controls .layer-name,
ul.base-layers-section .terrain-item-layer .bl-controls .layer-name,
ul.terrain-layers-section .terrain-item-layer .bl-controls .layer-name {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
ul.base-layers-section .single-base-layer .bl-controls .toggle-label-btn-on:before,
ul.terrain-layers-section .single-base-layer .bl-controls .toggle-label-btn-on:before,
ul.base-layers-section .terrain-item-layer .bl-controls .toggle-label-btn-on:before,
ul.terrain-layers-section .terrain-item-layer .bl-controls .toggle-label-btn-on:before {
  content: "\f239";
}
ul.base-layers-section .single-base-layer .bl-controls .toggle-label-btn-off:before,
ul.terrain-layers-section .single-base-layer .bl-controls .toggle-label-btn-off:before,
ul.base-layers-section .terrain-item-layer .bl-controls .toggle-label-btn-off:before,
ul.terrain-layers-section .terrain-item-layer .bl-controls .toggle-label-btn-off:before {
  content: "\f238";
}
ul.base-layers-section .single-base-layer .bl-controls .base-layer-btn,
ul.terrain-layers-section .single-base-layer .bl-controls .base-layer-btn,
ul.base-layers-section .terrain-item-layer .bl-controls .base-layer-btn,
ul.terrain-layers-section .terrain-item-layer .bl-controls .base-layer-btn {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #A4A4A4;
  opacity: 0.75;
  cursor: pointer;
}
ul.base-layers-section .single-base-layer .bl-controls .base-layer-btn:not(:last-of-type),
ul.terrain-layers-section .single-base-layer .bl-controls .base-layer-btn:not(:last-of-type),
ul.base-layers-section .terrain-item-layer .bl-controls .base-layer-btn:not(:last-of-type),
ul.terrain-layers-section .terrain-item-layer .bl-controls .base-layer-btn:not(:last-of-type) {
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 3px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 3px;
}
body:not(.touch) ul.base-layers-section .single-base-layer .bl-controls .base-layer-btn:hover,
body:not(.touch) ul.terrain-layers-section .single-base-layer .bl-controls .base-layer-btn:hover,
body:not(.touch) ul.base-layers-section .terrain-item-layer .bl-controls .base-layer-btn:hover,
body:not(.touch) ul.terrain-layers-section .terrain-item-layer .bl-controls .base-layer-btn:hover {
  color: #585858;
  opacity: 1;
}
body.touch ul.base-layers-section .single-base-layer .bl-controls .base-layer-btn:active,
body.touch ul.terrain-layers-section .single-base-layer .bl-controls .base-layer-btn:active,
body.touch ul.base-layers-section .terrain-item-layer .bl-controls .base-layer-btn:active,
body.touch ul.terrain-layers-section .terrain-item-layer .bl-controls .base-layer-btn:active {
  color: #585858;
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
ul.base-layers-section .single-base-layer.panel-opened .bl-controls,
ul.terrain-layers-section .single-base-layer.panel-opened .bl-controls,
ul.base-layers-section .terrain-item-layer.panel-opened .bl-controls,
ul.terrain-layers-section .terrain-item-layer.panel-opened .bl-controls {
  background-color: rgba(88, 88, 88, 0.25);
}
ul.base-layers-section .single-base-layer .acf-metadata-link,
ul.terrain-layers-section .single-base-layer .acf-metadata-link,
ul.base-layers-section .terrain-item-layer .acf-metadata-link,
ul.terrain-layers-section .terrain-item-layer .acf-metadata-link {
  margin-top: ;
  margin-left: 0;
  margin-bottom: ;
  margin-right: 6px;
  margin-block-start: ;
  margin-inline-start: 0;
  margin-block-end: ;
  margin-inline-end: 6px;
}
ul.base-layers-section .single-base-layer .layer-grip,
ul.terrain-layers-section .single-base-layer .layer-grip,
ul.base-layers-section .terrain-item-layer .layer-grip,
ul.terrain-layers-section .terrain-item-layer .layer-grip {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px 1px 6px 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.12);
  cursor: move;
}
ul.base-layers-section .single-base-layer .layer-grip:before,
ul.terrain-layers-section .single-base-layer .layer-grip:before,
ul.base-layers-section .terrain-item-layer .layer-grip:before,
ul.terrain-layers-section .terrain-item-layer .layer-grip:before {
  content: "\f1b5";
}
body:not(.touch) ul.base-layers-section .single-base-layer .layer-grip:hover,
body:not(.touch) ul.terrain-layers-section .single-base-layer .layer-grip:hover,
body:not(.touch) ul.base-layers-section .terrain-item-layer .layer-grip:hover,
body:not(.touch) ul.terrain-layers-section .terrain-item-layer .layer-grip:hover {
  color: rgba(0, 0, 0, 0.38);
}
body.touch ul.base-layers-section .single-base-layer .layer-grip:active,
body.touch ul.terrain-layers-section .single-base-layer .layer-grip:active,
body.touch ul.base-layers-section .terrain-item-layer .layer-grip:active,
body.touch ul.terrain-layers-section .terrain-item-layer .layer-grip:active {
  color: rgba(0, 0, 0, 0.38);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
ul.base-layers-section .single-base-layer.notvisible-layer,
ul.terrain-layers-section .single-base-layer.notvisible-layer,
ul.base-layers-section .terrain-item-layer.notvisible-layer,
ul.terrain-layers-section .terrain-item-layer.notvisible-layer {
  color: rgba(0, 0, 0, 0.38) !important;
}
ul.base-layers-section .acf-numeric-slider-spinner,
ul.terrain-layers-section .acf-numeric-slider-spinner {
  padding: 12px 8px;
  background-color: #E6E6E6;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.12);
}
ul.base-layers-section .layer-opacity-value,
ul.terrain-layers-section .layer-opacity-value {
  text-align: right;
  text-align: end;
  width: 34px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
body:not(.touch) ul.base-layers-section .layer-opacity-value:hover,
body:not(.touch) ul.terrain-layers-section .layer-opacity-value:hover {
  text-decoration: underline;
}
body.touch ul.base-layers-section .layer-opacity-value:active,
body.touch ul.terrain-layers-section .layer-opacity-value:active {
  text-decoration: underline;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.snap-layers-section .single-layer,
.layers-toedit-section .single-layer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: ;
  padding-left: 12px;
  padding-bottom: ;
  padding-right: 6px;
  padding-block-start: ;
  padding-inline-start: 12px;
  padding-block-end: ;
  padding-inline-end: 6px;
  height: 36px;
  line-height: 36px;
}
.snap-layers-section .single-layer .single-layer-icon,
.layers-toedit-section .single-layer .single-layer-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 24px;
  -moz-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  line-height: inherit;
  text-align: center;
  cursor: pointer;
}
.snap-layers-section .single-layer .single-layer-icon.draw-layers,
.layers-toedit-section .single-layer .single-layer-icon.draw-layers {
  font-size: 16px;
}
.snap-layers-section .single-layer .single-layer-icon.draw-layers:before,
.layers-toedit-section .single-layer .single-layer-icon.draw-layers:before {
  content: "\f111";
}
.snap-layers-section .single-layer .single-layer-icon.geom-modification,
.layers-toedit-section .single-layer .single-layer-icon.geom-modification {
  font-size: 16px;
}
.snap-layers-section .single-layer .single-layer-icon.geom-modification:before,
.layers-toedit-section .single-layer .single-layer-icon.geom-modification:before {
  content: "\f111";
}
.snap-layers-section .single-layer .single-layer-icon.snap-layer,
.layers-toedit-section .single-layer .single-layer-icon.snap-layer {
  font-size: 16px;
}
.snap-layers-section .single-layer .single-layer-icon.layer-icon-inactive,
.layers-toedit-section .single-layer .single-layer-icon.layer-icon-inactive {
  color: rgba(85, 98, 112, 0.2);
}
.snap-layers-section .single-layer .layer-name,
.layers-toedit-section .single-layer .layer-name {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: ;
  padding-left: 8px;
  padding-bottom: ;
  padding-right: 4px;
  padding-block-start: ;
  padding-inline-start: 8px;
  padding-block-end: ;
  padding-inline-end: 4px;
  line-height: 20px;
}
.snap-layers-section .single-layer .layer-text-edit,
.layers-toedit-section .single-layer .layer-text-edit {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 24px;
  -moz-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  line-height: inherit;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.38);
  font-size: 17px;
}
.snap-layers-section .single-layer .layer-text-edit:before,
.layers-toedit-section .single-layer .layer-text-edit:before {
  content: "\f237";
}
.snap-layers-section .single-layer .layer-text-edit:hover,
.layers-toedit-section .single-layer .layer-text-edit:hover,
.snap-layers-section .single-layer .layer-text-edit.is-editing,
.layers-toedit-section .single-layer .layer-text-edit.is-editing {
  color: inherit;
}
.snap-layers-section .single-layer .layer-delete,
.layers-toedit-section .single-layer .layer-delete {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 24px;
  -moz-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  line-height: inherit;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.38);
  font-size: 14px;
}
.snap-layers-section .single-layer .layer-delete:before,
.layers-toedit-section .single-layer .layer-delete:before {
  content: "\f23f";
}
.snap-layers-section .single-layer .layer-delete:hover,
.layers-toedit-section .single-layer .layer-delete:hover {
  color: inherit;
}
.snap-layers-section .single-layer .layer-params,
.layers-toedit-section .single-layer .layer-params {
  font-style: italic;
}
.snap-layers-section .selectable-layer,
.layers-toedit-section .selectable-layer {
  cursor: pointer;
}
.snap-layers-section .single-layer:hover,
.layers-toedit-section .single-layer:hover,
.snap-layers-section .selectable-layer.selected-layer,
.layers-toedit-section .selectable-layer.selected-layer {
  background: rgba(88, 88, 88, 0.25);
}
.snap-layers-section .single-layer.active-layer,
.layers-toedit-section .single-layer.active-layer {
  font-weight: bold;
}
.snap-layers-section .layers-separator,
.layers-toedit-section .layers-separator {
  padding: 4px 0;
}
.snap-layers-section .info-label,
.snap-layers-section .loading-label {
  height: 36px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}
.snap-layers-section .subtitle-label {
  padding-top: ;
  padding-left: 12px;
  padding-bottom: ;
  padding-right: 0;
  padding-block-start: ;
  padding-inline-start: 12px;
  padding-block-end: ;
  padding-inline-end: 0;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
}
/*** similar to .acf-thematic styling ***/
.layer-radio {
  font-family: "icons";
  display: inline-block;
  line-height: 1;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  cursor: pointer;
  width: 24px;
  text-align: center;
  color: #A4A4A4;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.checked-layer .layer-radio:before {
  content: "\f1a3";
}
.notchecked-layer .layer-radio:before {
  content: "\f1a5";
}
.base-layer-opacity-picker {
  padding: 10px;
  width: 150px;
}
.notchecked-layer .layer-name,
.notchecked-layer .layer-radio {
  color: rgba(164, 164, 164, 0.5);
}
.global-search-popin-container {
  position: absolute;
  display: none;
  vertical-align: middle;
  width: 40%;
  top: 80px;
  left: 30%;
}
.global-search-popin-container.active {
  display: inline-block !important;
}
.top-toolbar-open .global-search-popin-container {
  top: 128px;
}
.global-search-popin-back {
  position: absolute;
  display: none;
}
.global-search-popin-back.active {
  display: block;
}
.global-search-popin-back .icon {
  margin: 12px;
}
.global-search-popin-back .icon:before {
  font-size: 24px;
}
.acf-search-box input[type='text'] {
  padding: 5px 110px 5px 15px;
  height: 50px;
  border: none;
  background-color: #FFFFFF;
  color: #c1cfd9;
  font-size: 23px;
  width: 100%;
  box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.5);
  outline: 0 none;
}
.acf-search-box .acf-search-input-button {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  height: 50px;
  width: 45px;
  text-align: center;
  color: #c1cfd9;
  cursor: pointer;
  font-size: 36px;
}
.acf-search-box .acf-search-input-button:before {
  content: "\f211";
}
.acf-search-box .acf-search-select-list-button {
  -webkit-touch-callout: none;/* iOS Safari */
  -webkit-user-select: none;/* Chrome/Safari/Opera */
  -khtml-user-select: none;/* Konqueror */
  -moz-user-select: none;/* Firefox */
  -ms-user-select: none;/* Internet Explorer/Edge */
  user-select: none;/* Non-prefixed version, currently not supported by any browser */
  /* source: http://stackoverflow.com/a/4407335 */
  padding: 0 14px;
  position: absolute;
  top: 0;
  right: 45px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #c1cfd9;
}
.acf-search-box .acf-search-clear {
  padding: 0 4px;
  position: absolute;
  top: 0;
  right: 90px;
  line-height: 50px;
  font-size: 12px;
  cursor: pointer;
  color: #c1cfd9;
}
.acf-search-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.acf-search-box .acf-search-select-list-content {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff;
  width: 100%;
  padding: 5px 10px;
  margin: 2px 0 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.5);
}
.acf-search-box .acf-search-select-list-content ul {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.acf-search-box .acf-search-select-list-content label {
  margin: 5px 0;
  position: relative;
}
.acf-search-box .acf-search-select-list-content input {
  position: absolute;
}
.acf-search-box .acf-search-select-list-content span {
  display: block;
  padding-left: 20px;
  font-weight: normal;
  word-wrap: break-word;
}
.acf-search-box .acf-search-select-list-content .empty-active-searches {
  font-style: italic;
  color: #c51116;
}
/* ************ search suggest *************** */
.acf-searches-suggest-container {
  position: absolute;
  top: 50px;
  display: inline-block;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  background-color: #E6E6E6;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.acf-searches-suggest-container .acf-searches-suggest-part {
  background: #FFFFFF;
  font-weight: bold;
  font-size: 1.5em;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acf-searches-suggest-container .acf-searches-suggest-element {
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acf-searches-suggest-container .acf-searches-suggest-element:hover {
  box-shadow: 0 1px 1px #A4A4A4 inset, 0 0 8px #E6E6E6;
  background-color: #A4A4A4;
  -webkit-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  -moz-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  -o-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
  outline: 0 none;
}
.acf-searches-suggest-container .acf-searches-suggest-element.acf-search-item-selected {
  background-color: #E6E6E6;
  color: #A4A4A4;
}
.acf-searches-suggest-container .acf-searches-suggest-element.acf-search-item-selected .acf-search-suggest-token {
  color: #A4A4A4;
}
.acf-searches-suggest-container .acf-search-suggest-token {
  color: #585858;
  font-weight: bold;
}
.acf-search-result-items-separator {
  padding: 4px 0;
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
}
.search-title-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
  flex: 1 1 auto;
  width: 5px;
}
.search-title-label.search-title-toggle {
  cursor: pointer;
  padding-right: 30px;
}
.search-title-label .search-title-caret {
  position: absolute;
  right: 15px;
  top: 0;
}
.search-title-global-search-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  margin: -2px 0 0 -6px;
}
.search-title-global-search-icon:before {
  content: "\f20f";
}
.search-title-feature-identifier-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  margin: -2px -2px 0 -8px;
}
.search-title-feature-identifier-icon:before {
  content: "\f154";
}
.search-title-dropdown {
  flex: 1 1 auto;
  display: flex;
}
body:not(.touch) .search-title-dropdown:hover .search-title-toggle {
  background: #FFFFFF;
  color: #A4A4A4;
}
body.touch .search-title-dropdown:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .search-title-dropdown:active .search-title-toggle {
  background: #FFFFFF;
  color: #A4A4A4;
}
.search-title-dropdown.open .search-title-toggle {
  background: #FFFFFF;
  color: #A4A4A4;
}
ul.search-title-dropdown-menu {
  color: #556270;
  line-height: normal;
  border-radius: 0;
  box-shadow: 0 0 8px 0 rgba(117, 117, 117, 0.5);
  cursor: pointer;
  margin-top: -1px;
  min-width: 100%;
  max-width: 200%;
  max-height: 240px;
  overflow-y: auto;
}
ul.search-title-dropdown-menu li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(85, 98, 112, 0.15);
}
ul.search-title-dropdown-menu li:first-child {
  border-width: 2px;
  background: rgba(85, 98, 112, 0.05);
  font-size: 0.9em;
  font-weight: bold;
}
ul.search-title-dropdown-menu li:last-child {
  border: none;
}
ul.search-title-dropdown-menu li.active,
ul.search-title-dropdown-menu li:hover {
  background: rgba(88, 88, 88, 0.25);
}
.acf-search-results-list {
  text-align: center;
}
.acf-search-results-list .acf-attribute-label {
  display: none;
}
.acf-search-results-list .acf-attribute-label:after {
  content: ' : ';
}
.acf-search-results-list .no-data {
  padding: 15px;
  background: #FFFFFF;
}
.acf-search-results-list .no-data p {
  margin: 10px 0;
}
.acf-search-results-list .acf-search-result-item-content {
  float: left;
  width: 100%;
  min-height: 30px;
  padding: 5px 15px;
}
.acf-search-results-list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.acf-search-results-list > ul > li {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 0;
  color: #556270;
  background-color: #FFFFFF;
  -webkit-transition: background-color 180ms ease;
  -moz-transition: background-color 180ms ease;
  -o-transition: background-color 180ms ease;
  transition: background-color 180ms ease;
}
.acf-search-results-list > ul > li:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
}
.acf-search-results-list > ul > li:first-child {
  border: none;
}
.acf-search-results-list > ul > li.active {
  background-color: #e6e6e6;
}
.acf-search-results-list > ul > li.highlight {
  background-color: #c5c5c5;
}
body:not(.touch) .acf-search-results-list > ul > li:hover.active {
  background-color: rgba(230, 230, 230, 0.5);
}
body:not(.touch) .acf-search-results-list > ul > li:hover:not(.active) {
  background-color: #f5f5f5;
}
body:not(.touch) .acf-search-results-list > ul > li:hover .acf-search-result-item-toolbar {
  opacity: 1;
  bottom: 0;
}
body.touch .acf-search-results-list > ul > li:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-search-results-list > ul > li:active.active {
  background-color: rgba(230, 230, 230, 0.5);
}
body.touch .acf-search-results-list > ul > li:active:not(.active) {
  background-color: #f5f5f5;
}
body.touch .acf-search-results-list > ul > li:active .acf-search-result-item-toolbar {
  opacity: 1;
  bottom: 0;
}
.acf-search-results-list > ul > li a {
  font-size: 18px;
  color: #A4A4A4;
}
.acf-search-results-list > ul > li a:not(:first-child) {
  margin-left: 4px;
}
.acf-search-results-list > ul > li .acf-search-result-item-toolbar {
  position: absolute;
  right: 6px;
  bottom: -4px;
  opacity: 0.01;
  transition: opacity 0.25s ease-out, bottom 0.25s ease-out;
}
.acf-search-results-list > ul > li .acf-search-result-item-toolbar > .extensions-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  text-align: center;
}
.acf-search-results-list > ul > li .acf-search-result-item-toolbar > .extensions-container .extension-launcher {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  bottom: -2px;
  padding-top: 4px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: rgba(230, 230, 230, 0.85);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  transition: bottom 0.15s ease-out, background-color 0.15s ease-out;
}
.acf-search-results-list > ul > li .acf-search-result-item-toolbar > .extensions-container .extension-launcher:not(:last-child) {
  margin-right: 4px;
}
body:not(.touch) .acf-search-results-list > ul > li .acf-search-result-item-toolbar > .extensions-container .extension-launcher:hover {
  bottom: 0;
  background-color: #E6E6E6;
}
body.touch .acf-search-results-list > ul > li .acf-search-result-item-toolbar > .extensions-container .extension-launcher:active {
  bottom: 0;
  background-color: #E6E6E6;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-search-results-list > ul > li .acf-search-result-item-toolbar a:hover,
.acf-search-results-list > ul > li .acf-search-result-item-toolbar a:focus {
  text-decoration: none;
}
.acf-search-results-list > ul > li.unique-selection .acf-search-result-item-toolbar {
  opacity: 1;
  bottom: 0;
}
.acf-search-results-list > ul > li .acf-search-result-attribute {
  margin: 4px 0;
  word-wrap: break-word;
}
.acf-search-results-list > ul > li .acf-search-result-attribute:first-child {
  font-size: 15px;
  font-weight: bold;
}
.acf-search-results-list > ul > li .acf-search-result-attribute:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
}
.acf-search-results-list > ul > li .acf-search-result-attribute a {
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px;
}
.all-results-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  border-left: 4px solid transparent;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
body:not(.touch) .all-results-item:hover {
  background-color: #f5f5f5;
}
body:not(.touch) .all-results-item:hover.active {
  background-color: #e6e6e6;
}
body.touch .all-results-item:active {
  background-color: #f5f5f5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .all-results-item:active.active {
  background-color: #e6e6e6;
}
.all-results-item.active {
  color: #556270;
  border-left-color: #585858;
}
.all-results-item.active .item-label .item-search-icon {
  color: rgba(0, 0, 0, 0.54);
}
.all-results-item .item-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 6px;
}
.all-results-item .item-label .item-search-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.38);
  padding-left: 3px;
}
.all-results-item .item-label .item-search-icon.globalsearch-icon {
  font-size: 32px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.all-results-item .item-label .item-search-icon.globalsearch-icon:before {
  content: "\f211";
}
.all-results-item .item-label .item-search-icon.globalsearch-icon::before {
  position: relative;
  top: -6px;
  left: -8px;
}
.all-results-item .item-label .item-search-icon.mapsearch-icon {
  font-size: 16px;
}
.all-results-item .item-label .item-search-icon.mapsearch-icon:before {
  content: "\f166";
}
.all-results-item .btn-item {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 1px;
  color: rgba(0, 0, 0, 0.38);
}
.all-results-item .btn-item.btn-item-filter {
  font-size: 21px;
}
.all-results-item .btn-item.btn-item-filter:before {
  content: "\f1a7";
}
body:not(.touch) .all-results-item .btn-item.btn-item-filter:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
}
body.touch .all-results-item .btn-item.btn-item-filter:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.all-results-item .btn-item.btn-item-remove {
  font-size: 16px;
}
.all-results-item .btn-item.btn-item-remove:before {
  content: "\f23f";
}
body:not(.touch) .all-results-item .btn-item.btn-item-remove:hover {
  color: #ffffff;
  background-color: #585858;
}
body.touch .all-results-item .btn-item.btn-item-remove:active {
  color: #ffffff;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-search-pagination-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #E6E6E6;
}
.acf-search-pagination-bar .pagination-arrow {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-search-pagination-bar .nb-results {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-search-pagination-bar .pagination-menu {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.acf-search-pagination-bar .nb-results-loading {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-search-pagination-bar .nb-results {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acf-search-pagination-bar .nb-results .nb-results-page,
.acf-search-pagination-bar .nb-results .nb-results-count {
  min-height: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-search-pagination-bar .pagination-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-search-pagination-bar .pagination-menu .acf-search-length-toggle {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.acf-search-pagination-bar .pagination-menu .pagination-menu-close {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acf-search-pagination-bar .pagination-arrow {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 36px;
  line-height: 36px;
  color: #A4A4A4;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}
body:not(.touch) .acf-search-pagination-bar .pagination-arrow:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body.touch .acf-search-pagination-bar .pagination-arrow:active {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-search-pagination-bar .pagination-arrow.prev:before {
  content: "\f122";
}
.acf-search-pagination-bar .pagination-arrow.next:before {
  content: "\f124";
}
.acf-search-pagination-bar .pagination-arrow.ng-hide {
  display: inline !important;
  visibility: hidden;
}
.acf-search-pagination-bar .nb-results {
  padding-top: 1px;
  padding-bottom: 4px;
  text-align: center;
  cursor: pointer;
}
body:not(.touch) .acf-search-pagination-bar .nb-results:hover {
  text-decoration: underline;
}
body.touch .acf-search-pagination-bar .nb-results:active {
  text-decoration: underline;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-search-pagination-bar .nb-results .nb-results-page {
  font-size: 13px;
  font-weight: bold;
}
.acf-search-pagination-bar .nb-results .nb-results-count {
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  font-weight: bold;
}
.acf-search-pagination-bar .pagination-menu {
  background-color: rgba(224, 224, 224, 0.33);
}
.acf-search-pagination-bar .pagination-menu .pagination-menu-close {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  cursor: pointer;
}
.acf-search-pagination-bar .pagination-menu .pagination-menu-close:before {
  content: "\f128";
}
body:not(.touch) .acf-search-pagination-bar .pagination-menu .pagination-menu-close:hover {
  color: rgba(0, 0, 0, 0.54);
}
body.touch .acf-search-pagination-bar .pagination-menu .pagination-menu-close:active {
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-search-pagination-bar .nb-results-loading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
.acf-search-pagination-bar .nb-results-loading .bounce1,
.acf-search-pagination-bar .nb-results-loading .bounce2,
.acf-search-pagination-bar .nb-results-loading .bounce3,
.acf-search-pagination-bar .nb-results-loading > div {
  width: 3px;
  height: 3px;
  margin-right: 3px;
  border-radius: 0;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}
.acf-search-pagination-bar .nb-results-loading .bounce1:last-of-type,
.acf-search-pagination-bar .nb-results-loading .bounce2:last-of-type,
.acf-search-pagination-bar .nb-results-loading .bounce3:last-of-type,
.acf-search-pagination-bar .nb-results-loading > div:last-of-type {
  margin-right: 0;
}
.acf-search-pagination-bar .nb-results-loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: rgba(0, 0, 0, 0.12);
}
.acf-search-pagination-bar .nb-results-loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: rgba(0, 0, 0, 0.12);
}
.acf-search-pagination-bar .nb-results-loading .bounce3 {
  background-color: rgba(0, 0, 0, 0.12);
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.acf-search-length-toggle {
  color: rgba(0, 0, 0, 0.54);
  cursor: default;
}
.acf-search-length-toggle .slt-values-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.acf-search-length-toggle .slt-singlevalue-btn {
  padding: 2px 6px;
  border-radius: 2px;
  cursor: pointer;
}
.acf-search-length-toggle .slt-singlevalue-btn.selected-value {
  color: #ffffff;
  background-color: #585858;
  cursor: default;
}
body:not(.touch) .acf-search-length-toggle .slt-singlevalue-btn:hover:not(.selected-value) {
  color: #556270;
  background-color: rgba(0, 0, 0, 0.12);
}
body.touch .acf-search-length-toggle .slt-singlevalue-btn:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-search-length-toggle .slt-singlevalue-btn:active:not(.selected-value) {
  color: #556270;
  background-color: rgba(0, 0, 0, 0.12);
}
.acf-search-length-toggle .slt-singlevalue-splitter {
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.12);
}
.side-panel-results .side-panel-content-footer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.54);
  background-color: #c1cfd9;
  border-top: 1px solid #bdbdbd;
}
.side-panel-results .side-panel-content-footer .selected-features-count {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 4px 0;
  font-size: 12px;
  text-align: center;
}
.side-panel-results .side-panel-content-footer .selected-features-clear {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px;
  cursor: pointer;
}
.side-panel-results .side-panel-content-footer .selected-features-clear:before {
  content: "\f12a";
}
body:not(.touch) .side-panel-results .side-panel-content-footer .selected-features-clear:hover {
  opacity: 0.75;
}
body.touch .side-panel-results .side-panel-content-footer .selected-features-clear:active {
  opacity: 0.75;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.search-auto-selection-info {
  padding: 9px;
  font-size: 0.9em;
  font-style: italic;
  background-color: #f5f5f5;
  border-bottom: 1px solid #A4A4A4;
}
.acf-selection-results-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-selection-results-panel .selection-controls-container {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: #E6E6E6;
  background-color: #A4A4A4;
}
.acf-selection-results-panel .selection-controls-container .control-load {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-load:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-load:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-load:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-load.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-load.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-selection-results-panel .selection-controls-container .control-load:before {
  content: "\f1ac";
}
.acf-selection-results-panel .selection-controls-container .control-save {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-save:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-save:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-save:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-save.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-save.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-selection-results-panel .selection-controls-container .control-save:before {
  content: "\f20d";
}
.acf-selection-results-panel .selection-controls-container .control-info {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-info:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-info:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-info:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-info.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-info.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-selection-results-panel .selection-controls-container .control-info:before {
  content: "\f1ba";
}
.acf-selection-results-panel .selection-controls-container .control-configuration {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-configuration:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-configuration:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-configuration:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-configuration.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-configuration.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-selection-results-panel .selection-controls-container .control-configuration:before {
  content: "\f12b";
}
.acf-selection-results-panel .selection-controls-container .control-zoomto {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-zoomto:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-zoomto:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-zoomto:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-zoomto.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-zoomto.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-selection-results-panel .selection-controls-container .control-zoomto:before {
  content: "\f249";
}
.acf-selection-results-panel .selection-controls-container .control-empty-list {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 23px;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-empty-list:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-empty-list:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-empty-list:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-empty-list.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-empty-list.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-selection-results-panel .selection-controls-container .control-empty-list:before {
  content: "\f21b";
}
.acf-selection-results-panel .selection-controls-container .control-refilter {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-refilter:hover:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-refilter:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-refilter:active:not(.disabled) {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-refilter.active {
  color: #ffffff;
  background-color: #585858;
}
.acf-selection-results-panel .selection-controls-container .control-refilter.disabled {
  color: rgba(230, 230, 230, 0.5);
  cursor: not-allowed;
}
.acf-selection-results-panel .selection-controls-container .control-refilter:before {
  content: "\f21f";
}
.acf-selection-results-panel .selection-controls-container .vertical-splitter {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.12);
}
.acf-selection-results-panel .selection-controls-container .control-dropdown .control-content {
  margin: 0;
  padding: 0;
  max-width: 250px;
  border: none;
  border-radius: 0;
}
.acf-selection-results-panel .selection-controls-container .control-dropdown .control-header {
  color: #A4A4A4;
  background-color: #E6E6E6;
  padding: 2px 8px;
}
.acf-selection-results-panel .selection-controls-container .control-dropdown .control-header:not(.disabled) {
  cursor: pointer;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-dropdown .control-header:not(.disabled):hover {
  color: #E6E6E6;
  background-color: #A4A4A4;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-dropdown .control-header:not(.disabled):active {
  color: #E6E6E6;
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-controls-container .control-dropdown .layers-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #556270;
  max-height: 320px;
  overflow-y: auto;
}
.acf-selection-results-panel .selection-controls-container .control-dropdown .layers-list .layer {
  padding: 1px 8px;
  cursor: pointer;
}
body:not(.touch) .acf-selection-results-panel .selection-controls-container .control-dropdown .layers-list .layer:hover {
  background-color: #fafafa;
}
body.touch .acf-selection-results-panel .selection-controls-container .control-dropdown .layers-list .layer:active {
  background-color: #fafafa;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-controls-container .control-dropdown .layers-list label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 0;
  font-weight: inherit;
  cursor: inherit;
}
.acf-selection-results-panel .selection-bucket-container {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0 8px;
  box-shadow: inset 0 0 8px 0 rgba(85, 98, 112, 0.15);
}
.acf-selection-results-panel .selection-bucket-container .bucket-list {
  min-width: 0%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-selection-results-panel .selection-bucket-container .bucket-list .single-bucket {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 50px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-list .single-bucket:not(:last-of-type) {
  margin-right: 6px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-header {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  background-color: #c1cfd9;
  padding: 2px 2px 2px 8px;
  border-radius: 2px;
  cursor: pointer;
}
body:not(.touch) .acf-selection-results-panel .selection-bucket-container .bucket-header:hover {
  opacity: 0.85;
}
body.touch .acf-selection-results-panel .selection-bucket-container .bucket-header:active {
  opacity: 0.85;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-bucket-container .bucket-header .bucket-badge {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ffffff;
  background-color: #585858;
  padding: 0 4px 1px 4px;
  border-radius: 12px;
  font-size: x-small;
  font-weight: bold;
}
.acf-selection-results-panel .selection-bucket-container .bucket-header .bucket-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 6px 0 4px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-header .bucket-clear {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 12px;
  font-size: 8px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-header .bucket-clear:before {
  content: "\f128";
}
body:not(.touch) .acf-selection-results-panel .selection-bucket-container .bucket-header .bucket-clear:hover {
  background-color: rgba(250, 250, 250, 0.5);
}
body.touch .acf-selection-results-panel .selection-bucket-container .bucket-header .bucket-clear:active {
  background-color: rgba(250, 250, 250, 0.5);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content {
  padding: 0;
  max-width: 250px;
  border: none;
  border-radius: 0;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls {
  color: #A4A4A4;
  background-color: #E6E6E6;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-zoom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 8px;
  cursor: pointer;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-zoom .control-icon {
  margin-right: 2px;
  width: 16px;
  text-align: center;
}
body:not(.touch) .acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-zoom:hover {
  color: #E6E6E6;
  background-color: #A4A4A4;
}
body.touch .acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-zoom:active {
  color: #E6E6E6;
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-zoom .control-zoom-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-zoom .control-zoom-icon:before {
  content: "\f249";
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-search {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 8px;
  cursor: pointer;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-search .control-icon {
  margin-right: 2px;
  width: 16px;
  text-align: center;
}
body:not(.touch) .acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-search:hover {
  color: #E6E6E6;
  background-color: #A4A4A4;
}
body.touch .acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-search:active {
  color: #E6E6E6;
  background-color: #A4A4A4;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-search .control-search-icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .bucket-content-controls .control-search .control-search-icon:before {
  content: "\f154";
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .features-list {
  margin: 0;
  padding: 0;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element,
.acf-selection-results-panel .selection-bucket-container .bucket-content .undisplayed-features {
  padding: 4px 2px 4px 8px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
body:not(.touch) .acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element:hover {
  background-color: #f5f5f5;
}
body.touch .acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element:active {
  background-color: #f5f5f5;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 8px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-infosheet,
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-remove {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2px;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}
body:not(.touch) .acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-infosheet:hover,
body:not(.touch) .acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-remove:hover {
  opacity: 1;
}
body.touch .acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-infosheet:active,
body.touch .acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-remove:active {
  opacity: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-remove {
  font-size: 9px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-remove:before {
  content: "\f128";
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-infosheet {
  font-size: 12px;
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .feature-element .feature-infosheet:before {
  content: "\f1e6";
}
.acf-selection-results-panel .selection-bucket-container .bucket-content .undisplayed-features {
  color: rgba(0, 0, 0, 0.54);
  list-style: none;
}
.acf-selection-results-panel .selection-bucket-container .bucket-controls {
  min-width: 0%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 8px;
  display: none !important;
}
.acf-selection-results-panel .selection-bucket-container .empty-bucket-label {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: small;
}
.load-selection-dialog .modal-content .modal-body,
.load-draw-layers-dialog .modal-content .modal-body,
.choose-geometry-modification-dialog .modal-content .modal-body {
  position: relative;
  padding: 20px 30px !important;
  height: 100%;
  max-height: 320px;
  overflow: auto;
}
.load-selection-dialog .single-selection,
.load-draw-layers-dialog .single-selection,
.choose-geometry-modification-dialog .single-selection,
.load-selection-dialog .single-drawing,
.load-draw-layers-dialog .single-drawing,
.choose-geometry-modification-dialog .single-drawing,
.load-selection-dialog .single-modification,
.load-draw-layers-dialog .single-modification,
.choose-geometry-modification-dialog .single-modification {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: initial;
}
.load-selection-dialog .single-selection:not(:last-child),
.load-draw-layers-dialog .single-selection:not(:last-child),
.choose-geometry-modification-dialog .single-selection:not(:last-child),
.load-selection-dialog .single-drawing:not(:last-child),
.load-draw-layers-dialog .single-drawing:not(:last-child),
.choose-geometry-modification-dialog .single-drawing:not(:last-child),
.load-selection-dialog .single-modification:not(:last-child),
.load-draw-layers-dialog .single-modification:not(:last-child),
.choose-geometry-modification-dialog .single-modification:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
body:not(.touch) .load-selection-dialog .single-selection:hover,
body:not(.touch) .load-draw-layers-dialog .single-selection:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-selection:hover,
body:not(.touch) .load-selection-dialog .single-drawing:hover,
body:not(.touch) .load-draw-layers-dialog .single-drawing:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-drawing:hover,
body:not(.touch) .load-selection-dialog .single-modification:hover,
body:not(.touch) .load-draw-layers-dialog .single-modification:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-modification:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E6E6E6;
}
body.touch .load-selection-dialog .single-selection:active,
body.touch .load-draw-layers-dialog .single-selection:active,
body.touch .choose-geometry-modification-dialog .single-selection:active,
body.touch .load-selection-dialog .single-drawing:active,
body.touch .load-draw-layers-dialog .single-drawing:active,
body.touch .choose-geometry-modification-dialog .single-drawing:active,
body.touch .load-selection-dialog .single-modification:active,
body.touch .load-draw-layers-dialog .single-modification:active,
body.touch .choose-geometry-modification-dialog .single-modification:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E6E6E6;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.load-selection-dialog .single-selection.selected,
.load-draw-layers-dialog .single-selection.selected,
.choose-geometry-modification-dialog .single-selection.selected,
.load-selection-dialog .single-drawing.selected,
.load-draw-layers-dialog .single-drawing.selected,
.choose-geometry-modification-dialog .single-drawing.selected,
.load-selection-dialog .single-modification.selected,
.load-draw-layers-dialog .single-modification.selected,
.choose-geometry-modification-dialog .single-modification.selected {
  color: rgba(0, 0, 0, 0.87);
  background-color: #c1cfd9;
}
.load-selection-dialog .single-selection.selected .selection-delete,
.load-draw-layers-dialog .single-selection.selected .selection-delete,
.choose-geometry-modification-dialog .single-selection.selected .selection-delete,
.load-selection-dialog .single-drawing.selected .selection-delete,
.load-draw-layers-dialog .single-drawing.selected .selection-delete,
.choose-geometry-modification-dialog .single-drawing.selected .selection-delete,
.load-selection-dialog .single-modification.selected .selection-delete,
.load-draw-layers-dialog .single-modification.selected .selection-delete,
.choose-geometry-modification-dialog .single-modification.selected .selection-delete {
  color: rgba(0, 0, 0, 0.38);
}
body.touch .load-selection-dialog .single-selection .selection-delete,
body.touch .load-draw-layers-dialog .single-selection .selection-delete,
body.touch .choose-geometry-modification-dialog .single-selection .selection-delete,
body.touch .load-selection-dialog .single-drawing .selection-delete,
body.touch .load-draw-layers-dialog .single-drawing .selection-delete,
body.touch .choose-geometry-modification-dialog .single-drawing .selection-delete,
body.touch .load-selection-dialog .single-modification .selection-delete,
body.touch .load-draw-layers-dialog .single-modification .selection-delete,
body.touch .choose-geometry-modification-dialog .single-modification .selection-delete {
  color: rgba(0, 0, 0, 0.38);
}
.load-selection-dialog .single-selection .selection-name,
.load-draw-layers-dialog .single-selection .selection-name,
.choose-geometry-modification-dialog .single-selection .selection-name,
.load-selection-dialog .single-drawing .selection-name,
.load-draw-layers-dialog .single-drawing .selection-name,
.choose-geometry-modification-dialog .single-drawing .selection-name,
.load-selection-dialog .single-modification .selection-name,
.load-draw-layers-dialog .single-modification .selection-name,
.choose-geometry-modification-dialog .single-modification .selection-name,
.load-selection-dialog .single-selection .drawings-name,
.load-draw-layers-dialog .single-selection .drawings-name,
.choose-geometry-modification-dialog .single-selection .drawings-name,
.load-selection-dialog .single-drawing .drawings-name,
.load-draw-layers-dialog .single-drawing .drawings-name,
.choose-geometry-modification-dialog .single-drawing .drawings-name,
.load-selection-dialog .single-modification .drawings-name,
.load-draw-layers-dialog .single-modification .drawings-name,
.choose-geometry-modification-dialog .single-modification .drawings-name,
.load-selection-dialog .single-selection .modification-name,
.load-draw-layers-dialog .single-selection .modification-name,
.choose-geometry-modification-dialog .single-selection .modification-name,
.load-selection-dialog .single-drawing .modification-name,
.load-draw-layers-dialog .single-drawing .modification-name,
.choose-geometry-modification-dialog .single-drawing .modification-name,
.load-selection-dialog .single-modification .modification-name,
.load-draw-layers-dialog .single-modification .modification-name,
.choose-geometry-modification-dialog .single-modification .modification-name {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px 12px;
  cursor: pointer;
}
.load-selection-dialog .single-selection .selection-delete,
.load-draw-layers-dialog .single-selection .selection-delete,
.choose-geometry-modification-dialog .single-selection .selection-delete,
.load-selection-dialog .single-drawing .selection-delete,
.load-draw-layers-dialog .single-drawing .selection-delete,
.choose-geometry-modification-dialog .single-drawing .selection-delete,
.load-selection-dialog .single-modification .selection-delete,
.load-draw-layers-dialog .single-modification .selection-delete,
.choose-geometry-modification-dialog .single-modification .selection-delete,
.load-selection-dialog .single-selection .drawings-delete,
.load-draw-layers-dialog .single-selection .drawings-delete,
.choose-geometry-modification-dialog .single-selection .drawings-delete,
.load-selection-dialog .single-drawing .drawings-delete,
.load-draw-layers-dialog .single-drawing .drawings-delete,
.choose-geometry-modification-dialog .single-drawing .drawings-delete,
.load-selection-dialog .single-modification .drawings-delete,
.load-draw-layers-dialog .single-modification .drawings-delete,
.choose-geometry-modification-dialog .single-modification .drawings-delete {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  padding: 12px;
  color: rgba(0, 0, 0, 0.12);
  font-size: 18px;
  margin-left: 12px;
  cursor: pointer;
}
body:not(.touch) .load-selection-dialog .single-selection .selection-delete:hover,
body:not(.touch) .load-draw-layers-dialog .single-selection .selection-delete:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-selection .selection-delete:hover,
body:not(.touch) .load-selection-dialog .single-drawing .selection-delete:hover,
body:not(.touch) .load-draw-layers-dialog .single-drawing .selection-delete:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-drawing .selection-delete:hover,
body:not(.touch) .load-selection-dialog .single-modification .selection-delete:hover,
body:not(.touch) .load-draw-layers-dialog .single-modification .selection-delete:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-modification .selection-delete:hover,
body:not(.touch) .load-selection-dialog .single-selection .drawings-delete:hover,
body:not(.touch) .load-draw-layers-dialog .single-selection .drawings-delete:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-selection .drawings-delete:hover,
body:not(.touch) .load-selection-dialog .single-drawing .drawings-delete:hover,
body:not(.touch) .load-draw-layers-dialog .single-drawing .drawings-delete:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-drawing .drawings-delete:hover,
body:not(.touch) .load-selection-dialog .single-modification .drawings-delete:hover,
body:not(.touch) .load-draw-layers-dialog .single-modification .drawings-delete:hover,
body:not(.touch) .choose-geometry-modification-dialog .single-modification .drawings-delete:hover {
  color: #ffffff;
  background-color: #585858;
}
body.touch .load-selection-dialog .single-selection .selection-delete:active,
body.touch .load-draw-layers-dialog .single-selection .selection-delete:active,
body.touch .choose-geometry-modification-dialog .single-selection .selection-delete:active,
body.touch .load-selection-dialog .single-drawing .selection-delete:active,
body.touch .load-draw-layers-dialog .single-drawing .selection-delete:active,
body.touch .choose-geometry-modification-dialog .single-drawing .selection-delete:active,
body.touch .load-selection-dialog .single-modification .selection-delete:active,
body.touch .load-draw-layers-dialog .single-modification .selection-delete:active,
body.touch .choose-geometry-modification-dialog .single-modification .selection-delete:active,
body.touch .load-selection-dialog .single-selection .drawings-delete:active,
body.touch .load-draw-layers-dialog .single-selection .drawings-delete:active,
body.touch .choose-geometry-modification-dialog .single-selection .drawings-delete:active,
body.touch .load-selection-dialog .single-drawing .drawings-delete:active,
body.touch .load-draw-layers-dialog .single-drawing .drawings-delete:active,
body.touch .choose-geometry-modification-dialog .single-drawing .drawings-delete:active,
body.touch .load-selection-dialog .single-modification .drawings-delete:active,
body.touch .load-draw-layers-dialog .single-modification .drawings-delete:active,
body.touch .choose-geometry-modification-dialog .single-modification .drawings-delete:active {
  color: #ffffff;
  background-color: #585858;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.load-selection-dialog .selection-empty,
.load-draw-layers-dialog .selection-empty,
.choose-geometry-modification-dialog .selection-empty {
  font-style: italic;
}
.acf-editor-panel.information-editor,
.acf-editor-panel.configuration-editor {
  width: 400px;
}
.acf-selection-information .coord-info .top-line,
.acf-selection-information .coord-info .middle-line,
.acf-selection-information .coord-info .bottom-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-selection-information .coord-info .left-bloc,
.acf-selection-information .coord-info .right-bloc {
  min-width: 0%;
  -webkit-flex: 0 0 30%;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.acf-selection-information .coord-info .center-bloc {
  min-width: 0%;
  -webkit-flex: 0 0 40%;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.acf-selection-information .coord-info .top-line,
.acf-selection-information .coord-info .bottom-line {
  height: 54px;
}
.acf-selection-information .coord-info .middle-line {
  height: 112px;
}
.acf-selection-information .coord-info .middle-line .center-bloc {
  position: relative;
  border: 1px dashed rgba(0, 0, 0, 0.12);
}
.acf-selection-information .coord-info .middle-line .center-bloc.type-point .extent-corner {
  display: none;
}
.acf-selection-information .coord-info .middle-line .center-bloc .extent-center {
  position: absolute;
  color: rgba(0, 0, 0, 0.87);
}
.acf-selection-information .coord-info .middle-line .center-bloc .extent-corner {
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
}
.acf-selection-information .coord-info .middle-line .center-bloc .extent-center {
  top: calc(50% - 5px );
  left: calc(50% - 5px );
}
.acf-selection-information .coord-info .middle-line .center-bloc .extent-corner-top-left {
  top: -4px;
  left: -4px;
}
.acf-selection-information .coord-info .middle-line .center-bloc .extent-corner-top-right {
  top: -4px;
  right: -4px;
}
.acf-selection-information .coord-info .middle-line .center-bloc .extent-corner-bottom-left {
  bottom: -4px;
  left: -4px;
}
.acf-selection-information .coord-info .middle-line .center-bloc .extent-corner-bottom-right {
  bottom: -4px;
  right: -4px;
}
.acf-selection-information .coord-info .middle-line .center-bloc .label-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-top: 6px;
}
.acf-selection-information .coord-info .top-line .left-bloc,
.acf-selection-information .coord-info .top-line .right-bloc,
.acf-selection-information .coord-info .top-line .center-bloc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 2px;
}
.acf-selection-information .coord-info .top-line .center-bloc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.acf-selection-information .coord-info .top-line .left-bloc,
.acf-selection-information .coord-info .middle-line .left-bloc,
.acf-selection-information .coord-info .bottom-line .left-bloc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4px;
}
.acf-selection-information .coord-info .middle-line .left-bloc {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.acf-selection-information .coord-info .top-line .right-bloc,
.acf-selection-information .coord-info .bottom-line .right-bloc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4px;
}
.acf-selection-information .coord-info .bottom-line .left-bloc,
.acf-selection-information .coord-info .bottom-line .right-bloc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 2px;
}
.acf-selection-information .extent-center,
.acf-selection-information .extent-corner {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acf-selection-information .extent-center:before,
.acf-selection-information .extent-corner:before {
  content: "\f128";
}
.acf-selection-information .extent-center {
  font-size: 10px;
}
.acf-selection-information .extent-corner {
  font-size: 8px;
}
.acf-selection-information .label-width,
.acf-selection-information .label-height {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
}
.acf-selection-information .label-center {
  color: rgba(0, 0, 0, 0.87);
  font-size: 10px;
}
.acf-selection-information .label-extent {
  color: rgba(0, 0, 0, 0.54);
  font-size: 10px;
}
.acf-selection-information .label-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.acf-selection-information .label-center .label-wrapper {
  display: inline;
}
.acf-selection-information .label-x,
.acf-selection-information .label-y {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acf-selection-information .data-info {
  padding: 12px 0;
  background-color: #fafafa;
  font-size: 13px;
}
.acf-selection-information .data-info .form-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.acf-selection-information .data-info .form-line .form-line-label {
  min-width: 0%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  font-weight: bold;
}
.acf-selection-information .data-info .form-line .form-line-value {
  min-width: 0%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: 8px;
}
.acf-selection-configuration {
  width: 400px;
  padding: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.statistic-modal-content {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.statistic-modal-content .acf-statistic-modal-content {
  min-width: 0%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.statistic-modal-content .filters-form-panel {
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}
.statistic-modal-content .filters-form-panel .filters-error-message,
.statistic-modal-content .filters-form-panel .bottom-button-bar {
  margin-top: 5px;
  padding: 0 15px;
}
.statistic-modal-content .filters-form-panel .filters-error-message {
  margin-bottom: 10px;
}
.statistic-modal-content .filters-form-panel .bottom-button-bar {
  text-align: right;
}
.statistic-modal-content .dialog-statistic-view {
  padding: 0 15px;
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.statistic-modal-content .dialog-statistic-view .bg-directive-stat-legend {
  margin: 0 0 8px 0;
}
.statistic-modal-content .bg-stat-pivottable .div-chart-content {
  padding: 0;
}
.statistic-modal-content .acf-statistic-header .header-extensions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #585858;
  background-color: #ededed;
}
.statistic-modal-content .acf-statistic-header .header-extensions .layers-tool {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.25em;
  width: 36px;
  height: 36px;
}
.statistic-modal-content .ui-dialog .acf-statistic-dialog-legend {
  margin: 0;
  padding: 0;
  width: auto !important;
}
.user-header {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: table;
}
.user-header > * {
  display: table-cell;
  vertical-align: top;
}
.user-header > .user-header-tab:nth-last-child(odd) .user-header-tab-content,
.user-header > .header-extension:nth-last-child(odd) .dropdown.dropdown-header .dropdown-toggle,
.user-header > .header-extension:nth-last-child(odd) .header-extension-content,
.user-header > .user-info-header:nth-last-child(odd) .name-user,
.user-header > .user-info-header:nth-last-child(odd) .dropdown.dropdown-header .dropdown-toggle,
.user-header > .print-button:nth-last-child(odd) .dropdown.dropdown-header .dropdown-toggle,
.user-header > .platform-language:nth-last-child(odd) .dropdown.dropdown-header .dropdown-toggle {
  color: #c1cfd9;
  background: #FFFFFF;
}
.user-header > .user-header-tab:nth-last-child(even) .user-header-tab-content,
.user-header > .header-extension:nth-last-child(even) .dropdown.dropdown-header .dropdown-toggle,
.user-header > .header-extension:nth-last-child(even) .header-extension-content,
.user-header > .user-info-header:nth-last-child(even) .name-user,
.user-header > .user-info-header:nth-last-child(even) .dropdown.dropdown-header .dropdown-toggle,
.user-header > .print-button:nth-last-child(even) .dropdown.dropdown-header .dropdown-toggle,
.user-header > .platform-language:nth-last-child(even) .dropdown.dropdown-header .dropdown-toggle {
  color: #c1cfd9;
  background: #E6E6E6;
}
body:not(.touch) .user-header > .user-header-tab .user-header-tab-content:hover,
body:not(.touch) .user-header > .header-extension .dropdown.dropdown-header > .dropdown-toggle:hover,
body:not(.touch) .user-header > .user-info-header .dropdown.dropdown-header > .dropdown-toggle:hover,
body:not(.touch) .user-header > .print-button .dropdown.dropdown-header > .dropdown-toggle:hover,
body:not(.touch) .user-header > .platform-language .dropdown.dropdown-header > .dropdown-toggle:hover {
  -webkit-transition: background 0.35s ease-out, color 0.35s ease-out;
  -moz-transition: background 0.35s ease-out, color 0.35s ease-out;
  -o-transition: background 0.35s ease-out, color 0.35s ease-out;
  transition: background 0.35s ease-out, color 0.35s ease-out;
  background: #585858;
  color: #FFFFFF;
}
body.touch .user-header > .user-header-tab .user-header-tab-content:active,
body.touch .user-header > .header-extension .dropdown.dropdown-header > .dropdown-toggle:active,
body.touch .user-header > .user-info-header .dropdown.dropdown-header > .dropdown-toggle:active,
body.touch .user-header > .print-button .dropdown.dropdown-header > .dropdown-toggle:active,
body.touch .user-header > .platform-language .dropdown.dropdown-header > .dropdown-toggle:active {
  -webkit-transition: background 0.35s ease-out, color 0.35s ease-out;
  -moz-transition: background 0.35s ease-out, color 0.35s ease-out;
  -o-transition: background 0.35s ease-out, color 0.35s ease-out;
  transition: background 0.35s ease-out, color 0.35s ease-out;
  background: #585858;
  color: #FFFFFF;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.user-header > .user-header-tab .user-header-tab-content.open,
.user-header > .header-extension .dropdown.dropdown-header.open > .dropdown-toggle,
.user-header > .user-info-header .dropdown.dropdown-header.open > .dropdown-toggle,
.user-header > .print-button .dropdown.dropdown-header.open > .dropdown-toggle,
.user-header > .platform-language .dropdown.dropdown-header.open > .dropdown-toggle {
  -webkit-transition: background 0.35s ease-out, color 0.35s ease-out;
  -moz-transition: background 0.35s ease-out, color 0.35s ease-out;
  -o-transition: background 0.35s ease-out, color 0.35s ease-out;
  transition: background 0.35s ease-out, color 0.35s ease-out;
  background: #585858;
  color: #FFFFFF;
}
.user-header .platform-language .dropdown-toggle {
  font-size: 24px;
  text-transform: capitalize;
}
.user-header .global-parameters-toggle {
  position: relative;
}
.user-header .global-parameters-toggle .feature-badge-count {
  color: #ffffff;
  background-color: #585858;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px;
  min-width: 23px;
  font-size: 11px;
  font-weight: bold;
  line-height: normal;
  border-radius: 11px;
  border: 2px solid #ffffff;
}
.user-header .feature-selection-toggle {
  position: relative;
}
.user-header .feature-selection-toggle .icon {
  margin-top: -7px;
}
.user-header .feature-selection-toggle .feature-badge-count {
  color: #ffffff;
  background-color: #585858;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px;
  min-width: 23px;
  font-size: 11px;
  font-weight: bold;
  line-height: normal;
  border-radius: 11px;
  border: 2px solid #ffffff;
}
.user-header .dropdown-menu {
  background: #FFFFFF;
  border-radius: 0;
  margin-top: 0;
}
.user-header .dropdown-badge {
  color: #ffffff;
  background-color: #585858;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px;
  min-width: 23px;
  font-size: 11px;
  font-weight: bold;
  line-height: normal;
  border-radius: 11px;
  border: 2px solid #ffffff;
}
.user-header .dropdown-header,
.user-header .dropdown-toggle {
  padding: 0;
}
.user-header .feature-selection-toggle,
.user-header .icon_param-filter,
.user-header .icon_print2,
.user-header .icon_switch_off,
.user-header .storytelling-action .icon {
  font-size: 32px !important;
}
.user-header .storytelling-action .icon {
  margin-top: -15px;
}
.user-header .icon_param-filter {
  margin-top: -15px;
}
.user-header .header-extension .dropdown-toggle {
  color: #c1cfd9;
  font-size: 32px;
}
.user-header-tab-content,
.user-header .dropdown-toggle {
  width: 64px;
  height: 64px;
  line-height: 64px;
  min-width: 64px;
  font-size: 64px;
  cursor: pointer;
  text-align: center;
}
.user-header-tab-content .feature-selection-toggle,
.user-header .dropdown-toggle .feature-selection-toggle {
  font-size: 32px !important;
}
.header-extension-content {
  display: table-cell;
  height: 64px;
}
.user-info-header > .name-user,
.user-info-header > .nav {
  display: table-cell;
}
.user-info-header .name-user {
  font-size: 12px;
  width: 113px;
  min-width: 113px;
  height: 64px;
  text-align: right;
  padding-right: 2px;
  vertical-align: top;
}
.user-info-header .name-user span {
  height: 64px;
  line-height: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
}
.user-info-header .dropdown-menu {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.user-info-header .dropdown-menu .tooltip-title {
  margin: 0;
}
.user-info-header .dropdown-menu button {
  color: #ffffff !important;
  background-color: #33b573 !important;
  margin: 10px;
}
body:not(.touch) .user-info-header .dropdown-menu button:hover {
  background-color: #41c789 !important;
}
body.touch .user-info-header .dropdown-menu button:active {
  background-color: #41c789 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.user-info-header .tooltip-title {
  color: #A4A4A4;
}
.user-info-header .personaldata-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #585858;
  width: 320px;
  height: 64px;
}
.user-info-header .personaldata-header .user-infos {
  min-width: 0%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 10px;
  line-height: normal;
  text-align: right;
}
.user-info-header .personaldata-header .user-infos .packperso-title {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.user-info-header .personaldata-header .user-infos .first-name {
  font-size: 12px;
  font-weight: bold;
}
.user-info-header .personaldata-header .user-infos .last-name {
  font-size: 12px;
}
.user-info-header .personaldata-header .user-infos .first-name,
.user-info-header .personaldata-header .user-infos .last-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-info-header .personaldata-header .packperso-icon {
  min-width: 0%;
  -webkit-flex: 0 0 64px;
  -moz-flex: 0 0 64px;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  font-size: 30px;
  text-align: center;
}
.user-info-header .personaldata-header .packperso-icon .icon {
  line-height: 64px;
}
.print-button .dropdown-menu li,
.platform-language .dropdown-menu li,
.header-extension .dropdown-menu li {
  margin: 2px 0;
}
.print-button .dropdown-menu li a,
.platform-language .dropdown-menu li a,
.header-extension .dropdown-menu li a {
  color: #A4A4A4;
}
body:not(.touch) .print-button .dropdown-menu li:hover:not(.selected) a,
body:not(.touch) .platform-language .dropdown-menu li:hover:not(.selected) a,
body:not(.touch) .header-extension .dropdown-menu li:hover:not(.selected) a {
  background: #585858;
  color: #FFFFFF;
  cursor: pointer;
}
body.touch .print-button .dropdown-menu li:active,
body.touch .platform-language .dropdown-menu li:active,
body.touch .header-extension .dropdown-menu li:active {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.touch .print-button .dropdown-menu li:active:not(.selected) a,
body.touch .platform-language .dropdown-menu li:active:not(.selected) a,
body.touch .header-extension .dropdown-menu li:active:not(.selected) a {
  background: #585858;
  color: #FFFFFF;
  cursor: pointer;
}
.print-button .dropdown-menu li.selected a,
.platform-language .dropdown-menu li.selected a,
.header-extension .dropdown-menu li.selected a {
  background: #585858;
  color: #FFFFFF;
  cursor: default;
}
.platform-language .inline-layout .lang-item-inline {
  padding: 8px;
  color: inherit;
}
.platform-language .inline-layout .lang-item-inline:not(:last-of-type) {
  border-bottom: 1px dotted #ededed;
}
.platform-language .inline-layout .lang-item-inline.selected {
  color: #585858;
  font-weight: bold;
}
.toggleLeftTitle,
.toggleRightTitle {
  min-width: 0%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c1cfd9;
  background: #E6E6E6;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
body:not(.touch) .toggleLeftTitle:hover,
body:not(.touch) .toggleRightTitle:hover {
  -webkit-transition: background 0.35s ease-out, color 0.35s ease-out;
  -moz-transition: background 0.35s ease-out, color 0.35s ease-out;
  -o-transition: background 0.35s ease-out, color 0.35s ease-out;
  transition: background 0.35s ease-out, color 0.35s ease-out;
  background: #585858 !important;
  color: #FFFFFF;
}
body.touch .toggleLeftTitle:active,
body.touch .toggleRightTitle:active {
  -webkit-transition: background 0.35s ease-out, color 0.35s ease-out;
  -moz-transition: background 0.35s ease-out, color 0.35s ease-out;
  -o-transition: background 0.35s ease-out, color 0.35s ease-out;
  transition: background 0.35s ease-out, color 0.35s ease-out;
  background: #585858 !important;
  color: #FFFFFF;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
