@charset "UTF-8";
/*!
 * App CSS
 * Copyright 2019 Absolute srl
 */
.anm-fade-in {
  animation: fade-in 1s infinite linear;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.abs-bgcolor-inherit {
  background-color: inherit;
}

.abs-no-border {
  border: none;
}

.abs-border-no-radius {
  border-radius: 0;
}

.abs-clear-both {
  clear: both;
}

.abs-clear-left {
  clear: left;
}

.abs-clear-none {
  clear: none;
}

.abs-clear-right {
  clear: right;
}

.abs-cursor-pointer {
  cursor: pointer;
}

.abs-cursor-base {
  cursor: default;
}

.abs-cursor-inherit {
  cursor: inherit;
}

.abs-cursor-none {
  cursor: none !important;
}

.abs-no-link {
  color: inherit;
}

.abs-list-unstyled > li {
  list-style: none;
}

.abs-overflow-x-auto {
  overflow-x: auto;
}

.abs-overflow-x-scroll {
  overflow-x: scroll;
}

.abs-overflow-x-hidden {
  overflow-x: hidden;
}

.abs-overflow-y-auto {
  overflow-y: auto;
}

.abs-overflow-y-hidden {
  overflow-y: hidden;
}

.abs-overflow-y-scroll {
  overflow-y: scroll;
}

.abs-position-inherit {
  position: inherit;
}

.abs-resize-both {
  resize: both;
}

.abs-resize-none {
  resize: none;
}

.abs-resize-horizontal {
  resize: horizontal;
}

.abs-resize-vertical {
  resize: vertical;
}

.abs-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.abs-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.abs-rotate-135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.abs-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.abs-rotate-225 {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.abs-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.abs-minimum-cell-width {
  width: 1%;
}

.text-size-base {
  font-size: 0.8rem;
}

.text-size-xxs {
  font-size: 0.56rem;
}

.text-size-xs {
  font-size: 0.6125rem;
}

.text-size-sm {
  font-size: 0.7rem;
}

.text-size-md {
  font-size: 0.88rem;
}

.text-size-lg {
  font-size: 1rem;
}

.text-size-xl {
  font-size: 1.2rem;
}

.text-size-xxl {
  font-size: 1.3rem;
}

.text-underline {
  text-decoration: underline;
}

.text-normal {
  font-style: normal;
}

.text-line-through {
  text-decoration: line-through;
}

.abs-width-p100 {
  width: 100%;
}

.abs-height-p100 {
  height: 100%;
}

.abs-pull-left-important {
  float: left !important;
}

.abs-word-break-break-all {
  word-break: break-all;
}

.abs-word-break-normal {
  word-break: normal;
}

.abs-word-break-break-word {
  word-break: break-word;
}

.abs-reverse-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: "FlipH";
  -ms-filter: "FlipH";
}

.abs-pre-wrap {
  white-space: pre-wrap;
}

.text-bold {
  font-weight: bold;
}

.abs-margin-top-negative-10 {
  margin-top: -10px;
}

@media print {
  .abs-no-print {
    display: none;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/static/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/static/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/static/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/static/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/static/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/static/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.8571428571em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.icon-pull-left {
  float: left;
}

.icon-pull-right {
  float: right;
}

.icon.icon-pull-left {
  margin-right: 0.3em;
}
.icon.icon-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before,
.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}

.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: "\f1d0";
}

.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-intersex:before,
.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-battery-4:before,
.icon-battery:before,
.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-edge:before {
  content: "\f282";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-usb:before {
  content: "\f287";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-wheelchair-alt:before {
  content: "\f29b";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-blind:before {
  content: "\f29d";
}

.icon-audio-description:before {
  content: "\f29e";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-braille:before {
  content: "\f2a1";
}

.icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: "\f2a4";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-signing:before,
.icon-sign-language:before {
  content: "\f2a7";
}

.icon-low-vision:before {
  content: "\f2a8";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "\f2b3";
}

.icon-fa:before,
.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-vcard:before,
.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard-o:before,
.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before,
.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before,
.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer-4:before,
.icon-thermometer:before,
.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-3:before,
.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-thermometer-2:before,
.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-1:before,
.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-0:before,
.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bathtub:before,
.icon-s15:before,
.icon-bath:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before,
.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before,
.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/static/fonts/material-icons/MaterialIcons-Regular.woff2) format("woff2"), url(/static/fonts/material-icons/MaterialIcons-Regular.woff) format("woff"), url(/static/fonts/material-icons/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: text-bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Rules for sizing the icon. */
.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-16 {
  font-size: 16px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-20 {
  font-size: 20px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*
* Scss file to override the base layout libs
* add css here only to alter lib base behavior
*/
.dropdown-menu > li > a {
  color: white;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
}
.input-group .rw-datetime-picker.rw-widget, .input-group .uisp-input-wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.rw-widget-container {
  padding: 5px;
}

.abs-input-bline, .form-control.abs-input-bline {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #adb5bd;
  height: 31px;
}
.abs-input-bline:hover:not(:disabled), .abs-input-bline:focus:not(:disabled), .form-control.abs-input-bline:hover:not(:disabled), .form-control.abs-input-bline:focus:not(:disabled) {
  border-bottom: 1px solid #ADADAD;
}
.abs-input-bline[readonly], .abs-input-bline[disabled], .form-control.abs-input-bline[readonly], .form-control.abs-input-bline[disabled] {
  background-color: inherit;
  cursor: not-allowed;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: white;
  box-shadow: 0px 2px 4px white;
}

.is-invalid.abs-input-bline, .is-invalid.form-control.abs-input-bline, .form-control.abs-input-bline .is-invalid.rw-input, .form-control.abs-input-bline .is-invalid.rw-filter-input, .form-control.abs-input-bline .is-invalid.rw-dropdown-list-autofill {
  border-color: #dc3545;
}

.abs-customselect > select {
  border-bottom: 1px solid #EEEEEE !important;
}
.abs-customselect > select:hover:not(:disabled) {
  border-bottom: 1px solid #ADADAD !important;
}

.abs-customselect.abs-customselect-error {
  box-shadow: none;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

select.abs-cdropdown-default, select.abs-cdropdown > option[value=""] {
  color: #a0a0a0;
}

select.abs-cdropdown-default > option {
  color: #495057;
}

.abs-mgm-btn {
  padding: 0;
  border: 0;
  background: none;
}

.bg-default {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 8px -1px #adb5bd;
}

.notification-message {
  font-size: 16px;
}

.abs-cell-1 {
  width: calc(8.3333333333% * 1);
}

.abs-cell-2 {
  width: calc(8.3333333333% * 2);
}

.abs-cell-3 {
  width: calc(8.3333333333% * 3);
}

.abs-cell-4 {
  width: calc(8.3333333333% * 4);
}

.abs-cell-5 {
  width: calc(8.3333333333% * 5);
}

.abs-cell-6 {
  width: calc(8.3333333333% * 6);
}

.abs-cell-7 {
  width: calc(8.3333333333% * 7);
}

.abs-cell-8 {
  width: calc(8.3333333333% * 8);
}

.abs-cell-9 {
  width: calc(8.3333333333% * 9);
}

.abs-cell-10 {
  width: calc(8.3333333333% * 10);
}

.abs-cell-11 {
  width: calc(8.3333333333% * 11);
}

.abs-cell-12 {
  width: calc(8.3333333333% * 12);
}

.abs-required-password-modal {
  top: 10%;
  left: 20%;
  right: 20%;
  bottom: auto;
}

.rw-btn,
.rw-input-reset,
.rw-input,
.rw-filter-input,
.rw-dropdown-list-autofill {
  color: inherit;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background: none;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.rw-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

select.rw-input, select.rw-filter-input, select.rw-dropdown-list-autofill {
  text-transform: none;
}

html input[type=button].rw-input, html input[type=button].rw-filter-input, html input[type=button].rw-dropdown-list-autofill {
  -webkit-appearance: button;
  cursor: pointer;
}

textarea.rw-input, textarea.rw-filter-input, textarea.rw-dropdown-list-autofill {
  overflow: auto;
  resize: vertical;
}

button[disabled].rw-input, button[disabled].rw-filter-input, button[disabled].rw-dropdown-list-autofill,
fieldset[disabled] .rw-input,
fieldset[disabled] .rw-filter-input,
fieldset[disabled] .rw-dropdown-list-autofill,
html input[disabled].rw-input,
html input[disabled].rw-filter-input,
html input[disabled].rw-dropdown-list-autofill {
  cursor: not-allowed;
}

button.rw-input::-moz-focus-inner, button.rw-filter-input::-moz-focus-inner, button.rw-dropdown-list-autofill::-moz-focus-inner,
input.rw-input::-moz-focus-inner,
input.rw-filter-input::-moz-focus-inner,
input.rw-dropdown-list-autofill::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* -------------- */
@font-face {
  font-family: "RwWidgets";
  font-weight: normal;
  font-style: normal;
  src: url("/static/fonts/react-widgets/rw-widgets.eot?v=4.1.0");
  src: url("/static/fonts/react-widgets/rw-widgets.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/static/fonts/react-widgets/rw-widgets.woff?v=4.1.0") format("woff"), url("/static/fonts/react-widgets/rw-widgets.ttf?v=4.1.0") format("truetype"), url("/static/fonts/react-widgets/rw-widgets.svg?v=4.1.0#fontawesomeregular") format("svg");
}
.rw-i {
  display: inline-block;
  color: inherit;
  font-family: RwWidgets;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.rw-i-caret-down:before {
  content: "\e803";
}

.rw-i-caret-up:before {
  content: "\e800";
}

.rw-i-chevron-left:before {
  content: "\f104";
}

.rw-i-chevron-right:before {
  content: "\f105";
}

.rw-i-clock-o:before {
  content: "\e805";
}

.rw-i-calendar:before {
  content: "\e804";
}

.rw-i-search:before {
  content: "\e801";
}

.rw-btn {
  position: relative;
  color: #333333;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
}
.rw-state-readonly .rw-btn, .rw-state-disabled .rw-btn {
  cursor: not-allowed;
}

.rw-btn-select {
  opacity: 0.75;
  transition: opacity 150ms ease-in;
}
.rw-btn-select:hover, .rw-state-focus .rw-btn-select, :hover > .rw-btn-select {
  opacity: 1;
}

.rw-btn-primary {
  width: 100%;
  white-space: normal;
  line-height: 2em;
}
.rw-btn-primary:hover {
  background-color: #e6e6e6;
}

.rw-btn-select[disabled],
.rw-btn-primary[disabled],
fieldset[disabled] .rw-btn-select,
fieldset[disabled] .rw-btn-primary {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}

/* for debugging */
@keyframes react-widgets-autofill-start {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes react-widgets-autofill-cancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
.rw-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rw-widget {
  background-clip: border-box;
  border: none;
  color: #333333;
  font-size: 1em;
  font-family: inherit;
  outline: none;
  position: relative;
}
.rw-widget, .rw-widget * {
  box-sizing: border-box;
}
.rw-widget:before, .rw-widget *:before, .rw-widget:after, .rw-widget *:after {
  box-sizing: border-box;
}
.rw-widget > .rw-widget-container {
  width: 100%;
  margin: 0;
}

.rw-widget-container {
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 4px;
}
.rw-widget-container.rw-state-focus, .rw-widget-container.rw-state-focus:hover, .rw-state-focus > .rw-widget-container, .rw-state-focus > .rw-widget-container:hover {
  background-color: #fff;
  border-color: #66afe9;
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 71, 0.25);
}
.rw-widget-container.rw-state-readonly, .rw-state-readonly > .rw-widget-container {
  cursor: not-allowed;
}
.rw-widget-container.rw-state-disabled, .rw-widget-container.rw-state-disabled:hover, .rw-widget-container.rw-state-disabled:active, .rw-state-disabled > .rw-widget-container, .rw-state-disabled > .rw-widget-container:hover, .rw-state-disabled > .rw-widget-container:active, fieldset[disabled] .rw-widget-container, fieldset[disabled] .rw-widget-container:hover, fieldset[disabled] .rw-widget-container:active {
  box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.rw-widget-picker {
  position: relative;
  overflow: hidden;
  border-collapse: separate;
  display: inline-table;
  height: 2.429em;
}
.rw-widget-picker > * {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  display: table-cell;
}
.rw-widget-picker > .rw-select {
  width: 1%;
  white-space: nowrap;
}
.rw-open > .rw-widget-picker {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rw-open-up > .rw-widget-picker {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
fieldset[disabled] .rw-widget-picker, .rw-state-disabled > .rw-widget-picker {
  background-color: #eeeeee;
}

.rw-multiselect > .rw-widget-picker {
  height: auto;
}

.rw-select {
  cursor: pointer;
}
.rw-select > * {
  width: 1.9em;
  height: 100%;
}
.rw-state-readonly .rw-select, .rw-state-disabled .rw-select {
  cursor: not-allowed;
}

.rw-select-bordered {
  cursor: pointer;
  border: none;
  border-left: #ccc 1px solid;
}
.rw-select-bordered:hover, .rw-select-bordered:active {
  background-color: #e6e6e6;
}
.rw-select-bordered:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rw-state-disabled .rw-select-bordered, .rw-state-disabled .rw-select-bordered:hover, .rw-state-disabled .rw-select-bordered:active, .rw-state-readonly .rw-select-bordered, .rw-state-readonly .rw-select-bordered:hover, .rw-state-readonly .rw-select-bordered:active, fieldset[disabled] .rw-select-bordered, fieldset[disabled] .rw-select-bordered:hover, fieldset[disabled] .rw-select-bordered:active {
  cursor: not-allowed;
  background-color: inherit;
  background-image: none;
  box-shadow: none;
}
.rw-rtl .rw-select-bordered {
  border-right: #ccc 1px solid;
  border-left: none;
}

.rw-rtl {
  direction: rtl;
}

.rw-input-reset, .rw-input, .rw-filter-input, .rw-dropdown-list-autofill {
  outline: 0;
}
.rw-input-reset::-moz-placeholder, .rw-input::-moz-placeholder, .rw-filter-input::-moz-placeholder, .rw-dropdown-list-autofill::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.rw-input-reset:-ms-input-placeholder, .rw-input:-ms-input-placeholder, .rw-filter-input:-ms-input-placeholder, .rw-dropdown-list-autofill:-ms-input-placeholder {
  color: #999;
}
.rw-input-reset::-webkit-input-placeholder, .rw-input::-webkit-input-placeholder, .rw-filter-input::-webkit-input-placeholder, .rw-dropdown-list-autofill::-webkit-input-placeholder {
  color: #999;
}

.rw-input, .rw-filter-input, .rw-dropdown-list-autofill {
  color: #495057;
  padding: 0 0.857em;
  background-color: #fff;
}
.rw-input[type=text]::-ms-clear, [type=text].rw-filter-input::-ms-clear, [type=text].rw-dropdown-list-autofill::-ms-clear {
  display: none;
}
.rw-input[disabled], [disabled].rw-filter-input, [disabled].rw-dropdown-list-autofill, fieldset[disabled] .rw-input, fieldset[disabled] .rw-filter-input, fieldset[disabled] .rw-dropdown-list-autofill {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  background-color: #eeeeee;
  border-color: #ccc;
}
.rw-input[readonly], [readonly].rw-filter-input, [readonly].rw-dropdown-list-autofill {
  cursor: not-allowed;
}

.rw-i.rw-loading {
  display: block;
  background: url("/static/images/react-widgets/loading.gif") no-repeat center;
  min-width: 16px;
  width: 1.9em;
  height: 16px;
}
.rw-i.rw-loading:before {
  content: "";
}

.rw-placeholder {
  color: #999;
}

.rw-detect-autofill:-webkit-autofill {
  animation-name: react-widgets-autofill-start;
  transition: background-color 50000s ease-in-out 0s;
}
.rw-detect-autofill:not(:-webkit-autofill) {
  animation-name: react-widgets-autofill-cancel;
}

.rw-webkit-autofill .rw-widget-container,
.rw-input:-webkit-autofill,
.rw-filter-input:-webkit-autofill,
.rw-dropdown-list-autofill:-webkit-autofill {
  background-color: rgb(250, 255, 189) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

.rw-widget-input, .rw-filter-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.rw-widget-input.rw-state-focus, .rw-state-focus.rw-filter-input {
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 71, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.rw-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  outline: 0;
  overflow: auto;
  max-height: 200px;
}

.rw-list-option {
  user-select: none;
  color: #333333;
  cursor: pointer;
  border: 1px solid transparent;
}
.rw-list-option.rw-state-focus, .rw-list-option.rw-state-focus:hover {
  background-color: transparent;
  border-color: #66afe9;
  color: #333333;
}
.rw-list-option:hover, .rw-list-option:hover.rw-state-focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #333333;
}
.rw-list-option.rw-state-selected, .rw-list-option.rw-state-selected:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: white;
}
fieldset[disabled] .rw-list-option, .rw-list-option.rw-state-disabled, .rw-list-option.rw-state-readonly {
  box-shadow: none;
  cursor: not-allowed;
  color: #999999;
  opacity: 0.7;
}
fieldset[disabled] .rw-list-option:hover, .rw-list-option.rw-state-disabled:hover, .rw-list-option.rw-state-readonly:hover {
  background: none;
  border-color: transparent;
}

.rw-list-empty,
.rw-list-option,
.rw-list-optgroup {
  padding: 0.143em 0.75em;
  outline: 0;
}

.rw-list-optgroup {
  font-weight: bold;
  padding-top: 7px;
}

.rw-list-option-create {
  border-top: 1px #ccc solid;
}

.rw-dropdown-list-autofill {
  padding: 0;
}

.rw-dropdown-list-input {
  background-color: transparent;
  vertical-align: middle;
  padding-right: 0;
  /* ellipsis */
}
.rw-dropdown-list-input {
  max-width: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rw-rtl .rw-dropdown-list-input {
  padding-right: 0.857em;
  padding-left: 0;
}

.rw-filter-input {
  position: relative;
  margin: 4px;
  padding-right: 0;
}
.rw-filter-input .rw-rtl {
  padding-right: 0.857em;
  padding-left: 0;
}
.rw-filter-input .rw-select,
.rw-filter-input .rw-btn {
  opacity: 0.75;
  cursor: text;
}
.rw-filter-input > .rw-select, .rw-filter-input > .rw-select:active, .rw-filter-input > .rw-select:hover {
  background: none;
  cursor: initial;
  box-shadow: none;
}

.rw-number-picker .rw-btn {
  cursor: pointer;
  height: calc(1.2145em - 1px);
  /** ie8 fallback **/
  margin-top: -1px\9 ;
  height: 1.2145em\9 ;
  /** --- **/
  line-height: 1.2145em;
  line-height: calc(1.2145em - 1px);
  display: block;
  border: none;
}
.rw-number-picker .rw-btn:hover, .rw-number-picker .rw-btn:active {
  background-color: #e6e6e6;
}
.rw-number-picker .rw-btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rw-state-disabled .rw-number-picker .rw-btn, .rw-state-disabled .rw-number-picker .rw-btn:hover, .rw-state-disabled .rw-number-picker .rw-btn:active, .rw-state-readonly .rw-number-picker .rw-btn, .rw-state-readonly .rw-number-picker .rw-btn:hover, .rw-state-readonly .rw-number-picker .rw-btn:active, fieldset[disabled] .rw-number-picker .rw-btn, fieldset[disabled] .rw-number-picker .rw-btn:hover, fieldset[disabled] .rw-number-picker .rw-btn:active {
  cursor: not-allowed;
  background-color: inherit;
  background-image: none;
  box-shadow: none;
}
.rw-number-picker .rw-select {
  vertical-align: middle;
}
.rw-number-picker .rw-select, .rw-number-picker .rw-select:hover, .rw-number-picker .rw-select:active {
  box-shadow: none;
}

.rw-calendar-popup {
  right: auto;
  min-width: 0;
  width: 18em;
}

.rw-calendar {
  border-radius: 4px;
  background-color: #fff;
  border: #ccc 1px solid;
  overflow: hidden;
}
.rw-calendar.rw-popup {
  border-color: #ccc;
}

.rw-calendar-now {
  font-weight: bold;
}

.rw-calendar-btn-left,
.rw-calendar-btn-right {
  width: 12.5%;
}

.rw-calendar-btn-view {
  width: 75%;
}

.rw-calendar-footer {
  border-top: 1px solid #ccc;
}

.rw-calendar-grid {
  outline: none;
  height: 200/14em;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
}

.rw-head-cell {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0.25em;
}

.rw-cell {
  color: #333333;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.25em;
}
.rw-cell:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #333333;
}
.rw-cell.rw-state-focus, .rw-cell.rw-state-focus:hover {
  background-color: transparent;
  border-color: #66afe9;
  color: #333333;
}
.rw-cell.rw-state-selected, .rw-cell.rw-state-selected:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: white;
}
.rw-cell.rw-state-disabled {
  color: #999999;
  opacity: 0.7;
}
.rw-cell.rw-state-disabled:hover {
  background: none;
  border-color: transparent;
}
.rw-calendar-month .rw-cell {
  text-align: center;
}

.rw-cell-off-range {
  color: #999999;
}

.rw-calendar-transition-group {
  position: relative;
}

.rw-calendar-transition {
  transition: transform 300ms;
  overflow: hidden;
}

.rw-calendar-transition-top {
  transform: translateY(-100%);
}

.rw-calendar-transition-bottom {
  transform: translateY(100%);
}

.rw-calendar-transition-right {
  transform: translateX(-100%);
}

.rw-calendar-transition-left {
  transform: translateX(100%);
}

.rw-calendar-transition-entering.rw-calendar-transition-top, .rw-calendar-transition-entering.rw-calendar-transition-bottom,
.rw-calendar-transition-entered.rw-calendar-transition-top,
.rw-calendar-transition-entered.rw-calendar-transition-bottom {
  transform: translateY(0);
}
.rw-calendar-transition-entering.rw-calendar-transition-right, .rw-calendar-transition-entering.rw-calendar-transition-left,
.rw-calendar-transition-entered.rw-calendar-transition-right,
.rw-calendar-transition-entered.rw-calendar-transition-left {
  transform: translateX(0);
}

.rw-calendar-transition-exiting.rw-calendar-transition-top {
  transform: translateY(100%);
}
.rw-calendar-transition-exiting.rw-calendar-transition-bottom {
  transform: translateY(-100%);
}
.rw-calendar-transition-exiting.rw-calendar-transition-right {
  transform: translateX(100%);
}
.rw-calendar-transition-exiting.rw-calendar-transition-left {
  transform: translateX(-100%);
}

.rw-select-list {
  overflow: auto;
  position: relative;
}
.rw-select-list .rw-list {
  max-height: none;
  font-size: 1em;
}

.rw-select-list-label {
  display: block;
  position: relative;
  font-weight: normal;
  cursor: inherit;
  padding-left: 20px;
  margin: 0;
}
.rw-rtl .rw-select-list-label {
  padding-left: 0;
  padding-right: 20px;
}

input.rw-select-list-input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  top: 0.1em/9;
  margin: 0;
  line-height: normal;
  cursor: inherit;
}
.rw-rtl input.rw-select-list-input {
  left: auto;
  right: 0;
}

.rw-loading-mask {
  content: "";
  background: url("/static/images/react-widgets/loader-big.gif") no-repeat center;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0.7;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.rw-multiselect {
  cursor: text;
}
.rw-multiselect .rw-input-reset, .rw-multiselect .rw-input, .rw-multiselect .rw-dropdown-list-autofill, .rw-multiselect .rw-filter-input {
  height: calc(2.429em - 2px);
  /** ie8 fallback **/
  margin-top: -2px\9 ;
  height: 2.429em\9 ;
  /** --- **/
  border-width: 0;
  width: auto;
  max-width: 100%;
  padding: 0 0.857em;
}
.rw-multiselect .rw-select {
  vertical-align: middle;
}
.rw-multiselect .rw-select, .rw-multiselect .rw-select:hover, .rw-multiselect .rw-select:active {
  box-shadow: none;
  background: none;
}

.rw-multiselect-taglist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: 0;
  outline: none;
}

.rw-multiselect-tag {
  display: inline-table;
  color: inherit;
  padding: 0 0.35em 0 0.35em;
  margin-left: calc(0.279335em - 1px);
  margin-top: 0.279335em;
  margin-top: calc(0.279335em - 1px);
  height: 1.87033em;
  border-radius: 4px;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  cursor: default;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
}
.rw-multiselect-tag > * {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.rw-rtl .rw-multiselect-tag {
  margin-left: 0;
  margin-right: calc(0.279335em - 1px);
  padding: 0 0.35em 0 0.35em;
}
.rw-multiselect-tag.rw-state-focus, .rw-multiselect-tag.rw-state-focus:hover {
  background-color: transparent;
  border-color: #66afe9;
  color: #333333;
}
.rw-multiselect-tag.rw-state-readonly, .rw-multiselect-tag.rw-state-disabled, .rw-state-readonly .rw-multiselect-tag, .rw-state-disabled .rw-multiselect-tag, fieldset[disabled] .rw-multiselect-tag {
  cursor: not-allowed;
}
.rw-multiselect-tag.rw-state-disabled, .rw-state-disabled .rw-multiselect-tag, fieldset[disabled] .rw-multiselect-tag {
  opacity: 0.65;
}
fieldset[disabled] .rw-multiselect-tag {
  box-shadow: none;
  cursor: not-allowed;
}

.rw-multiselect-tag-btn {
  color: inherit;
  margin-left: 0.25em;
}
.rw-rtl .rw-multiselect-tag-btn {
  margin-left: 0;
  margin-right: 0.25em;
}

.rw-autocomplete .rw-select {
  position: absolute;
  display: block;
  width: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.rw-popup-container {
  position: absolute;
  z-index: 1005;
  top: 100%;
  left: -6px;
  right: -6px;
}
.rw-popup-container.rw-dropup {
  top: auto;
  bottom: 100%;
}
.rw-state-focus .rw-popup-container {
  z-index: 1006;
}

.rw-popup-transition {
  width: 100%;
  margin-bottom: 6px;
  padding: 0 6px;
}
.rw-dropup > .rw-popup-transition {
  margin-bottom: 0;
  margin-top: 6px;
}

.rw-popup {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  border: #ccc 1px solid;
  background: #fff;
}
.rw-dropup .rw-popup {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.rw-popup-transition {
  transition: transform 200ms;
}

.rw-popup-transition-entering {
  overflow: hidden;
}
.rw-popup-transition-entering .rw-popup-transition {
  transform: translateY(0);
  transition-timing-function: ease-out;
}

.rw-popup-transition-exiting .rw-popup-transition {
  transition-timing-function: ease-in;
}

.rw-popup-transition-exiting,
.rw-popup-transition-exited {
  overflow: hidden;
}
.rw-popup-transition-exiting .rw-popup-transition,
.rw-popup-transition-exited .rw-popup-transition {
  transform: translateY(-100%);
}
.rw-popup-transition-exiting.rw-dropup .rw-popup-transition,
.rw-popup-transition-exited.rw-dropup .rw-popup-transition {
  transform: translateY(100%);
}

.rw-popup-transition-exited {
  display: none;
}

.rw-state-disabled {
  box-shadow: none;
  cursor: not-allowed;
}

span.rw-select {
  display: none;
}

.rw-datetimepicker.rw-has-both {
  padding-right: 2px;
}
.rw-datetimepicker.rw-has-both.abs-datetime-sel {
  padding-right: inherit;
}

.rw-datetimepicker.abs-datetime-sel span.rw-select {
  display: inherit;
  visibility: inherit;
  padding-right: inherit;
}

.rw-datetimepicker:not(.abs-datetime-sel) {
  padding-right: 2px;
}

.rw-datetimepicker.form-control {
  padding-top: 0;
  padding-left: 2px;
}

/*
.rw-datetimepicker.rw-widget{

}
*/
.rw-combobox input.rw-input, .rw-combobox input.rw-dropdown-list-autofill,
.rw-datetimepicker input.rw-input,
.rw-datetimepicker input.rw-dropdown-list-autofill, .rw-multiselect, .rw-numberpicker input.rw-input, .rw-numberpicker input.rw-dropdown-list-autofill, .rw-widget-input, .rw-filter-input {
  box-shadow: none;
}

.rw-datetimepicker:hover {
  background-color: white;
}

@media (min-width: 576px) {
  .abs-rw-datetime-fitend .rw-popup-container.rw-calendar-popup {
    left: auto;
    right: -11px;
  }
}
.abs-modal {
  position: absolute;
  top: 15%;
  left: 20%;
  right: 20%;
  bottom: 30%;
  padding: 0;
  box-shadow: inset 0 0 5px -1px #495057;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  outline: none;
}

@media (min-width: 1400px) {
  .abs-modal {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.abs-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.75);
}

.abs-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 29px;
}

@media (max-width: 767.98px) {
  .abs-modal {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }
}
.abs-modal-header {
  background-color: #fff;
  border-color: #dee2e6;
}

.abs-modal-foot-btn {
  max-width: 120px;
  min-width: 60px;
  width: 100%;
}

@media (min-width: 576px) {
  .abs-dialog-modal {
    top: 20%;
    bottom: auto;
  }
  .abs-dialog-modal-no-overflow {
    top: 20%;
    bottom: auto;
    overflow: unset;
  }
}
.abs-dialog-modal-overlay {
  z-index: 1101;
}

.abs-slider {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.abs-slider-arrow-l, .abs-slider-arrow-r {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.abs-slider-arrow-l {
  padding-right: 5px;
}

.abs-slider-arrow-r {
  padding-left: 5px;
}

.abs-slider-wrapper {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  overflow-x: hidden;
}

.abs-slider-content {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.abs-slider-scrollbar {
  overflow-x: auto;
  padding-bottom: 5px;
}

.abs-slider-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.abs-slider-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
}

.abs-slider-scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  background: #D0D0D0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.abs-slider-item {
  margin: 0 5px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.abs-daterangepicker-wrapper,
.abs-daterangepicker-container {
  background-color: #FFFFFF;
  z-index: 1001;
}

.abs-daterangepicker-wrapper {
  position: relative;
  float: left;
  clear: both;
  max-width: 634px;
  min-width: 317px;
}

.abs-daterangepicker-container {
  position: absolute;
  float: left;
  border: 1px solid #333333;
}

.abs-daterangepicker-hcol .DateRangePicker__CalendarDatePeriod--am {
  right: 0;
}

.abs-daterangepicker-hcol .DateRangePicker__CalendarDatePeriod--pm {
  left: 0;
}

.abs-daterangepicker-hcol .DateRangePicker__CalendarDatePeriod,
.abs-daterangepicker-hcol .DateRangePicker__FullDateStates {
  bottom: 5px;
  top: 5px;
}

.abs-daterangepicker-hcol .DateRangePicker__HalfDateStates {
  bottom: 5px;
  left: 0;
  position: static;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: inherit;
}

.abs-daterangepicker-hcol .DateRangePicker__Date {
  border-color: #f4f5f6 !important;
}

.abs-daterangepicker-hcol .DateRangePicker__Date--is-selected {
  color: inherit;
}

.abs-daterangepicker-hcol .DateRangePicker__FullDateStates[style*=background-color] ~ .DateRangePicker__DateLabel,
.abs-daterangepicker-hcol .DateRangePicker__Date:not(.DateRangePicker__Date--is-disabled) .DateRangePicker__HalfDateStates ~ .DateRangePicker__DateLabel {
  color: #FFF;
}

.abs-daterangepicker-hcol .DateRangePicker__CalendarSelection--is-pending {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}

.abs-daterangepicker-input {
  width: auto;
  max-width: 100%;
  outline: 0;
  border: 0;
  padding: 0 2px;
}

.abs-daterangepicker-cfield {
  background-color: #246A97;
  color: #FFF;
}
.abs-daterangepicker-cfield::-webkit-input-placeholder {
  color: #FFF;
}
.abs-daterangepicker-cfield:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.abs-daterangepicker-cfield::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.abs-daterangepicker-cfield:-ms-input-placeholder {
  color: #FFF;
}

.abs-opinion {
  border: 1px solid #A0A5AC;
  border-radius: 10px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
}

.abs-opinion:last-of-type {
  margin-right: 0;
}

.abs-opinion-sel {
  background-color: #537CBB;
}

.abs-gallery-modal {
  max-width: 842px;
  max-height: 623px;
}

@media (max-width: 842px) {
  .abs-gallery-modal {
    left: 0%;
    right: 0%;
  }
}
@media (min-width: 843px) and (max-width: 950px) {
  .abs-gallery-modal {
    left: 5%;
    right: 5%;
  }
}
@media (min-width: 951px) and (max-width: 1100px) {
  .abs-gallery-modal {
    left: 10%;
    right: 10%;
  }
}
@media (min-width: 1001px) and (max-width: 1250px) {
  .abs-gallery-modal {
    left: 15%;
    right: 15%;
  }
}
@media (min-width: 1251px) and (max-width: 1599px) {
  .abs-gallery-modal {
    left: 20%;
    right: 20%;
  }
}
@media (min-width: 1600px) {
  .abs-gallery-modal {
    left: 25%;
    right: 25%;
  }
}
.abs-gallery-modal-body {
  padding: 0;
  position: static;
  overflow-y: hidden;
  height: 100%;
}

.abs-gallery-preview-wrapper {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.abs-gallery-preview-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  max-height: 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 840px 460px;
}

.abs-gallery-miniature-wrapper {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
}

.abs-gallery-miniature-item {
  margin-right: 5px;
  cursor: pointer;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.abs-gallery-arrow {
  color: #FFF;
  position: absolute;
  top: 35%;
  font-size: 80px;
  text-shadow: 0 0.6px #333333;
  font-family: monospace;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.abs-gallery-arrow-r {
  right: 15px;
}

.abs-customselect {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  white-space: nowrap;
}

.abs-customselect-focus {
  border-color: #66afe9 !important;
  outline: 0;
  cursor: default;
}

.abs-customselect-error {
  border-color: #dc3545 !important;
  outline: 0;
  cursor: default;
}

.abs-customselect > select {
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 110%;
  width: calc(100% + 18px);
  height: 100%;
  background: transparent;
  border: 0;
  position: relative;
  z-index: 2;
}
.abs-customselect > select::-ms-expand {
  display: none;
}

.abs-customselect-icon {
  position: absolute;
  right: 7px;
  top: 20%;
  top: calc(50% - 10px);
  z-index: 10;
}

.abs-customselect-input {
  background-color: #FFF !important;
}

.abs-scrolltop, .abs-scrolltop-active {
  background: transparent;
  cursor: pointer;
  color: #007f47;
  position: fixed;
  bottom: 30px;
  right: 20px;
}

.abs-scrolltop {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.abs-scrolltop-active {
  -webkit-transition: opacity 0.7s ease-in;
  -o-transition: opacity 0.7s ease-in;
  -moz-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  opacity: 1;
}

@media (min-width: 576px) {
  .abs-component-label-on-left {
    float: left !important;
    line-height: 2.4;
    margin-right: 5px;
  }
}
.abs-input-color {
  color: #495057;
}

.abs-input-search-container {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  position: relative;
}

.input-group .abs-input-search-container {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.abs-input-search-container > i {
  position: relative;
  right: 20px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}

.abs-input-search-container input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.abs-input-search-container input {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

label + input.abs-attachment {
  display: none;
}

.abs-attachment-file {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
  cursor: default;
}

.abs-attachment-file > i {
  cursor: pointer;
}

.abs-attachment-file:last-of-type {
  margin-right: 0;
}

.abs-hidden-label {
  line-height: 1;
  position: absolute;
}

.abs-hidden-label-div {
  height: 9px;
  margin-bottom: 4px;
  text-align: left;
}

.abs-slidingpanel {
  position: fixed;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 1.25rem);
  height: calc(100% - 0px);
  max-width: 1.25rem;
  top: 0;
  right: -5px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1100;
  box-shadow: -1px 0 4px 1px #a5a5a5;
  -webkit-transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -o-transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -moz-transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.abs-slidingpanel.show {
  right: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -o-transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -moz-transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  transition: transform 1.5s cubic-bezier(0, 0, 0, 1.04), width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.abs-slidingpanel-header {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.abs-slidingpanel-body {
  position: relative;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

body.abs-slidingpanel-open {
  overflow-y: hidden;
}

.abs-mgm-sres-tablec {
  overflow-x: auto;
}

.abs-mgm-sres-table {
  min-width: 800px;
}

.abs-mgm-search-header {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 5px;
}

.abs-mgm-iconc {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.abs-mgm-icon {
  font-size: 80px;
  color: #616161;
}

.abs-mgm-icon-xs {
  vertical-align: middle;
  color: #616161;
}

.abs-mgm-heading {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.abs-mgm-separator {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #9d9d9d;
}

.abs-mgm-table-xs th,
.abs-mgm-table-xs td {
  padding: 0.15rem;
}

table.abs-table-grid-xl-1 {
  border: none;
}
table.abs-table-grid-xl-1 thead {
  display: none;
}
table.abs-table-grid-xl-1 tbody {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 10px;
  column-gap: 10px;
}
table.abs-table-grid-xl-1 tbody tr {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  row-gap: 3px;
  column-gap: 10px;
}
table.abs-table-grid-xl-1 tbody tr td {
  display: block;
  border: none;
  padding: 0;
  word-break: break-all;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
table.abs-table-grid-xl-1 tbody tr td[data-label]:before {
  content: attr(data-label) ": ";
  font-weight: bold;
}
table.abs-table-grid-xl-1 tbody tr td.actions {
  -webkit-flex-basis: initial;
  -moz-flex-basis: initial;
  -ms-flex-basis: initial;
  flex-basis: initial;
  font-size: 18px;
  order: -1;
}
table.abs-table-grid-xl-1 tbody tr td.content-right-align {
  text-align: right;
}
table.abs-table-grid-xl-1 tbody tr td.content-center-align {
  text-align: initial;
}
table.abs-table-grid-xl-1 tbody tr.fullwidth {
  grid-column-start: 1;
  grid-column-end: 2;
}
table.abs-table-grid-xl-1 tbody tr.abs-mgm-sres-tr-descriptive {
  display: none;
}

table.abs-table-grid-xl-2 {
  border: none;
}
table.abs-table-grid-xl-2 thead {
  display: none;
}
table.abs-table-grid-xl-2 tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 10px;
  column-gap: 10px;
}
table.abs-table-grid-xl-2 tbody tr {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  row-gap: 3px;
  column-gap: 10px;
}
table.abs-table-grid-xl-2 tbody tr td {
  display: block;
  border: none;
  padding: 0;
  word-break: break-all;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
table.abs-table-grid-xl-2 tbody tr td[data-label]:before {
  content: attr(data-label) ": ";
  font-weight: bold;
}
table.abs-table-grid-xl-2 tbody tr td.actions {
  -webkit-flex-basis: initial;
  -moz-flex-basis: initial;
  -ms-flex-basis: initial;
  flex-basis: initial;
  font-size: 18px;
  order: -1;
}
table.abs-table-grid-xl-2 tbody tr td.content-right-align {
  text-align: right;
}
table.abs-table-grid-xl-2 tbody tr td.content-center-align {
  text-align: initial;
}
table.abs-table-grid-xl-2 tbody tr.fullwidth {
  grid-column-start: 1;
  grid-column-end: 3;
}
table.abs-table-grid-xl-2 tbody tr.abs-mgm-sres-tr-descriptive {
  display: none;
}

table.abs-table-grid-xl-3 {
  border: none;
}
table.abs-table-grid-xl-3 thead {
  display: none;
}
table.abs-table-grid-xl-3 tbody {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 10px;
  column-gap: 10px;
}
table.abs-table-grid-xl-3 tbody tr {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  row-gap: 3px;
  column-gap: 10px;
}
table.abs-table-grid-xl-3 tbody tr td {
  display: block;
  border: none;
  padding: 0;
  word-break: break-all;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
table.abs-table-grid-xl-3 tbody tr td[data-label]:before {
  content: attr(data-label) ": ";
  font-weight: bold;
}
table.abs-table-grid-xl-3 tbody tr td.actions {
  -webkit-flex-basis: initial;
  -moz-flex-basis: initial;
  -ms-flex-basis: initial;
  flex-basis: initial;
  font-size: 18px;
  order: -1;
}
table.abs-table-grid-xl-3 tbody tr td.content-right-align {
  text-align: right;
}
table.abs-table-grid-xl-3 tbody tr td.content-center-align {
  text-align: initial;
}
table.abs-table-grid-xl-3 tbody tr.fullwidth {
  grid-column-start: 1;
  grid-column-end: 4;
}
table.abs-table-grid-xl-3 tbody tr.abs-mgm-sres-tr-descriptive {
  display: none;
}

@media (max-width: 1199.98px) {
  table.abs-table-grid-lg-1 {
    border: none;
  }
  table.abs-table-grid-lg-1 thead {
    display: none;
  }
  table.abs-table-grid-lg-1 tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-lg-1 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-lg-1 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-lg-1 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-lg-1 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-lg-1 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-lg-1 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-lg-1 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  table.abs-table-grid-lg-1 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-lg-2 {
    border: none;
  }
  table.abs-table-grid-lg-2 thead {
    display: none;
  }
  table.abs-table-grid-lg-2 tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-lg-2 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-lg-2 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-lg-2 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-lg-2 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-lg-2 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-lg-2 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-lg-2 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  table.abs-table-grid-lg-2 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-lg-3 {
    border: none;
  }
  table.abs-table-grid-lg-3 thead {
    display: none;
  }
  table.abs-table-grid-lg-3 tbody {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-lg-3 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-lg-3 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-lg-3 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-lg-3 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-lg-3 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-lg-3 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-lg-3 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  table.abs-table-grid-lg-3 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
}
@media (max-width: 991.98px) {
  table.abs-table-grid-md-1 {
    border: none;
  }
  table.abs-table-grid-md-1 thead {
    display: none;
  }
  table.abs-table-grid-md-1 tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-md-1 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-md-1 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-md-1 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-md-1 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-md-1 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-md-1 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-md-1 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  table.abs-table-grid-md-1 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-md-2 {
    border: none;
  }
  table.abs-table-grid-md-2 thead {
    display: none;
  }
  table.abs-table-grid-md-2 tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-md-2 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-md-2 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-md-2 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-md-2 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-md-2 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-md-2 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-md-2 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  table.abs-table-grid-md-2 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-md-3 {
    border: none;
  }
  table.abs-table-grid-md-3 thead {
    display: none;
  }
  table.abs-table-grid-md-3 tbody {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-md-3 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-md-3 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-md-3 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-md-3 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-md-3 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-md-3 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-md-3 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  table.abs-table-grid-md-3 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
}
@media (max-width: 767.98px) {
  table.abs-table-grid-sm-1 {
    border: none;
  }
  table.abs-table-grid-sm-1 thead {
    display: none;
  }
  table.abs-table-grid-sm-1 tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-sm-1 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-sm-1 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-sm-1 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-sm-1 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-sm-1 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-sm-1 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-sm-1 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  table.abs-table-grid-sm-1 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-sm-2 {
    border: none;
  }
  table.abs-table-grid-sm-2 thead {
    display: none;
  }
  table.abs-table-grid-sm-2 tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-sm-2 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-sm-2 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-sm-2 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-sm-2 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-sm-2 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-sm-2 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-sm-2 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  table.abs-table-grid-sm-2 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-sm-3 {
    border: none;
  }
  table.abs-table-grid-sm-3 thead {
    display: none;
  }
  table.abs-table-grid-sm-3 tbody {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-sm-3 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-sm-3 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-sm-3 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-sm-3 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-sm-3 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-sm-3 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-sm-3 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  table.abs-table-grid-sm-3 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
}
@media (max-width: 575.98px) {
  table.abs-table-grid-xs-1 {
    border: none;
  }
  table.abs-table-grid-xs-1 thead {
    display: none;
  }
  table.abs-table-grid-xs-1 tbody {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-xs-1 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-xs-1 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-xs-1 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-xs-1 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-xs-1 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-xs-1 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-xs-1 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  table.abs-table-grid-xs-1 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-xs-2 {
    border: none;
  }
  table.abs-table-grid-xs-2 thead {
    display: none;
  }
  table.abs-table-grid-xs-2 tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-xs-2 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-xs-2 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-xs-2 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-xs-2 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-xs-2 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-xs-2 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-xs-2 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  table.abs-table-grid-xs-2 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
  table.abs-table-grid-xs-3 {
    border: none;
  }
  table.abs-table-grid-xs-3 thead {
    display: none;
  }
  table.abs-table-grid-xs-3 tbody {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 10px;
  }
  table.abs-table-grid-xs-3 tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    row-gap: 3px;
    column-gap: 10px;
  }
  table.abs-table-grid-xs-3 tbody tr td {
    display: block;
    border: none;
    padding: 0;
    word-break: break-all;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  table.abs-table-grid-xs-3 tbody tr td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
  }
  table.abs-table-grid-xs-3 tbody tr td.actions {
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-basis: initial;
    flex-basis: initial;
    font-size: 18px;
    order: -1;
  }
  table.abs-table-grid-xs-3 tbody tr td.content-right-align {
    text-align: right;
  }
  table.abs-table-grid-xs-3 tbody tr td.content-center-align {
    text-align: initial;
  }
  table.abs-table-grid-xs-3 tbody tr.fullwidth {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  table.abs-table-grid-xs-3 tbody tr.abs-mgm-sres-tr-descriptive {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .btn-toolbar {
    row-gap: 0.25rem;
  }
  .search-results-panel {
    border: none;
  }
  .search-results-panel .panel-body {
    padding: 0;
  }
}
.search-sorting-dropdown {
  display: none;
}

@media (max-width: 575.98px) {
  .search-sorting-dropdown {
    display: block;
  }
}
/* AUTOCOMPLETE */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  background: #0064CD;
  color: #fff;
}

body .ui-menu-item a {
  color: #003580 !important;
  white-space: nowrap;
  cursor: pointer;
}

body .ui-autocomplete .ui-menu-item .ui-state-hover {
  background-color: #E6EDF6;
}

body .ui-autocomplete {
  z-index: 1051 !important;
}

.abs-autocomplete-caret {
  background: url("/static/images/caret.png") no-repeat right center;
  background-position: 98%;
  background-color: white;
}

.abs-autocomplete-caret.inverse {
  background-image: url("/static/images/caret-up.png");
}

.abs-autocomplete-loading {
  background: url("/static/images/indicator.gif") no-repeat right center;
  background-position: 98%;
  background-color: white;
}

.abs-autocomplete-list, .abs-autocomplete-list-lbl {
  position: absolute;
  float: left;
  z-index: 1051;
  top: 35px;
  background-color: white;
  color: black;
  list-style: none;
  border: 1px solid #ccc;
}

.abs-autocomplete-list-lbl {
  top: 60px;
}

.abs-option-selected {
  background-color: #0064cd !important;
  color: white;
}

.abs-autocomplete-list-lbl-left {
  position: absolute;
  float: right;
  z-index: 1051;
  background-color: white;
  color: black;
  list-style: none;
  border: 1px solid #ccc;
}

.abs-autocomplete-list-fixed {
  position: fixed;
  max-height: 250px;
  overflow-y: scroll;
}

@media (max-width: 991.98px) {
  .abs-autocomplete-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .abs-autocomplete-scroll {
    max-height: 250px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .abs-autocomplete-scroll {
    max-height: 300px;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .abs-autocomplete-scroll {
    max-height: 370px;
    overflow-y: auto;
  }
}
.abs-loginbox {
  padding: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}

.abs-loginbox-btn {
  background-color: #007f47;
  color: white;
  width: 100%;
}

#sbt-wrapper {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

#sbt-main {
  width: 100%;
  padding: 15px 30px;
  overflow-y: auto;
}
#sbt-main .sbt-container {
  max-width: 1400px;
}

@media (max-width: 575.98px) {
  #sbt-main {
    padding-left: 30px;
  }
}
.sbt-fullpage-loader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sbt-page-header-container {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.sbt-header {
  font-size: 28px;
  color: #007f47;
}

.sbt-sub-header {
  font-size: 20px;
  color: #007f47;
}

.sbt-panel-container {
  padding: 12px 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.sbt-panel-container-bg, .sbt-panel-container-bg-compact, .sbt-panel-container-bg-modal {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
}

.sbt-tab-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  font-weight: 500;
}

.sbt-panel-container-bg {
  padding: 12px 10px;
}

.sbt-panel-container-bg-modal {
  padding: 4px 4px 2px 2px;
}

.sbt-panel-container-bg-success {
  border-radius: 4px;
  background-color: #b7d8b7;
  border: 1px solid #dee2e6;
}

.sbt-panel-container-bg-warning {
  border-radius: 4px;
  background-color: lightyellow;
  border: 1px solid #dee2e6;
}

.sbt-title-base {
  font-size: 20px;
  color: #007f47;
}

.sbt-selected-row {
  background-color: #cce5da;
}

.sbt-title-container {
  position: relative;
  padding: 0.4rem 1.1rem;
  margin-bottom: 0.7rem;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #004225;
  background-color: #cce5da;
  border-color: #b8dbcb;
}

.sbt-tablelist-inedit {
  background-color: white;
}

.sbt-title-toolbar-right {
  margin-right: -10px;
  white-space: nowrap;
  float: right;
  cursor: pointer;
}

#sbt-sidebar {
  position: sticky;
  top: 0;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 0px);
  max-height: calc(100% - 0px);
  min-width: 250px;
  max-width: 250px;
  background-color: #007f47;
  color: #fff;
  border-right: 5px solid #005630;
  z-index: 3;
  -webkit-transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -o-transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -moz-transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
  transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
}
#sbt-sidebar .sbt-sidebar-header {
  position: relative;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 5px 10px;
  background-color: #fbfbfb;
}
#sbt-sidebar #sbt-top-logo {
  width: 100%;
  max-width: 100%;
  -webkit-transition: max-width 1s;
  -o-transition: max-width 1s;
  -moz-transition: max-width 1s;
  transition: max-width 1s;
}
#sbt-sidebar .sbt-sidebar-main {
  padding-left: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}
#sbt-sidebar #sbt-sidebar-toggle {
  position: absolute;
  right: -19px;
  bottom: -19px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-toggle i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar #sbt-sidebar-help {
  position: absolute;
  right: -19px;
  bottom: -91px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-help i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar #sbt-sidebar-notifiche {
  position: absolute;
  right: -19px;
  bottom: -55px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-notifiche i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar #sbt-sidebar-dashdoard {
  position: absolute;
  right: -19px;
  bottom: -127px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-dashdoard i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar .sbt-sidebar-toggle-btn {
  background-color: #005630;
  color: white;
  font-size: 18px;
  padding: 5px;
  border-radius: 50%;
  box-shadow: none;
}
#sbt-sidebar .sbt-sidebar-toggle-btn:hover {
  box-shadow: -2px 2px 5px #FFF;
}
#sbt-sidebar .sbt-sidebar-link {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0.4375rem 0.425rem;
  font-size: 1.16rem;
  text-align: left;
  color: #fff;
}
#sbt-sidebar .sbt-sidebar-link:hover, #sbt-sidebar .sbt-sidebar-link:focus {
  color: #fff;
  background-color: #006639;
}
#sbt-sidebar .sbt-sidebar-link, #sbt-sidebar .sbt-sidebar-link:hover, #sbt-sidebar .sbt-sidebar-link:focus {
  text-decoration: none;
}
#sbt-sidebar .sbt-sidebar-link .sbt-sidebar-link-icon {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  margin-right: 10px;
  font-size: 24px;
}
#sbt-sidebar .sbt-sidebar-link .sbt-sidebar-link-action {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}
#sbt-sidebar .sbt-sidebar-link .sbt-sidebar-link-lbl {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
}
#sbt-sidebar .sbt-sidebar-subnav {
  padding-left: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  -moz-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 1;
}
#sbt-sidebar .sbt-sidebar-subnav li {
  list-style: none;
}
#sbt-sidebar .sbt-sidebar-subnav .sbt-sidebar-link {
  font-size: 0.8rem;
  padding: 0.3rem 0.3rem 0.3rem 2.5rem;
}
#sbt-sidebar .sbt-sidebar-account {
  margin-top: auto;
}
#sbt-sidebar .sbt-sidebar-account :after, #sbt-sidebar .sbt-sidebar-account ::after {
  margin-right: 10px;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0.4375rem 0.425rem;
  font-size: 1.16rem;
  font: 1.16rem;
  text-align: left;
  color: #fff;
  border-top: 5px solid #005630;
  text-decoration: none;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-account-lbl {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl {
  text-align: center;
  font-weight: bold;
  border-radius: 7px;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-1 {
  color: #007f47;
  background-color: white;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-2 {
  color: white;
  background-color: blue;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-3, #sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-4 {
  color: white;
  background-color: #007f47;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-5, #sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-6 {
  color: black;
  background-color: yellow;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link i {
  margin-right: 10px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#sbt-sidebar .sbt-sidebar-main::-webkit-scrollbar {
  display: block;
  width: 8px;
}
#sbt-sidebar .sbt-sidebar-main::-webkit-scrollbar-track {
  background-color: #005630;
}
#sbt-sidebar .sbt-sidebar-main::-webkit-scrollbar-thumb {
  background: whitesmoke;
  border-radius: 5px;
}

@media (min-width: 576px) {
  #sbt-sidebar.collapsed {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #sbt-sidebar.collapsed #sbt-sidebar-toggle {
    margin-top: 10px;
    margin-left: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-subnav {
    opacity: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-icon {
    margin-right: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-action {
    margin-left: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-icon, #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-action {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-lbl {
    display: none;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sbt-sidebar.collapsed ul ul a {
    padding: 10px !important;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-account ::after {
    display: none;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-account .sbt-sidebar-account-link {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-right: 0;
    text-align: center;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-account .sbt-sidebar-account-link i {
    font-size: 1.8em;
  }
}
@media (max-width: 767.98px) {
  /* 80px and its content aligned to centre. Pushing it off the screen with the
     negative left margin
  */
  #sbt-sidebar {
    position: fixed;
    z-index: 1101;
    box-shadow: 1px 0 2px 0 black;
  }
  #sbt-sidebar.collapsed {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-header {
    position: relative;
  }
  #sbt-sidebar.collapsed #sbt-sidebar-toggle {
    position: fixed;
    top: -5px;
    left: -8px;
    right: unset;
    bottom: unset;
    margin-top: 0;
    border-radius: 25%;
    box-shadow: 0 1px 3px 1px black;
    user-select: none;
    line-height: 0;
    padding: 9.5px 5px;
  }
  #sbt-sidebar.collapsed #sbt-sidebar-toggle:hover {
    box-shadow: 0 1px 2px 0px black;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-toggle-btn {
    padding: 0;
    margin-top: 5px;
    margin-left: 5px;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-toggle-btn:hover {
    box-shadow: none;
  }
  #sbt-sidebar.collapsed ul li a {
    padding: 20px 10px;
    font-size: 0.85em;
  }
  #sbt-sidebar.collapsed ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
  #sbt-sidebar.collapsed ul ul a {
    padding: 10px !important;
  }
  /* Reappearing the sidebar on toggle button click */
  #sbt-sidebar {
    margin-left: 0;
    /* Changing the arrow position to bottom center position,
      translateX(50%) works with right: 50%
      to accurately  center the arrow */
  }
  #sbt-sidebar .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.sidebar-riepilogo-container {
  border-bottom: 1px solid #FFF;
  border-radius: 5px;
  padding: 8px;
}

.sidebar-riepilogo-refresh-btn {
  border-radius: 10px;
  padding: 0;
}

.sidebar-riepilogo-link {
  color: #FFFFFF;
}

.sidebar-font-size-16 {
  font-size: 16px !important;
}

.sidebar-menu-divider {
  height: 0;
  overflow: hidden;
  border-top: 0.2px solid #e9ecef;
  margin-left: 44px;
  margin-right: 14px;
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  #sidebar.collapsed ~ #cv-main .cv-slidingpanel:not(.show), #sidebar.collapsed ~ #cv-main .cv-slidingpanel {
    width: calc(100% - 80px - 30px);
  }
}
@media (max-width: 767.98px) {
  .cv-slidingpanel.show {
    width: calc(100% - 30px);
  }
}
.sbt-page-header-container-modal {
  padding-bottom: 5px;
}

.sbt-header-modal {
  font-size: 20px;
  color: #007f47;
}

.notification-badge {
  position: absolute;
  top: -2px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 15px;
  animation: 2s blinker linear infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notification-panel {
  position: absolute;
  top: 25px;
  left: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  color: black;
  width: 35vw;
  z-index: 2051;
  box-shadow: 2px 3px 6px gray;
}

.notification-body {
  max-height: 30vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.notification-row-header {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #007f47;
  padding: 5px;
  border-bottom: 1px solid lightgrey;
}

.notification-row {
  padding: 10px 5px;
  text-align: left;
  border-bottom: 1px solid lightgrey;
  font-weight: 500;
}

.notification-row-to-read {
  background-color: #e7f3ee;
}

#sbt-wrapper {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

#sbt-main {
  width: 100%;
  padding: 15px 30px;
  overflow-y: auto;
}
#sbt-main .sbt-container {
  max-width: 1400px;
}

@media (max-width: 575.98px) {
  #sbt-main {
    padding-left: 30px;
  }
}
.sbt-fullpage-loader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sbt-page-header-container {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.sbt-header {
  font-size: 28px;
  color: #007f47;
}

.sbt-sub-header {
  font-size: 20px;
  color: #007f47;
}

.sbt-panel-container {
  padding: 12px 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.sbt-panel-container-bg, .sbt-panel-container-bg-compact, .sbt-panel-container-bg-modal {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
}

.sbt-tab-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  font-weight: 500;
}

.sbt-panel-container-bg {
  padding: 12px 10px;
}

.sbt-panel-container-bg-modal {
  padding: 4px 4px 2px 2px;
}

.sbt-panel-container-bg-success {
  border-radius: 4px;
  background-color: #b7d8b7;
  border: 1px solid #dee2e6;
}

.sbt-panel-container-bg-warning {
  border-radius: 4px;
  background-color: lightyellow;
  border: 1px solid #dee2e6;
}

.sbt-title-base {
  font-size: 20px;
  color: #007f47;
}

.sbt-selected-row {
  background-color: #cce5da;
}

.sbt-title-container {
  position: relative;
  padding: 0.4rem 1.1rem;
  margin-bottom: 0.7rem;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #004225;
  background-color: #cce5da;
  border-color: #b8dbcb;
}

.sbt-tablelist-inedit {
  background-color: white;
}

.sbt-title-toolbar-right {
  margin-right: -10px;
  white-space: nowrap;
  float: right;
  cursor: pointer;
}

#sbt-sidebar {
  position: sticky;
  top: 0;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 0px);
  max-height: calc(100% - 0px);
  min-width: 250px;
  max-width: 250px;
  background-color: #007f47;
  color: #fff;
  border-right: 5px solid #005630;
  z-index: 3;
  -webkit-transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -o-transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
  -moz-transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
  transition: min-width 0.5s cubic-bezier(0, 0, 0, 1.04), max-width 0.5s cubic-bezier(0, 0, 0, 1.04);
}
#sbt-sidebar .sbt-sidebar-header {
  position: relative;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 5px 10px;
  background-color: #fbfbfb;
}
#sbt-sidebar #sbt-top-logo {
  width: 100%;
  max-width: 100%;
  -webkit-transition: max-width 1s;
  -o-transition: max-width 1s;
  -moz-transition: max-width 1s;
  transition: max-width 1s;
}
#sbt-sidebar .sbt-sidebar-main {
  padding-left: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}
#sbt-sidebar #sbt-sidebar-toggle {
  position: absolute;
  right: -19px;
  bottom: -19px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-toggle i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar #sbt-sidebar-help {
  position: absolute;
  right: -19px;
  bottom: -91px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-help i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar #sbt-sidebar-notifiche {
  position: absolute;
  right: -19px;
  bottom: -55px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-notifiche i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar #sbt-sidebar-dashdoard {
  position: absolute;
  right: -19px;
  bottom: -127px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#sbt-sidebar #sbt-sidebar-dashdoard i {
  width: 20px;
  text-align: center;
}
#sbt-sidebar .sbt-sidebar-toggle-btn {
  background-color: #005630;
  color: white;
  font-size: 18px;
  padding: 5px;
  border-radius: 50%;
  box-shadow: none;
}
#sbt-sidebar .sbt-sidebar-toggle-btn:hover {
  box-shadow: -2px 2px 5px #FFF;
}
#sbt-sidebar .sbt-sidebar-link {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0.4375rem 0.425rem;
  font-size: 1.16rem;
  text-align: left;
  color: #fff;
}
#sbt-sidebar .sbt-sidebar-link:hover, #sbt-sidebar .sbt-sidebar-link:focus {
  color: #fff;
  background-color: #006639;
}
#sbt-sidebar .sbt-sidebar-link, #sbt-sidebar .sbt-sidebar-link:hover, #sbt-sidebar .sbt-sidebar-link:focus {
  text-decoration: none;
}
#sbt-sidebar .sbt-sidebar-link .sbt-sidebar-link-icon {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  margin-right: 10px;
  font-size: 24px;
}
#sbt-sidebar .sbt-sidebar-link .sbt-sidebar-link-action {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}
#sbt-sidebar .sbt-sidebar-link .sbt-sidebar-link-lbl {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
}
#sbt-sidebar .sbt-sidebar-subnav {
  padding-left: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  -moz-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 1;
}
#sbt-sidebar .sbt-sidebar-subnav li {
  list-style: none;
}
#sbt-sidebar .sbt-sidebar-subnav .sbt-sidebar-link {
  font-size: 0.8rem;
  padding: 0.3rem 0.3rem 0.3rem 2.5rem;
}
#sbt-sidebar .sbt-sidebar-account {
  margin-top: auto;
}
#sbt-sidebar .sbt-sidebar-account :after, #sbt-sidebar .sbt-sidebar-account ::after {
  margin-right: 10px;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0.4375rem 0.425rem;
  font-size: 1.16rem;
  font: 1.16rem;
  text-align: left;
  color: #fff;
  border-top: 5px solid #005630;
  text-decoration: none;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-account-lbl {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl {
  text-align: center;
  font-weight: bold;
  border-radius: 7px;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-1 {
  color: #007f47;
  background-color: white;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-2 {
  color: white;
  background-color: blue;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-3, #sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-4 {
  color: white;
  background-color: #007f47;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-5, #sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link .sbt-sidebar-societa-livello-lbl.livello-6 {
  color: black;
  background-color: yellow;
}
#sbt-sidebar .sbt-sidebar-account .sbt-sidebar-account-link i {
  margin-right: 10px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#sbt-sidebar .sbt-sidebar-main::-webkit-scrollbar {
  display: block;
  width: 8px;
}
#sbt-sidebar .sbt-sidebar-main::-webkit-scrollbar-track {
  background-color: #005630;
}
#sbt-sidebar .sbt-sidebar-main::-webkit-scrollbar-thumb {
  background: whitesmoke;
  border-radius: 5px;
}

@media (min-width: 576px) {
  #sbt-sidebar.collapsed {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #sbt-sidebar.collapsed #sbt-sidebar-toggle {
    margin-top: 10px;
    margin-left: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-subnav {
    opacity: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-icon {
    margin-right: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-action {
    margin-left: 0;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-icon, #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-action {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .sbt-sidebar-link-lbl {
    display: none;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-link .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sbt-sidebar.collapsed ul ul a {
    padding: 10px !important;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-account ::after {
    display: none;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-account .sbt-sidebar-account-link {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-right: 0;
    text-align: center;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-account .sbt-sidebar-account-link i {
    font-size: 1.8em;
  }
}
@media (max-width: 767.98px) {
  /* 80px and its content aligned to centre. Pushing it off the screen with the
     negative left margin
  */
  #sbt-sidebar {
    position: fixed;
    z-index: 1101;
    box-shadow: 1px 0 2px 0 black;
  }
  #sbt-sidebar.collapsed {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-header {
    position: relative;
  }
  #sbt-sidebar.collapsed #sbt-sidebar-toggle {
    position: fixed;
    top: -5px;
    left: -8px;
    right: unset;
    bottom: unset;
    margin-top: 0;
    border-radius: 25%;
    box-shadow: 0 1px 3px 1px black;
    user-select: none;
    line-height: 0;
    padding: 9.5px 5px;
  }
  #sbt-sidebar.collapsed #sbt-sidebar-toggle:hover {
    box-shadow: 0 1px 2px 0px black;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-toggle-btn {
    padding: 0;
    margin-top: 5px;
    margin-left: 5px;
  }
  #sbt-sidebar.collapsed .sbt-sidebar-toggle-btn:hover {
    box-shadow: none;
  }
  #sbt-sidebar.collapsed ul li a {
    padding: 20px 10px;
    font-size: 0.85em;
  }
  #sbt-sidebar.collapsed ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
  #sbt-sidebar.collapsed ul ul a {
    padding: 10px !important;
  }
  /* Reappearing the sidebar on toggle button click */
  #sbt-sidebar {
    margin-left: 0;
    /* Changing the arrow position to bottom center position,
      translateX(50%) works with right: 50%
      to accurately  center the arrow */
  }
  #sbt-sidebar .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.sidebar-riepilogo-container {
  border-bottom: 1px solid #FFF;
  border-radius: 5px;
  padding: 8px;
}

.sidebar-riepilogo-refresh-btn {
  border-radius: 10px;
  padding: 0;
}

.sidebar-riepilogo-link {
  color: #FFFFFF;
}

.sidebar-font-size-16 {
  font-size: 16px !important;
}

.sidebar-menu-divider {
  height: 0;
  overflow: hidden;
  border-top: 0.2px solid #e9ecef;
  margin-left: 44px;
  margin-right: 14px;
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  #sidebar.collapsed ~ #cv-main .cv-slidingpanel:not(.show), #sidebar.collapsed ~ #cv-main .cv-slidingpanel {
    width: calc(100% - 80px - 30px);
  }
}
@media (max-width: 767.98px) {
  .cv-slidingpanel.show {
    width: calc(100% - 30px);
  }
}
.sbt-page-header-container-modal {
  padding-bottom: 5px;
}

.sbt-header-modal {
  font-size: 20px;
  color: #007f47;
}

.cv-table-head {
  background-color: #f5f5f5;
}

.abs-wait-block-modal {
  top: 15%;
  bottom: auto;
  background: transparent;
  border: 0;
}

.abs-input-label {
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.abs-input-readonly {
  background-color: lightyellow !important;
}

.abs-title-gray {
  color: slategray;
  font-weight: bold;
}

.abs-title-gray-nobold {
  color: slategray;
}

.abs-title-base {
  color: #007f47;
}

.abs-serach-no-results {
  text-align: center;
  color: red;
}

.abs-badge-tessera {
  min-width: 170px;
}

.abs-date-width {
  display: flex;
  max-width: 12%;
}

.abs-col-2-sm {
  max-width: 14%;
}

.btn-toolbar {
  float: right;
  align-items: flex-end;
}
.btn-toolbar .btn:not(:last-child) {
  margin-right: 0.25rem !important;
}

@media (max-width: 575.98px) {
  .btn-toolbar {
    float: none;
  }
}
.abs-mgm-btn-split-ml {
  margin-left: -8px !important;
}

.abs-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.1;
  border-radius: 4px;
}

.demo-alert,
.demo-alert-mini {
  color: red;
  font-family: Impact, serif;
  font-size: 50px;
  text-align: center;
}

#sbt-sidebar.collapsed .demo-alert {
  display: none;
}

#sbt-sidebar:not(.collapsed) .demo-alert-mini {
  display: none;
}

.abs-no-radius-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.abs-no-radius-top-left {
  border-top-left-radius: 0 !important;
}

.filter-date-range-btn {
  background-color: #6c757d;
  color: #FFFFFF !important;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  padding-bottom: 0.1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ricevente-ricevuta-btn {
  background-color: #007f47;
  color: #FFFFFF !important;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  padding-bottom: 0.1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.abs-row-warning {
  background-color: lightyellow;
}

.abs-row-danger {
  background-color: #fddbdb;
}

.bg-container-warning {
  background-color: lightyellow;
  padding: 2px;
  border-radius: 3px;
  color: #000;
}

.bg-container-danger {
  background-color: #fddbdb;
  padding: 2px;
  border-radius: 3px;
  color: #000;
}

.abs-field-table-sm {
  font-size: 12px;
  padding: 5px;
}

.abs-label-table-sm {
  font-size: 12px;
}

.abs-text-area-simple-input {
  min-height: 31px;
  overflow: hidden !important;
  padding: 4px;
}

@media (min-width: 576px) {
  .abs-anteprima-modal {
    top: 1%;
    bottom: 1%;
    left: 1%;
    right: 1%;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
/*
  Register Route
*/
.aboutus-info-container {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0.5% 15px 0;
}

.aboutus-why-us-container {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
}

.aboutus-our-services-container {
  -webkit-flex-basis: 57%;
  -moz-flex-basis: 57%;
  -ms-flex-basis: 57%;
  flex-basis: 57%;
}

.aboutus-our-clients-container {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
}

.aboutus-principal-info-container {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 15px;
}

.aboutus-aboutus-container {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .aboutus-info-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5% 0;
  }
  .aboutus-why-us-container {
    margin-top: 15px;
  }
  .aboutus-our-services-container {
    margin-top: 15px;
  }
  .aboutus-our-clients-container {
    margin-top: 15px;
  }
  .aboutus-principal-info-container {
    margin-bottom: 0;
  }
  .aboutus-aboutus-container {
    margin-bottom: 15px;
  }
}
.aboutus-service-link {
  color: #ff8d00;
}

@media screen and (max-width: 600px) {
  .aboutus-info-container {
    margin: 0 0 0;
  }
}
/*
  Home Route
*/
.contacts-campo-bodymsg {
  height: 250px !important;
  resize: none;
}

/*
  Home Route
*/
.send-email-modal {
  top: 20%;
  bottom: auto;
  left: 40%;
  right: 40%;
}

@media (max-width: 767.98px) {
  .send-email-modal {
    left: 1%;
    right: 1%;
  }
}
/*
  Register Route
*/
.sitemap-container {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0.5% 15px 0;
}

.sitemap-principal-container {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}

/*
Pagamento Route less
© Absolute 2018
*/
.pagamento-completato-title {
  font-size: 20px;
  color: green;
}

.pagamento-card-element-container {
  border-bottom: 1px solid #dee2e6;
}

.pagamento-carrello-loading-icon {
  width: 22px;
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .pagamento-card-element-container {
    border-bottom: none;
  }
  .pagamento-btn-paga {
    margin-top: 5px;
  }
}
.pagamento-riga-panel-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: lightgray;
}
.pagamento-riga-panel-container:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pagamento-riga-panel-container .custom-control.custom-checkbox {
  padding-left: 0;
  min-height: 49.19px;
}
.pagamento-riga-panel-container .custom-control.custom-checkbox label.custom-control-label {
  margin-left: -13px;
}
.pagamento-riga-panel-container .custom-control.custom-checkbox label.custom-control-label::before,
.pagamento-riga-panel-container .custom-control.custom-checkbox label.custom-control-label ::after {
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
}

/*
  User Route
*/
.user-container {
  margin-right: auto;
  margin-left: auto;
  padding: 0.25rem;
  max-width: 330px;
}

@media (max-width: 767.98px) {
  .user-container {
    padding: 0;
  }
}
.user-contabilita-search-10 {
  background-color: rgb(0, 80, 255);
}

.user-contabilita-search-20 {
  background-color: rgb(0, 100, 255);
}

.user-contabilita-search-30 {
  background-color: rgb(0, 150, 255);
}

.user-contabilita-search-40 {
  background-color: rgb(0, 200, 255);
}

.user-contabilita-search-0 {
  background-color: rgb(0, 250, 255);
}

.user-tesseramento-search-10 {
  background-color: rgb(100, 110, 100);
}

.user-tesseramento-search-20 {
  background-color: rgb(120, 120, 120);
}

.user-tesseramento-search-30 {
  background-color: rgb(150, 150, 150);
}

.user-tesseramento-search-40 {
  background-color: rgb(180, 180, 180);
}

.user-tesseramento-search-0 {
  background-color: rgb(200, 200, 200);
}

@media (max-width: 449px) {
  .user-recaptcha-container {
    margin-left: 0px;
  }
}
@media (min-width: 450px) and (max-width: 1450px) {
  .user-recaptcha-container {
    margin-left: 15px;
  }
}
@media (min-width: 1451px) {
  .user-recaptcha-container {
    margin-left: 0px;
  }
}
/*
Profilo Route less
© Absolute 2018
*/
/*
Persona Route less
© Absolute 2018
*/
.persona-scelta-cap-modal {
  top: 20%;
  bottom: auto;
}

@media (max-width: 767.98px) {
  .persona-scelta-cap-modal {
    left: 1%;
    right: 1%;
  }
}
.persona-cod-fiscale-modal {
  top: 20%;
  bottom: auto;
}

@media (max-width: 991.98px) {
  .persona-cod-fiscale-modal {
    left: 1%;
    right: 1%;
  }
}
.tesserato-foto-dropzone {
  cursor: pointer;
  text-align: center;
  height: 175px;
  width: 100%;
  border: 1px solid lightgrey;
  float: left;
}

.tesserato-foto-da-approvare-dropzone {
  height: 140px;
  text-align: center;
  width: 100%;
  border: 1px solid lightgrey;
  float: left;
}

.tesserato-foto {
  max-width: 100%;
  max-height: 160px;
}

.tesserato-foto-da-approvare {
  max-width: 100%;
  max-height: 135px;
}

.persona-stampa-modal-space {
  margin-top: 6rem;
}

.persona-anagrafiche-doppie-table-cont {
  margin-top: 1rem;
  height: 280px;
  border: 1px solid lightgrey;
  overflow-y: auto;
}

@media (min-width: 576px) {
  .persona-anagrafiche-doppie-modal {
    top: 8%;
    bottom: auto;
  }
}
/*
Tessera Route less
© Absolute 2018
*/
.tessera-integ-panel-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: lightgray;
}
.tessera-integ-panel-container button {
  height: 100%;
  padding: 0 0.75rem;
}

.tessera-emessa-info-icon {
  padding: 3px !important;
  margin-left: 1px !important;
}

.tessera-rinnova-modal {
  position: fixed;
  top: 1%;
  left: 1%;
  right: 1%;
  bottom: 1%;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.75);
}

.tessera-emessa-container {
  display: grid;
  grid-template-columns: 2fr 7fr 2fr 1fr;
  grid-template-rows: 1fr;
  row-gap: 10px;
  column-gap: 10px;
}
.tessera-emessa-container .column-1 {
  grid-column: 1;
}
.tessera-emessa-container .column-2 {
  grid-column: 2;
}
.tessera-emessa-container .column-3 {
  grid-column: 3;
}
.tessera-emessa-container .column-4 {
  grid-column: 4;
}
.tessera-emessa-container .divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  display: none;
}
.tessera-emessa-container .divider.dark {
  border-color: #5a6268;
}

@media (max-width: 767.98px) {
  .tessera-emessa-container {
    grid-template-columns: 2fr 8fr 2fr;
    grid-template-rows: auto auto auto;
  }
  .tessera-emessa-container .column-1 {
    grid-row: 1;
    grid-column: 1;
  }
  .tessera-emessa-container .column-2 {
    grid-row: 3;
    grid-column: 1/span 2;
  }
  .tessera-emessa-container .column-3 {
    grid-row: 3;
    grid-column: 3;
  }
  .tessera-emessa-container .column-4 {
    grid-row: 1;
    grid-column: 3;
  }
  .tessera-emessa-container .divider {
    grid-row: 2;
    grid-column: 1/span 3;
    display: block;
  }
}
.tessera-rinnova-container {
  display: grid;
  grid-template-columns: 2fr 6fr 2fr 2fr;
  grid-template-rows: 1fr;
  row-gap: 10px;
  column-gap: 10px;
}
.tessera-rinnova-container .column-1 {
  grid-column: 1;
}
.tessera-rinnova-container .column-2 {
  grid-column: 2;
}
.tessera-rinnova-container .column-3 {
  grid-column: 3;
}
.tessera-rinnova-container .column-4 {
  grid-column: 4;
}
.tessera-rinnova-container .divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #5a6268;
  display: none;
}

@media (max-width: 767.98px) {
  .tessera-rinnova-container {
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .tessera-rinnova-container .column-1 {
    grid-row: 1;
    grid-column: 1;
  }
  .tessera-rinnova-container .column-2 {
    grid-row: 3;
    grid-column: 1;
  }
  .tessera-rinnova-container .column-3 {
    grid-row: 3;
    grid-column: 2;
  }
  .tessera-rinnova-container .column-4 {
    grid-row: 1;
    grid-column: 2;
  }
  .tessera-rinnova-container .divider {
    grid-row: 2;
    grid-column: 1/span 3;
    display: block;
  }
}
.tessera-stampadifferita-error-modal {
  position: fixed;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.75);
}

/*
Ricerca Route less
© Absolute 2018
*/
#ricerca-results-table th,
#ricerca-results-table td {
  white-space: nowrap;
}

.ricerca-statistiche-stampe-container {
  border: 1px solid darkgray;
  border-radius: 4px;
  height: 490px;
  overflow: auto;
}

.ricerca-statistiche-stampe-item {
  padding: 5px;
  cursor: pointer;
}

.ricerca-statistiche-stampe-item.selected {
  background-color: #007f47;
  color: #FFFFFF;
}

/*
Cartellino Route less
© Absolute 2018
*/
.cartellino-search-result-ok,
.cartellino-search-result-warning {
  cursor: pointer;
}
.cartellino-search-result-ok:hover .cartellino-search-result-cert-scad,
.cartellino-search-result-warning:hover .cartellino-search-result-cert-scad {
  background-color: rgba(255, 0, 0, 0.3333333333);
}

.cartellino-search-result-ok {
  background-color: rgba(0, 128, 0, 0.2666666667);
}
.cartellino-search-result-ok:hover {
  background-color: rgba(0, 128, 0, 0.3333333333);
}

.cartellino-search-result-warning {
  background-color: rgba(255, 255, 0, 0.2666666667);
}
.cartellino-search-result-warning:hover {
  background-color: rgba(255, 255, 0, 0.3333333333);
}

.cartellino-search-result-cert-scad {
  background-color: rgba(255, 0, 0, 0.2666666667);
}

.cartellino-certificato-scaduto,
.cartellino-certificato-scaduto input {
  color: #8B0000;
  font-weight: bold;
}

.prodotto-gia-acquistato {
  color: #008B00;
  font-weight: bold;
}

.cartellino-riga-licenza-panel-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: lightgray;
}
.cartellino-riga-licenza-panel-container:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cartellino-storico-row-selected {
  background-color: rgba(0, 128, 0, 0.2666666667);
}

.cartellino-search-table {
  max-height: calc(100vh - 188.188px);
}

/*
Magazzino Route less
© Absolute 2018
*/
.magazzino-qta-residua-field {
  background-color: #caecdd;
  padding: 2px;
  max-width: 105px;
  font-weight: bold;
}

.enumber-sessioni-gridcol-data {
  width: 9%;
}

.enumber-sessioni-gridcol-societa {
  width: 27%;
}

.enumber-sessioni-gridcarrello {
  border-style: solid;
  border-color: #5f9ea0;
  border-width: 3px;
}

.magazzino-ecomm-btnpagamento {
  width: 180px;
}

.magazzino-ecomm-btntrasferisci {
  width: 250px;
}

/*
Tessera Route less
© Absolute 2018
*/
.ricevuta-riga-panel-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: lightgray;
}
.ricevuta-riga-panel-container button {
  height: 100%;
  padding: 0 0.75rem;
}

.ricevuta-importa-socio-modal {
  top: 5%;
  bottom: auto;
  left: 8%;
  right: 8%;
}

.importa-socio-modal-res-container {
  height: calc(100vh - 350px);
  overflow-y: auto;
}

.ricevuta-prodotti-modal {
  top: 5%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.ricevuta-riga-cell-pdc {
  width: 22%;
}

.ricevuta-riga-cell-descrizione {
  width: 20%;
}

.ricevuta-riga-cell-quantita {
  width: 6%;
}

.ricevuta-riga-cell-prezzo {
  width: 8%;
}

.ricevuta-riga-cell-cdc {
  width: 15%;
}

.ricevuta-riga-cell-riclassifica {
  width: 13%;
}

.ricevuta-riga-cell-dareavere {
  width: 7%;
}

.ricevuta-ultime-emesse-selected {
  background-color: rgba(0, 128, 0, 0.2666666667);
}

.ricevuta-modal-date-btn {
  padding: 0.1rem 0.1rem;
  font-size: 0.5rem;
  line-height: 1;
  border-radius: 4px;
}

.ricevuta-creapartite-modal {
  top: 5%;
  bottom: auto;
  left: 20%;
  right: 20%;
}

.ricevuta-chiudipartite-modal {
  top: 5%;
  bottom: auto;
  left: 15%;
  right: 15%;
}

@media screen and (max-height: 700px) {
  .ricevuta-chiudipartite-modal {
    bottom: 5%;
  }
}
.ricevuta-chiudipartite-table-cont {
  margin-top: 1rem;
  border: 1px solid lightgrey;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .ricevuta-chiudipartite-table-cont {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .ricevuta-chiudipartite-table-cont {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .ricevuta-chiudipartite-table-cont {
    height: 335px;
  }
}
@media (min-width: 1200px) {
  .ricevuta-chiudipartite-table-cont {
    height: 415px;
  }
}
.ricevuta-avere-row {
  background-color: #ffffb4;
}

.ricevuta-dare-row {
  background-color: #ddeedd;
}

.ricevuta-deleted-row {
  text-decoration: line-through;
}

.giroconto-riga-cell-flagric {
  width: 9%;
}

.giroconto-riga-cell-anagrafica {
  width: 16%;
}

.giroconto-riga-cell-anagrafica-sede {
  width: 13%;
}

.giroconto-riga-cell-descrizione {
  width: 10%;
}

.giroconto-riga-cell-numpartita {
  width: 7%;
}

.giroconto-riga-cell-datapartita {
  width: 9%;
}

.giroconto-riga-cell-datapartita-sede {
  width: 8%;
}

.giroconto-riga-cell-importo {
  width: 7%;
}

.giroconto-riga-cell-cdc1 {
  width: 13%;
}

.giroconto-riga-cell-cdc2 {
  width: 10%;
}

.giroconto-riga-cell-riclassifica {
  width: 12%;
}

.giroconto-riga-cell-riclassifica-sede {
  width: 7%;
}

.giroconto-riga-cell-dareavere {
  width: 7%;
}

.giornale-print-modal-mb {
  margin-bottom: 14rem;
}

.feFattura-riga-cell-dareavere {
  width: 6%;
}

@media (min-width: 576px) {
  .ricevuta-print-modal {
    top: 15%;
    bottom: auto;
    left: 15%;
    right: 15%;
  }
}
.ricevuta-riga-cespite {
  border-style: solid;
  border-color: #5f9ea0;
  border-width: 3px;
}

.ricevuta-riga-btn-group-util {
  margin-top: 4px;
  border: none;
  padding: 1px;
}

.ricevuta-search-btn-dettaglio-on,
.ricevuta-search-btn-dettaglio-off {
  width: 200px;
}

.ricevuta-search-btn-dettaglio-on {
  font-weight: bold;
}

.ricevuta-search-btn-dettaglio-off {
  opacity: 0.5;
}

.ricevuta-search-table-filter-icon {
  padding: 4px !important;
  margin-left: 2px !important;
  margin-bottom: 3px !important;
}

.ricevuta-front-office-doc-modal-body {
  height: 300px;
  overflow-y: auto;
}

.ritenuta-riga-inps {
  border-style: solid;
  border-color: cadetblue;
  border-width: 1px;
}

/*
Ricerca Route less
© Absolute 2018
*/
.coni-results-txt-container {
  overflow-y: auto;
  height: 200px;
}

/*
Bilancio Route less
© Absolute 2018
*/
.bilancio-costo-row {
  background-color: #ffffb4;
}

.bilancio-ricavo-row {
  background-color: #ddeedd;
}

.bilancio-attivita-row {
  background-color: #f3e9fc;
}

.bilancio-passivita-row {
  background-color: #ffcccc;
}

.bilancio-liv1-row {
  background-color: white;
  font-weight: bold;
}

.bilancio-liv2-row {
  background-color: #f2f2f2;
  font-style: italic;
}

.bilancio-liv3-row {
  background-color: #e6e6e6;
}

.bilancio-liv4-row {
  background-color: #d9d9d9;
}

.bilancio-liv5-row {
  background-color: #cccccc;
}

.bilancio-totali-row {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid #717171;
}

@media (min-width: 576px) {
  .bilancio-stampa-comparativa-modal {
    top: 5%;
    bottom: auto;
    overflow: unset;
  }
}
.bilancio-stampa-comparativa-modal-overlay {
  z-index: 1101;
}

.bilancio-riga-importo-cell {
  width: 220px;
}

/*
NotaRilascio Route less
© Absolute 2018
*/
.search-descrizione {
  white-space: pre-wrap;
  line-height: 1.5;
}

/*
Iva Route less
© Absolute 2018
*/
.iva-search-natura {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 65px;
  width: 20% !important;
}

/*
Causale Route less
© Absolute 2018
*/
.causale-riga-panel-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: lightgray;
}
.causale-riga-panel-container:not(:last-child) {
  margin-bottom: 0.5rem;
}

/*
Prodotto Route less
© Absolute 2018
*/
.categoria-prodotto-duplica-modal {
  top: 20%;
  bottom: auto;
  left: 40%;
  right: 40%;
}

@media (max-width: 767.98px) {
  .categoria-prodotto-duplica-modal {
    left: 1%;
    right: 1%;
  }
}
/*
Prodotto Route less
© Absolute 2018
*/
.prodotto-search-result-categoria {
  background-color: #cdcde8;
}

.prodotto-duplica-modal {
  top: 20%;
  bottom: auto;
  left: 40%;
  right: 40%;
}

@media (max-width: 767.98px) {
  .prodotto-duplica-modal {
    left: 1%;
    right: 1%;
  }
}
.prodotto-search-result-selected {
  background-color: rgba(0, 128, 0, 0.2666666667);
}

/*
Pdc Route less
© Absolute 2018
*/
.pdc-search-result-livello-1 {
  background-color: rgba(0, 0, 255, 0.0703125);
}

.pdc-search-result-livello-2 {
  background-color: rgba(0, 0, 255, 0.140625);
}

.pdc-search-result-livello-3 {
  background-color: rgba(0, 0, 255, 0.2109375);
}

.pdc-search-result-livello-4 {
  background-color: rgba(0, 0, 255, 0.28125);
}

.pdc-search-result-livello-5 {
  background-color: rgba(0, 0, 255, 0.3515625);
}

.cespite-categoria-modal {
  top: 2%;
  bottom: auto;
}

.cespite-wizard-riga-cell-categoriabtn {
  width: 5%;
}

.cespite-wizard-riga-cell-anno {
  width: 8%;
}

.cespite-wizard-riga-cell-importo {
  width: 11%;
}

.cespite-wizard-riga-cell-cespitebtn {
  width: 30px;
}

.cespite-wizard-riga-cell-parzialeTotale {
  width: 8%;
}

.cespite-scrittura-ammto-riga-cell-anno {
  width: 6%;
}

.cespite-scrittura-ammto-riga-cell-importo {
  width: 10%;
}

.utilita-contabilita-riga-cell-lettera {
  width: 3%;
}

.utilita-contabilita-riga-cell-anno {
  width: 5%;
}

.utilita-uploadfile-dropzone {
  cursor: pointer;
  text-align: center;
  height: 100px;
  width: 100%;
  border: 1px solid lightgrey;
  float: left;
}

.report-pl-2 {
  padding-left: 20px !important;
}

.report-pl-3,
.report-pl-4,
.report-pl-5 {
  padding-left: 40px !important;
}

.report-bg-color-1 {
  background-color: #77b384 !important;
}

.report-bg-color-2 {
  background-color: #87cb96 !important;
}

.report-bg-color-3,
.report-bg-color-4,
.report-bg-color-5 {
  background-color: #94dfa4 !important;
}

.report-btn-group-header {
  min-width: 140px;
}

.carrello-header-riepilogo {
  font-size: 15px;
  color: chocolate;
  font-weight: bold;
}

.carrello-header {
  font-size: 22px;
  color: chocolate;
}

.carrello-storico-checklogin {
  padding: 0px 1px 0px 1px;
  font-size: 0.8rem;
  line-height: 0.9;
  border-radius: 4px;
  margin-top: -5px;
}

.carrello-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); /* see notes below */
  grid-auto-rows: minmax(10px, auto);
  grid-gap: 1rem;
  align-items: stretch;
}

.carrello-card {
  border-radius: 12px;
  padding: 0.5rem;
  box-shadow: 0px 0px 10px rgb(136, 136, 136);
  display: flex;
  flex-direction: column;
  position: relative;
  color: #5d5e5e;
  min-height: 250px;
} /* li item */
.thumbnail img {
  fill: #c7c4c4;
  height: 135px;
  opacity: 0.25;
  padding: 1.5rem;
}

.carrello-card-content {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.carrello-card-prodotto-column {
  flex-grow: 1;
}

.grid-item-full-width {
  grid-column-start: 1;
  grid-column-end: -1;
}

.carrello-card-descrizione {
  height: 120px;
  overflow-y: auto;
  margin-top: 22px;
}

.carrello-prodotti-tesserati-modal {
  top: 5%;
  bottom: 5%;
  left: 10%;
  right: 10%;
}

.carrello-rescard-descrizione {
  height: 75px;
  overflow-y: auto;
  margin-top: 5px;
}

.carrello-rescard-categoria {
  height: 35px;
  overflow-y: hidden;
  margin-top: 5px;
}

.carrello-rescard-notetesseramento {
  height: 50px;
}

.carrello-prodotto-btncarrello {
  width: 150px;
}

.ritenuta-search-btnvista-dettaglio-on,
.ritenuta-search-btnvista-dettaglio-off {
  width: 110px;
}

.ritenuta-search-btnvista-dettaglio-on {
  font-weight: bold;
}

.ritenuta-search-btnvista-dettaglio-off {
  opacity: 0.5;
}

.ritenuta-opz-cert-anag-dati-incarico-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  max-width: 100%;
  max-height: 100%;
  height: 750px;
}

.ritenuta-opz-cert-firma-sostituto {
  cursor: pointer;
  text-align: center;
  height: 130px;
  width: 300px;
  border: 1px solid lightgrey;
  float: none;
}

.ritenuta-opz-cert-firma-sostituto-img {
  max-width: 100%;
  max-height: 80px;
}

/*
Dashboard Route less
© Absolute 2018
*/
:root {
  --dashboard-blue: #1b5074;
  --dashboard-green: #007f47;
}

.dashboard-color-green {
  color: #007f47 !important;
}

.dashboard-color-blue {
  color: #1b5074 !important;
}

.dashboard-color-yellow {
  color: #ffcc00 !important;
}

.dashboard-color-red {
  color: #ff5d38 !important;
}

.dashboard-background-color-green {
  background-color: #007f47 !important;
}

.dashboard-background-color-blue {
  background-color: #1b5074 !important;
}

.dashboard-background-color-yellow {
  background-color: #ffcc00 !important;
}

.dashboard-background-color-red {
  background-color: #ff5d38 !important;
}

#dashboard-navbar {
  background-color: #d8e5e7;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  color: #007f47;
  font-size: 1.2rem;
  column-gap: 1.5rem;
  height: 64px;
  -webkit-box-shadow: 0 0 10px 0 black;
  -moz-box-shadow: 0 0 10px 0 black;
  box-shadow: 0 0 10px 0 black;
  z-index: 10;
}
#dashboard-navbar .navbar-brand {
  font-size: inherit;
  font-weight: bold;
  color: inherit;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
#dashboard-navbar .navbar-brand img {
  height: 2.8125rem;
  margin-right: 0.5rem;
}
#dashboard-navbar #dashboard-societa {
  background-color: inherit;
  text-align: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-order: 5;
  order: 5;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#dashboard-navbar #dashboard-societa span,
#dashboard-navbar #dashboard-societa select {
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  text-wrap-mode: wrap;
  text-align: center;
}
#dashboard-navbar #dashboard-societa select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-right-style: none !important;
}
#dashboard-navbar #dashboard-societa .select-icon {
  border-left-style: none !important;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-basis: 25px;
  -moz-flex-basis: 25px;
  -ms-flex-basis: 25px;
  flex-basis: 25px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#dashboard-navbar #dashboard-societa select,
#dashboard-navbar #dashboard-societa .select-icon {
  height: 48px;
  border-style: solid;
  border-color: #d8e5e7;
  border-width: 2px;
  background-color: inherit;
}
#dashboard-navbar #dashboard-societa:has(select:hover) select,
#dashboard-navbar #dashboard-societa:has(select:hover) .select-icon, #dashboard-navbar #dashboard-societa:has(select:focus) select,
#dashboard-navbar #dashboard-societa:has(select:focus) .select-icon, #dashboard-navbar #dashboard-societa:has(select:focus-visible) select,
#dashboard-navbar #dashboard-societa:has(select:focus-visible) .select-icon, #dashboard-navbar #dashboard-societa:has(.select-icon:hover) select,
#dashboard-navbar #dashboard-societa:has(.select-icon:hover) .select-icon, #dashboard-navbar #dashboard-societa:has(.select-icon:focus) select,
#dashboard-navbar #dashboard-societa:has(.select-icon:focus) .select-icon, #dashboard-navbar #dashboard-societa:has(.select-icon:focus-visible) select,
#dashboard-navbar #dashboard-societa:has(.select-icon:focus-visible) .select-icon {
  border-color: #007f47;
  outline: #007f47;
}
#dashboard-navbar:has(select:disabled) select,
#dashboard-navbar:has(select:disabled) .select-icon {
  opacity: 0.7;
}
#dashboard-navbar #dashboard-profile {
  font-size: inherit;
  font-weight: bold;
  background-color: inherit;
  -webkit-order: 10;
  -moz-order: 10;
  -ms-order: 10;
  order: 10;
}
#dashboard-navbar #dashboard-profile .dropdown-toggle i {
  font-size: 24px;
  vertical-align: middle;
}
#dashboard-navbar #dashboard-profile .dropdown-menu {
  background-color: inherit;
  color: inherit;
}
#dashboard-navbar #dashboard-profile .dropdown-menu .dropdown-header {
  color: inherit;
  font-size: 1rem;
  display: none;
}
#dashboard-navbar #dashboard-profile .dropdown-menu .dropdown-item {
  background-color: inherit;
  color: inherit;
}
#dashboard-navbar #dashboard-profile .dropdown-menu .dropdown-item:hover, #dashboard-navbar #dashboard-profile .dropdown-menu .dropdown-item:focus {
  background-color: #b7d2d7;
  color: inherit;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #dashboard-navbar {
    font-size: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  #dashboard-navbar {
    font-size: 1rem;
  }
  #dashboard-navbar .navbar-brand {
    margin-right: 0;
  }
  #dashboard-navbar .navbar-brand img {
    margin-right: 0;
  }
  #dashboard-navbar .navbar-brand span {
    display: none;
  }
  #dashboard-navbar #dashboard-profile .dropdown-toggle span {
    display: none;
  }
  #dashboard-navbar #dashboard-profile .dropdown-menu .dropdown-header {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #dashboard-navbar #dashboard-societa select {
    width: 100%;
  }
}
#dashboard-wrapper {
  color: black;
  background-color: #b7d2d7;
}
#dashboard-wrapper main {
  height: calc(100vh - 64px);
  overflow: auto;
  position: relative;
}
#dashboard-wrapper main::-webkit-scrollbar {
  width: 15px;
}
#dashboard-wrapper main::-webkit-scrollbar-track {
  background: #b7d2d7;
}
#dashboard-wrapper main::-webkit-scrollbar-thumb {
  background: #1b5074;
}
#dashboard-wrapper main::-webkit-scrollbar-thumb:hover {
  background: #1b5074;
}
#dashboard-wrapper main > div {
  width: 100%;
  height: 100%;
}
#dashboard-wrapper main a {
  color: black !important;
}
#dashboard-wrapper main a:hover {
  color: #1b5074 !important;
  text-decoration: none;
}
#dashboard-wrapper main a.disabled {
  color: gray !important;
  text-decoration: none;
  cursor: not-allowed;
}
#dashboard-wrapper .icon-spinner {
  color: #007f47;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dashboard-loginbox-container {
  width: 100%;
  height: 100%;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.dashboard-loginbox {
  height: 100%;
  display: grid;
  grid-template-areas: "title title" "form qrcode";
  grid-template-columns: auto auto;
  grid-template-rows: fit-content(0) fit-content(0);
  justify-items: center;
  row-gap: 2rem;
  column-gap: 10rem;
  background-color: white;
  border-radius: 100px;
  padding: 100px;
  max-width: fit-content;
  max-height: fit-content;
}
.dashboard-loginbox h1 {
  grid-area: title;
  align-self: end;
}
.dashboard-loginbox .dashboard-login-form {
  grid-area: form;
  align-self: center;
  justify-self: end;
}
.dashboard-loginbox .dashboard-login-form .recaptcha {
  margin-bottom: 0.5rem;
}
.dashboard-loginbox .dashboard-login-qrcode {
  grid-area: qrcode;
  align-self: center;
  justify-self: start;
}

@media (max-width: 1199.98px) {
  .dashboard-loginbox {
    padding: 70px;
    column-gap: 5rem;
  }
}
@media (max-width: 575.98px) {
  .dashboard-loginbox {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .dashboard-loginbox {
    grid-template-areas: "title" "form" "qrcode";
    grid-template-columns: auto;
    grid-template-rows: fit-content(0) fit-content(0) fit-content(0);
    row-gap: 2rem;
  }
  .dashboard-loginbox .dashboard-login-form {
    justify-self: center;
  }
  .dashboard-loginbox .dashboard-login-form .recaptcha {
    display: "-webkit-flex";
    display: "-moz-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .dashboard-loginbox .dashboard-login-qrcode {
    justify-self: center;
  }
}
.dashboard-login-qrcode {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: auto;
  row-gap: 10px;
  justify-items: center;
}
.dashboard-login-qrcode .dashboard-login-qrcode-info {
  grid-row: 1;
  grid-column: 1;
  max-width: 300px;
  text-align: center;
}
.dashboard-login-qrcode svg {
  grid-row: 2;
  grid-column: 1;
}
.dashboard-login-qrcode .dashboard-login-qrcode-time,
.dashboard-login-qrcode button {
  grid-row: 3;
  grid-column: 1;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.dashboard-login-qrcode.expired svg {
  animation: dashboard-login-qrcode-expired 1s 1 linear forwards;
}

@keyframes dashboard-login-qrcode-expired {
  0% {
    opacity: 1;
    filter: grayscale(0);
  }
  100% {
    opacity: 0.3;
    filter: grayscale(1);
  }
}
/*main:has(.dashboard-card.opened) {
  #dashboard-overlay {
    visibility: visible;
    opacity: 0.5;
  }
}*/
#dashboard-overlay {
  background-color: #d8e5e7;
  z-index: 900;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

#dashboard-cards-container {
  display: grid;
  padding: 30px;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
#dashboard-cards-container:has(.dashboard-card.fullscreen) {
  padding: 0;
  height: 100%;
  row-gap: 0;
  column-gap: 0;
  overflow: hidden;
}
#dashboard-cards-container:has(.dashboard-card.fullscreen) .dashboard-card:not(.fullscreen) {
  min-height: min-content;
}
#dashboard-cards-container:has(.dashboard-card.fullscreen) .dashboard-card.fullscreen {
  border-radius: 0;
  min-width: 100vw;
  min-height: calc(100vh - 64px);
  z-index: 1;
}
#dashboard-cards-container .dashboard-card {
  background-color: #eff3f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 black;
  -moz-box-shadow: 0 0 10px 0 black;
  box-shadow: 0 0 10px 0 black;
  display: grid;
  min-width: 0;
  min-height: 250px;
  grid-template-areas: "title" "body";
  grid-template-rows: min-content auto;
  position: relative;
  transition: min-width 0.2s linear, min-height 0.2s linear, max-height 0.2s linear;
}
#dashboard-cards-container .dashboard-card:has(.dashboard-card-content[data-scroll="0"]) .dashboard-card-title {
  border-bottom-right-radius: 0;
}
#dashboard-cards-container .dashboard-card.footer {
  grid-template-areas: "title" "body" "footer";
  grid-template-rows: min-content auto min-content;
}
#dashboard-cards-container .dashboard-card.default {
  min-height: 250px;
  max-height: 250px;
}
#dashboard-cards-container .dashboard-card.reduced {
  grid-template-areas: "title";
  grid-template-rows: min-content;
  min-height: 100px;
  max-height: 100px;
}
#dashboard-cards-container .dashboard-card.reduced.footer {
  grid-template-areas: "title" "footer";
  grid-template-rows: min-content min-content;
}
#dashboard-cards-container .dashboard-card::-webkit-scrollbar, #dashboard-cards-container .dashboard-card *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#dashboard-cards-container .dashboard-card::-webkit-scrollbar-track, #dashboard-cards-container .dashboard-card *::-webkit-scrollbar-track {
  background: #b7d2d7;
}
#dashboard-cards-container .dashboard-card::-webkit-scrollbar-thumb, #dashboard-cards-container .dashboard-card *::-webkit-scrollbar-thumb {
  background: #1b5074;
}
#dashboard-cards-container .dashboard-card::-webkit-scrollbar-thumb:hover, #dashboard-cards-container .dashboard-card *::-webkit-scrollbar-thumb:hover {
  background: #1b5074;
}
#dashboard-cards-container .dashboard-card .dashboard-card-title {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.3rem;
  grid-area: title;
  background-color: #1b5074;
  color: white;
  padding: 5px 15px;
  border-radius: inherit;
  -webkit-transition: border-radius 0.1s linear;
  -o-transition: border-radius 0.1s linear;
  -moz-transition: border-radius 0.1s linear;
  transition: border-radius 0.1s linear;
}
#dashboard-cards-container .dashboard-card .dashboard-card-title span, #dashboard-cards-container .dashboard-card .dashboard-card-title a {
  font-weight: bold;
}
#dashboard-cards-container .dashboard-card .dashboard-card-title span i, #dashboard-cards-container .dashboard-card .dashboard-card-title a i {
  font-size: 0.8em;
}
#dashboard-cards-container .dashboard-card .dashboard-card-title span:hover, #dashboard-cards-container .dashboard-card .dashboard-card-title a:hover {
  text-decoration: none;
}
#dashboard-cards-container .dashboard-card .dashboard-card-title ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  column-gap: 10px;
  color: white;
  font-size: 0.7em;
}
#dashboard-cards-container .dashboard-card .dashboard-card-title ul li {
  cursor: pointer;
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#dashboard-cards-container .dashboard-card .dashboard-card-content {
  overflow: auto;
  grid-area: body;
  font-size: min(max(1vw, 15px), 28px);
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  background-color: inherit;
}
#dashboard-cards-container .dashboard-card .dashboard-card-content .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
#dashboard-cards-container .dashboard-card .dashboard-card-content .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend .recharts-legend-item {
  margin: 0 !important;
}
#dashboard-cards-container .dashboard-card .dashboard-card-footer {
  grid-area: footer;
  overflow: auto;
  max-height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
#dashboard-cards-container .dashboard-card-last-data-load {
  position: absolute;
  bottom: 1px;
  right: 10px;
  font-size: 10px;
  font-style: italic;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  #dashboard-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  #dashboard-cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboard-area-riservata-login {
  border: orange solid 2px;
  color: #ffcc00;
  padding: 5px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 2px 2px 2px 0px orange;
  -moz-box-shadow: 2px 2px 2px 0px orange;
  box-shadow: 2px 2px 2px 0px orange;
}

.dashboard-card-grid {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}
.dashboard-card-grid.dashboard-card-grid-2 {
  grid-template-columns: 1fr 1fr;
}
.dashboard-card-grid.dashboard-card-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.dashboard-card-grid.dashboard-card-grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1199.98px) {
  .dashboard-card-grid.dashboard-card-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .dashboard-card-grid.dashboard-card-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .dashboard-card-grid.dashboard-card-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
ul.dashboard-card-actions-list {
  margin: 0;
  margin-block: 0;
  list-style-type: none;
  padding-inline-start: 0;
  background-color: inherit;
}
ul.dashboard-card-actions-list.horizontal {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
ul.dashboard-card-actions-list:not(.horizontal) li:not(:last-of-type) {
  margin-bottom: 5px;
}

table.dashboard-card-table thead tr th {
  border-bottom: #1b5074 1px solid;
  padding: 5px;
  background-color: #d8e5e7;
  color: #1b5074;
}
table.dashboard-card-table tbody tr td {
  padding: 5px;
}
table.dashboard-card-table tbody tr:not(:last-of-type) td {
  border-bottom: #1b5074 1px solid;
}
table.dashboard-card-table.sticky-header thead {
  position: sticky;
  top: 0;
}

ul.dashboard-card-note-rilascio {
  margin: 0;
  margin-block: 0;
  list-style-type: none;
  padding-inline-start: 0;
}
ul.dashboard-card-note-rilascio li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.dashboard-card-note-rilascio li:not(:last-of-type) {
  border-bottom: #1b5074 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
ul.dashboard-card-note-rilascio li a:hover {
  text-decoration: none;
}
ul.dashboard-card-note-rilascio li .date {
  font-weight: bold;
  color: #1b5074;
}

.dashboard-card-value {
  display: "-webkit-flex";
  display: "-moz-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-size: max(min(1.3vw, 28px), 20px);
}
.dashboard-card-value .value {
  font-size: 1em;
  font-weight: bold;
  color: #1b5074;
}
.dashboard-card-value .label {
  font-size: 0.8em;
}

a.dashboard-card-value {
  cursor: pointer;
}
a.dashboard-card-value:hover {
  text-decoration: none;
}

.dashboard-badge {
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  vertical-align: super;
  background-color: #ff5d38;
}
.dashboard-badge span {
  font-weight: bold;
  color: white;
}

.dashboard-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.dashboard-google-calendar-events {
  margin: 0;
  margin-block: 0;
  list-style-type: none;
  padding-inline-start: 0;
}
.dashboard-google-calendar-events li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 5px;
  padding: 2px 5px;
}
.dashboard-google-calendar-events li:not(:last-of-type) {
  margin-bottom: 5px;
}
.dashboard-google-calendar-events li a {
  color: inherit !important;
}
.dashboard-google-calendar-events li a:hover {
  text-decoration: none;
}

.sbt-dashboard {
  background-color: #363735 !important;
  border-right-color: #151615 !important;
}

#sbt-sidebar .sbt-sidebar-toggle-btn {
  background-color: #151615 !important;
}

.dashboard-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  overflow-wrap: anywhere;
}

/*# sourceMappingURL=app.css.map */
