body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 9998; }

.fancybox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: black;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .2;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 10px;
  top: 10px; }

.fancybox-toolbar button {
    margin-left: 10px; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
    display: none; }

.fancybox-slide--html {
  padding: 16px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image {
  background: transparent;
  border: 10px solid #fff;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0; }

/* Fix iOS */

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15); }

.fancybox-error p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }

/* Buttons */

.fancybox-button {
  background: white;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  color: #465154; }

.fancybox-button:visited, .fancybox-button:link {
    color: #ccc; }

.fancybox-button:hover {
    color: #FF6D00; }

.fancybox-button:focus {
    outline: none; }

.fancybox-button.fancybox-focus {
    outline: 1px dotted; }

.fancybox-button[disabled] {
    color: #999;
    cursor: default;
    outline: none; }

.fancybox-button[disabled]:hover {
      color: #999;
      cursor: default;
      outline: none; }

.fancybox-button div {
    height: 100%; }

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }

.fancybox-button svg path {
      fill: currentColor;
      stroke-width: 0; }

/* Fix IE11 */

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2), .fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */

.fancybox-close-small {
  width: 34px;
  height: 34px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
  color: #465154;
  cursor: pointer;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401; }

.fancybox-close-small:active {
    top: 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 48px;
  width: 48px;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  padding: 0; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 10px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 10px; }

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none; }

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline; }

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0; }

.fancybox-share p {
    margin: 0;
    padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff; }

.fancybox-share__button:hover {
    text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
    background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
    background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
    background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
    fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
    opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1; }

/* Styling for Small-Screen Devices */

.fancybox-bg--dim {
  opacity: 0 !important; }

.fancybox-slide--lvl2 {
  padding: 44px 60px; }

.tabulator {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {
    min-width: 100%; }

.tabulator[tabulator-layout="fitDataTable"] {
    display: inline-block; }

.tabulator.tabulator-block-select {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.tabulator .tabulator-header {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }

.tabulator .tabulator-header.tabulator-header-hidden {
      display: none; }

.tabulator .tabulator-header .tabulator-header-contents {
      position: relative;
      overflow: hidden; }

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
        display: inline-block; }

.tabulator .tabulator-header .tabulator-col {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-right: 1px solid #aaa;
      background: #fff;
      text-align: left;
      vertical-align: bottom;
      overflow: hidden; }

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background: #e6e6e6;
        pointer-events: none; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        padding: 4px; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
          padding: 0 8px; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
            cursor: pointer;
            opacity: .6; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
          position: relative; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          vertical-align: bottom; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
            white-space: normal;
            text-overflow: initial; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
            border: 1px solid #999;
            padding: 1px;
            background: #fff; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
            width: calc(100% - 22px); }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 4px; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #bbb; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #aaa;
        overflow: hidden;
        margin-right: -1px; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 2px;
        width: 100%;
        text-align: center; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
          height: auto !important; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
          margin-top: 3px; }

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
          width: 0;
          height: 0; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
        padding-right: 25px; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
        color: #bbb; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
          border-top: none;
          border-bottom: 6px solid #bbb; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {
        color: #666; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
          border-top: none;
          border-bottom: 6px solid #666; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {
        color: #666; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
          border-bottom: none;
          border-top: 6px solid #666;
          color: #666; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        text-orientation: mixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
        padding-right: 0;
        padding-top: 20px; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
        padding-right: 0;
        padding-bottom: 20px; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 0;
        right: 0;
        top: 4px;
        bottom: auto; }

.tabulator .tabulator-header .tabulator-frozen {
      position: sticky;
      left: 0;
      z-index: 11; }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
        border-right: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
        border-left: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-header .tabulator-calcs-holder {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: white !important;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid #aaa; }

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
        background: white !important; }

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
      display: none; }

.tabulator .tabulator-tableholder {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

.tabulator .tabulator-tableholder:focus {
      outline: none; }

.tabulator .tabulator-tableholder .tabulator-placeholder {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {
        min-height: 100%;
        min-width: 100%; }

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
        display: inline-block;
        text-align: center;
        padding: 10px;
        color: #ccc;
        font-weight: bold;
        font-size: 20px;
        white-space: normal; }

.tabulator .tabulator-tableholder .tabulator-table {
      position: relative;
      display: inline-block;
      background-color: #fff;
      white-space: nowrap;
      overflow: visible;
      color: #333; }

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
        font-weight: bold;
        background: #dbe8ff !important; }

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
          border-bottom: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
          border-top: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #e6e6e6;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
    -ms-user-select: none;
        user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }

.tabulator .tabulator-footer .tabulator-footer-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 5px 10px; }

.tabulator .tabulator-footer .tabulator-footer-contents:empty {
        display: none; }

.tabulator .tabulator-footer .tabulator-calcs-holder {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      text-align: left;
      background: #f3f3f3 !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      overflow: hidden; }

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
        display: inline-block;
        background: #f3f3f3 !important; }

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
        margin-bottom: -5px;
        border-bottom: none; }

.tabulator .tabulator-footer > * + .tabulator-page-counter {
      margin-left: 10px; }

.tabulator .tabulator-footer .tabulator-page-counter {
      font-weight: normal; }

.tabulator .tabulator-footer .tabulator-paginator {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
      color: #555;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit; }

.tabulator .tabulator-footer .tabulator-page-size {
      display: inline-block;
      margin: 0 5px;
      padding: 2px 5px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 3px; }

.tabulator .tabulator-footer .tabulator-pages {
      margin: 0 7px; }

.tabulator .tabulator-footer .tabulator-page {
      display: inline-block;
      margin: 0 2px;
      padding: 2px 5px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.2); }

.tabulator .tabulator-footer .tabulator-page.active {
        color: #ee6e73; }

.tabulator .tabulator-footer .tabulator-page:disabled {
        opacity: .5; }

.tabulator .tabulator-col-resize-handle {
    position: relative;
    display: inline-block;
    width: 6px;
    margin-left: -3px;
    margin-right: -3px;
    z-index: 10;
    vertical-align: middle; }

.tabulator .tabulator-col-resize-handle:last-of-type {
      width: 3px;
      margin-right: 0; }

.tabulator .tabulator-alert {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center; }

.tabulator .tabulator-alert .tabulator-alert-msg {
      display: inline-block;
      margin: 0 auto;
      padding: 10px 20px;
      border-radius: 10px;
      background: #fff;
      font-weight: bold;
      font-size: 16px; }

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
        border: 4px solid #333;
        color: #000; }

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
        border: 4px solid #D00;
        color: #590000; }

.tabulator-row {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 21px;
  background-color: #fff; }

.tabulator-row.tabulator-row-even {
    background-color: #F4F8FF; }

.tabulator-row.tabulator-selected {
    background-color: #1E88E5; }

.tabulator-row.tabulator-row-moving {
    border: 1px solid #000;
    background: #fff; }

.tabulator-row.tabulator-moving {
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 15; }

.tabulator-row .tabulator-row-resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px; }

.tabulator-row .tabulator-row-resize-handle.prev {
      top: 0;
      bottom: auto; }

.tabulator-row .tabulator-responsive-collapse {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-responsive-collapse:empty {
      display: none; }

.tabulator-row .tabulator-responsive-collapse table {
      font-size: 13px; }

.tabulator-row .tabulator-responsive-collapse table tr td {
        position: relative; }

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
          padding-right: 10px; }

.tabulator-row .tabulator-cell {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.tabulator-row .tabulator-cell.tabulator-frozen {
      display: inline-block;
      position: sticky;
      left: 0;
      background-color: inherit;
      z-index: 11; }

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
        border-right: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
        border-left: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-cell.tabulator-editing {
      border: 1px solid #ee6e73;
      outline: none;
      padding: 0; }

.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
        border: 1px;
        background: transparent;
        outline: none; }

.tabulator-row .tabulator-cell.tabulator-validation-fail {
      border: 1px solid #dd0000; }

.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
        border: 1px;
        background: transparent;
        color: #dd0000; }

.tabulator-row .tabulator-cell.tabulator-row-handle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
        width: 80%; }

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
          width: 100%;
          height: 3px;
          margin-top: 2px;
          background: #666; }

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
      display: inline-block;
      width: 7px; }

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
      display: inline-block;
      vertical-align: middle;
      height: 9px;
      width: 7px;
      margin-top: -9px;
      margin-right: 5px;
      border-bottom-left-radius: 1px;
      border-left: 2px solid rgba(0, 0, 0, 0.2);
      border-bottom: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      vertical-align: middle;
      height: 11px;
      width: 11px;
      margin-right: 5px;
      border: 1px solid #333;
      border-radius: 2px;
      background: rgba(0, 0, 0, 0.1);
      overflow: hidden; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: transparent; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #333; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: #333; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #333; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      height: 15px;
      width: 15px;
      border-radius: 20px;
      background: #666;
      color: #fff;
      font-weight: bold;
      font-size: 1.1em; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
        display: initial; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
        display: none; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
        stroke: #fff; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
        display: none; }

.tabulator-row .tabulator-cell .tabulator-traffic-light {
      display: inline-block;
      height: 14px;
      width: 14px;
      border-radius: 14px; }

.tabulator-row.tabulator-group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid #999;
    padding: 5px;
    padding-left: 10px;
    background: #ccc;
    font-weight: bold;
    min-width: 100%; }

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
      margin-right: 10px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666;
      border-bottom: 0; }

.tabulator-row.tabulator-group.tabulator-group-level-1 {
      padding-left: 30px; }

.tabulator-row.tabulator-group.tabulator-group-level-2 {
      padding-left: 50px; }

.tabulator-row.tabulator-group.tabulator-group-level-3 {
      padding-left: 70px; }

.tabulator-row.tabulator-group.tabulator-group-level-4 {
      padding-left: 90px; }

.tabulator-row.tabulator-group.tabulator-group-level-5 {
      padding-left: 110px; }

.tabulator-row.tabulator-group .tabulator-group-toggle {
      display: inline-block; }

.tabulator-row.tabulator-group .tabulator-arrow {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 16px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 0;
      border-left: 6px solid #666;
      vertical-align: middle; }

.tabulator-row.tabulator-group span {
      margin-left: 10px;
      color: #d00; }

.tabulator-popup-container {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }

.tabulator-popup {
  padding: 5px;
  border-radius: 3px; }

.tabulator-tooltip {
  max-width: Min(500px, 100%);
  padding: 3px 5px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
  pointer-events: none; }

.tabulator-menu .tabulator-menu-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
    opacity: .5; }

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
    padding-right: 25px; }

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
      display: inline-block;
      position: absolute;
      top: calc(5px + .4em);
      right: 10px;
      height: 7px;
      width: 7px;
      content: '';
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.2);
      vertical-align: top;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator-edit-list {
  max-height: 200px;
  font-size: 13px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.tabulator-edit-list .tabulator-edit-list-item {
    padding: 4px;
    color: #333;
    outline: none; }

.tabulator-edit-list .tabulator-edit-list-item.active {
      color: #fff;
      background: #ee6e73; }

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
        outline: 1px solid rgba(255, 255, 255, 0.5); }

.tabulator-edit-list .tabulator-edit-list-item.focused {
      outline: 1px solid #ee6e73; }

.tabulator-edit-list .tabulator-edit-list-placeholder {
    padding: 4px;
    color: #333;
    text-align: center; }

.tabulator-edit-list .tabulator-edit-list-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4px;
    padding-top: 6px;
    color: #333;
    font-weight: bold; }

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
    padding-left: 12px; }

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
    padding-left: 20px; }

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
    padding-left: 28px; }

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
    padding-left: 36px; }

.tabulator.tabulator-ltr {
  direction: ltr; }

.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl; }

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
    text-align: initial;
    border-left: 1px solid #aaa;
    border-right: initial; }

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
      margin-right: initial;
      margin-left: -1px; }

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
      padding-right: 0;
      padding-left: 25px; }

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
      left: 8px;
      right: initial; }

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
    border-right: initial;
    border-left: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
      margin-right: initial;
      margin-left: 5px;
      border-bottom-left-radius: initial;
      border-bottom-right-radius: 1px;
      border-left: initial;
      border-right: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
      margin-right: initial;
      margin-left: 5px; }

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
      border-left: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
      border-right: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
    width: 3px;
    margin-left: 0;
    margin-right: -3px; }

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
    text-align: initial; }

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000; }

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important; }

.tabulator-print-table {
  border-collapse: collapse; }

.tabulator-print-table .tabulator-data-tree-branch {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 7px;
    margin-top: -9px;
    margin-right: 5px;
    border-bottom-left-radius: 1px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }

.tabulator-print-table .tabulator-print-table-group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid #999;
    padding: 5px;
    padding-left: 10px;
    background: #ccc;
    font-weight: bold;
    min-width: 100%; }

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
      margin-right: 10px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666;
      border-bottom: 0; }

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
      padding-left: 30px !important; }

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
      padding-left: 50px !important; }

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
      padding-left: 70px !important; }

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
      padding-left: 90px !important; }

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
      padding-left: 110px !important; }

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
      display: inline-block; }

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 16px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 0;
      border-left: 6px solid #666;
      vertical-align: middle; }

.tabulator-print-table .tabulator-print-table-group span {
      margin-left: 10px;
      color: #d00; }

.tabulator-print-table .tabulator-data-tree-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    margin-right: 5px;
    border: 1px solid #333;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden; }

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
      display: inline-block;
      position: relative;
      height: 7px;
      width: 1px;
      background: transparent; }

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
        position: absolute;
        content: "";
        left: -3px;
        top: 3px;
        height: 1px;
        width: 7px;
        background: #333; }

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
      display: inline-block;
      position: relative;
      height: 7px;
      width: 1px;
      background: #333; }

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
        position: absolute;
        content: "";
        left: -3px;
        top: 3px;
        height: 1px;
        width: 7px;
        background: #333; }

.tabulator {
  border: none;
  background-color: #fff;
  width: 100%;
  max-width: 100%; }

.tabulator input, .tabulator textarea {
    font: inherit; }

.tabulator .tabulator-header {
    color: inherit; }

.tabulator .tabulator-header .tabulator-col {
      border-right: none; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
        padding: 10px; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
          right: 0px; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
            border: none !important;
            width: auto;
            height: auto; }

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow:before {
              display: inline-block;
              vertical-align: middle;
              content: '\f107';
              font-weight: 900;
              font-family: 'FontAwesome'; }

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
        border-top: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
        padding-right: 10px; }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
        border: none;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
        border: none;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
        border: none;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }

.tabulator .tabulator-header .tabulator-col.tabulator-vertical-divider {
        border-right: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-header .tabulator-col.tabulator-vertical-divider:last-of-type {
          border-right: 0; }

.tabulator .tabulator-header .tabulator-calcs-holder {
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
      min-width: 600%; }

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
        display: none; }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
      border-right: none; }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
      border-left: none; }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left-divider {
      border-right: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right-divider {
      border-left: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-tableholder .tabulator-table {
    color: inherit; }

.tabulator .tabulator-tableholder .tabulator-placeholder span {
    color: currentColor;
    font-size: 14px;
    font-weight: normal;
    white-space: normal; }

.tabulator .tabulator-footer {
    border-top: none;
    background-color: transparent;
    color: inherit; }

.tabulator .tabulator-footer .tabulator-paginator {
      color: inherit; }

.tabulator .tabulator-footer .tabulator-page {
      margin: 0;
      margin-top: 5px;
      padding: 8px 12px;
      border-radius: 0;
      border-right: none;
      background: rgba(255, 255, 255, 0.2); }

.tabulator .tabulator-footer .tabulator-page[data-page="next"], .tabulator .tabulator-footer .tabulator-page:first-of-type {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }

.tabulator .tabulator-footer .tabulator-page[data-page="prev"], .tabulator .tabulator-footer .tabulator-page:last-of-type {
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }

.tabulator .tabulator-footer .tabulator-page.active {
        color: #ee6e73; }

.tabulator .tabulator-footer .tabulator-calcs-holder {
      border-bottom: none;
      border-top: none; }

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
        background-color: #DBEEFF !important;
        color: #555 !important; }

.tabulator .tabulator-loader {
    background: rgba(0, 0, 0, 0.2); }

.tabulator .tabulator-col-resize-handle {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0; }

.tabulator .tabulator-col-resize-handle:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100%; }

.tabulator.striped .tabulator-row:nth-child(even), .tabulator--striped .tabulator-row:nth-child(even) {
    background-color: #F4F8FF; }

.tabulator.striped .tabulator-row:nth-child(even).tabulator-selected, .tabulator--striped .tabulator-row:nth-child(even).tabulator-selected {
      background-color: #1E88E5 !important; }

.tabulator.striped .tabulator-row:nth-child(even).tabulator-selectable:hover, .tabulator--striped .tabulator-row:nth-child(even).tabulator-selectable:hover {
      background-color: #DBEEFF;
      cursor: pointer; }

.tabulator.striped .tabulator-row:nth-child(even).tabulator-selected:hover, .tabulator--striped .tabulator-row:nth-child(even).tabulator-selected:hover {
      background-color: #548DED !important;
      cursor: pointer; }

.tabulator.striped .tabulator-row:nth-child(even) .tabulator-col-resize-handle:before, .tabulator--striped .tabulator-row:nth-child(even) .tabulator-col-resize-handle:before {
      background-color: #DBEEFF; }

.tabulator.striped .tabulator-row.tabulator-tree-level-0, .tabulator--striped .tabulator-row.tabulator-tree-level-0 {
    background-color: #DBEEFF; }

.tabulator.striped .tabulator-row.tabulator-tree-level-0.tabulator-selectable:hover, .tabulator--striped .tabulator-row.tabulator-tree-level-0.tabulator-selectable:hover {
      background-color: #548DED; }

.tabulator.striped .tabulator-row.tabulator-tree-level-0.tabulator-selected, .tabulator--striped .tabulator-row.tabulator-tree-level-0.tabulator-selected {
      background-color: #1E88E5;
      color: #fff; }

.tabulator.striped .tabulator-row.tabulator-tree-level-0:nth-child(even), .tabulator--striped .tabulator-row.tabulator-tree-level-0:nth-child(even) {
      background-color: #F4F8FF; }

.tabulator.striped .tabulator-row.tabulator-tree-level-0:nth-child(even).tabulator-selectable:hover, .tabulator--striped .tabulator-row.tabulator-tree-level-0:nth-child(even).tabulator-selectable:hover {
        background-color: #548DED;
        color: #fff; }

.tabulator.striped .tabulator-row.tabulator-tree-level-0:nth-child(even).tabulator-selected, .tabulator--striped .tabulator-row.tabulator-tree-level-0:nth-child(even).tabulator-selected {
        background-color: #1E88E5;
        color: #fff; }

.tabulator.striped .tabulator-row.tabulator-tree-level-0:nth-child(even).tabulator-selected:hover, .tabulator--striped .tabulator-row.tabulator-tree-level-0:nth-child(even).tabulator-selected:hover {
          background-color: #548DED; }

.tabulator--font-sm {
    font-size: 13px; }

.tabulator--font-md {
    font-size: 15px; }

.tabulator--font-lg {
    font-size: 17px; }

.tabulator--font-xl {
    font-size: 19px; }

.tabulator--indicator {
    max-width: 350px; }

.tabulator--indicator .tabulator-header {
      border: none; }

.tabulator--indicator .tabulator-header .tabulator-col {
        border: 1px solid  transparent; }

.tabulator--indicator .tabulator-header .tabulator-col .tabulator-col-content {
          padding: 0; }

.tabulator--indicator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder .tabulator-col-title {
            height: 34px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }

.tabulator--indicator .tabulator-header .tabulator-col.tabulator-moving {
          position: absolute;
          background: #fff;
          pointer-events: none; }

.tabulator--indicator .tabulator-tableholder {
      display: none; }

.tabulator--pl-10 {
    padding-left: 10px; }

.tabulator-row {
  min-height: 33px;
  border-bottom: none; }

.tabulator-row .tabulator-col-resize-handle:before {
    background-color: #F4F8FF; }

.tabulator-row.tabulator-row-even {
    background-color: transparent; }

.tabulator-row.highlight {
    background: #DBEEFF; }

.tabulator-row.tabulator-selected {
    background-color: #1E88E5;
    color: #fff;
    position: relative; }

.tabulator-row.tabulator-selected a {
      color: inherit; }

.tabulator-row.tabulator-selected .tabulator-cell .tabulator-data-tree-branch {
      border-color: inherit; }

.tabulator-row.tabulator-selected .tabulator-cell .tabulator-responsive-collapse-toggle {
      background-color: #fff;
      color: #1E88E5; }

.tabulator-row.tabulator-selected .tabulator-cell .tabulator-responsive-collapse-toggle svg {
        stroke: #1E88E5; }

.tabulator-row.tabulator-selected .tabulator-col-resize-handle:before {
      background-color: transparent !important; }

.tabulator-row.tabulator-tree-level-0 {
    background-color: #DBEEFF; }

.tabulator-row.tabulator-tree-level-0.tabulator-selectable:hover {
      background-color: #1E88E5;
      color: #fff; }

.tabulator-row.tabulator-tree-level-0.tabulator-selectable:hover .tabulator-cell .tabulator-responsive-collapse-toggle {
        background-color: #fff;
        color: #1E88E5; }

.tabulator-row.tabulator-tree-level-0.tabulator-selectable:hover .tabulator-cell .tabulator-responsive-collapse-toggle svg {
          stroke: #1E88E5; }

.tabulator-row.tabulator-tree-level-0.tabulator-selected {
      background-color: #1E88E5;
      color: #fff; }

.tabulator-row.tabulator-tree-level-0.tabulator-selected:hover {
        background-color: #548DED; }

.tabulator-row .tabulator-cell {
    padding: 10px;
    border-right: none; }

.tabulator-row .tabulator-cell:last-of-type {
      border-right: none; }

.tabulator-row .tabulator-cell.highlight {
      background: #DBEEFF;
      color: #465154; }

.tabulator-row .tabulator-cell.tabulator-editing {
      border: 1px solid #ee6e73;
      outline: none;
      padding: 0; }

.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select, .tabulator-row .tabulator-cell.tabulator-editing textarea {
        border: 1px solid #b3b3b3;
        background: #fff; }

.tabulator-row .tabulator-cell.tabulator-editing input:hover, .tabulator-row .tabulator-cell.tabulator-editing input:focus, .tabulator-row .tabulator-cell.tabulator-editing select:hover, .tabulator-row .tabulator-cell.tabulator-editing select:focus, .tabulator-row .tabulator-cell.tabulator-editing textarea:hover, .tabulator-row .tabulator-cell.tabulator-editing textarea:focus {
          outline: 0;
          border-color: #548DED; }

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
      border-left: 1px solid #1E88E5;
      border-bottom: 1px solid #1E88E5; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
      border: 1px solid #1E88E5;
      background: white; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
        background: rgba(255, 255, 255, 0.7); }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
        background: transparent; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
          background: #1E88E5; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
        background: #1E88E5; }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
          background: #1E88E5; }

.tabulator-row .tabulator-cell.tabulator-vertical-divider {
      border-right: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-cell.tabulator-vertical-divider:last-of-type {
        border-right: 0; }

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
      border-right: none; }

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
      border-left: none; }

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left-divider {
      border-right: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right-divider {
      border-left: 1px solid rgba(0, 0, 0, 0.2); }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 32px;
      height: 32px;
      background-color: #1E88E5;
      color: #fff; }

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
        width: 24px;
        height: 24px;
        stroke: #fff; }

.tabulator-row .tabulator-cell.tabulator-row-handle {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.tabulator-row.tabulator-group {
    background: #fafafa; }

.tabulator-row.tabulator-group span {
      margin-left: 10px;
      color: #666; }

.tabulator-row .tabulator-responsive-collapse:first-child {
    max-width: 50%; }

.tabulator-row .tabulator-responsive-collapse table {
    width: 100%; }

.tabulator-row .tabulator-responsive-collapse table tr td {
      text-overflow: ellipsis;
      overflow: hidden; }

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
        width: 130px; }

.tabulator-edit-select-list {
  background: #fff; }

.tabulator-edit-select-list .tabulator-edit-select-list-item {
    color: inherit; }

.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
      color: #fff; }

.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
        outline: 1px solid rgba(255, 255, 255, 0.5); }

.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
      color: #fff; }

.tabulator-edit-select-list .tabulator-edit-select-list-notice {
    color: inherit; }

.tabulator-edit-select-list .tabulator-edit-select-list-group {
    color: inherit; }

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  border-left: none;
  border-right: none; }

.tabulator-print-table .tabulator-print-table-group {
  background: #fafafa; }

.tabulator-print-table .tabulator-print-table-group span {
    margin-left: 10px;
    color: #666; }

.tabulator-print-table .tabulator-data-tree-control {
  border: 1px solid #ccc; }

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
    background: #ccc; }

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
    background: #ccc; }

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
      background: #ccc; }

.tabulator-menu {
  background: #fff;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
          box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.3);
  font-weight: 600;
  font-size: 15px; }

.tabulator-menu .tabulator-menu-item {
    padding: 0; }

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
      opacity: 0.5;
      cursor: not-allowed; }

.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
      background: #DBEEFF; }

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
      padding-right: 25px; }

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
        display: inline-block;
        position: absolute;
        border: none;
        top: 50%;
        right: 15px;
        margin-top: -9px;
        width: auto;
        height: auto;
        content: '\f107';
        font-weight: 900;
        font-family: 'FontAwesome';
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }

.tabulator-menu .tabulator-menu-item__wrap {
      position: relative;
      max-width: 270px;
      padding: 7px 20px 7px 20px; }

.tabulator-menu .tabulator-menu-item__wrap .fa,
      .tabulator-menu .tabulator-menu-item__wrap .far,
      .tabulator-menu .tabulator-menu-item__wrap .fas {
        position: absolute;
        top: 50%;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.tabulator-menu .tabulator-menu-item__wrap--icon {
        padding: 7px 20px 7px 40px; }

.tabulator-menu .tabulator-menu-item__wrap--icon .fa,
        .tabulator-menu .tabulator-menu-item__wrap--icon .far,
        .tabulator-menu .tabulator-menu-item__wrap--icon .fas {
          position: absolute;
          top: 50%;
          left: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }

.tabulator-menu .tabulator-menu-item__title {
      padding: 7px 20px 7px 20px;
      text-align: center;
      background: #1E88E5;
      color: #fff; }

.tabulator-menu .tabulator-menu-separator {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }

.checkbox-row-select {
  display: inline-block; }

.ui-mobile .checkbox-row-select {
    margin: 0 !important; }

.checkbox-row-select__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }

.checkbox-row-select__icon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px; }

.checkbox-row-select__icon:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      font-family: 'FontAwesome';
      color: #1E88E5;
      background-color: #fff; }

input:checked ~ .checkbox-row-select__icon:after {
        content: '\f00c'; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection {
    outline: 0; }

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 48px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 14px;
      padding-right: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }

.select2-container .select2-search--inline {
    float: left; }

.select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 7px;
      padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-container--sm {
    font-size: 14px; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 11000; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default {
  font-size: 14px; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px; }

.select2-container--default .select2-selection--single:hover {
      border: 1px solid #1E88E5; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
      color: currentColor;
      line-height: 46px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: currentColor; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 46px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -5px;
        border: solid currentColor;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

.select2-container--default.select2-container--disabled .select2-selection--single {
    color: #999; }

.select2-container--default.select2-container--disabled .select2-selection--single:hover {
      border-color: #999; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }

.select2-container--default.select2-container--open {
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      margin-top: -1px;
      border-width: 2px 0 0 2px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }

.select2-container--default .select2-selection--multiple:hover {
      border: 1px solid #1E88E5; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px;
      padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #1E88E5 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    color: #999; }

.select2-container--default.select2-container--disabled .select2-selection--multiple:hover {
      border-color: #999; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple {
    color: #999;
    border-color: #999; }

.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple:hover {
      border-color: #999; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: textfield;
    outline: none; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 150px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true]:not(.select2-results__option--load-more) {
    color: #999;
    display: none; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #DBEEFF; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1E88E5;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: currentColor; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #b3b3b3;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #b3b3b3;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #b3b3b3;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 150px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* required styles */

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-pane > svg, .leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
  background: transparent; }

.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important; }

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0; }

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
      -ms-touch-action: none;
      touch-action: none; }

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

svg.leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none; }

.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */

.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab; }

.leaflet-crosshair {
  cursor: crosshair; }

.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair; }

.leaflet-popup-pane, .leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.leaflet-dragging .leaflet-grab .leaflet-interactive {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline-offset: 1px; }

.leaflet-container a {
    color: #0078A8; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */

.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

/* general toolbar styles */

.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block; }

.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }

/* zoom control */

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */

.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(../img/ui-leaflet/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../img/ui-leaflet/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list {
  display: none; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block;
  font-size: 13px; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */

.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(../img/ui-leaflet/marker-icon.png); }

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0; }

.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
    text-decoration: underline; }

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff; }

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
      border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none; }

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  min-height: 1px; }

.leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858; }

.leaflet-popup-scrolled {
  overflow: auto; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto; }

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

/* Printing */

.leaflet-bar a,
.leaflet-bar a:hover {
  color: #465154; }

/* general typography */

.leaflet-container {
  font: 12px/1.5 "Open Sans", sans-serif; }

.leaflet-container a.leaflet-popup-close-button {
    width: 22px;
    height: 22px;
    border-radius: 12px; }

.leaflet-container .leaflet-popup--textarea a.leaflet-popup-close-button {
    background-color: #fff; }

.leaflet-popup-content {
  margin: 10px; }

.leaflet-marker-pane .layer-text-label {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.7; }

@media (min-width: 768px) {
    .fancybox-slide--lvl2 {
      padding-left: 120px;
      padding-right: 120px; } }

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@media (hover: hover) and (pointer: fine) {
        .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
          cursor: pointer;
          background-color: #e6e6e6; }
          .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
            cursor: pointer;
            border-bottom: 6px solid #555; }
          .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
            cursor: pointer;
            border-bottom: 6px solid #555; }
          .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
            cursor: pointer;
            border-top: 6px solid #555; }
        .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
          cursor: pointer;
          background: rgba(0, 0, 0, 0.2);
          color: #fff; }
      .tabulator .tabulator-col-resize-handle:hover {
        cursor: ew-resize; }
    .tabulator-row.tabulator-selectable:hover {
      background-color: #DBEEFF;
      cursor: pointer; }
    .tabulator-row.tabulator-selected:hover {
      background-color: #548DED;
      cursor: pointer; }
      .tabulator-row .tabulator-row-resize-handle:hover {
        cursor: ns-resize; }
        .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
          cursor: pointer;
          background: rgba(0, 0, 0, 0.2); }
        .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
          opacity: .7;
          cursor: pointer; }
      .tabulator-row.tabulator-group:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1); }
    .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
      cursor: pointer;
      background: #F4F8FF; }
      .tabulator-edit-list .tabulator-edit-list-item:hover {
        cursor: pointer;
        color: #fff;
        background: #ee6e73; }
      .tabulator-print-table .tabulator-print-table-group:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1); }
      .tabulator-print-table .tabulator-data-tree-control:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2); } }

@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }
/*# sourceMappingURL=libs-mobile.css.map */
