@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Overpass:400,788,500");
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);
@font-face {
  font-family: "FontAwesome";
  src: url("../lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

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

/* abstracts */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, ::before, ::after {
  box-sizing: border-box;
}

button {
  border: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

body {
  line-height: 1;
  overflow: hidden;
}

li {
  margin-left: 30px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.text-short, .text-long {
  cursor: pointer;
  color: blue;
}

.text-hidden {
  display: none;
}

#Basket-View {
  display: none;
  flex-direction: column;
  position: absolute;
  height: calc(100% - 8px);
  width: calc(100% - 58px);
  margin: 4px 0;
  padding: 70px 70px 20px;
  background-color: rgba(0, 49, 59, 0.9);
  color: #FFF;
  z-index: 9;
  left: 54px;
  border-radius: 0px 5px 5px 0px;
}
@media only screen and (max-width: 780px) {
  #Basket-View {
    left: 54px;
  }
}
#Basket-View.panel-open {
  display: flex !important;
}
#Basket-View #BasketEmpty {
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 15px;
}
#Basket-View #BasketEmpty p {
  flex: 1;
  text-align: center;
}
#Basket-View #BasketItems {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 60px;
  max-height: calc(100% - 114px);
}
@media only screen and (max-height: 500px) {
  #Basket-View #BasketItems {
    overflow-y: auto;
  }
}
#Basket-View .basket-view__currentBalance {
  margin-left: auto;
  margin-right: 50px;
  font-size: 15px;
}
#Basket-View .basket-view__lowerbalance {
  width: 40%;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  background-color: #20444A;
  padding: 10px;
  margin-right: 10px;
}
#Basket-View .basket-view__title span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 780px) {
  #Basket-View .basket-view__title {
    margin-left: 34px;
  }
}
#Basket-View .basket-view__tableWrapper {
  flex: 1;
  overflow-y: auto;
}
#Basket-View .basket-view__tableWrapper::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
#Basket-View .basket-view__tableWrapper::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
}
@media only screen and (max-height: 500px) {
  #Basket-View .basket-view__tableWrapper {
    min-height: 100%;
    overflow-y: unset;
  }
}
@media only screen and (max-width: 780px) {
  #Basket-View .basket-view__tableWrapper {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
}
#Basket-View .basket-view__table thead tr th {
  background-color: #6C55AA;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
  position: sticky;
  top: 0;
  min-width: 50px;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__table thead tr th {
    padding: 20px 10px;
  }
}
#Basket-View .basket-view__table--title {
  width: 286px;
  padding-left: 93px !important;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__table--title {
    width: 102px;
    padding-left: 10px !important;
  }
}
#Basket-View .basket-view__table--type {
  width: 245px;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__table--type {
    width: 88px;
  }
}
#Basket-View .basket-view__table--kml {
  width: 151px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__table--kml {
    width: 70px;
  }
}
#Basket-View .basket-view__table--comments {
  width: 450px;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__table--comments {
    width: 202px;
  }
}
#Basket-View .basket-view__table--price {
  width: auto;
  text-align: center;
}
#Basket-View .basket-view__table--delete {
  text-align: center;
}
#Basket-View .basket-view__table tbody td {
  background-color: rgba(108, 85, 170, 0.5);
  vertical-align: middle;
}
#Basket-View .basket-view__table tbody td .BasketTitleNumber {
  color: #FFF;
  margin-left: 93px;
  text-decoration: underline;
}
#Basket-View .basket-view__table tbody td .BasketTitleNumber:hover {
  color: #00958F;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__table tbody td .BasketTitleNumber {
    margin-left: 10px;
  }
}
#Basket-View .basket-view__table tbody td.kml {
  text-align: center;
}
#Basket-View .basket-view__table tbody td.basket-price {
  text-align: center;
}
#Basket-View .basket-view__table tbody td.basket-delete {
  text-align: center;
}
#Basket-View .basket-view__table tbody td.basket-delete .BasketRemove {
  text-decoration: underline;
}
#Basket-View .basket-view__summary {
  width: 470px;
  margin-left: auto;
  margin-right: 50px;
  font-size: 15px;
  letter-spacing: 0.045em;
}
#Basket-View .basket-view__summary div {
  padding: 10px 0 10px 20px;
  display: flex;
}
#Basket-View .basket-view__summary div span {
  display: flex;
}
#Basket-View .basket-view__summary--purchaseOrder {
  border-bottom: 1px solid #FFF;
}
#Basket-View .basket-view__summary--purchaseOrder span {
  flex: 40%;
  padding: 5px 0;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__summary--purchaseOrder span {
    justify-content: flex-end;
    padding-right: 10px;
  }
}
#Basket-View .basket-view__summary--purchaseOrder input {
  flex: 60%;
  height: 25px;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__summary--purchaseOrder input {
    max-width: 121px;
  }
}
#Basket-View .basket-view__summary--subtotal {
  flex-direction: column;
  border-bottom: 1px solid #FFF;
  padding: 5px 0 5px 20px !important;
}
#Basket-View .basket-view__summary--subtotal span {
  flex-direction: row;
  padding: 5px 0;
}
#Basket-View .basket-view__summary--subtotal span span {
  flex: 40%;
  justify-content: flex-end;
  padding-right: 10px;
}
#Basket-View .basket-view__summary--subtotal span #Basket-View-items-SubTotal, #Basket-View .basket-view__summary--subtotal span #Basket-View-items-Tax {
  flex: 60%;
  justify-content: flex-start;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__summary--subtotal span #Basket-View-items-SubTotal, #Basket-View .basket-view__summary--subtotal span #Basket-View-items-Tax {
    flex: 15%;
  }
}
#Basket-View .basket-view__summary--total {
  flex-direction: row;
}
#Basket-View .basket-view__summary--total span {
  flex: 40%;
  justify-content: flex-end;
  padding-right: 10px;
}
#Basket-View .basket-view__summary--total #Basket-View-items-Total {
  flex: 60%;
  justify-content: flex-start;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__summary--total #Basket-View-items-Total {
    flex: 15%;
  }
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__summary {
    width: 336px;
  }
}
@media only screen and (max-width: 780px) {
  #Basket-View .basket-view__summary {
    margin-left: 12.5px;
    margin-right: 12.5px;
    width: unset;
  }
}
#Basket-View .basket-view__mailMerge {
  margin: 0 50px;
  padding: 10px 0;
  border-top: 1px solid #FFF;
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__mailMerge span {
    flex: 90%;
  }
}
#Basket-View .basket-view__mailMerge input {
  position: relative;
  margin-left: 60px;
  top: 2px;
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__mailMerge input {
    flex: 15%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  #Basket-View .basket-view__mailMerge {
    display: inline-flex;
    margin: 0;
  }
}
#Basket-View .basket-view__buttons {
  display: inline-flex;
  justify-content: end;
}
#Basket-View .basket-view__buttons span {
  padding: 10px 25px;
  margin: 0 5px;
  border: 1px solid #6856A6;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
#Basket-View .basket-view__buttons span#BasketCheckout, #Basket-View .basket-view__buttons span#BasketClose {
  background: #6856A6;
}
@media only screen and (max-width: 450px) {
  #Basket-View .basket-view__buttons span {
    padding: 10px;
  }
}
@media only screen and (max-width: 780px) {
  #Basket-View .basket-view__buttons {
    margin-top: 5px;
    justify-content: center;
  }
}
#Basket-View #AddedToBasket {
  color: #ffffff !important;
  font-weight: normal;
  height: 38px !important;
  font-size: 13px;
  font-family: Overpass, sans-serif;
  overflow: hidden;
  padding: 0;
  padding-top: 3px;
}
@media only screen and (max-width: 1000px) {
  #Basket-View {
    width: calc(100% - 58px);
  }
}
@media only screen and (max-width: 780px) {
  #Basket-View {
    padding: 70px 10px 32px 10px;
  }
}

#BasketPromptOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

#Tac-View {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
  margin: 10px 0 10px 0px;
  color: #FFF;
  z-index: 10000;
  left: 0;
  transition: left linear 0.5s;
  border-radius: 0px 14px 14px 0px;
}
#Tac-View.hide-left {
  left: -100%;
}
#Tac-View .tac-view__title span {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-left: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  #Tac-View .tac-view__title {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 1000px) {
  #Tac-View .tac-view {
    width: 336px;
  }
}
@media only screen and (max-width: 780px) {
  #Tac-View .tac-view {
    margin-left: 12.5px;
    margin-right: 12.5px;
    width: unset;
  }
}
#Tac-View .tac-view__inner {
  margin: 0 auto;
  max-width: 1366px;
}
#Tac-View .tac-view__inner p {
  margin-bottom: 18px;
}
#Tac-View .tac-view__inner p strong {
  font-size: 14px;
}
@media only screen and (max-width: 780px) {
  #Tac-View .tac-view {
    margin: 10px 0 10px 0px;
  }
}

#TacPromptOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

#Privacy-View {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
  margin: 10px 0 10px 0px;
  color: #FFF;
  z-index: 10000;
  left: 0;
  transition: left linear 0.5s;
  border-radius: 0px 14px 14px 0px;
}
#Privacy-View.hide-left {
  left: -100%;
}
#Privacy-View .privacy-view__title span {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-left: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  #Privacy-View .privacy-view__title {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 1000px) {
  #Privacy-View .privacy-view {
    width: 336px;
  }
}
@media only screen and (max-width: 780px) {
  #Privacy-View .privacy-view {
    margin-left: 12.5px;
    margin-right: 12.5px;
    width: unset;
  }
}
#Privacy-View .privacy-view__inner {
  margin: 0 auto;
  max-width: 1366px;
}
#Privacy-View .privacy-view__inner p {
  margin-bottom: 18px;
}
#Privacy-View .privacy-view__inner p strong {
  font-size: 14px;
}
#Privacy-View .privacy-view__inner ul.clauses {
  list-style: none;
}
#Privacy-View .privacy-view__inner ul.clauses span:first-child {
  margin-left: 8px;
}
#Privacy-View .privacy-view__inner ul.clauses > li {
  margin-left: 0;
}
#Privacy-View .privacy-view__inner ul.clauses > li:last-child {
  margin-bottom: 10px;
}
#Privacy-View .privacy-view__inner ol li:last-child {
  margin-bottom: 10px;
}
#Privacy-View .privacy-view__buttons {
  display: inline-flex;
  justify-content: end;
  padding-right: 70px;
  padding-bottom: 25px;
}
#Privacy-View .privacy-view__buttons span {
  padding: 8px 35px;
  margin: 0 5px;
  border: 1px solid #6856A6;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
#Privacy-View .privacy-view__buttons span#PrivacyClose {
  background: #6856A6;
}
@media only screen and (max-width: 450px) {
  #Privacy-View .privacy-view__buttons span {
    padding: 10px;
  }
}
@media only screen and (max-width: 780px) {
  #Privacy-View .privacy-view__buttons {
    margin-top: 5px;
    justify-content: center;
  }
}
@media only screen and (max-width: 780px) {
  #Privacy-View {
    margin: 10px 0 10px 0px;
  }
}

#PrivacyPromptOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

/* abstracts */
/*!
 *  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("../lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

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

.btn {
  font-family: Overpass, sans-serif;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
}
.btn--grey {
  background-color: #6C55A9;
}

.button, .information-panel__close, .filters__close, .button-transparent, .button-primary {
  font-family: Overpass, sans-serif;
  cursor: pointer;
  text-align: center;
  border: none;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 15px;
}
.button-icon::before, .information-panel__close::before, .filters__close::before {
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 20px;
}
.button--basket::before {
  content: "\f291";
}
.button--black, .information-panel__close, .filters__close {
  color: #000;
}
.button-primary {
  background-color: #6C55A9;
  margin-left: 1px;
  margin-right: 1px;
}
.button-primary:hover {
  background-color: #7b66b2;
}
.button-secondary {
  background-color: #cac2c2;
}
.button-secondary--important {
  background-color: #cac2c2 !important;
}
.button-secondary--active {
  background-color: #00a4a5;
}
.button-secondary--active-important {
  background-color: #00a4a5 !important;
}
.button-secondary--danger {
  background-color: #f0544e;
}
.button-transparent {
  background-color: transparent;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #6C55A9;
}

.ui-button:disabled {
  background-color: grey !important;
  cursor: default !important;
}

.manageaccount-button {
  display: block;
  width: 25%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #FFF;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .manageaccount-button {
    width: 100%;
  }
}
.manageaccount-button--danger {
  background-color: #f0544e;
}
.manageaccount-button--update {
  background-color: #47a447;
}

.top-bar__basket {
  height: 100%;
  margin-left: 5px;
  border-right: 1px solid #fff;
  cursor: pointer;
  padding-right: 15px;
  position: relative;
}
.top-bar__basket-icon {
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-bar__basket-icon::before {
  font-style: normal;
  font-family: FontAwesome;
  content: "\f291";
  font-size: 15px;
}
.top-bar__basket-counter {
  display: block;
  background-color: #7b61ff;
  top: -30px;
  right: -10px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  width: 12px;
  height: 12px;
  font-size: 10px;
}

.button-group__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.button-group__container .button-group__item {
  width: unset;
  margin-right: 5px;
}
.button-group__container .button-group__item .button-group__item-label {
  background-color: #CAC2C2;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  padding: 2px 15px;
  line-height: 2;
  margin-bottom: 5px;
}
.button-group__container .button-group__item .button-group__item-checkbox:checked + .button-group__item-label {
  background-color: #0fa1a3;
}

@media only screen and (max-width: 450px) {
  #FindMeDesktop, #searchDiv {
    width: 100px;
  }
  #FindMeDesktop .sm-label, #searchDiv .sm-label {
    font-size: 12px;
  }

  #FindMeDesktop {
    margin-left: 0;
    margin-right: 10px;
  }

  #searchDiv {
    margin-left: 0;
  }
}
.panel-header {
  font-family: Overpass, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8em;
  line-height: 1.2em;
  background-color: inherit;
  color: rgba(0, 0, 0, 0.95);
  font-weight: 500;
}
.panel-header--background-grey {
  background-color: #eee;
}
.panel-header-with-close:last-child {
  margin-left: auto;
}
.panel-header-sub-header {
  font-size: 0.8em;
  padding-left: 10px;
  color: #FFF;
}
.panel-header .side-panel-heading__title {
  padding: 20px;
  color: #FFF;
}

.panel-header:not(#Workflow-Panel-Header) {
  background-color: #00313B;
}

#Training-Top .panel-header, #sub-menu-content .panel-header {
  padding: 30px 20px;
  flex-direction: column;
  align-items: unset;
  min-height: 111px;
}
#Training-Top .panel-header .side-panel-heading__title, #sub-menu-content .panel-header .side-panel-heading__title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  letter-spacing: 0.01em;
}
#Training-Top .panel-header .title-close-wrapper, #sub-menu-content .panel-header .title-close-wrapper {
  display: flex;
}
#Training-Top .panel-header .title-close-wrapper .button--close, #Training-Top .panel-header .title-close-wrapper .information-panel__close, #Training-Top .panel-header .title-close-wrapper .filters__close, #sub-menu-content .panel-header .title-close-wrapper .button--close, #sub-menu-content .panel-header .title-close-wrapper .information-panel__close, #sub-menu-content .panel-header .title-close-wrapper .filters__close {
  padding: 0;
  margin-right: -5px;
}
#Training-Top .panel-header .title-close-wrapper .button--close svg, #Training-Top .panel-header .title-close-wrapper .information-panel__close svg, #Training-Top .panel-header .title-close-wrapper .filters__close svg, #sub-menu-content .panel-header .title-close-wrapper .button--close svg, #sub-menu-content .panel-header .title-close-wrapper .information-panel__close svg, #sub-menu-content .panel-header .title-close-wrapper .filters__close svg {
  position: relative;
  bottom: 20px;
}
#Training-Top .panel-header .panel-header-sub-header, #sub-menu-content .panel-header .panel-header-sub-header {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 0;
  letter-spacing: 0.01em;
}

.data-providers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  -ms-grid-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 0 10%;
}
@media (max-width: 1600px) {
  .data-providers {
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .data-providers {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
}
.data-providers__item {
  width: 156px;
  outline: none;
  height: 87px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media all and (-ms-high-contrast: none) {
  .data-providers__item {
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.data-providers__item--land-registry {
  background-image: url(../../images/logo/land-registry.jpg);
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.data-providers__item--valuation-office-agency {
  background-image: url(../../images/logo/valuation-office-agency.jpg);
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.data-providers__item--google {
  background-image: url(../../images/logo/google.jpg);
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1200px) {
  .data-providers__item--google {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.data-providers__item--companies-house {
  background-image: url(../../images/logo/companies-house.jpg);
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media (max-width: 1600px) {
  .data-providers__item--companies-house {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--companies-house {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.data-providers__item--ordinance-survey {
  background-image: url(../../images/logo/ordnance-survey.jpg);
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media (max-width: 1600px) {
  .data-providers__item--ordinance-survey {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--ordinance-survey {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.data-providers__item--experian {
  background-image: url(../../images/logo/experian.jpg);
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media (max-width: 1600px) {
  .data-providers__item--experian {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--experian {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.data-providers__item--english-haritage {
  background-image: url(../../images/logo/english-heritage.jpg);
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 1600px) {
  .data-providers__item--english-haritage {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--english-haritage {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.data-providers__item--highways-england {
  background-image: url(../../images/logo/highways-england.jpg);
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
@media (max-width: 1600px) {
  .data-providers__item--highways-england {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--highways-england {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
.data-providers__item--bing {
  background-image: url(../../images/logo/bing.jpg);
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (max-width: 1600px) {
  .data-providers__item--bing {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--bing {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.data-providers__item--environment-agency {
  background-image: url(../../images/logo/environment-agency.jpg);
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
@media (max-width: 1600px) {
  .data-providers__item--environment-agency {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--environment-agency {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
.data-providers__item--historic-england {
  background-image: url(../../images/logo/historic-england.jpg);
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1600px) {
  .data-providers__item--historic-england {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--historic-england {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
}
.data-providers__item--unregistered-land {
  background-image: url(../../images/logo/unregistered-land.jpg);
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
@media (max-width: 1600px) {
  .data-providers__item--unregistered-land {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
}
@media (max-width: 1200px) {
  .data-providers__item--unregistered-land {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
}

/* abstracts */
.simple-tab {
  display: block;
  text-align: left;
  background-color: #ccced5;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  color: #949494;
  background-color: #e9eaef;
  border: solid 1px #e4e4e4;
}
.simple-tab:hover {
  background-color: #bec1ca;
}
.simple-tab--active {
  background-color: #02ada0 !important;
  color: #ffffff !important;
  border: solid 1px #02ada0 !important;
}

.saved-searches__container {
  padding: 20px;
  padding-bottom: 5px;
}

.map-notifications {
  position: fixed;
  display: flex;
  top: 4px;
  left: -140px;
  background-color: #0fa1a3;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 3;
}

.map-notifications--animate {
  -webkit-transition: left 0.6s ease-out;
  -moz-transition: left 0.6s ease-out;
  -ms-transition: left 0.6s ease-out;
  -o-transition: left 0.6s ease-out;
  transition: left 0.6s ease-out;
}

.notification-banner, .section {
  padding: 11px 21px;
  margin-bottom: 3px;
  border-radius: 5px;
}

.notification-banner {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 4px;
  font-family: Overpass, sans-serif;
}
.notification-banner__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.notification-banner__message {
  font-size: 14px;
  line-height: 1.5;
}
.notification-banner--info {
  background: linear-gradient(0deg, rgba(9, 175, 213, 0.2) 0%, rgba(9, 175, 213, 0.2) 100%), #FFF;
  border-left: 4px solid #06AED5;
  color: #06AED5;
}
.notification-banner--warning {
  background-color: #ffe5cc;
  border-left: 4px solid #ff9000;
  color: #ff9000;
}
.notification-banner--error {
  background-color: rgba(165, 9, 0, 0.8);
  color: #ffffff;
}

.site-search {
  display: none;
  position: absolute;
  left: 54px;
  width: 300px;
  height: calc(100vh - 8px);
  top: 4px;
  padding: 10px;
  z-index: 9;
  color: #FFF;
  background-color: #00313B;
  border-radius: 0 5px 5px 0;
  overflow-y: hidden;
}
.site-search .lease-filter {
  -webkit-appearance: none;
  border: 1px solid #FFF;
  padding: 5px;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.site-search .lease-filter:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -2px;
  color: #FFF;
}
.site-search--search-panel-open {
  border-radius: unset;
}
@media only screen and (max-width: 780px) {
  .site-search {
    left: 54px;
  }
}
.site-search__header {
  margin-bottom: 30px;
  padding: 25px 5px 0 5px;
}
.site-search__title {
  font-size: 20px;
  font-weight: 600;
}
.site-search__results-count {
  position: relative;
  bottom: -2px;
  margin-left: 5px;
  font-size: 9px;
}
.site-search__close {
  float: right;
  margin-right: -5px;
}
.site-search__close svg {
  position: relative;
  bottom: 22px;
  right: 3px;
}
.site-search__content {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 5px 30px;
}
.site-search__content-item {
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  border-bottom: 1px solid #6C55AA;
}
.site-search__content-item#SiteSearchStrategies {
  overflow: overlay;
}
.site-search__content-item#SiteSearchStrategies .site-search__content-row i {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 780px) {
  .site-search__content-item#SiteSearchCompanySearch {
    display: none;
  }
}
.site-search__content-item .filters-toggle, .site-search__content-item .filters-toggle-disabled {
  display: flex;
  flex-direction: row;
  padding: 6px 0;
}
.site-search__content-item .filters-toggle span.toggle-label, .site-search__content-item .filters-toggle-disabled span.toggle-label {
  flex: 1;
  position: relative;
  top: 6px;
}
.site-search__content-item .filters-toggle img, .site-search__content-item .filters-toggle-disabled img {
  position: relative;
  top: -4px;
  margin-left: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 35px;
  left: -8px;
  width: 54px;
}
.site-search__content-item .lease-date .leasehold-settings-title {
  padding-bottom: 16px;
  padding-top: 10px;
}
.site-search__content-item .lease-date .leasehold-settings-item:not(:last-of-type) {
  padding-bottom: 16px;
}
.site-search__content-item .lease-date .lease-Show-Date {
  border-radius: 8px;
  border: 1px solid #FFF;
  padding: 6px 12px;
}
.site-search__content-item .lease-date .lease-Date-disabled {
  border: 1px solid #d1d5d8;
}
.site-search__content-item .lease-date input[type=radio] {
  accent-color: #6C55AA;
}
.site-search__content-item .lease-date label {
  margin-bottom: 0;
  margin-left: 5px;
}
.site-search__content-item .lease-date .align-items-center {
  align-items: center;
}
.site-search__content-item .lease-date .pt-10 {
  padding-top: 10px;
}
.site-search__content-item .lease-date .justify-content-start {
  justify-content: start;
}
.site-search__content-item .lease-date .gap-15 {
  gap: 15px;
}
.site-search__content-item .lease-date .gap-10 {
  gap: 10px;
}
.site-search__content-row {
  display: flex;
  cursor: pointer;
}
.site-search__content-row span.title {
  position: relative;
  bottom: -2px;
  font-size: 12px;
  font-weight: 600;
}
.site-search__content-row .elitePlus-badge {
  background: #6C55AA;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  margin-left: 5px;
  padding: 2px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.19px;
  min-width: 40px;
  max-height: 18px;
}
.site-search__content-row i {
  float: right;
  margin-left: auto;
}
.site-search__content-row i.fa-chevron-up {
  color: #6C55AA;
}
.site-search__content-row i.fa-chevron-left {
  color: #6C55AA;
}
.site-search__content-row svg {
  margin-left: auto;
}
.site-search__content #OverlayContent-Strategies {
  margin-top: 15px;
}
.site-search__content #OverlayContent-Strategies hr.divider {
  margin: -4px -14px 20px;
  border-color: #6C55AA;
}
.site-search__content #OverlayContent-Strategies .overlay-bundles-title {
  display: block;
  position: relative;
  top: 3px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.site-search__content #OverlayContent-Strategies .overlay-bundles-wrapper {
  max-height: calc(100vh - 175px);
  overflow: overlay;
  margin-right: -8px;
}
.site-search__content #OverlayContent-Strategies .overlay-bundles-wrapper::-webkit-scrollbar {
  width: 5px;
}
.site-search__content #OverlayContent-Strategies .overlay-bundles-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
.site-search__content #OverlayContent-Strategies .overlay-bundles-text {
  padding: 0 10px 5px;
  font-weight: normal;
}
.site-search__content .overlay-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 30px;
}
.site-search__content .overlay-grid .return-to-bundles {
  width: 100%;
  height: 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.site-search__content .overlay-grid .return-to-bundles svg, .site-search__content .overlay-grid .return-to-bundles span {
  float: left;
}
.site-search__content .overlay-grid .return-to-bundles span {
  margin-left: 5px;
  text-decoration: underline;
}
.site-search__content .overlay-grid .return-to-bundles .bundle-purchase-link {
  float: right;
  margin-right: 15px;
}
.site-search__content .overlay-grid div {
  text-align: center;
}
.site-search__content .overlay-grid div .overlay-name-box {
  font-weight: 400;
}
.site-search__content .overlay-grid div .bundle-name-box {
  width: 100%;
  font-weight: 400;
  display: inline-flex;
  text-align: left;
  padding-right: 4px;
  cursor: pointer;
}
.site-search__content .overlay-grid div .bundle-name-box span {
  float: left;
  color: #FFF;
}
.site-search__content .overlay-grid div .bundle-name-box svg {
  margin-left: auto;
  min-width: 15px;
}
.site-search__content .overlay-grid div .selected ~ .bundle-name-box span {
  font-weight: bold;
}
.site-search__content .overlay-grid hr.bundle-divider {
  border: none;
  width: 60%;
  margin: 17px auto;
  height: 2px;
  background: #FFF;
}
.site-search__content .overlay-grid .map-overlay-option.selected {
  box-shadow: 0px 0px 0px 4px #6C55AA;
}
.site-search__content .overlay-grid .map-overlay-option.selected + .name-box, .site-search__content .overlay-grid .map-overlay-option .map-overlay-option.selected + .second-name-box, .map-overlay-option .site-search__content .overlay-grid .map-overlay-option.selected + .second-name-box {
  font-weight: bold;
  color: #24336f;
}
.site-search__content .overlay-grid .map-overlay-option.selected + .overlay-info-card {
  box-shadow: 0px 0px 0px 4px #6C55AA;
}
.site-search__content .overlay-grid .map-overlay-option .btn-overlay__text-icon {
  display: inline-block;
  white-space: nowrap;
  float: right;
  margin-right: 10px;
}
.site-search__content .overlay-grid .map-overlay-option .btn-overlay__text-icon .btn-overlay__hover-icon {
  content: url(../../images/UI/_question-mark-icon.svg);
  vertical-align: bottom;
  padding-left: 5px;
  cursor: default;
}
@media screen and (max-width: 850px) {
  .site-search__content .overlay-grid .map-overlay-option .btn-overlay__text-icon .btn-overlay__hover-icon {
    display: none;
  }
}
.site-search__content .overlay-grid .map-overlay-option .new-overlay-badge {
  position: relative;
  background-color: red;
  color: #FFF;
  font-weight: bold;
  padding: 3px 5px;
  left: -13px;
  top: -7px;
}
@media only screen and (max-width: 850px) {
  .site-search__content .overlay-grid .map-overlay-option .new-overlay-badge {
    left: -27px;
  }
}
@media only screen and (max-width: 560px) {
  .site-search__content .overlay-grid .map-overlay-option .new-overlay-badge {
    left: 0;
  }
}
.site-search__content .overlay-grid .map-overlay-option .overlay-purchase-link {
  width: 14px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.site-search__content .overlay-grid .map-overlay-option .overlay-bundle-info-link, .site-search__content .overlay-grid .map-overlay-option .overlay-info-link {
  position: absolute;
  top: 8px;
  right: 8px;
}
.site-search__content .overlay-grid .overlay-info-card, .site-search__content .overlay-grid .bundle-info-card {
  height: auto;
  padding-bottom: 15px;
  margin: 10px 0 15px 0;
  border: 1px solid #6C55AA;
  border-radius: 8px;
}
.site-search__content .overlay-grid .overlay-info-card svg, .site-search__content .overlay-grid .bundle-info-card svg {
  float: right;
  margin: 5px;
}
.site-search__content .overlay-grid .overlay-info-card span:not(.date-last-updated), .site-search__content .overlay-grid .bundle-info-card span:not(.date-last-updated) {
  display: block;
  font-size: 10px;
}
.site-search__content .overlay-grid .overlay-info-card__text, .site-search__content .overlay-grid .bundle-info-card__text {
  margin: 15px 15px 0;
  line-height: 9.56px;
}
.site-search__content .overlay-grid .overlay-info-card__lastUpdated, .site-search__content .overlay-grid .bundle-info-card__lastUpdated {
  font-weight: 600;
  margin-top: 5px;
}
.site-search__content .overlay-grid .overlay-info-card__viewOnMap, .site-search__content .overlay-grid .overlay-info-card__openBundle, .site-search__content .overlay-grid .bundle-info-card__viewOnMap, .site-search__content .overlay-grid .bundle-info-card__openBundle {
  cursor: pointer;
  width: 56px;
  margin: 5px auto 0;
  padding: 2px 0;
  font-size: 8px !important;
  font-weight: 700;
  color: #FFF;
  background: #6C55AA;
  border-radius: 2px;
}
.site-search__content .overlay-grid .overlay-info-card__learnMore, .site-search__content .overlay-grid .bundle-info-card__learnMore {
  font-size: 9px;
  font-weight: 600;
  color: #FFF;
}
.site-search__content .overlay-grid__bundle {
  display: block;
  grid-template-columns: unset;
}
.site-search__content .overlay-grid__bundle .overlay-bundle-title {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  padding: 0 20px 0 12px;
  margin: 15px 0 5px 0;
}
.site-search__content .overlay-grid__bundle .overlay-bundle-title span {
  position: relative;
  bottom: 2px;
  left: 4px;
}
.site-search__content .filters-section {
  padding: 10px 0;
  margin-top: 10px;
  border-bottom: 1px dashed #6C55AA;
}
.site-search__content .filters-section span {
  font-size: 12px;
  font-weight: 600;
}
.site-search__content .filters-subsection {
  padding-bottom: 10px;
  border-bottom: 1px dashed #6C55AA;
}
.site-search__content .stopEvent {
  pointer-events: none;
}
.site-search__content .filter-content-container, .site-search__content .filter-content-container-disabled {
  padding: 15px 0;
  cursor: pointer;
  box-shadow: none;
}
.site-search__content .filter-content-container .filter-subheader, .site-search__content .filter-content-container-disabled .filter-subheader {
  font-size: 10px;
  font-weight: 500;
}
.site-search__content .filter-content-container .filter-value, .site-search__content .filter-content-container-disabled .filter-value {
  float: right;
  font-size: 8pt;
  font-weight: 500;
}
.site-search__content .filter-content-container .filter-value-units, .site-search__content .filter-content-container-disabled .filter-value-units {
  position: relative;
  bottom: 2px;
  display: none;
  color: #6C55AA;
}
.site-search__content .filter-content-container .filter-value-inner, .site-search__content .filter-content-container-disabled .filter-value-inner {
  position: relative;
  bottom: 2px;
  color: #6C55AA;
}
.site-search__content .filter-content-container .filter-value img, .site-search__content .filter-content-container-disabled .filter-value img {
  position: relative;
  top: 0px;
  margin-left: 5px;
  width: 10px;
  right: -2px;
}
.site-search__content .filter-content-container .filter-value i.fas, .site-search__content .filter-content-container-disabled .filter-value i.fas {
  margin-left: 5px;
}
.site-search__content .filter-content-container .filter-value i.fas.fa-chevron-left, .site-search__content .filter-content-container-disabled .filter-value i.fas.fa-chevron-left {
  color: #6C55AA;
}
.site-search__content .filter-wrapper.closed:before {
  display: none;
}
.site-search__content .filter-wrapper.closed .filter-controls-wrapper {
  display: none;
}
.site-search__content::-webkit-scrollbar {
  width: 5px;
}
.site-search__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
@media only screen and (max-width: 367px) {
  .site-search {
    width: calc(100vw - 58px);
  }
}

.company-portfolio-search {
  display: none;
  position: absolute;
  width: calc(100vw - 358px);
  max-width: 900px;
  height: calc(100vh - 8px);
  left: 354px;
  top: 4px;
  padding: 20px 10px 20px 20px;
  z-index: 8;
  background-color: rgba(0, 49, 59, 0.98);
  border-left: 1px solid #6C55AA;
  border-radius: 0 5px 5px 0;
}
.company-portfolio-search__header {
  display: flex;
}
.company-portfolio-search__header--title {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  flex: 1;
  padding: 12px 0;
  line-height: 1em;
}
.company-portfolio-search__header--input {
  display: flex;
  flex: 1;
  height: 36px;
  padding: 0 0 0 20px;
  background-color: rgba(108, 85, 170, 0.5);
  border: 1px solid #6C55AA;
  border-radius: 4px;
}
.company-portfolio-search__header--input input {
  flex: 1;
  background-color: transparent;
  border: none;
  color: #FFF;
}
.company-portfolio-search__header--input input::placeholder {
  opacity: 1;
  color: #FFF !important;
}
.company-portfolio-search__header--input svg {
  margin: auto 15px;
}
.company-portfolio-search__header-close {
  width: 15px;
  margin: -5px 5px 0 15px;
}
.company-portfolio-search__header-close svg path {
  fill: #FFF;
}
@media only screen and (max-width: 500px) {
  .company-portfolio-search__header-close {
    position: absolute;
    right: 10px;
    top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .company-portfolio-search__header {
    flex-direction: column;
  }
}
.company-portfolio-search__body {
  display: flex;
  width: 100%;
  height: calc(100vh - 96px);
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  padding-right: 10px;
}
.company-portfolio-search__body--no-results {
  flex: 1;
  display: block;
  position: relative;
  height: 20px;
  top: calc(50vh - 72px);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #FFF;
  line-height: 1em;
}
.company-portfolio-search__body--results {
  flex: 1;
}
.company-portfolio-search__body::-webkit-scrollbar {
  width: 5px;
}
.company-portfolio-search__body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
.company-portfolio-search__button {
  display: flex;
}
.company-portfolio-search__button span {
  margin: 15px 15px 15px auto;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #6C55AA;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .company-portfolio-search {
    left: 10px;
    width: calc(100vw - 20px);
    z-index: 10;
  }
}

#SearchCompanySubsidiaries .company-portfolio-search__header i.fa-chevron-left {
  padding: 12px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
}
#SearchCompanySubsidiaries .company-portfolio-search__body {
  max-height: calc(100vh - 140px);
}
#SearchCompanySubsidiaries .company-portfolio-search__body #SearchCompanySubsidiaries-List thead tr th {
  border: none;
  background-color: transparent;
  color: #FFF;
}
#SearchCompanySubsidiaries .company-portfolio-search__body #SearchCompanySubsidiaries-List thead tr#SearchCompanySubsidiaries-Header th {
  border-bottom: 1px solid #878787;
  text-align: center;
}
#SearchCompanySubsidiaries .company-portfolio-search__body #SearchCompanySubsidiaries-List thead tr#SearchCompanySubsidiaries-Totals th:not(:first-child) div {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background-color: #00958F;
  border-radius: 50%;
  text-align: center;
  padding: 8px 0;
}
#SearchCompanySubsidiaries .company-portfolio-search__body #SearchCompanySubsidiaries-List thead tr#SearchCompanySubsidiaries-Totals th #SearchCompanySubsidiaries-TopLevelCompany {
  text-align: center;
  text-decoration: underline;
}

.site-search__scotland-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 5px;
  border: 1px solid #6C55AA;
  color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
}

.filter-content-container.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.scotland-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.scotland-disabled-section {
  opacity: 0.5;
  color: #666;
}

.scotland-disabled-section + .filter-wrapper,
.scotland-disabled-section + .filters-toggle {
  opacity: 0.5;
  pointer-events: none;
}

.site-search__content-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.filters-essentials,
filters-essentials.Preset-Filter-Choice,
.filters-essentials a {
  cursor: not-allowed;
}

.filters {
  display: block;
  position: absolute;
  transition: 0.5s;
  color: #454545;
  text-align: left;
  height: auto;
  border: none;
  overflow-y: auto;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.filters--open {
  left: 78px !important;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 780px) {
  .filters--open {
    left: 57px !important;
  }
}
.filters--Measurement-Results {
  width: 400px;
}
@media screen and (max-width: 640px) {
  .filters {
    height: 90%;
  }
}
@media screen and (max-height: 600px) {
  .filters {
    height: 90%;
  }
}

.filters__header {
  font-family: Overpass, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.75em;
  line-height: 1.2em;
  background-color: inherit;
  color: rgba(0, 0, 0, 0.95);
  font-weight: 500;
  color: #878787;
}
.filters__header--background-grey {
  background-color: #eee;
}
.filters__header-with-close:last-child {
  margin-left: auto;
}
.filters__header-sub-header {
  font-size: 0.8em;
  padding-left: 10px;
  color: #cac2c2;
}

.filters__body {
  background-color: #e6e6e6;
}

.filter-content-container, .filter-content-container-disabled {
  padding: 15px 15px 20px 15px;
  font-weight: 300;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
}

.filter-expand-icon {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.95);
}

.filters-header {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.95);
  margin-top: 0;
  font-size: 2em;
}

.preset-filters {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-around;
}

.Preset-Filter-Choice {
  border: 1px solid #FFF;
  border-radius: 10px;
  background-color: #cac2c2;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  text-align: center;
  font-size: 11pt;
  line-height: 2.5;
  flex-grow: 1;
  margin: 1px;
}

.Preset-Filter-Choice:hover {
  background-color: #00a4a5;
}

.Preset-Filter-Choice-Highlighted {
  background-color: #00a4a5;
  color: #FFF;
}

.filter-expand-icon i {
  margin-right: 10px;
}

#Availability-Dates > div,
.filter-row > div {
  font-size: 11px;
  width: 100px;
  color: #000;
}

.filter-slider {
  flex-grow: 3;
  margin: 5px 20px 5px 10px;
}

.filter-size {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.filter-size span {
  flex-grow: 1;
}

.filter-panel__content {
  display: none;
  overflow: auto;
}

.filter-panel__content {
  margin-bottom: 2px;
}
.filter-panel__content--Measurement-Results {
  padding: 0 30px;
}

@media (max-width: 500px) {
  .filters {
    width: calc(100% - 50px);
  }
}
.filter-actions-container {
  margin-bottom: 20px;
}
.filter-actions-button {
  display: none;
  /*simply hiding the button to avoid deeper routed changes*/
  color: #FFF;
  border-radius: 5px;
  background-color: #24336f;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  min-width: 100px;
}
.filter-actions-button#Filter-Reset {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filter-actions-button#Filter-Reset {
    margin-right: 15px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 570px), (-ms-high-contrast: active) and (max-width: 570px) {
  .filter-actions-button#Filter-Reset {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.filter-actions-button#Filter-Search {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filter-actions-button#Filter-Search {
    margin-right: 15px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 570px), (-ms-high-contrast: active) and (max-width: 570px) {
  .filter-actions-button#Filter-Search {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.filter-actions-button#Filter-Close {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 570px) {
  .filter-actions-button#Filter-Close {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    margin-bottom: 15px;
  }
}

.filter-content .fa-plus, .filter-content .fa-minus {
  font-size: 1em;
}

div.filter-row {
  display: flex;
  padding-top: 10px;
  align-items: center;
}

div.filter-row .switch {
  margin-right: 10px;
}

.filter-subheader-date {
  margin-right: 10px;
  text-align: right;
}

#availability-property-count {
  color: #c71d22;
}

.availability-filters-beta {
  margin-right: 10px;
}

.filter-units {
  font-weight: 500;
}

.filter-row-pb-0 {
  padding-bottom: 0 !important;
}

.filter-row tbody {
  border-collapse: collapse;
  width: 100%;
}

.filter-row tr {
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}

.filter-row tr:last-child {
  box-shadow: none;
}

.filter-row tr td {
  padding: 15px 0;
}

.filter-row tr td:first-child {
  padding: 0;
}

.filter-row-merge {
  box-shadow: none !important;
}

.filter-row-right {
  justify-content: flex-end;
}

.filter-row-typeahead {
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1) !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.filter-row-typeahead input {
  width: 100% !important;
  border: none !important;
}

.filter-date {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  width: 70px;
}

.filter-percent {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  width: 70px;
}

.rates-filter-checkbox {
  display: inline-block;
}

.rates-filter-checkbox input {
  display: none;
}

.rates-filter-checkbox input:checked + label {
  background-color: #6C55AA !important;
}

.filter-row a {
  color: #0fa1a3;
  float: right;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 12px;
  content: "All";
}

#rates-filter-footer {
  margin-top: 20px;
}

.rates-filter-label {
  width: 100%;
  border: 1px solid #6C55AA;
  cursor: pointer;
  color: #FFF;
  line-height: 2;
  background-color: #00313B;
  padding: 2px 15px;
  font-weight: normal;
}

.rates-filter-label-all a {
  color: #000;
}

.rates-filter-flex {
  display: flex;
}

#EPCFilter-ToggleAll {
  padding-top: 10px;
}

.filter-toggleall {
  padding-top: 5px;
}

.filter-content a.collapsed i.fa-plus {
  display: inline;
}

.filter-content a i.fa-plus {
  display: none;
}

.filter-content a.collapsed i.fa-minus {
  display: none;
}

.filter-content a i.fa-minus {
  display: inline;
}

@media (max-width: 570px) {
  #availability-filters-counter {
    display: none;
  }

  .filter-subheader-date {
    display: none;
  }

  .sm-label {
    font-size: 14px;
  }
}
@media (max-width: 570px) {
  #availability-filters-counter {
    display: none;
  }

  .filter-subheader-date {
    display: none;
  }

  .filter-content .row-slider {
    flex-direction: column;
    align-items: flex-start;
  }

  .row-slider .filter-slider {
    margin: 19px 4px;
  }

  #Availability-Dates > div, .filter-row > div {
    width: 95%;
  }
}
.filters {
  background-color: #e9eaef;
  padding: 20px;
  width: 430px;
  top: 10px;
  left: -430px;
  z-index: 6;
}
.filters__body .filter-panel__content {
  background-color: #e9eaef;
}
.filters__body .filter-panel__content .filter-actions-container {
  display: flex;
  background-color: #e9eaef;
}
.filters__body .filter-panel__content .filter-actions-container .filter-actions-button {
  font-weight: bold;
  padding: 9px 0;
  display: initial;
}
.filters__body .filter-panel__content .filter-actions-container .filter-actions-button#Filter-Reset {
  width: 110px;
  margin-left: auto;
  background-color: transparent;
  color: #24336f;
  border: 1px solid #24336f;
}
.filters__body .filter-panel__content .filter-actions-container .filter-actions-button#Filter-Reset:hover {
  color: #FFF;
  background-color: #24336f;
}
.filters__body .filter-panel__content .filter-actions-container .filter-actions-button#Filter-Reset:hover svg g {
  fill: #FFF;
}
.filters__body .filter-panel__content .filter-actions-container .filter-actions-button#Filter-Search {
  width: 137px;
  margin-left: 15px;
}
.filters__body .filter-panel__content .filter-actions-container .filter-actions-button#Filter-Search:hover {
  background-color: #142255;
}
.filters__body .filter-panel__content .filters-sectionTitle-container {
  margin: 18px 0 10px 0;
}
.filters__body .filter-panel__content .filters-sectionTitle-container .filters-sectionTitle {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
}
.filters__body .filter-panel__content .filter-content-container, .filters__body .filter-panel__content .filter-content-container-disabled {
  border-radius: 7px;
  background-color: #FFF;
  margin: 2px 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.filters__body .filter-panel__content .filter-content-container .filter-subheader, .filters__body .filter-panel__content .filter-content-container-disabled .filter-subheader {
  letter-spacing: -0.1px;
  color: #2c2c2c;
  flex-grow: 1;
  width: 75px;
}
.filters__body .filter-panel__content .filter-content-container .filter-value, .filters__body .filter-panel__content .filter-content-container-disabled .filter-value {
  float: right;
  color: #24336f;
}
.filters__body .filter-panel__content .filter-content-container .filter-value-units, .filters__body .filter-panel__content .filter-content-container-disabled .filter-value-units {
  display: none;
}
.filters__body .filter-panel__content .filter-wrapper {
  display: grid;
}
.filters__body .filter-panel__content .filter-wrapper.closed:before {
  display: none;
}
.filters__body .filter-panel__content .filter-wrapper.closed .filter-controls-wrapper {
  display: none;
}
.filters__body .filter-panel__content .name-box, .filters__body .filter-panel__content .map-overlay-option .second-name-box, .map-overlay-option .filters__body .filter-panel__content .second-name-box {
  letter-spacing: 0.23px;
  font-weight: normal;
}
.filters .filter-edit-close {
  float: right;
  padding-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .filters {
    width: calc(100% - 50px);
  }
}

.index4 {
  z-index: 4;
}

.index3 {
  z-index: 3;
}

.index2 {
  z-index: 2;
}

.index1 {
  z-index: 1;
}

.btn-type {
  border-radius: 5px;
  font-size: 12px;
  padding: 6px 13px;
  cursor: pointer;
  margin: 0 5px;
}

.btn-apply {
  background-color: #6C55A9;
  color: #ffffff;
}

.btn-cancel {
  background-color: #00313B;
  border: 1px solid #6C55A9;
  color: #ffffff;
}

.btn-container {
  display: flex;
  padding-top: 10px;
  justify-content: flex-end;
  flex-direction: row;
}

.filter {
  position: relative;
  cursor: pointer;
}
.filter .property-container {
  width: 70%;
  height: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-right: 5px;
}
.filter .property-expand {
  position: absolute;
  right: 34px;
  z-index: 9999;
}
.filter__name {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #00313B;
  line-height: 33px;
  margin-top: 5px;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.filter__name .expanded-container {
  flex-direction: row;
  height: 68px;
  overflow: auto;
  width: 100%;
}
.filter__name::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 11px;
  border: 1px solid white;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: all 0.3s;
}
.filter__name p {
  display: inline-block;
}
.filter__name .chosen {
  border: 1px solid;
  display: inline-block;
  padding: 3px 7px;
  background: #1b6675;
  color: white;
  /*margin: 0 3px;*/
  margin: 6px 3px 0 3px;
  width: fit-content;
  border-radius: 5px;
  line-height: 16px;
  position: relative;
}
.filter__list {
  top: 31px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 0 10px 0;
  margin: 0;
  display: none;
  position: absolute;
  background-color: #00313B;
  overflow: auto;
  height: 173px;
}
.filter__list .type-search {
  border-radius: 5px;
  border: 1px solid;
  color: #fff;
  height: 34px;
  background-color: transparent;
  padding-left: 8px;
  margin: 5px 0px;
  width: 100%;
}
.filter__list .searchButton {
  background-color: #00313B;
  right: 8px;
  position: absolute;
  top: 13px;
}
.filter__list .type-search-labels {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 5px;
}
.filter__list .type-search-labels button .fa-search {
  font-size: 16px;
  color: white;
}
.filter__list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: white;
}
.filter_active .filter__name::after {
  transform: rotate(-135deg);
  top: 15px;
}

.remove {
  position: relative;
  padding: 4px 5px 0px 10px;
}
.remove::after, .remove::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 8px;
  background: white;
  right: 0px;
  top: 10px;
}
.remove::after {
  transform: rotate(45deg);
}
.remove::before {
  transform: rotate(-45deg);
}

.g-cheep {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 7.5px;
}
.g-cheep .custom-checkbox .checkmark {
  background-color: white;
  width: 15px;
  height: 15px;
  border: 1px solid #6C55AA;
  border-radius: 3px;
}
.g-cheep .custom-checkbox input[type=checkbox]:checked + .checkmark:after {
  border: solid white;
  border-width: 0 3px 3px 0;
  left: 4px;
  top: 1px;
}
.g-cheep .custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #6C55AA;
}
.g-cheep .checkbox-name {
  padding-top: 2px;
  margin-left: 9px;
}
.g-cheep input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  cursor: pointer;
}
.g-cheep input + label {
  position: relative;
  top: 0;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  opacity: 0.6;
}
.g-cheep_active {
  border: none;
}
.g-cheep_active > label {
  opacity: 1 !important;
  color: white !important;
}

.filter-controls-wrapper {
  position: fixed;
  min-width: 380px;
  left: 364px;
  background-color: #00313B;
  border-radius: 3px;
  padding: 20px;
}
.filter-controls-wrapper hr {
  margin-top: 16px;
}
@media only screen and (max-width: 800px) {
  .filter-controls-wrapper {
    width: calc(100% - 50px);
    left: 50px;
    top: 40px !important;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  }
}
.filter-controls-wrapper:before {
  content: "";
  background-color: #00313B;
  width: 10px;
  height: 20px;
  left: 354px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: fixed;
  margin-top: 45px;
}
.filter-controls-wrapper .title-toggle-wrapper {
  display: flex;
}
.filter-controls-wrapper .switch.switch-small {
  height: 18px;
  width: 37px;
  margin-left: 10px;
}
.filter-controls-wrapper .switch.switch-small .slider.round:before {
  height: 16px;
  width: 16px;
  bottom: 1px;
}
.filter-controls-wrapper .switch.switch-small input:checked + .slider:before {
  transform: translateX(16px);
}
.filter-controls-wrapper .filter-controls-title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #FFF;
}
.filter-controls-wrapper .filter-controls-title .dual-slider-reset {
  margin-left: 5px;
}
.filter-controls-wrapper .filter-controls-title .filter-edit-close {
  float: right;
  padding-bottom: 10px;
  margin-top: -7px;
  margin-right: -7px;
}
.filter-controls-wrapper .filter-controls-title .filter-edit-close svg path {
  fill: #FFF;
}
.filter-controls-wrapper .checklist-item-group:nth-of-type(n+2) {
  margin-top: 20px;
}
.filter-controls-wrapper .checklist-item-group .filter-controls-subtitle-wrapper {
  margin-bottom: 20px;
}
.filter-controls-wrapper .checklist-item-group .filter-controls-subtitle-wrapper .filter-controls-subtitle {
  font-size: 14px;
  font-weight: 500;
}
.filter-controls-wrapper .checklist-item-group .filter-controls-subtitle-wrapper .switch.switch-small {
  margin-bottom: 0;
  top: 4px;
}
.filter-controls-wrapper .filter-controls-description {
  font-size: 11px;
  line-height: 1.25;
  color: #FFF;
}
.filter-controls-wrapper .lease-Date-disabled {
  cursor: default;
  opacity: 50%;
}
.filter-controls-wrapper .lease-date-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filter-controls-wrapper .lease-Show-Date {
  width: 90px;
  margin-left: 5px;
  margin-top: -2px;
  border: none;
  cursor: pointer;
  background: #00313B;
  color: #FFF;
}
.filter-controls-wrapper .hidden {
  display: none;
}
.filter-controls-wrapper .filter-row.row-slider {
  padding-top: 25px;
  padding-bottom: 15px;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper {
  max-width: 60px;
  text-align: center;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .date-selector-wrapper {
  border: 1px solid #00958F;
  border-radius: 4px;
  cursor: pointer;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .date-selector-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: transparent;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .date-selector-wrapper select option {
  color: #00242e;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .date-selector-wrapper select::-webkit-scrollbar {
  display: none;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .filter-limit {
  display: block;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #00958F;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  background-color: #00313B;
  max-width: 60px;
  text-align: center;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .filter-limit#SaleDateSliderMin, .filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .filter-limit#SaleDateSliderMax {
  padding: 3px;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .filter-limit::-webkit-datetime-edit-fields-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 10px;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .filter-limit::-webkit-calendar-picker-indicator {
  display: none;
}
.filter-controls-wrapper .filter-row.row-slider .filter-limit-wrapper .filter-limit-unit {
  display: block;
  font-size: 8px;
  color: #FFF;
}
.filter-controls-wrapper .filter-row.row-slider .slider {
  border: 1px solid #c2e5e5;
  background-color: #FFF;
}
.filter-controls-wrapper .filter-row.row-slider .slider .ui-slider-handle-custom {
  background-color: #FFF !important;
  border-color: #FFF !important;
}
.filter-controls-wrapper .filter-row.row-slider .slider .ui-slider-handle-custom.dragged {
  background-color: #cac2c2 !important;
}
.filter-controls-wrapper .filter-row.row-slider .slider #CustomHandle {
  border-radius: 4px !important;
  background-color: #0fa1a3 !important;
  width: 40px !important;
  height: 25px !important;
  padding: 5px 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  .filter-controls-wrapper .filter-row.row-slider .slider {
    margin: 19px 17px 19px 12px;
  }
}
.filter-controls-wrapper.filter-checklist .commercial-property-type-right {
  margin: 25px 0 0 0;
}
.filter-controls-wrapper.filter-checklist .rates-filter-label {
  border-radius: 5px;
}
.filter-controls-wrapper .filter-controls-button-wrapper {
  text-align: end;
}
.filter-controls-wrapper .filter-controls-button-wrapper .filter-controls-cancel {
  display: none;
  /*simply hiding the button to avoid deeper routed changes*/
  color: #24336f;
  background-color: #fff;
  font-size: 14px;
  border-radius: 4px;
  border: solid 1px #24346f;
  padding: 7px 0;
  width: 85px;
  margin-right: 15px;
  cursor: pointer;
}
.filter-controls-wrapper .filter-controls-button-wrapper .filter-actions-button {
  width: 85px;
  min-width: 85px;
  padding: 7px 0;
}
.filter-controls-wrapper .filter-edit-close {
  float: right;
  padding-bottom: 10px;
}
.filter-controls-wrapper .filter-edit-close svg path {
  fill: #FFF;
}

.country-header {
  background-color: transparent;
  padding: 8px 12px;
  margin-top: 4px;
  margin-left: 0 !important;
}

.country-header .country-name {
  font-weight: 600;
  color: #FFF;
}

.g-cheep[data-country] {
  padding-left: 24px;
}

/* Adjust spacing for search results */
.typeSearchFilter:not(:placeholder-shown) ~ .property-types .country-header {
  display: none;
}

.typeSearchFilter:not(:placeholder-shown) ~ .property-types .g-cheep[data-country] {
  padding-left: 12px;
}

.area-restricted:before {
  content: "\f023";
  font-family: FontAwesome;
  color: #990099;
  font-size: 18px;
}

.tip-text {
  cursor: pointer;
  font-size: 12px;
  color: #269CD9;
}
.tip-text--small {
  font-size: 10px;
}

/* abstracts */
.top-bar__container {
  width: 500px;
  position: absolute;
  left: calc(50% - 250px);
  z-index: 1;
  margin-top: 4px;
}
@media only screen and (max-width: 1200px) {
  .top-bar__container {
    left: calc(50% - 180px);
  }
}
@media only screen and (max-width: 1000px) {
  .top-bar__container {
    width: 364px;
    left: calc(50% - 182px);
  }
}
@media only screen and (max-width: 780px) {
  .top-bar__container {
    width: calc(100vw - 122px);
    left: 62px;
  }
}
@media only screen and (max-width: 480px) {
  .top-bar__container {
    width: calc(100vw - 62px);
    left: 58px;
  }
}

.history-container,
.custom-autocomplete-results {
  border-radius: 0 0 16px 16px !important;
}

.history-container .result-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav__container {
  display: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
  max-height: 4%;
  padding: 5px;
  width: 100%;
  position: relative;
  z-index: 1000;
  align-items: center;
  -webkit-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  .nav__container span i {
    font-size: 1.3em;
  }
}

.custom-autocomplete-results,
.loading-results {
  position: absolute;
  z-index: 1000;
  background: white;
  border-top: none;
  width: 500px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  top: 25px;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .custom-autocomplete-results,
.loading-results {
    width: 364px;
  }
}
@media only screen and (max-width: 780px) {
  .custom-autocomplete-results,
.loading-results {
    width: calc(100vw - 122px);
  }
}
@media only screen and (max-width: 480px) {
  .custom-autocomplete-results,
.loading-results {
    width: calc(100vw - 62px);
  }
}

.loading-results {
  position: unset;
}

/* Position the results container to match the input width and position */
#Query-Results {
  position: relative;
  width: 100%;
}

/* Make the results container match the width of the top-bar__container */
#Query-Results .custom-autocomplete-results {
  width: 100%;
}

.results-section-header {
  padding: 5px 10px;
  background: #f0f0f0;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.result-item {
  padding: 8px 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.result-item:hover,
.result-item:focus,
.result-item.selected {
  background-color: #e0ecf9;
}

.result-item:focus {
  outline: 2px solid #4285f4;
  outline-offset: -2px;
}

#Query:focus {
  outline: 2px solid #4285f4;
  border-color: #4285f4;
}

.diy-result i {
  color: #4285f4;
}

.google-result i {
  color: #ea4335;
}

.internal-result i {
  color: #4285f4;
}

.result-item i {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.result-item:hover i,
.result-item:focus i,
.result-item.selected i {
  filter: grayscale(0);
  opacity: 1;
}

.loading-results,
.error-results,
.no-results {
  padding: 10px;
  text-align: center;
  color: #666;
}

.error-results {
  color: #ea4335;
}

.result-item strong {
  font-weight: bold;
  color: #000;
}

.workflow-import__body {
  display: none;
}
.workflow-import__body--visible {
  display: block;
}

.workflow-pipeline-container .dataTables_filter,
.workflow-pipeline-container .dataTables_length {
  display: none;
}

.workflow-import__btn-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}

.workflow-import__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  margin: 10px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #00a4a5;
  color: white;
  height: 60px;
  width: 100%;
}

div#SetWorkflowDialog textarea, #SetSearchedWorkflowDialog textarea {
  font-family: Overpass, sans-serif;
  margin-top: 10px;
  width: 100%;
  height: 100px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#SetWorkflowDialog input, #SetSearchedWorkflowDialog input {
  padding-left: 10px;
  font-family: Overpass, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
div#SetWorkflowDialog select, #SetSearchedWorkflowDialog select {
  padding-left: 5px;
  font-family: Overpass, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.workflow-panel {
  display: none;
  width: calc(100% - 78px);
  left: 54px;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  text-align: left;
  border: none;
  overflow-y: hidden;
  z-index: 9;
  overflow-x: hidden;
}
@media only screen and (max-width: 780px) {
  .workflow-panel {
    width: calc(100% - 58px);
    left: 54px;
  }
}

.workflow-panel-header-actions-viewswitcher {
  display: inline-block;
  color: #797f83 !important;
  font-family: Overpass, sans-serif;
  float: right;
  position: relative;
  bottom: 4px;
  right: 30px;
}
.workflow-panel-header-actions-viewswitcher input:checked + .slider {
  background-color: #7B0E8E;
}
.workflow-panel-header-actions-viewswitcher span {
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
}
.workflow-panel-header-actions-viewswitcher span.slider {
  background-color: #7B0E8E;
}
.workflow-panel-header-actions-viewswitcher label {
  top: 12px;
}

.workflow-panel-header-actions {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .workflow-panel-header-actions {
    display: none;
  }
}

.workflow-panel-header-actions-search {
  border: 1px solid #d1d1d1 !important;
  max-width: 100%;
  margin-right: 5px;
}
@media only screen and (max-width: 1100px) {
  .workflow-panel-header-actions-search {
    display: none;
  }
}
.workflow-panel-header-actions-search input {
  margin-left: 5px;
  padding: 10px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  outline: none;
  box-shadow: none !important;
  border: none !important;
  font-family: Overpass, sans-serif;
  font-size: 12px !important;
  display: inline;
}
.workflow-panel-header-actions-search button {
  background-color: #384372;
  position: relative;
  right: 5px;
}
.workflow-panel-header-actions-search button i {
  background-color: #ffffff;
  position: relative;
  font-size: 20px;
  color: #FFF;
  cursor: pointer;
}

@media (max-width: 500px) {
  .workflow-panel-header-actions {
    display: none;
  }
}
.workflow-pipeline-container {
  display: flex;
  flex: auto;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .workflow-pipeline-container {
    flex-direction: column;
    height: auto;
  }
}
.workflow-pipeline-container .workflow-pipeline {
  display: flex;
  flex-direction: column;
  margin: 10px 12px;
}
@media only screen and (max-width: 560px) {
  .workflow-pipeline-container .workflow-pipeline {
    margin: 15px auto;
  }
}
.workflow-pipeline-container .workflow-pipeline .stage-menu-item {
  padding: 7px 10px 3px 10px;
  border-bottom: solid 1px #bdc1d2;
  color: #484848;
}
.workflow-pipeline-container .workflow-pipeline .stage-menu-item:hover {
  background-color: #bdc1d2;
  color: black;
}
.workflow-pipeline-container .workflow-pipeline .stag-menu {
  justify-content: space-between;
  font-size: 14px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #bdc1d2;
  border-radius: 5px;
  position: absolute;
  display: none;
  flex-direction: column;
  top: 40px;
  right: 0px;
  height: auto;
}
.workflow-pipeline-container .workflow-pipeline .workflow-pipeline-header {
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  padding: 10.5px;
  padding-left: 15px;
  line-height: 1.5;
  cursor: pointer;
  background-color: #00958F;
  border-radius: 5px;
}
.workflow-pipeline-container .workflow-pipeline .workflow-pipeline-header i {
  float: right;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 3px;
}
@media only screen and (max-width: 560px) {
  .workflow-pipeline-container .workflow-pipeline .workflow-pipeline-header {
    width: calc(100vw - 180px);
  }
}
.workflow-pipeline-container .workflow-pipeline .workflow-pipeline-list {
  overflow-y: auto;
  width: 100%;
  flex: 1;
}
.workflow-pipeline-container .workflow-pipeline.scrollable .workflow-pipeline-list {
  width: 105%;
}
.workflow-pipeline-container .workflow-pipeline .workflow-pipeline-item {
  overflow: hidden;
  background-color: #fff;
  height: fit-content;
  margin: 10px 0;
  font-family: Overpass, sans-serif;
  color: #333333;
  font-weight: bold;
}
.workflow-pipeline-container .workflow-pipeline .workflow-pipeline-item-comment {
  color: #979797;
  padding-top: 5px;
  font-weight: normal;
  font-size: 11px;
}
.workflow-pipeline-container .workflow-pipeline .workflow-pipeline-item a {
  color: #494949;
}
.workflow-pipeline-container .workflow-pipeline .workflow-pipeline-item a :hover {
  color: #494949;
}

.workflow-panel-body {
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 560px) {
  .workflow-panel-body {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.workflow-panel-body-actions {
  padding-bottom: 15px;
  margin-left: 10.5px;
}

.dataTables_wrapper {
  margin-top: 20px;
}
.dataTables_wrapper label, .dataTables_wrapper .paginate_button {
  color: #797f83 !important;
  font-weight: normal;
}
.dataTables_wrapper .paginate_button:hover {
  background: none !important;
  border: 1px solid #797f83;
}
.dataTables_wrapper .dataTables_info {
  color: #797f83 !important;
  font-weight: normal;
  padding-left: 10px;
}
.dataTables_wrapper a {
  color: #494949;
}
.dataTables_wrapper a :hover {
  xcolor: #494949;
}
.dataTables_wrapper a.current {
  background: white;
  height: 40px;
  width: 50px;
  display: inline;
  background-color: #FFFFFF;
  border: 1px solid #d1d1d1 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  color: #797f83 !important;
}
.dataTables_wrapper a.current:hover {
  background: white !important;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
  padding-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dataTables_wrapper .dataTables_length {
  float: right;
  margin-bottom: 2px;
  margin-right: 16px;
}
.dataTables_wrapper .dataTables_length select {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
}
.dataTables_wrapper table {
  margin-top: 20px;
  border-bottom: none !important;
}
.dataTables_wrapper table td {
  line-height: 2.5em;
  padding-left: 10px;
  border-top: none !important;
  border-bottom: 0.5px solid #dddddd !important;
  border-right: 0.5px solid #dddddd !important;
}
.dataTables_wrapper table tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.dataTables_wrapper table tr:last-child td:last-child {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.dataTables_wrapper table tr:last-child td {
  border-bottom: none !important;
}
.dataTables_wrapper table tr td:last-child {
  border-right: none !important;
  line-height: 1;
  padding: 1em !important;
}
.dataTables_wrapper table tr td:last-child div:first-child {
  float: left;
}
.dataTables_wrapper table tr td:last-child div:last-child {
  display: none;
  /*Further work needs to happen before items can be edited from the listview view, so hide the edit icons for now*/
  float: right;
}
.dataTables_wrapper table tr td:last-child div:last-child i {
  float: right;
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
  color: #979797;
}
.dataTables_wrapper table tr td:first-child {
  font-weight: 500;
}
.dataTables_wrapper table th {
  padding: 10.5px;
  text-align: left;
  background-color: #24336f;
  font-size: 15px;
  letter-spacing: 0.18px;
  font-weight: 500;
  color: #ffffff;
}
.dataTables_wrapper th {
  width: 30% !important;
}
.dataTables_wrapper th:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.dataTables_wrapper th:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  width: 40% !important;
}
.dataTables_wrapper tr {
  background-color: #fff !important;
  color: #404244;
}

.workflow-addstage-input,
.workflow-edititem-input {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Overpass, sans-serif;
  padding-left: 10px;
}

#Workflow-MoveTo-Stages {
  background-color: #00958F;
  color: white;
}

#Workflow-MoveTo-Stages option {
  background-color: #00958F;
  color: white;
}

.workflow-addstage-label,
.workflow-bulkactions-label,
.workflow-bulkactions-options {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
}

.workflow-edititem-note {
  font-family: Overpass, sans-serif;
  margin-top: 10px;
  width: 100%;
  height: 100px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.workflow-items-load-all {
  font-family: Overpass, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #269CD9;
  color: #ffffff;
  margin: 8px;
  cursor: pointer;
}

.workflow-loading-text {
  font-family: Overpass, sans-serif;
  color: #FFF;
  font-size: xx-large;
  padding: 10px 0;
}

.workflow-panel-body .dataTables_wrapper {
  /* Class generated by the DataTables library */
  margin-top: 20px;
}
.workflow-panel-body .dataTables_wrapper label, .workflow-panel-body .dataTables_wrapper .paginate_button {
  color: #797f83 !important;
  font-weight: normal;
}
.workflow-panel-body .dataTables_wrapper .paginate_button:hover {
  background: none !important;
  border: 1px solid #797f83;
}
.workflow-panel-body .dataTables_wrapper .dataTables_info {
  color: #797f83 !important;
  font-weight: normal;
  padding-left: 10px;
}
.workflow-panel-body .dataTables_wrapper a {
  color: #494949;
}
.workflow-panel-body .dataTables_wrapper a :hover {
  color: #494949;
}
.workflow-panel-body .dataTables_wrapper a.current {
  background: white;
  height: 40px;
  width: 50px;
  display: inline;
  background-color: #FFFFFF;
  border: 1px solid #d1d1d1 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  color: #797f83 !important;
}
.workflow-panel-body .dataTables_wrapper a.current:hover {
  background: white !important;
}
.workflow-panel-body .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
  padding-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.workflow-panel-body .dataTables_wrapper .dataTables_length {
  float: right;
  margin-bottom: 2px;
  margin-right: 16px;
}
.workflow-panel-body .dataTables_wrapper .dataTables_length select {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
}
.workflow-panel-body .dataTables_wrapper table {
  margin-top: 20px;
  border-bottom: none !important;
}
@media only screen and (max-width: 900px) {
  .workflow-panel-body .dataTables_wrapper table th.hidden-small,
.workflow-panel-body .dataTables_wrapper table td.hidden-small {
    display: none;
  }
}
.workflow-panel-body .dataTables_wrapper table td {
  line-height: 2.5em;
  padding-left: 10px;
  border-top: none !important;
  border-bottom: 0.5px solid #dddddd !important;
  border-right: 0.5px solid #dddddd !important;
}
.workflow-panel-body .dataTables_wrapper table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.workflow-panel-body .dataTables_wrapper table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.workflow-panel-body .dataTables_wrapper table tr:last-child td {
  border-bottom: none !important;
}
.workflow-panel-body .dataTables_wrapper table tr td:last-child {
  border-right: none !important;
  line-height: 1;
  padding: 1em !important;
}
.workflow-panel-body .dataTables_wrapper table tr td:last-child div:first-child {
  float: left;
}
.workflow-panel-body .dataTables_wrapper table tr td:last-child div:last-child {
  display: none;
  /*Further work needs to happen before items can be edited from the listview view, so hide the edit icons for now*/
  float: right;
}
.workflow-panel-body .dataTables_wrapper table tr td:last-child div:last-child i {
  float: right;
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
  color: #979797;
}
.workflow-panel-body .dataTables_wrapper table tr td:first-child {
  font-weight: 500;
}
.workflow-panel-body .dataTables_wrapper table th {
  padding: 10.5px;
  text-align: left;
  background-color: #24336f;
  font-size: 15px;
  letter-spacing: 0.18px;
  font-weight: 500;
  color: #ffffff;
}
.workflow-panel-body .dataTables_wrapper th {
  width: 30% !important;
}
.workflow-panel-body .dataTables_wrapper th:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.workflow-panel-body .dataTables_wrapper th:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  width: 40% !important;
}
.workflow-panel-body .dataTables_wrapper tr {
  background-color: #fff !important;
  color: #404244;
}

.workflow-pipeline-tools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.workflow-pipeline-count {
  margin-right: 5px;
}

.workflow-addstage-flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.initials-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-color: #00958F;
  color: #ffffff;
  border-radius: 50%;
  font-size: 8px;
}
.initials-circle div {
  text-align: center;
  line-height: 17px;
}

.sequence-circle {
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-left: 5px;
  background-color: #00242E;
  color: #ffffff;
  border-radius: 8px;
  font-size: 8px;
}
.sequence-circle div {
  text-align: center;
  line-height: 17px;
}

.workflow-stage-tooltip, .lambandswift-tooltip {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  vertical-align: bottom;
  padding-left: 5px;
  padding-bottom: 3px;
  cursor: default;
  height: 18px;
}

.arrow.left.workflow-stage-tooltip-box {
  bottom: 70%;
  pointer-events: none;
}
.arrow.left.workflow-stage-tooltip-box::after {
  top: -7px;
}

.arrow.left.lambandswift-tooltip-box {
  bottom: 30%;
  pointer-events: none;
}
.arrow.left.lambandswift-tooltip-box::after {
  top: -7px;
}

#Workflow {
  height: calc(100% - 8px);
  width: calc(100vw - 58px);
  top: 4px;
  padding: 30px 70px 20px;
  border-radius: 0 5px 5px 0;
  background-color: rgba(0, 49, 59, 0.9);
}
#Workflow .workflow-panel-top .upload-download-wrapper {
  flex: 1;
  height: 30px;
}
#Workflow .workflow-panel-top .upload-download-wrapper button {
  float: right;
  width: 130px;
  height: 100%;
  padding-bottom: 5px;
  background-color: #6C55AA;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
}
#Workflow .workflow-panel-top .upload-download-wrapper button svg {
  position: relative;
  top: 3px;
}
#Workflow .workflow-panel-top .upload-download-wrapper button#WorkflowImport {
  width: 105px;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #6C55AA;
  margin-right: 14px;
}
#Workflow .workflow-panel-top .upload-download-wrapper button#WorkflowExport, #Workflow .workflow-panel-top .upload-download-wrapper button#WorkflowImport {
  border-radius: 5px;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-top .upload-download-wrapper {
    display: none;
  }
}
#Workflow .workflow-panel-top #Workflow-Panel-Header #Workflow-Panel-Title {
  min-width: 130px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  display: block;
  padding-left: 10px;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-top #Workflow-Panel-Header #Workflow-Panel-Title {
    display: none;
  }
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-title__mobile {
  display: none;
  width: 100%;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-title__mobile #Workflow-Panel-Close-Mobile {
  padding: 20px;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-title__mobile {
    display: flex;
  }
  #Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-title__mobile .side-panel-heading__title {
    padding-left: 0;
  }
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions {
  display: flex;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search {
  display: flex;
  width: 380px;
  height: 30px;
  border-radius: 4px;
  background: #384372;
  border: 1px solid #6C55AA !important;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search .workflow-search-buttons {
  display: flex;
  flex: 1;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search .workflow-search-buttons button {
  display: flex;
  flex: 1;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search .workflow-search-buttons button i {
  top: 5px;
  font-size: 15px;
  margin: 0 auto;
  background-color: transparent;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search .workflow-search-buttons button i:hover {
  color: #FFF;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search input {
  max-width: 80%;
  height: 100%;
  background: #384372;
  color: #FFF;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search input::placeholder {
  font-size: 10px;
  color: #FFF !important;
}
@media only screen and (max-width: 1100px) {
  #Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search {
    flex: 1;
    width: 195px;
  }
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-search {
    margin: 0 auto;
    width: 90%;
  }
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-button {
  height: 30px;
  width: 120px;
  background-color: #6C55AA;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  margin-left: 16px;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-button i {
  margin-left: 3px;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-button i::before {
  -webkit-text-stroke: unset;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-button-disabled {
  background-color: #949494;
}
#Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-button-disabled:hover {
  background-color: #6C55AA !important;
}
@media only screen and (max-width: 1100px) {
  #Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-button {
    width: 120px;
  }
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-top #Workflow-Panel-Header .workflow-panel-header-actions-button {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-top #Workflow-Panel-Header {
    flex-direction: column;
    padding-bottom: 15px;
  }
  #Workflow .workflow-panel-top #Workflow-Panel-Header #Workflow-Panel-Close {
    display: none;
  }
}
#Workflow .workflow-panel-body {
  height: calc(100vh - 225px);
  margin-top: 15px;
}
#Workflow .workflow-panel-body #Workflow-Pipeline {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline {
    display: flex;
    height: calc(100vh - 250px);
  }
}
#Workflow .workflow-panel-body #Workflow-Pipeline::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
#Workflow .workflow-panel-body #Workflow-Pipeline::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline::-webkit-scrollbar {
    display: none;
  }
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline {
  min-height: 6vh;
  max-width: 245px;
  min-width: 245px;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-color {
  padding: 2px;
  border-radius: 5px 5px 0 0;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-header .workflow-pipeline-header-label {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  display: inherit;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-header .workflow-pipeline-header-label svg {
  margin-left: 5px;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-header .workflow-pipeline-header-label {
    font-size: 10px;
  }
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-header i {
  color: #FFF;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list {
  max-height: calc(100vh - 315px);
  scrollbar-width: thin;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list:empty {
  padding-bottom: 85px;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list::-webkit-scrollbar {
  width: 12px;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 10px;
  border: 3px solid transparent;
  background-color: #6C55AA;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item {
  display: flex;
  flex-direction: column;
  border: solid 1px #bdc1d2;
  border-radius: 4px;
  padding: 10px;
  cursor: grab;
  margin-top: -20px;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  min-height: 85px;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item:first-of-type {
  margin-top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item.dragged-out {
  height: 76px;
  background-color: #bec2d3 !important;
  border: none;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item.dragged-out .title-description-initials-wrapper, #Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item.dragged-out .controls-wrapper {
  display: none;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .title-description-initials-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
  justify-content: space-between;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .title-description-wrapper {
  flex: 1;
  padding: 0 10px 0 20px;
  max-width: 170px;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .title-description-wrapper .workflow-pipeline-item-title {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  width: 100%;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .title-description-wrapper .workflow-pipeline-item-title {
    font-size: 10px;
  }
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .title-description-wrapper .workflow-pipeline-item-comment {
  font-size: 10px;
  font-weight: 500;
  color: #9b9b9b;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .title-description-wrapper {
    max-width: calc(100vw - 228px);
  }
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .controls-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: default;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list .workflow-pipeline-item .controls-wrapper .workflow-pipeline-item-delete {
  margin-left: 5px;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-pipeline-list {
    max-width: calc(100vw - 170px);
  }
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-items-load-all {
  display: none;
  width: 100%;
  height: 20px;
  color: #FFF;
  background-color: #00958F;
  margin: 0 10px 0 0;
}
#Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline .workflow-items-load-all.shown {
  display: block;
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline .workflow-pipeline {
    min-width: unset;
  }
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body #Workflow-Pipeline {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 560px) {
  #Workflow .workflow-panel-body {
    margin-top: 0;
  }
}
#Workflow .workflow-buttons {
  height: 30px;
}
#Workflow .workflow-buttons #Workflow-Panel-Close {
  float: right;
  width: 115px;
  height: 100%;
  padding: 8px;
  background-color: #6C55AA;
  font-size: 15px;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
#Workflow #spn_SearchTagCounts {
  padding-left: 4px;
  padding-right: 8px;
}
#Workflow #searchSiteTags {
  position: absolute;
  height: 100%;
  width: 90%;
  z-index: 9;
  background-color: rgba(0, 49, 59, 0.9) !important;
}
@media only screen and (max-width: 768px) {
  #Workflow {
    width: calc(100vw - 58px) !important;
    padding: 20px 50px;
  }
}

.ui-dialog.set-workflow-dialog {
  border-radius: 4px;
  background: #00958F !important;
  background-color: #00958F !important;
}
.ui-dialog.set-workflow-dialog .ui-dialog-titlebar {
  background: #00958F !important;
  background-color: #00958F !important;
}
.ui-dialog.set-workflow-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 13px !important;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.ui-dialog.set-workflow-dialog #SetWorkflowDialog p, .ui-dialog.set-workflow-dialog #SetSearchedWorkflowDialog p {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: normal;
  color: #ffffff;
}
.ui-dialog.set-workflow-dialog #SetWorkflowDialog p:not(:first-child), .ui-dialog.set-workflow-dialog #SetSearchedWorkflowDialog p:not(:first-child) {
  margin-top: 20px;
}
.ui-dialog.set-workflow-dialog #SetWorkflowDialog .form-control, .ui-dialog.set-workflow-dialog #SetSearchedWorkflowDialog .form-control {
  border-radius: 3px;
  background-color: #00958F !important;
  color: #ffffff;
  border-color: #ffffff;
}
.ui-dialog.set-workflow-dialog #SetWorkflowDialog .form-control::placeholder, .ui-dialog.set-workflow-dialog #SetSearchedWorkflowDialog .form-control::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.ui-dialog.set-workflow-dialog #SetWorkflowDialog textarea, .ui-dialog.set-workflow-dialog #SetSearchedWorkflowDialog textarea {
  height: 70px;
}
.ui-dialog.set-workflow-dialog .ui-dialog-buttonpane {
  padding-right: 1em;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.ui-dialog.set-workflow-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: right;
}
.ui-dialog.set-workflow-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin: 0px;
  border: 1px solid #6C55A9 !important;
  background-color: #6C55A9 !important;
  border-radius: 5px !important;
}

#SetWorkflowDialog .div_SiteTagMain, #AddToMySitesDialog .div_SiteTagMain {
  margin: 10px 0px 0px 0px !important;
}
#SetWorkflowDialog #div_WSelectedTag, #AddToMySitesDialog #div_WSelectedTag {
  background-color: #00958F !important;
}
#SetWorkflowDialog .div_WSiteTagSlider, #AddToMySitesDialog .div_WSiteTagSlider {
  background-color: #00958F !important;
}
#SetWorkflowDialog .div_WAddNewTagLabel, #AddToMySitesDialog .div_WAddNewTagLabel {
  background-color: #51B7B3 !important;
}
#SetWorkflowDialog .divWSelectedTag, #AddToMySitesDialog .divWSelectedTag {
  background-color: #51B7B3 !important;
}

.divCurrentTagMain {
  height: auto;
  display: flex;
  margin: 5px;
  flex-wrap: wrap;
}
.divCurrentTagMain .divCurrentTag {
  border: 1px solid #6C55AA;
  background-color: #6C55AA;
  color: #ffffff;
  height: 25px;
  padding: 5px;
  margin: 0px 0px 5px 5px;
  border-radius: 5px;
}
.divCurrentTagMain .removeCurrentTag {
  cursor: pointer !important;
}
.divCurrentTagMain .divRemoveAllTags {
  background-color: transparent !important;
  border: 0px;
}
.divCurrentTagMain .divRemoveAllTags:hover {
  border: 1px solid #fff !important;
  border-radius: 5px;
  cursor: pointer !important;
}

.divWSelectedTag {
  margin: 3px 0px 3px 5px;
  border: 1px solid;
  border-radius: 3px;
  padding: 4px;
  width: auto !important;
  background-color: #4D6F76;
}

.siteTagButton {
  height: 30px;
  width: 145px;
  background-color: #6C55AA;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  border: 1px solid #6C55AA;
  margin-bottom: 8px;
  margin-top: 8px;
}

.siteTagButtonClear {
  background-color: transparent !important;
  margin-right: 8px;
}

.div_SiteTagMain {
  color: #fff;
  margin: 10px;
  width: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.div_SiteTagMain #div_WSiteTagSlider {
  position: absolute;
  border: 1px solid #fff;
  background-color: rgba(0, 49, 59, 0.9);
  top: 32px;
  width: 100%;
  z-index: 1;
  border-radius: 3px;
}
.div_SiteTagMain #div_WSiteTagData {
  display: flex;
  flex-direction: column;
}
.div_SiteTagMain #txt_WSiteTagSearch {
  border-radius: 5px;
  border: 1px solid;
  color: #fff;
  height: 34px;
  background-color: transparent;
  padding-left: 8px;
  margin: 5px !important;
  width: auto;
  background-image: url("../../images/UI/_sitetagsearch.svg");
  background-position: 99%;
  background-repeat: no-repeat;
}
.div_SiteTagMain .div_SiteTagButton {
  text-align: center;
  margin-top: 10px;
  border-top: 1px dashed #4D6F76;
}
.div_SiteTagMain .div_WAddNewTagLabel {
  padding: 10px 14px 5px 14px;
  background-color: #4D6F76;
  height: 30px;
  display: none;
}
.div_SiteTagMain .chkBoxAllTag {
  top: 2px;
  position: relative;
  margin: 4px 12px 0px 5px;
}
.div_SiteTagMain .div_InfoDialogSiteTagScrollable {
  max-height: 140px !important;
}
.div_SiteTagMain .div_WAllSiteScrollable {
  height: 110px;
}
.div_SiteTagMain #div_WAllSiteScrollable {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /*width: calc(100% - 8px);*/
}
.div_SiteTagMain #div_WAllSiteScrollable::-webkit-scrollbar {
  width: 5px;
}
.div_SiteTagMain #div_WAllSiteScrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-clip: content-box;
  background-color: #ffffff;
}
.div_SiteTagMain #div_WAllSiteTags {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
.div_SiteTagMain #div_WAllSiteTags input {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  accent-color: #6C55AA;
}
.div_SiteTagMain #div_NoMatchingTag {
  height: 50%;
  margin: auto;
  display: none;
  width: 50%;
  text-align: center;
}
.div_SiteTagMain .div_WSelectedTagRelative {
  position: relative;
  height: 34px;
}
.div_SiteTagMain .tagChevron {
  position: absolute;
  right: 10px;
  font-size: 10px;
  cursor: pointer;
}
.div_SiteTagMain .divShowMoreTag {
  border: 0px !important;
  margin-left: auto !important;
  text-decoration: underline !important;
  cursor: pointer;
  background-color: transparent !important;
  margin-right: 10px;
}
.div_SiteTagMain #div_WSelectedTag {
  min-height: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #00313B !important;
  border: 1px solid;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
  padding-right: 14px;
  width: 100%;
  position: relative;
}
.div_SiteTagMain #div_WSearchTagDefault {
  margin-left: 5px;
}

#searchTagChevron, .WremoveSelectedTag, .WremoveTagFilter {
  cursor: pointer !important;
}

.ui-dialog-content.checkout-modal-wrap {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 834px;
  border: 3px solid #00958F !important;
  border-radius: 5px;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-titlebar {
  background: none !important;
  padding: 0 !important;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-titlebar .ui-dialog-title .modal-title-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-titlebar .ui-dialog-titlebar-close {
  margin: unset;
  padding: unset;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-titlebar .ui-icon-closethick {
  background-image: url("../../images/UI/_white-close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  border: none;
  opacity: 1;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-content {
  margin: 10px 40px 0 40px !important;
  padding: unset;
  color: #ffffff !important;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-buttonpane {
  background-color: #00313B !important;
  padding: 10px 40px 40px 40px !important;
  margin: 0 !important;
}
.ui-dialog-content.checkout-modal-wrap .checkout-modal-content h2 {
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin: 0 0 22px 0;
}
.ui-dialog-content.checkout-modal-wrap .checkout-modal-content p {
  font-family: Overpass, sans-serif;
  font-size: 14px;
}
.ui-dialog-content.checkout-modal-wrap .confirm-msg {
  padding-bottom: 64px;
}
.ui-dialog-content.checkout-modal-wrap .notification-banner__message a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table {
  width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table thead tr:first-child {
  border-top: 1px solid #037F76;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table th {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table td {
  padding: 16px;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table tbody {
  font-size: 16px;
  font-weight: 400;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table tbody tr:nth-child(odd) {
  background-color: #063944;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table tbody tr.total-row {
  font-weight: bold;
  border-bottom: 1px solid #037F76;
  font-size: 18px;
  font-weight: 700;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table tbody tr.balance-info {
  font-size: 14px;
  font-weight: 400;
  background-color: #002A33;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table tbody tr.balance-info td {
  padding: 6px 16px !important;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table tbody tr.balance-info .current-balance {
  font-weight: 700;
}
.ui-dialog-content.checkout-modal-wrap .campaign-table tbody tr.balance-info .pl-10 {
  padding-left: 10px;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-buttonset {
  display: flex;
  justify-content: space-between;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-buttonset .primary-button {
  background-color: #6C55AA !important;
  border: 2px solid #6C55AA;
  border-radius: 4px !important;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-buttonset .secondary-button {
  background-color: unset !important;
  border: 2px solid #6C55AA;
  border-radius: 4px !important;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-buttonset button {
  transition: filter 0.3s;
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-buttonset button:hover {
  filter: brightness(85%);
}
.ui-dialog-content.checkout-modal-wrap .ui-dialog-buttonset button:disabled {
  filter: brightness(70%);
  cursor: not-allowed;
  opacity: 0.6;
}

.ui-dialog-buttonpane .icon-stannp {
  position: relative;
  padding-right: 90px;
}
.ui-dialog-buttonpane .icon-stannp::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/images/logos/stannp.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 69px;
  height: 17px;
}

.ui-dialog.workflow-dialog.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.w500 {
  min-width: 500px !important;
}

.ui-draggable.workflow-dialog {
  width: 400px !important;
  background-color: #00958F;
  border: none !important;
  border-radius: 0;
  padding: 12px;
}
.ui-draggable.workflow-dialog .ui-dialog-titlebar {
  background-color: #00958F !important;
  padding: 0.4em 32px;
  height: unset;
}
.ui-draggable.workflow-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  margin-left: 0 !important;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
}
.ui-draggable.workflow-dialog .ui-dialog-titlebar .ui-button {
  margin: 0;
  width: 21px;
  height: 21px;
  right: 32px;
  top: 22px;
}
.ui-draggable.workflow-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick {
  background-image: url("../../images/UI/_white-close.svg");
  background-position: 0;
  width: 21px;
  height: 21px;
  transform: none;
  top: 0;
  left: 0;
  margin-top: -20px;
  margin-left: 25px;
}
.ui-draggable.workflow-dialog .ui-dialog-content {
  padding: 0.5em 32px;
}
.ui-draggable.workflow-dialog .ui-dialog-content#Workflow-AddStage {
  overflow: hidden;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-label, .ui-draggable.workflow-dialog .ui-dialog-content .workflow-bulkactions-label {
  font-size: 14px;
  color: #FFF;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-checkbox {
  margin: 8px 10px 10px 0;
}
.ui-draggable.workflow-dialog .ui-dialog-content .custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #6C55AA;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-checkbox-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px 0;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-checkbox-container label {
  padding-right: 10px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 1px solid #6C55AA;
}
.ui-draggable.workflow-dialog .ui-dialog-content input {
  color: #FFF;
  background-color: #00958F;
  border: 1px solid #FFF;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .sp-replacer.sp-light {
  border: none;
  border-radius: 3px;
  width: 64px !important;
  padding: 7px 7px 22px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .sp-replacer.sp-light .sp-preview {
  height: 23px;
  border: none;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .sp-replacer.sp-light .sp-preview-inner {
  border-radius: 3px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .sp-replacer.sp-light .sp-dd {
  display: none;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .switch {
  width: 38px;
  height: 18.5px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .switch .slider.round:before {
  height: 15.5px;
  width: 15px;
  bottom: 1.5px;
  background-color: #6C55AA !important;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .switch input + .slider.round {
  background: #80CAC7;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .switch input:checked + .slider.round {
  background: #FFF;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row .switch input:checked + .slider.round:before {
  transform: translateX(16px);
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row {
  margin-top: 20px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-alerts {
  margin-bottom: -10px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-alerts #Workflow-StageAlerts {
  color: #FFF;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: -15px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-alerts #Workflow-StageAlerts span {
  position: relative;
  bottom: 5px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts {
  width: 75%;
  max-height: 150px;
  overflow-y: auto;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts .workflow-addstage-flex-row-item {
  display: flex;
  flex-direction: column;
  color: #FFF;
  margin: 0 5px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts .workflow-addstage-flex-row-item > p {
  font-size: 10px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts .workflow-addstage-flex-row-item .stage-alert {
  margin: 5px 0;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts .workflow-addstage-flex-row-item .stage-alert__name {
  position: relative;
  top: 3px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts .workflow-addstage-flex-row-item .stage-alert__name span {
  font-size: 10px;
  width: 100px;
  display: table-cell;
  max-width: 100px;
  overflow-x: clip;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts .workflow-addstage-flex-row-item .stage-alert__controls {
  float: right;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts .workflow-addstage-flex-row-item .stage-alert__controls svg:first-of-type {
  margin-right: 5px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.ui-draggable.workflow-dialog .ui-dialog-content .workflow-addstage-flex-row.workflow-stage-manage-alerts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
.ui-draggable.workflow-dialog .ui-dialog-buttonpane {
  background-color: #00958F !important;
  padding: 0.5em 32px;
}
.ui-draggable.workflow-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  border: none;
  border-radius: 4px !important;
  padding: 0.7em 1em;
  font-size: 14px !important;
  margin: 0;
  background-color: #6C55AA !important;
}
@media only screen and (max-width: 350px) {
  .ui-draggable.workflow-dialog .ui-dialog-buttonpane {
    padding: 0.5em 25px;
  }
}
.ui-draggable.workflow-dialog.workflow-dialog-edit .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
}
.ui-draggable.workflow-dialog.workflow-dialog-edit .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  float: right;
}
.ui-draggable.workflow-dialog.workflow-dialog-edit .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-of-type(1) {
  padding: 0.7em 0;
  float: left;
  background-color: transparent !important;
  border: none;
  font-weight: normal;
  position: relative;
  top: -10px;
}
.ui-draggable.workflow-dialog.workflow-dialog-edit .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-of-type(4) {
  padding: 0.7em 0;
  float: left;
  background-color: transparent !important;
  border: none;
  font-weight: normal;
  position: relative;
  top: -25px;
}
.ui-draggable.workflow-dialog.workflow-dialog-edit .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-of-type(3) {
  margin-right: 10px;
}
.ui-draggable.workflow-dialog.workflow-dialog-edit .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-of-type(4) {
  padding: 0.7em 0;
  float: left;
  background-color: transparent !important;
  border: none;
  font-weight: normal;
  position: relative;
  top: -25px;
}
.ui-draggable.workflow-dialog.workflow-dialog-import .ui-dialog-titlebar {
  padding: 32px 32px 0 32px;
}
.ui-draggable.workflow-dialog.workflow-dialog-import .ui-dialog-titlebar .ui-dialog-title {
  margin-top: 0 !important;
  width: 100%;
  height: unset;
  text-align: center;
}
.ui-draggable.workflow-dialog.workflow-dialog-import .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 25px;
}
.ui-draggable.workflow-dialog.workflow-dialog-import #WorkflowImport {
  height: unset !important;
  padding: 23px 32px 32px 32px;
}
.ui-draggable.workflow-dialog.workflow-dialog-import #WorkflowImport p {
  font-size: 12px;
  line-height: 13.8px;
  color: #FFF;
  text-align: center;
}
.ui-draggable.workflow-dialog.workflow-dialog-import #WorkflowImport .workflow-import__btn-container {
  width: 90%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
.ui-draggable.workflow-dialog.workflow-dialog-import #WorkflowImport .workflow-import__btn-container .button-primary {
  padding: 12px 0;
  font-size: 14px;
  background-color: #6C55AA;
}
.ui-draggable.workflow-dialog.workflow-dialog-import #WorkflowImport .workflow-import__btn-container .button-primary:nth-of-type(2) {
  margin-left: 20px;
  max-width: 100px;
}
.ui-draggable.workflow-dialog.workflow-dialog-editItem {
  padding: 0;
  z-index: 9999999999;
  max-height: 100vh;
  overflow-y: auto;
}
.ui-draggable.workflow-dialog.workflow-dialog-editItem .ui-dialog-titlebar {
  padding: 35px 35px 0 35px;
}
.ui-draggable.workflow-dialog.workflow-dialog-editItem .ui-dialog-titlebar .ui-dialog-title {
  margin-top: 0 !important;
}
.ui-draggable.workflow-dialog.workflow-dialog-editItem .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 35px;
}
.ui-draggable.workflow-dialog.workflow-dialog-editItem #Workflow-EditItem select, .ui-draggable.workflow-dialog.workflow-dialog-editItem #Workflow-EditItem input, .ui-draggable.workflow-dialog.workflow-dialog-editItem #Workflow-EditItem textarea {
  margin-bottom: 20px;
  border: 1px solid #FFF;
  color: #FFF;
  background-color: #00958F;
}
.ui-draggable.workflow-dialog.workflow-dialog-editItem #Workflow-EditItem + .ui-dialog-buttonpane {
  padding-top: 0 !important;
  padding-bottom: 35px !important;
}
.ui-draggable.workflow-dialog.workflow-dialog-editItem #Workflow-EditItem + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  width: 105px;
}
.ui-draggable.workflow-dialog #Workflow-BulkActions select {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
}
.ui-draggable.workflow-dialog #Workflow-BulkActions select:not(:last-of-type) {
  margin-bottom: 20px;
}
.ui-draggable.workflow-dialog #Workflow-BulkActions select option {
  background-color: #00958F;
  color: #FFF;
}
.ui-draggable.workflow-dialog #Workflow-BulkActions + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  width: 120px;
}
.ui-draggable.workflow-dialog #Workflow-BulkActions #Workflow-BulkActions-Stages-Label.disabled, .ui-draggable.workflow-dialog #Workflow-BulkActions #Workflow-BulkActions-Stages.disabled {
  opacity: 0.2;
}
.ui-draggable.workflow-dialog.confirm-remove-workflowItem #Message.ui-dialog-content, .ui-draggable.workflow-dialog.workflow-message #Message.ui-dialog-content {
  min-height: unset !important;
}
.ui-draggable.workflow-dialog.confirm-remove-workflowItem .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button, .ui-draggable.workflow-dialog.workflow-message .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  margin-left: 10px;
}
@media only screen and (max-width: 400px) {
  .ui-draggable.workflow-dialog {
    width: 100% !important;
  }
}

.confirm-remove-workflowItem .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-of-type(1) {
  color: #24346f !important;
  background-color: #FFF !important;
  border: 1px solid #142255;
}
.confirm-remove-workflowItem .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-of-type(1):hover {
  color: #FFF !important;
}

.workflow-item-selected-mobile {
  transform: rotate(10deg);
  max-height: 76px;
  opacity: 1;
}

#WorkflowPipelineItemGhost .workflow-pipeline-item {
  display: flex;
  position: absolute;
  border: solid 1px #bdc1d2;
  border-radius: 4px;
  padding: 10px;
  cursor: grab;
  transform: rotate(10deg);
  background-color: #FFF;
  width: 228px;
  opacity: 1;
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .title-description-wrapper {
  flex: 1;
  padding: 0 10px 0 0;
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .title-description-wrapper .workflow-pipeline-item-title {
  font-size: 10px;
  font-weight: bold;
  color: #494948;
  opacity: 0.8;
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .title-description-wrapper .workflow-pipeline-item-comment {
  font-size: 8px;
  color: #9b9b9b;
  float: left;
  width: 100%;
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .controls-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 10px;
  border-left: solid 1px rgba(190, 195, 213, 0.2);
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .controls-wrapper .initials-circle {
  height: 15px;
  width: 15px;
  padding: 0;
  margin-right: 0;
  margin-left: 3px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #5e1a83;
  border-radius: 3px;
  font-size: 8px;
  font-weight: bold;
  color: #5e1a83;
  background-color: transparent;
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .controls-wrapper .sequence-circle {
  height: 16px;
  width: 25px;
  padding: 0;
  margin-right: 0;
  margin-left: 3px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #5e1a83;
  border-radius: 8px;
  font-size: 8px;
  font-weight: bold;
  color: #5e1a83;
  background-color: #00242E;
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .controls-wrapper i {
  margin-top: 4px;
  opacity: 0.5;
  font-size: 13px;
}
#WorkflowPipelineItemGhost .workflow-pipeline-item .controls-wrapper i:hover {
  opacity: 1;
}

.custom-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00242E;
  border: 1px solid white;
  position: relative;
  border-radius: 5px;
}

.custom-checkbox input[type=checkbox]:checked + .checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.workflow-export-dialog {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 500px;
  height: 630px;
  left: calc((100vw - 630px) / 2);
  top: calc((100vh - 630px) / 2);
  z-index: 11;
  background-color: #00242E;
  border-radius: 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  padding: 25px;
}
.workflow-export-dialog .export-dialog-actions-handler {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
}
.workflow-export-dialog .export-dialog-actions-handler .dialog-actions-button {
  height: 30px;
  width: 32%;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  background-color: #00242E;
  border: 1px solid #00958F;
}
.workflow-export-dialog .export-name::before,
.workflow-export-dialog .export-name::after {
  position: absolute;
  top: 15px;
  pointer-events: none;
  color: #ccc;
}
.workflow-export-dialog .hide-placeholder::before,
.workflow-export-dialog .hide-placeholder::after {
  display: none;
}
.workflow-export-dialog .export-search:not(:placeholder-shown) + .export-name::before,
.workflow-export-dialog .export-search:not(:placeholder-shown) + .export-name::after {
  display: none;
}
.workflow-export-dialog .export-name {
  position: relative;
  display: flex;
  flex-direction: row;
}
.workflow-export-dialog .export-name::after {
  content: ".xlsx";
  right: 10px;
}
.workflow-export-dialog .export-name::before {
  content: "File name";
  left: 10px;
}
.workflow-export-dialog .selected {
  background-color: #00958F !important;
}
.workflow-export-dialog .tag-checkbox {
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.workflow-export-dialog .tag-checkbox label {
  margin-bottom: unset;
}
.workflow-export-dialog .tag-checkbox .checkbox-name {
  padding-left: 10px;
}
.workflow-export-dialog .tag-checkbox .custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  background-color: #00242E;
  border: 1px solid white;
}
.workflow-export-dialog .tag-checkbox .custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #002D62;
}
.workflow-export-dialog .export-checkbox-container {
  height: 390px;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  overflow: auto;
}
.workflow-export-dialog .export-checkbox-container .export-search-labels {
  display: flex;
  flex-direction: row;
  position: relative;
}
.workflow-export-dialog .export-checkbox-container .export-search-labels #ExportSearchButton {
  background-color: #00242E;
  right: 5px;
  position: absolute;
  bottom: 10px;
}
.workflow-export-dialog .export-checkbox-container .export-search-labels #ExportSearchButton .fa-search {
  font-size: 20px;
}
.workflow-export-dialog .drag-icons-container {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.workflow-export-dialog .export-search {
  border-radius: 5px;
  border: 1px solid;
  color: #fff;
  height: 34px;
  background-color: transparent;
  padding-left: 8px;
  margin: 5px 0px;
  width: 100%;
}
.workflow-export-dialog .export-dialog-actions-button {
  height: 30px;
  width: 49%;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}
.workflow-export-dialog .export-dialog-actions-button:nth-child(odd) {
  background-color: #00242E;
  border: 1px solid #6C55AA;
}
.workflow-export-dialog .export-dialog-actions-button:nth-child(even) {
  background-color: #6C55AA;
}

.workflow-info-dialog {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 1020px;
  height: 630px;
  left: calc((100vw - 962px) / 2);
  top: calc((100vh - 630px) / 2);
  z-index: 11;
  background-color: #00313B;
  border: 3px solid #00958F;
  border-radius: 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}
.workflow-info-dialog #workflow-stage-move {
  cursor: pointer;
}
.workflow-info-dialog #workflow-stage-move img {
  max-width: 20px;
}
.workflow-info-dialog #workflow-stage-move-mobile img {
  max-width: 20px;
}
.workflow-info-dialog #MySitesDialogMoveStage {
  position: absolute;
  top: 0px;
  background-color: #00958F;
  height: 627px;
  width: 23.75%;
  padding: 5px;
  z-index: 10;
}
.workflow-info-dialog .workflow-move-stage {
  padding: 5px;
  cursor: pointer;
}
.workflow-info-dialog #BackToMyCards {
  display: flex;
  align-items: flex-end;
}
.workflow-info-dialog #BackToMyCards span {
  padding-left: 5px;
}
.workflow-info-dialog .workflow-move-stage-header-actions {
  display: flex;
}
.workflow-info-dialog .workflow-move-stage-header-actions-search {
  display: flex;
  width: 99%;
  height: 30px;
  border-radius: 4px;
  background: #00958F;
  border: 1px solid #fff !important;
  max-width: 100%;
  margin-right: 5px;
}
.workflow-info-dialog .workflow-move-stage-header-actions-search #WorkflowStage-Search {
  max-width: 80%;
  height: 100%;
  background: #00958F;
  color: #FFF;
  border: none;
}
.workflow-info-dialog .workflow-move-stage-header-actions-search #WorkflowStage-Search::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.workflow-info-dialog .workflow-move-stage-header-actions-search .workflow-search-buttons {
  display: flex;
  flex: 1;
}
.workflow-info-dialog .workflow-move-stage-header-actions-search .workflow-search-buttons button {
  display: flex;
  flex: 1;
  background-color: #00958F;
  position: relative;
  right: 5px;
}
.workflow-info-dialog .workflow-move-stage-header-actions-search .workflow-search-buttons button i {
  padding-top: 5px;
  font-size: 15px;
  margin: 0 auto;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.workflow-info-dialog .workflow-move-stage-header-actions-search .workflow-search-buttons button i:hover {
  color: #FFF;
}
.workflow-info-dialog .workflow-move-stage-header-actions-stage {
  padding: 5px 0px;
  margin: 5px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.workflow-info-dialog .workflow-move-stage-header-actions-stage .tick-icon {
  content: url("../../images/UI/_tick-icon-white.svg");
}
.workflow-info-dialog .workflow-move-stage-header-actions-stage:hover {
  color: #00313B;
}
.workflow-info-dialog .workflow-move-stage-header-actions-list {
  max-height: calc(100% - 60px);
  overflow-x: auto;
}
.workflow-info-dialog .workflow-move-stage-header-actions-list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.workflow-info-dialog .workflow-move-stage-header-actions-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00313B;
}
@media only screen and (max-width: 560px) {
  .workflow-info-dialog .workflow-move-stage-header-actions-list::-webkit-scrollbar {
    display: none;
  }
}
.workflow-info-dialog__header {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.workflow-info-dialog__header--stage-select {
  flex: 2.15;
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
}
.workflow-info-dialog__header--stage-select span {
  flex: 2;
  text-align: center;
  text-decoration: underline;
}
.workflow-info-dialog__header--stage-select svg {
  flex: 1;
}
.workflow-info-dialog__header--stage-select svg.disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__header--stage-select {
    display: none;
  }
}
.workflow-info-dialog__header--site-name {
  flex: 7;
}
.workflow-info-dialog__header--site-name .site-name-wrapper {
  display: block;
  height: 30px;
  margin-left: 0px;
  max-width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workflow-info-dialog__header--site-name .site-name-wrapper.active {
  border: 1px solid #FFF;
  border-radius: 5px;
}
.workflow-info-dialog__header--site-name .site-name-wrapper.active .edit-site-name {
  display: none;
}
.workflow-info-dialog__header--site-name .site-name-wrapper.active .confirm-site-name {
  display: inline-block;
}
.workflow-info-dialog__header--site-name .site-name-wrapper input {
  width: 90%;
  height: 100%;
  padding-left: 8px;
  background: transparent;
  border: none;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__header--site-name .site-name-wrapper input {
    max-width: 71vw;
  }
}
.workflow-info-dialog__header--site-name .site-name-wrapper svg {
  position: relative;
  top: 4px;
  right: -8px;
}
.workflow-info-dialog__header--site-name .site-name-wrapper svg.edit-site-name {
  display: inline-block;
}
.workflow-info-dialog__header--site-name .site-name-wrapper svg.confirm-site-name {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__header--site-name .site-name-wrapper svg {
    right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__header--site-name .site-name-wrapper {
    max-width: 80vw;
  }
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__header--site-name {
    flex: 6;
  }
}
@media only screen and (max-width: 500px) {
  .workflow-info-dialog__header--site-name {
    flex: 85%;
  }
}
.workflow-info-dialog__header--close {
  flex: 0.5;
}
.workflow-info-dialog__header--close svg {
  position: relative;
  top: 5px;
  right: 15px;
  float: right;
}
.workflow-info-dialog .empty-stage {
  flex: 1;
  display: flex;
}
.workflow-info-dialog .empty-stage span {
  margin: auto;
  font-size: 14px;
}
.workflow-info-dialog__body {
  display: flex;
  height: 525px;
  margin-bottom: 15px;
  overflow-wrap: anywhere;
}
@media only screen and (max-height: 630px) {
  .workflow-info-dialog__body {
    height: calc(90vh - 72px);
  }
}
.workflow-info-dialog__left-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 23.75%;
  text-align: center;
  padding: 0 15px;
}
.workflow-info-dialog__left-panel--control {
  width: 150px;
  max-height: 33px;
  margin: 5px auto;
  padding: 8px;
  border: 1px solid #00958F;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}
.workflow-info-dialog__left-panel--site-select {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.workflow-info-dialog__left-panel--site-select span {
  text-decoration: underline;
  flex: 2;
}
.workflow-info-dialog__left-panel--site-select svg {
  flex: 1;
}
.workflow-info-dialog__left-panel--site-select svg.disabled {
  opacity: 0.5;
}
.workflow-info-dialog__left-panel--upper-controls {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-right: 1px solid #FFF;
  font-size: 14px;
}
.workflow-info-dialog__left-panel--upper-controls .selected {
  background-color: #00958F;
}
.workflow-info-dialog__left-panel--lower-controls {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #FFF;
  font-size: 14px;
}
.workflow-info-dialog__left-panel--lower-controls * {
  background-color: #00958F;
}
.workflow-info-dialog__left-panel--lower-controls .disabled {
  opacity: 0.5;
  cursor: default;
}
.workflow-info-dialog__left-panel-mobile {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 196px;
  height: calc(100vh - 6px);
  top: 0;
  left: -172px;
  padding: 30px 25px;
  background: #00313B;
  z-index: 2;
  border-right: 1px solid #FFF;
  transition: 0.5s ease-in-out;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--mobile-header, .workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--upper-controls, .workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--lower-controls {
  display: none;
  border-right: none;
  text-align: center;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--lower-controls {
  margin-top: auto;
}
.workflow-info-dialog__left-panel-mobile.panel-open {
  left: 0;
  transition: 0.5s ease-in-out;
}
.workflow-info-dialog__left-panel-mobile.panel-open .workflow-info-dialog__left-panel--mobile-header, .workflow-info-dialog__left-panel-mobile.panel-open .workflow-info-dialog__left-panel--upper-controls, .workflow-info-dialog__left-panel-mobile.panel-open .workflow-info-dialog__left-panel--lower-controls {
  display: flex;
  flex-direction: column;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__collapse-tab {
  position: absolute;
  top: calc(50vh - 12px);
  left: 148px;
  width: 73px;
  height: 20px;
  padding: 3px;
  transform: rotate(-90deg);
  background-color: #00958F;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__collapse-tab span svg {
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__header--stage-select-mobile, .workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--site-select-mobile {
  display: flex;
  margin-bottom: 10px;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__header--stage-select-mobile svg.disabled, .workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--site-select-mobile svg.disabled {
  opacity: 0.5;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__header--stage-select-mobile span, .workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--site-select-mobile span {
  flex: 1;
  text-align: center;
  text-decoration: underline;
}
.workflow-info-dialog__left-panel-mobile .workflow-info-dialog__header--stage-select-mobile #WorkflowInfoDialogCurrentStageMobile, .workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--site-select-mobile #WorkflowInfoDialogCurrentStageMobile {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 3px;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__left-panel-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__left-panel:not(.create-planning-alert__left-panel) {
    display: none;
  }
}
.workflow-info-dialog__content {
  flex: 1;
  padding: 0 20px;
  overflow-y: auto;
}
.workflow-info-dialog__content table {
  border-collapse: separate;
  margin: 5px;
}
.workflow-info-dialog__content table tr th {
  background-color: #00958F;
  height: 35px;
  vertical-align: middle;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-weight: 600;
}
.workflow-info-dialog__content table tr th:first-child {
  border-top-left-radius: 5px;
}
.workflow-info-dialog__content table tr th:last-child {
  border-top-right-radius: 5px;
}
.workflow-info-dialog__content table tr th #LastNoteDetails {
  font-size: 10px;
  font-weight: 500;
}
.workflow-info-dialog__content table tr td {
  border: 1px solid #00958F;
  padding-left: 15px;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
}
.workflow-info-dialog__content table tr td table {
  margin: 0;
}
.workflow-info-dialog__content table tr td#WorkflowInfoDialogLastNote {
  font-size: 10px;
  font-weight: 500;
}
.workflow-info-dialog__content table tr td#WorkflowInfoDialogLastNote .read-more {
  text-decoration: underline;
  color: #00958F;
  cursor: pointer;
}
.workflow-info-dialog__content table tr td#WorkflowInfoDialogSiteOverheadImage, .workflow-info-dialog__content table tr td#WorkflowInfoDialogStreetviewImage {
  height: 115px;
}
.workflow-info-dialog__content table tr td#WorkflowInfoDialogSiteOverheadImageUnavailable, .workflow-info-dialog__content table tr td#WorkflowInfoDialogStreetviewUnavailable {
  text-align: center;
}
.workflow-info-dialog__content table tr:last-child td:first-child {
  border-bottom-right-radius: 5px;
}
.workflow-info-dialog__content table tr:last-child td:last-child {
  border-bottom-left-radius: 5px;
}
.workflow-info-dialog__content table.vertical-format tr th {
  border-radius: 0;
  background-color: rgba(0, 149, 143, 0.5);
  border: 1px solid #00958F;
  height: 25px;
  border-bottom: none;
  border-right: none;
}
.workflow-info-dialog__content table.vertical-format tr td {
  border-radius: 0 !important;
  border-bottom: none;
}
.workflow-info-dialog__content table.vertical-format tr:first-child th {
  border-top-left-radius: 5px;
}
.workflow-info-dialog__content table.vertical-format tr:first-child td {
  border-top-right-radius: 5px !important;
}
.workflow-info-dialog__content table.vertical-format tr:last-child th {
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #00958F;
}
.workflow-info-dialog__content table.vertical-format tr:last-child td {
  border-bottom-right-radius: 5px !important;
  border-bottom: 1px solid #00958F;
}
.workflow-info-dialog__content table.multi-column tr th {
  background-color: rgba(0, 149, 143, 0.5);
  border: 1px solid #00958F;
  height: 25px;
}
.workflow-info-dialog__content table.multi-column tr td {
  border-radius: 0 !important;
}
.workflow-info-dialog__content table.multi-column tr th, .workflow-info-dialog__content table.multi-column tr td {
  border-bottom: none;
  border-right: none;
}
.workflow-info-dialog__content table.multi-column tr th:last-child, .workflow-info-dialog__content table.multi-column tr td:last-child {
  border-right: 1px solid #00958F;
}
.workflow-info-dialog__content table.multi-column tr:last-child td:first-child {
  border-bottom-left-radius: 5px !important;
}
.workflow-info-dialog__content table.multi-column tr:last-child td:last-child {
  border-bottom-right-radius: 5px !important;
  border-bottom: 1px solid #00958F;
}
.workflow-info-dialog__content--summary {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__content--summary {
    display: none;
  }
}
.workflow-info-dialog__content--summary-mobile {
  display: none;
  height: 100%;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td {
  padding-left: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td table {
  font-size: 10px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td table th {
  padding: 0 0 0 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td table td {
  padding-left: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td table td .multiple-addresses-expand, .workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td table td .multiple-addresses-collapse {
  float: right;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td table td .multiple-addresses-expand {
  position: relative;
  top: 1px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type td table td .multiple-addresses-collapse {
  position: relative;
  top: 4px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .table-within-table table:first-of-type #WorkflowInfoDialogOwnersMobile hr:last-of-type {
  display: none;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table {
  flex: 1;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #MySitesAlertsContentMobile {
  height: 35vh;
  overflow-y: auto;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #MySitesAlertsContentMobile::-webkit-scrollbar {
  display: none;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.expanded #MySitesAlertsContentMobile, .workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.manage-active #MySitesAlertsContentMobile {
  height: unset;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #AlertsListHeaderMobile, .workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsHeaderMobile {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #AlertsListHeaderMobile {
  display: table-cell;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsHeaderMobile {
  display: none;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsHeaderMobile i.fas {
  margin-right: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile {
  display: none;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile #ManageAlertsContentMobile .manage-alerts__alert {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border-bottom: 1px solid #00958F;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile #ManageAlertsContentMobile .manage-alerts__alert span {
  position: unset;
  top: unset;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile #ManageAlertsContentMobile .manage-alerts__alert--header {
  flex: 1.2;
  border: 1px solid #00958F;
  background: #00958F80;
  padding: 3px 0 3px 5px;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile #ManageAlertsContentMobile .manage-alerts__alert--name {
  flex: 2;
  margin-left: 3px;
  padding: 5px 0;
  font-weight: 500;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile #ManageAlertsContentMobile .manage-alerts__alert--controls {
  flex: 1;
  text-align: right;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile #ManageAlertsContentMobile .manage-alerts__alert--controls svg {
  margin: 0 3px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #ManageAlertsContainerMobile #ManageAlertsFooterMobile {
  padding-top: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.manage-active #MySitesAlertsContentMobile {
  display: none;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.manage-active #ManageAlertsContainerMobile {
  display: block;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.manage-active #AlertsListHeaderMobile {
  display: none;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.manage-active #ManageAlertsHeaderMobile {
  display: table-cell;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.expanded #MySitesAlertsFooterMobile {
  display: flex;
  padding: 5px 0;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.expanded #MySitesAlertsFooterMobile span {
  flex: 1;
  height: 32px;
  flex: 1;
  text-align: center;
  border: 1px solid #00958F;
  border-radius: 5px;
  margin: 0 5px;
  padding: 8px 10px;
  cursor: pointer;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table.expanded #MySitesAlertsFooterMobile span#MySitesAlertsMarkAllAsReadMobile {
  background: #00958F;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile #MySitesAlertsContainerMobile {
  padding-left: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile #MySitesAlertsContainerMobile #MySitesAlertsNoNotificationsMobile {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile tr th > span:not(.alerts-table__controls) {
  position: relative;
  top: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item {
  margin-bottom: 5px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item:nth-of-type(2n - 1) {
  background: #00958F26;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item .planning-alert-item__description {
  margin: 5px 0;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item .planning-alert-item__description span {
  color: #FFE600;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item .planning-alert-item__description span.green {
  color: #00958F;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item .planning-alert__expandable {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  font-weight: 500;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item .planning-alert__expandable .planning-alert__section-title {
  text-decoration: underline;
  margin-bottom: 3px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item .planning-alert__expandable .planning-alert__value {
  top: 0;
  color: #FFE600;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .planning-alert-item table tr td svg {
  float: right;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .alerts-table__controls {
  float: right;
  margin-right: 2px;
  margin-top: 2px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #WorkflowInfoDialogAlertsMobile .alerts-table__controls svg {
  margin: 0 3px;
}
.workflow-info-dialog__content--summary-mobile .content-grid-column .alerts-table #MySitesAlertsFooterMobile {
  display: none;
}
.workflow-info-dialog__content--summary-mobile #WorkflowInfoDialogSiteOverheadImageMobile, .workflow-info-dialog__content--summary-mobile #WorkflowInfoDialogStreetviewImageMobile {
  height: 120px;
}
.workflow-info-dialog__content--summary-mobile #WorkflowInfoDialogSiteOverheadImageUnavailableMobile, .workflow-info-dialog__content--summary-mobile #WorkflowInfoDialogStreetviewUnavailableMobile {
  text-align: center;
}
.workflow-info-dialog__content--summary-mobile #WorkflowInfoDialogLastNoteMobile {
  font-size: 10px;
  font-weight: 500;
}
.workflow-info-dialog__content--summary-mobile #WorkflowInfoDialogLastNoteMobile .read-more {
  text-decoration: underline;
  color: #00958F;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__content--summary-mobile {
    display: flex;
  }
}
.workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImage img[alt=Google], .workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImage .gmnoprint, .workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImage .gm-style-cc, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImage img[alt=Google], .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImage .gmnoprint, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImage .gm-style-cc, .workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImageMobile img[alt=Google], .workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImageMobile .gmnoprint, .workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImageMobile .gm-style-cc, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImageMobile img[alt=Google], .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImageMobile .gmnoprint, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImageMobile .gm-style-cc {
  display: none;
}
.workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImage button.gm-control-active.gm-fullscreen-control, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImage button.gm-control-active.gm-fullscreen-control, .workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImageMobile button.gm-control-active.gm-fullscreen-control, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImageMobile button.gm-control-active.gm-fullscreen-control {
  top: unset !important;
  bottom: 0;
  width: 35px !important;
  height: 35px !important;
  margin: 5px !important;
  border-radius: 50% !important;
  background: #6C55AA !important;
}
.workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImage button.gm-control-active.gm-fullscreen-control img, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImage button.gm-control-active.gm-fullscreen-control img, .workflow-info-dialog__content #WorkflowInfoDialogSiteOverheadImageMobile button.gm-control-active.gm-fullscreen-control img, .workflow-info-dialog__content #WorkflowInfoDialogStreetviewImageMobile button.gm-control-active.gm-fullscreen-control img {
  content: url("/images/UI/gm-full-screen.svg");
  width: 17.5px !important;
  height: 17.5px !important;
}
.workflow-info-dialog__content--tags .tags-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.workflow-info-dialog__content--tags .tags-container__header {
  background: #00958F;
  height: 35px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
}
.workflow-info-dialog__content--tags .tags-container__body {
  flex: 1;
  border: 1px solid #00958F;
  border-radius: 0 0 5px 5px;
}
.workflow-info-dialog__content--tags .tags-container .form-control {
  border-radius: 3px;
  background-color: transparent !important;
  color: #ffffff;
  border-color: #ffffff;
}
.workflow-info-dialog__content--tags .tags-container .form-control::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.workflow-info-dialog__content--notes {
  height: 100%;
}
.workflow-info-dialog__content--notes > div {
  height: 100%;
}
.workflow-info-dialog__content--notes .content-grid-row {
  height: 100%;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__header {
  background: #00958F;
  height: 35px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body {
  flex: 1;
  border: 1px solid #00958F;
  border-radius: 0 0 5px 5px;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--header {
  margin: 8px 8px 0;
  height: 25px;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--header .no-notes-message {
  bottom: -20px;
  left: 20px;
  position: relative;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--header #MySitesNewNote {
  height: 25px;
  width: 88px;
  float: right;
  padding: 6px 0;
  border-radius: 5px;
  background: #00958F;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content {
  padding: 0 22px;
  overflow-y: auto;
  max-height: 488px;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content .notes-month-group {
  margin-bottom: 8px;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content .notes-month-group .notes-item {
  background: #FFF;
  border-radius: 5px;
  margin: 12px 0;
  padding: 8px;
  color: #000;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content .notes-month-group .notes-item__header {
  width: fit-content;
  margin-left: auto;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content .notes-month-group .notes-item__body {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  margin-top: -10px;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content .notes-month-group .notes-item__body .note-content {
  font-size: 10px;
  font-weight: 500;
  color: #979797;
  margin: 8px 0;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content .notes-month-group .notes-item__body .note-content .read-more {
  text-decoration: underline;
  color: #00958F;
  cursor: pointer;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content .notes-month-group .notes-item__body .note-date {
  font-size: 8px;
  color: #00313B;
}
@media only screen and (max-height: 630px) {
  .workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content {
    max-height: calc(90vh - 142px);
  }
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content::-webkit-scrollbar {
  height: 5px;
  width: 22px;
}
.workflow-info-dialog__content--notes .content-grid-row .notes-container__body--content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border: 8px solid transparent;
  border-radius: 10px;
  background-color: #00958F;
}
.workflow-info-dialog__content .content-grid-upper {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-column {
  display: flex;
  flex-direction: column;
  flex: 2;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-column:first-of-type {
  flex: 1.2;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-column:nth-of-type(2) .content-grid-row {
  flex: 1;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row {
  display: flex;
  flex-direction: row;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row .section-last-sale-text {
  border: 1px solid;
  background-color: white;
  color: red;
  border-radius: 5px;
  padding: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table {
  flex: 1;
  flex-direction: column;
  padding-right: 10px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table #AlertsListHeader, .workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table #ManageAlertsHeader {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table #AlertsListHeader {
  display: table-cell;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table #ManageAlertsHeader {
  display: none;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #AlertsListHeader {
  display: none;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #ManageAlertsHeader {
  display: table-cell;
  cursor: pointer;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #ManageAlertsHeader i.fas {
  margin-right: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #MySitesAlertsContent {
  display: none;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #ManageAlertsContainer {
  display: block;
  height: 100%;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #ManageAlertsContainer #ManageAlertsContent {
  height: 95%;
  overflow-y: auto;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #ManageAlertsContainer #ManageAlertsContent::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #ManageAlertsContainer #ManageAlertsContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #ManageAlertsContainer #ManageAlertsFooter {
  height: 5%;
  padding: 5px 0;
  display: flex;
  align-items: flex-end;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #ManageAlertsContainer #ManageAlertsFooter span {
  position: unset;
  top: unset;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.manage-active #MySitesAlertsContainer #ManageAlertsContainer #ManageAlertsFooter span span {
  cursor: pointer;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table.expanded #MySitesAlertsContainer #MySitesAlertsFooter {
  display: flex;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table {
  flex: 1;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table span:not(.alerts-table__controls) {
  position: relative;
  top: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table .alerts-table__controls {
  float: right;
  margin-right: 2px;
  margin-top: 2px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table .alerts-table__controls svg {
  margin: 0 3px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table tr {
  position: relative;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: unset;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent {
  flex: 1;
  overflow-y: auto;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent #MySitesAlertsNoNotifications {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .unread {
  background: #00958F26;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item {
  padding: 10px 2px;
  border-top: 1px solid #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table {
  margin-bottom: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr th {
  border-top-left-radius: 0;
  font-size: 10px;
  font-weight: 500;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr td {
  border-bottom-left-radius: 0;
  font-weight: 800;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr td svg {
  float: right;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr:first-child th {
  border-top-left-radius: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr:first-child td {
  border-top-right-radius: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr:last-child th {
  border-bottom-left-radius: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr:last-child td {
  border-bottom-right-radius: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item table tr:not(:last-of-type) td {
  border-bottom: none;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item .planning-alert-item__description span {
  color: #FFE600;
  top: 0;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item .planning-alert-item__description span.green, .workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item .planning-alert-item__description span.greenLink a {
  color: #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item .planning-alert-item__view-more {
  cursor: pointer;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item .planning-alert__expandable {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  font-weight: 500;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item .planning-alert__expandable .planning-alert__section-title {
  text-decoration: underline;
  margin-bottom: 3px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsContent .planning-alert-item .planning-alert__expandable .planning-alert__value {
  top: 0;
  color: #FFE600;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsFooter {
  display: none;
  flex-direction: row;
  padding: 10px 15px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsFooter span {
  height: 32px;
  flex: 1;
  text-align: center;
  border: 1px solid #00958F;
  border-radius: 5px;
  margin: 0 5px;
  padding: 8px 10px;
  cursor: pointer;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsFooter span.disabled {
  opacity: 0.5;
  cursor: default;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsFooter span#MySitesAlertsMarkAllAsRead {
  background: #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer {
  display: none;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer .manage-alerts__alert {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border-bottom: 1px solid #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer .manage-alerts__alert span {
  position: unset;
  top: unset;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer .manage-alerts__alert--header {
  flex: 1.2;
  border: 1px solid #00958F;
  background: #00958F80;
  padding: 3px 0 3px 5px;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer .manage-alerts__alert--header:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer .manage-alerts__alert--name {
  flex: 2;
  margin-left: 3px;
  padding: 5px 0;
  font-weight: 500;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer .manage-alerts__alert--controls {
  flex: 1;
  text-align: right;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #ManageAlertsContainer .manage-alerts__alert--controls svg {
  margin: 0 3px;
  height: 100%;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .alerts-notification--header {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .unread {
  background-color: #00958F26;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .unread .alert-notification-item__header .date-value {
  font-weight: 800;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert span {
  position: unset;
  top: unset;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert span.green {
  color: #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert span .yellow {
  color: #FFE600;
  cursor: pointer;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert .notification--header {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert .alert-notification-item__body .alert-notification-item__body--view-more {
  width: fit-content;
  cursor: pointer;
  margin-top: 10px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert--header {
  flex: 1.2;
  border: 1px solid #00958F;
  background: #00958F80;
  padding: 3px 0 3px 5px;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert--name {
  flex: 2;
  margin-left: 3px;
  padding: 5px 0;
  font-weight: 500;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert--controls {
  flex: 1;
  text-align: right;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.alerts-table table td#MySitesAlertsContainer #MySitesAlertsWrongUserMessage .manage-alerts__alert--controls svg {
  margin: 0 3px;
  height: 100%;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td {
  padding-left: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table th {
  padding: 0 0 0 5px;
  min-width: 95px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td {
  padding-left: 5px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-expand, .workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-collapse {
  float: right;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-expand span, .workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-collapse span {
  cursor: pointer;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-expand span:hover, .workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-collapse span:hover {
  color: #00958F;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-expand {
  position: relative;
  top: 1px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type td table td .multiple-addresses-collapse {
  position: relative;
  top: 4px;
}
.workflow-info-dialog__content .content-grid-upper .content-grid-row.table-within-table table:first-of-type #WorkflowInfoDialogOwners hr:last-of-type {
  display: none;
}
.workflow-info-dialog__content .content-grid-lower {
  padding-right: 10px;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog__content {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}
.workflow-info-dialog__content::-webkit-scrollbar {
  height: 5px;
  width: 10px;
}
.workflow-info-dialog__content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #00958F;
}
.workflow-info-dialog.info-panel-origin .workflow-info-dialog__header--stage-select svg {
  display: none;
}
.workflow-info-dialog.info-panel-origin .workflow-info-dialog__header--stage-select-mobile svg {
  display: none;
}
.workflow-info-dialog.info-panel-origin .workflow-info-dialog__header--stage-select-mobile #WorkflowInfoDialogCurrentStageMobile {
  max-width: 100%;
}
.workflow-info-dialog.info-panel-origin .workflow-info-dialog__body .workflow-info-dialog__left-panel .workflow-info-dialog__left-panel--site-select svg {
  display: none;
}
.workflow-info-dialog.info-panel-origin .workflow-info-dialog__body .workflow-info-dialog__left-panel-mobile .workflow-info-dialog__left-panel--site-select-mobile svg {
  display: none;
}
.workflow-info-dialog#MySitesPlanningAlertCreate, .workflow-info-dialog#PlanningSearchAlertCreate {
  padding: 25px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel {
  width: 19.5%;
  padding: 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel div:not(.workflow-info-dialog__left-panel--upper-controls), .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel div:not(.workflow-info-dialog__left-panel--upper-controls) {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 5px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel div:not(.workflow-info-dialog__left-panel--upper-controls) #MySitesPlanningAlertLabel, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel div:not(.workflow-info-dialog__left-panel--upper-controls) #MySitesPlanningAlertLabel {
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel--upper-controls span, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel--upper-controls span {
  border-color: #6C55AA;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel--upper-controls span.selected, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel--upper-controls span.selected {
  background: #6C55AA;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel {
    width: 100%;
    height: auto;
  }
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel .workflow-info-dialog__left-panel--upper-controls, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__left-panel .workflow-info-dialog__left-panel--upper-controls {
    border-right: none;
  }
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content {
  display: flex;
  overflow: hidden;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency {
  width: 27%;
  border-top: 1px dashed #FFF;
  margin: 10px 10px 0 10px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle > span, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle > span {
  font-size: 10px;
  font-weight: 500;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle label, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle label {
  min-width: 50px;
  margin-left: 2px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle #MySitesPlanningAlertFrequencyEmail, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-toggle #MySitesPlanningAlertFrequencyEmail {
  width: 100%;
  word-wrap: break-word;
  display: block;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-options, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-options {
  display: flex;
  margin: 10px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-options .frequency-option, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-options .frequency-option {
  padding: 8px;
  margin: 0 5px;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-options .frequency-option.selected, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-options .frequency-option.selected {
  background: #6C55AA;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing input, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select {
  height: 25px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  color: #FFF;
  margin: 0 3px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing #PlanningSearchAlert-MinutesTime, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing #PlanningSearchAlert-HoursTime, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing #PlanningSearchAlert-MinutesTime, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing #PlanningSearchAlert-HoursTime {
  display: inline-block;
  align-self: self-end;
  border: none !important;
  padding: 0 !important;
  width: 15px !important;
  cursor: default;
  text-align: center;
  height: 22px !important;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing input {
  background: transparent;
  padding: 0 5px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing input::-webkit-calendar-picker-indicator, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing input::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select {
  background: #6C55AA80;
  width: 86px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select[disabled=disabled], .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select[disabled=disabled] {
  background-color: #6C55AA80 !important;
  color: #FFF !important;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select option, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .frequency-timing select option {
  background: #FFF;
  color: #6C55AA;
  text-align: center;
  font-weight: 600;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .planningalert-tooltip__hover-icon, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--planning-alert-frequency .planningalert-tooltip__hover-icon {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  padding-bottom: 5px;
  vertical-align: bottom;
  padding-left: 5px;
  cursor: default;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert {
  border-right: 1px dashed #FFF;
  margin-top: 20px;
  width: 73%;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls {
  border-bottom: 1px dashed #FFF;
  margin-right: 15px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls .alert-name, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls .alert-name {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls .alert-name input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls .alert-name input {
  max-width: 80%;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #6C55AA;
  background: #6C55AA80;
  margin-top: 5px;
  padding-left: 5px;
  color: #FFF;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls .alert-name input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls .alert-name input {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .upper-controls {
    margin-right: 0;
  }
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls {
  padding-top: 10px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area select, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area select {
  height: 18px;
  margin-top: 0;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  color: #FFF;
  font-size: 10px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input {
  width: 40px;
  background: #6C55AA80;
  -moz-appearance: textfield;
  text-align: center;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input::-webkit-outer-spin-button, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input::-webkit-inner-spin-button, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input::-webkit-outer-spin-button, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area select, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area select {
  background: transparent;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area select option, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-range__surrounding-area select option {
  color: #6C55AA;
  border-bottom: 1px solid #6C55AA;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-options, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-options {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-options .alert-option, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-options .alert-option {
  padding: 8px 10px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 500;
  cursor: pointer;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-options .alert-option.selected, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-options .alert-option.selected {
  background: #6C55AA;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-toggle, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-toggle {
  display: flex;
  padding: 5px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-toggle > span, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .alert-toggle > span {
  font-size: 10px;
  padding-right: 10px;
  position: relative;
  top: 5px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
  margin-top: 10px;
  height: unset;
  max-height: 32vh;
  width: 75%;
  overflow-y: auto;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls__description, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls__description {
  font-size: 10px;
  font-weight: 500;
  margin: 10px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .application-type-options button, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .application-type-options button {
  padding: 8px 18px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 2px;
  margin-bottom: 2px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .application-type-options button.selected, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .application-type-options button.selected {
  background: #6C55AA;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls #SurroundingAreasAdvancedOptions, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls #SurroundingAreasAdvancedOptions {
  margin: 10px 0;
  cursor: pointer;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls #SurroundingAreasAdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls #SurroundingAreasAdvancedOptionsContainer .planning-export__input-label-container {
  padding-top: 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls #SurroundingAreasAdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls #SurroundingAreasAdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: unset;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls > .planning-export__section--unit .planning-export__input-label-container, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls > .planning-export__section--unit .planning-export__input-label-container {
  padding-top: 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name .bootstrap-tagsinput, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name .bootstrap-tagsinput {
  min-height: 34px;
  border-radius: 5px;
  border: 1px solid #6C55AA;
  background: #6C55AA80;
  margin-top: 10px;
  padding: 2px 5px;
  color: #FFF;
  font-size: 10px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name .bootstrap-tagsinput input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name .bootstrap-tagsinput input {
  margin-top: 5px;
  width: 150px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name .bootstrap-tagsinput input::placeholder, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .agent-name .bootstrap-tagsinput input::placeholder {
  color: #FFF !important;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date {
  padding: unset;
  margin: 10px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input {
  border-color: #6C55AA !important;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider-handle, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider-handle, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider-handle, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider-handle {
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit .PlanningAlert-Title, .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date .PlanningAlert-Title, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--unit .PlanningAlert-Title, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .planning-export__section--date .PlanningAlert-Title {
  font-size: 12px;
  margin: unset;
  letter-spacing: unset;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .status-options, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .status-options {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .status-options .status-option, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .status-options .status-option {
  padding: 8px 10px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  margin: 5px 5px 5px 0;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .status-options .status-option.selected, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls .status-options .status-option.selected {
  background: #6C55AA;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls::-webkit-scrollbar, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls::-webkit-scrollbar {
  background: #6C55AA80;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls {
    width: 100%;
    padding: 0;
    max-height: unset;
  }
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls-planning, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content--create-planning-alert .lower-controls .surrounding-area-controls-planning {
  width: 99% !important;
  max-height: 62vh !important;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content {
    flex-direction: column;
    flex: 1;
    max-height: unset;
    overflow-y: unset;
  }
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content > div, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content > div {
    width: 100%;
    border: none;
    flex: 1;
  }
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content .workflow-info-dialog__content--planning-alert-frequency, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body .workflow-info-dialog__content .workflow-info-dialog__content--planning-alert-frequency {
    border-top: 1px dashed #FFF;
    margin: 10px 0 0;
  }
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__footer, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__footer {
  display: flex;
  padding-right: 20px;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__footer span, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__footer span {
  width: 100px;
  background: #6C55AA;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  margin: 0 5px;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__footer span:first-of-type, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__footer span:first-of-type {
  margin-left: auto;
  background: transparent;
  opacity: 1;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__footer span:first-of-type.hide, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__footer span:first-of-type.hide {
  display: block !important;
  opacity: 0;
  cursor: default;
}
.workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__footer span.disabled, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__footer span.disabled {
  opacity: 0.5;
  cursor: default;
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body {
    flex-direction: column;
    max-height: 86vh;
    overflow-y: auto;
  }
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body::-webkit-scrollbar, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body::-webkit-scrollbar {
    height: 5px;
    width: 22px;
  }
  .workflow-info-dialog#MySitesPlanningAlertCreate .workflow-info-dialog__body::-webkit-scrollbar-thumb, .workflow-info-dialog#PlanningSearchAlertCreate .workflow-info-dialog__body::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: 8px solid transparent;
    border-radius: 10px;
    background-color: #00958F;
  }
}
@media only screen and (max-height: 630px) {
  .workflow-info-dialog {
    height: 90vh;
    top: 5vh;
  }
}
@media only screen and (max-width: 1080px) {
  .workflow-info-dialog {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding-left: 24px;
  }
  .workflow-info-dialog__body {
    height: 100%;
  }
}

.ui-dialog.my-sites-add-note {
  width: 500px !important;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.ui-dialog.my-sites-add-note .ui-dialog-titlebar {
  padding: 0.4em 20px;
}
.ui-dialog.my-sites-add-note .ui-dialog-titlebar .ui-dialog-title {
  font-size: 12px;
  height: fit-content;
}
.ui-dialog.my-sites-add-note .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 18px;
  right: 20px;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote {
  flex: 1;
  padding: 0.5em 40px;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote .workflow-addstage-label {
  font-size: 10px;
  padding-left: 10px;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote input, .ui-dialog.my-sites-add-note #MySitesDialogAddNote textarea {
  background: #00958F;
  color: #FFF;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote input::placeholder, .ui-dialog.my-sites-add-note #MySitesDialogAddNote textarea::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote input {
  height: 30px;
  border: 1px solid #FFF;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote .my-sites-note-content-container {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote .my-sites-note-content-container textarea {
  height: 75px;
  margin-top: 5px;
  border: none;
  resize: none;
}
.ui-dialog.my-sites-add-note #MySitesDialogAddNote .my-sites-note-content-container span {
  float: right;
  color: #FFF;
  font-size: 8px;
  font-weight: 500;
  margin: 2px;
}
.ui-dialog.my-sites-add-note .ui-dialog-buttonpane {
  padding: 0 40px !important;
  margin-bottom: 20px;
  margin-top: 0;
}
.ui-dialog.my-sites-add-note .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-button {
  width: 88px;
  font-size: 10px !important;
}
.ui-dialog.my-sites-add-note .ui-dialog-buttonpane .ui-dialog-buttonset.disabled button.ui-button {
  opacity: 0.5;
  cursor: default;
}
@media only screen and (max-width: 500px) {
  .ui-dialog.my-sites-add-note {
    width: 100vw !important;
  }
}

.ui-draggable.workflow-dialog.my-sites-site-report-dialog {
  display: flex;
  flex-direction: column;
  width: 400px !important;
  height: 300px !important;
  background-color: #364373 !important;
  border-radius: 5px;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog div.ui-dialog-titlebar {
  background-color: #364373 !important;
  text-align: center;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog div.ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog div.ui-dialog-titlebar .ui-button {
  top: 18px;
  right: 20px;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog .ui-dialog-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #FFF !important;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog .ui-dialog-content span {
  text-align: center;
  font-size: 12px;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog .ui-dialog-content .site-report-buttons {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-content: end;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog .ui-dialog-content .site-report-buttons span {
  display: inline-flex;
  align-items: center;
  width: 150px;
  background-color: transparent;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding: 8px 12px;
  cursor: pointer;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog .ui-dialog-content .site-report-buttons span:first-child {
  background-color: #6C55AA;
  margin-top: auto;
  margin-bottom: 15px;
}
.ui-draggable.workflow-dialog.my-sites-site-report-dialog .ui-dialog-content .site-report-buttons span svg {
  margin-right: 5px;
}
@media only screen and (max-width: 400px) {
  .ui-draggable.workflow-dialog.my-sites-site-report-dialog {
    width: 100vw !important;
  }
}

#MySitesBackgroundOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.letter-generator__modal--success__form {
  padding: 20px 29px 16px !important;
}

.letter-generator__modal--success__buttons .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
}

.center {
  text-align: center;
}

.letter-generator__modal .letter-generator__modal--success__headline,
.letter-generator__modal .letter-generator__modal--output-format__headline,
.letter-generator__modal .letter-generator__modal--error__headline {
  font-size: 18px;
}
.letter-generator__modal .letter-generator__modal--success__buttons,
.letter-generator__modal .letter-generator__modal--error__buttons span {
  color: #fff;
  font-size: 12px;
}

.letter-generator__modal--template-save__form__button-group {
  font-size: 14px;
}
.letter-generator__modal--template-save__form__button-group .primary {
  background: #6C55AA !important;
}
.letter-generator__modal--template-save__form__button-group .secondary {
  background: none;
  border: 1px solid #6C55AA;
}

/* abstracts */
#StripeCheckout {
  overflow: hidden;
}

#cardholder-name {
  margin-top: 13px;
}

#StripeCheckout-Message {
  text-align: left;
  font-size: xx-small;
}

.StripeElement, #cardholder-name {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}

#card-button {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #253871;
  color: white;
  cursor: pointer;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* abstracts */
.ui-dialog.planning-export {
  height: calc(100% - 8px) !important;
  max-width: 900px;
  top: 4px !important;
  left: 354px !important;
  background-color: rgba(0, 49, 59, 0.98);
  border: none !important;
  border-left: 1px solid #6C55AA !important;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ui-dialog.planning-export .ui-widget-header {
  background-color: transparent !important;
}
.ui-dialog.planning-export .ui-widget-header .ui-dialog-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px !important;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export .ui-widget-header .ui-dialog-title {
    text-align: left;
  }
}
.ui-dialog.planning-export .ui-widget-header .ui-dialog-titlebar-close {
  width: 16px;
  right: 11px;
  top: 0;
  margin-top: 10px;
}
.ui-dialog.planning-export .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url(../../images/UI/_white-close.svg);
  background-position: unset;
  margin-top: 0;
  margin-left: 0;
  left: 0;
  transform: scale(1);
  top: 2px;
}
.ui-dialog.planning-export #PlanningExport {
  padding: 0;
  min-height: unset !important;
  max-height: 100% !important;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export #PlanningExport {
    max-height: calc(100% - 150px) !important;
  }
}
.ui-dialog.planning-export #PlanningExport h3 {
  font-size: 12px;
  font-weight: 600;
  margin-block-start: 3px;
  margin-block-end: 3px;
  color: #FFF;
}
.ui-dialog.planning-export #PlanningExport .ui-dialog-buttonset {
  background-color: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export #PlanningExport .ui-dialog-buttonset#PlanningSearchButtons {
    padding-bottom: 40px !important;
    float: none;
  }
}
.ui-dialog.planning-export #PlanningExport .ui-dialog-buttonset button {
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px !important;
  float: right;
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog.planning-export .ui-dialog-buttonpane {
  background-color: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px;
}
.ui-dialog.planning-export .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px !important;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export {
    left: 54px !important;
  }
}

#PlanningExport-Presets, #PlanningSearchAlert-Presets {
  width: 100%;
  xpadding-top: 15px;
}

.planning-preset-button {
  flex: 1;
  background-color: transparent;
  border-color: #6C55AA !important;
  color: #FFF;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.planning-preset-button--active {
  background-color: #6C55AA;
}

#PlanningExport-Presets-Buttons, #PlanningSearchAlert-Presets-Buttons {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 500;
}

.planning-presets-input-with-text {
  overflow-y: auto;
  height: 56px;
}

.planning-export .planning-menu ul.planning-menu__list, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list {
  display: flex;
  background-color: transparent !important;
  font-size: 16px;
  padding: 9px 0;
  padding-left: 12px;
}
.planning-export .planning-menu ul.planning-menu__list .planning-menu__list-item, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list .planning-menu__list-item {
  font-size: 1em;
  color: #FFF;
  display: inline;
  padding: 6px 0;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-menu ul.planning-menu__list .planning-menu__list-item, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list .planning-menu__list-item {
    margin-left: 0;
    padding: 0;
    font-size: 12px;
  }
}
.planning-export .planning-menu ul.planning-menu__list .planning-menu__list-item--active, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list .planning-menu__list-item--active {
  color: #0fa1a3;
  border-bottom: 3px solid #0fa1a3;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-menu ul.planning-menu__list, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list {
    padding-left: 0;
  }
}
.planning-export .planning-export__tab-container, .planning-export .surrounding-area-controls, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls {
  padding: 0 40px;
  height: calc(100vh - 145px);
  max-height: calc(100vh - 145px);
  overflow-y: auto;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container {
  color: #FFF;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__input-label--left, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__input-label--left, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__input-label--left, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__input-label--left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear {
  width: unset;
  color: #3366CC;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container .toggle-switch, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container .toggle-switch, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container .toggle-switch, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container .toggle-switch {
  padding-left: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #009688;
  width: unset;
  cursor: pointer;
}
.planning-export .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .planning-export .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label {
  background-color: transparent;
  border: 1px solid #6C55AA;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .planning-export .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label {
  background-color: #6C55AA;
}
.planning-export .planning-export__tab-container .planning-export__section--date, .planning-export .planning-export__tab-container .planning-export__section--unit, .planning-export .surrounding-area-controls .planning-export__section--date, .planning-export .surrounding-area-controls .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit {
  xpadding: 0 50px;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row {
  padding-top: 0px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper {
  flex: 0;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input {
  border-color: #6C55AA !important;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper {
  padding: 0 12px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: transparent;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option {
  color: #000;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit {
  display: block;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #6C55AA !important;
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
  background: transparent;
  max-width: 50px;
  text-align: center;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider {
  flex: 1;
  margin: 10px 30px 10px 20px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider-handle, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider-handle, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider-handle, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider-handle {
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--date, .planning-export .planning-export__tab-container .planning-export__section--unit, .planning-export .surrounding-area-controls .planning-export__section--date, .planning-export .surrounding-area-controls .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit {
    padding: 0;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .planning-export .surrounding-area-controls .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date#planning-export-section-date {
  margin-bottom: 70px;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .planning-export .surrounding-area-controls .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date#planning-export-section-date {
    margin-bottom: 20px;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--date .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--date .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .date-selector-wrapper select {
  width: 28px;
  height: 18px;
}
.planning-export .planning-export__tab-container .planning-export__section--alert, .planning-export .surrounding-area-controls .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert {
  position: absolute;
  bottom: 0px;
  width: 85%;
  background-color: rgba(0, 49, 59, 0.98);
  z-index: 10;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset, .planning-export .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset {
  float: right;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .planning-export .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button {
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px !important;
  margin: 0.5em 0.4em 0em 0;
  cursor: pointer;
  position: relative;
  right: -40px;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .planning-export .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button {
    right: -10px;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row {
  padding-top: 0px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper {
  flex: 0;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input {
  border-color: #6C55AA !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper {
  padding: 0 12px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: transparent;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option {
  color: #000;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit {
  display: block;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #6C55AA !important;
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
  background: transparent;
  max-width: 50px;
  text-align: center;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider {
  flex: 1;
  margin: 10px 30px 10px 20px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider-handle, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider-handle {
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--alert, .planning-export .surrounding-area-controls .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert {
    position: sticky;
    margin: 0;
    padding: 0 0 1px;
    width: 100%;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--alertname, .planning-export .surrounding-area-controls .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertname {
  display: flex;
  flex: 1;
  height: 36px;
  padding: 0 0 0 20px;
  background-color: rgba(108, 85, 170, 0.5);
  border: 1px solid #6C55AA;
  border-radius: 4px;
  width: 80%;
}
.planning-export .planning-export__tab-container .planning-export__section--alertname input, .planning-export .surrounding-area-controls .planning-export__section--alertname input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertname input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertname input {
  flex: 1;
  background-color: transparent;
  border: none;
  color: #FFF;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--alertname, .planning-export .surrounding-area-controls .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertname {
    padding: 0;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency {
  width: 47%;
  margin: 10px 0 0;
  color: #FFF;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle > span, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle > span, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle > span, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle > span {
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle label, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle label {
  min-width: 50px;
  margin-left: 2px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail {
  width: 100%;
  word-wrap: break-word;
  display: block;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options {
  display: flex;
  margin: 10px 0;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option {
  padding: 8px;
  margin: 0 5px;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option.selected, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option.selected, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option.selected, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option.selected {
  background: #6C55AA;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing {
  display: flex;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select {
  position: relative;
  top: -5px;
  height: 25px;
  border: 1px solid #6C55AA !important;
  border-radius: 5px;
  color: #FFF;
  margin: 0 3px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input {
  background: transparent;
  padding: 0 5px;
  width: 50px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select {
  background-color: #6C55AA80;
  width: 100px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled], .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled], .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled], .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled] {
  background-color: #6C55AA80 !important;
  color: #FFF !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select option, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select option {
  background: #FFF;
  color: #6C55AA;
  text-align: center;
  font-weight: 600;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  padding-bottom: 5px;
  vertical-align: bottom;
  padding-left: 5px;
  cursor: default;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptions, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptions, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptions, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptions {
  margin: 10px 0;
  cursor: pointer;
  color: #ffffff;
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px;
  padding: 5px;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer {
  margin-top: 5px;
  border: 1px solid;
  border-color: #6C55AA;
  border-radius: 0px 5px 5px 5px !important;
  padding: 8px;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container {
  padding-top: 0;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: unset;
}
.planning-export .planning-export__tab-container #PlanningExport-CreateAlert, .planning-export .surrounding-area-controls #PlanningExport-CreateAlert, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-CreateAlert, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-CreateAlert {
  margin: 10px 0;
  cursor: pointer;
  color: #ffffff;
}
.planning-export .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container, .planning-export .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container {
  padding-top: 0;
}
.planning-export .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: unset;
}
.planning-export .planning-export__tab-container .bootstrap-tagsinput, .planning-export .surrounding-area-controls .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .bootstrap-tagsinput {
  background: rgba(108, 85, 169, 0.5);
  border: 1px solid rgba(174, 67, 178, 0.25);
}
.planning-export .planning-export__tab-container .bootstrap-tagsinput input, .planning-export .surrounding-area-controls .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .bootstrap-tagsinput input {
  color: #FFF;
  background: transparent !important;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .bootstrap-tagsinput input.tt-input::placeholder, .planning-export .surrounding-area-controls .bootstrap-tagsinput input.tt-input::placeholder, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .bootstrap-tagsinput input.tt-input::placeholder, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .bootstrap-tagsinput input.tt-input::placeholder {
  opacity: 1;
  color: #FFF !important;
}
.planning-export .planning-export__tab-container .planning-export__section .bootstrap-tagsinput, .planning-export .surrounding-area-controls .planning-export__section .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .bootstrap-tagsinput {
  background: rgba(108, 85, 169, 0.5);
  border: 1px solid rgba(174, 67, 178, 0.25);
}
.planning-export .planning-export__tab-container .planning-export__section .bootstrap-tagsinput .tag, .planning-export .surrounding-area-controls .planning-export__section .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .bootstrap-tagsinput .tag {
  background-color: #009688;
  white-space: nowrap;
}
.planning-export .planning-export__tab-container .planning-export__section .bootstrap-tagsinput input::placeholder, .planning-export .surrounding-area-controls .planning-export__section .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #FFF !important;
}
.planning-export .planning-export__tab-container .planning-export__section input, .planning-export .surrounding-area-controls .planning-export__section input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section input {
  width: 190px;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section--exclude .bootstrap-tagsinput .tag, .planning-export .surrounding-area-controls .planning-export__section--exclude .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--exclude .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--exclude .bootstrap-tagsinput .tag {
  background-color: #EF4949;
}
.planning-export .planning-export__tab-container::-webkit-scrollbar, .planning-export .surrounding-area-controls::-webkit-scrollbar, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container::-webkit-scrollbar, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls::-webkit-scrollbar {
  width: 5px;
}
.planning-export .planning-export__tab-container::-webkit-scrollbar-thumb, .planning-export .surrounding-area-controls::-webkit-scrollbar-thumb, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container::-webkit-scrollbar-thumb, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
.planning-export .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input, .planning-export .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input {
  color: #FFF;
  background: transparent !important;
}
.planning-export .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder, .planning-export .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #FFF !important;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container, .planning-export .surrounding-area-controls, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls {
    position: relative;
    overflow: unset;
    padding: 0 10px;
    height: 100%;
    max-height: 100%;
  }
}

.PlanningExport-AdvancedOptions-open {
  border-radius: 5px 5px 0px 0px !important;
}

#PlanningSearchAlertCreate .PlanningSearchAlert-Title {
  font-size: 12px;
  font-weight: 600;
  margin-block-start: 3px;
  margin-block-end: 3px;
  color: #FFF;
}

/* abstracts */
.input-error {
  font-family: Overpass, sans-serif;
  font-size: 0.8em;
  color: #bd0304;
}

/* abstracts */
.ui-dialog.planning-export {
  height: calc(100% - 8px) !important;
  max-width: 900px;
  top: 4px !important;
  left: 354px !important;
  background-color: rgba(0, 49, 59, 0.98);
  border: none !important;
  border-left: 1px solid #6C55AA !important;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ui-dialog.planning-export .ui-widget-header {
  background-color: transparent !important;
}
.ui-dialog.planning-export .ui-widget-header .ui-dialog-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px !important;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export .ui-widget-header .ui-dialog-title {
    text-align: left;
  }
}
.ui-dialog.planning-export .ui-widget-header .ui-dialog-titlebar-close {
  width: 16px;
  right: 11px;
  top: 0;
  margin-top: 10px;
}
.ui-dialog.planning-export .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url(../../images/UI/_white-close.svg);
  background-position: unset;
  margin-top: 0;
  margin-left: 0;
  left: 0;
  transform: scale(1);
  top: 2px;
}
.ui-dialog.planning-export #PlanningExport {
  padding: 0;
  min-height: unset !important;
  max-height: 100% !important;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export #PlanningExport {
    max-height: calc(100% - 150px) !important;
  }
}
.ui-dialog.planning-export #PlanningExport h3 {
  font-size: 12px;
  font-weight: 600;
  margin-block-start: 3px;
  margin-block-end: 3px;
  color: #FFF;
}
.ui-dialog.planning-export #PlanningExport .ui-dialog-buttonset {
  background-color: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export #PlanningExport .ui-dialog-buttonset#PlanningSearchButtons {
    padding-bottom: 40px !important;
    float: none;
  }
}
.ui-dialog.planning-export #PlanningExport .ui-dialog-buttonset button {
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px !important;
  float: right;
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog.planning-export .ui-dialog-buttonpane {
  background-color: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px;
}
.ui-dialog.planning-export .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px !important;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.planning-export {
    left: 54px !important;
  }
}

#PlanningExport-Presets, #PlanningSearchAlert-Presets {
  width: 100%;
  xpadding-top: 15px;
}

.planning-preset-button {
  flex: 1;
  background-color: transparent;
  border-color: #6C55AA !important;
  color: #FFF;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.planning-preset-button--active {
  background-color: #6C55AA;
}

#PlanningExport-Presets-Buttons, #PlanningSearchAlert-Presets-Buttons {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 500;
}

.planning-presets-input-with-text {
  overflow-y: auto;
  height: 56px;
}

.planning-export .planning-menu ul.planning-menu__list, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list {
  display: flex;
  background-color: transparent !important;
  font-size: 16px;
  padding: 9px 0;
  padding-left: 12px;
}
.planning-export .planning-menu ul.planning-menu__list .planning-menu__list-item, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list .planning-menu__list-item {
  font-size: 1em;
  color: #FFF;
  display: inline;
  padding: 6px 0;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-menu ul.planning-menu__list .planning-menu__list-item, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list .planning-menu__list-item {
    margin-left: 0;
    padding: 0;
    font-size: 12px;
  }
}
.planning-export .planning-menu ul.planning-menu__list .planning-menu__list-item--active, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list .planning-menu__list-item--active {
  color: #0fa1a3;
  border-bottom: 3px solid #0fa1a3;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-menu ul.planning-menu__list, .workflow-info-dialog__content--create-planning-alert .planning-menu ul.planning-menu__list {
    padding-left: 0;
  }
}
.planning-export .planning-export__tab-container, .planning-export .surrounding-area-controls, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls {
  padding: 0 40px;
  height: calc(100vh - 145px);
  max-height: calc(100vh - 145px);
  overflow-y: auto;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container {
  color: #FFF;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__input-label--left, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__input-label--left, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__input-label--left, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__input-label--left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container .planning-export__keywords-clear {
  width: unset;
  color: #3366CC;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section .planning-export__input-label-container .toggle-switch, .planning-export .surrounding-area-controls .planning-export__section .planning-export__input-label-container .toggle-switch, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .planning-export__input-label-container .toggle-switch, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .planning-export__input-label-container .toggle-switch {
  padding-left: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #009688;
  width: unset;
  cursor: pointer;
}
.planning-export .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .planning-export .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item .button-group__item-label {
  background-color: transparent;
  border: 1px solid #6C55AA;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .planning-export .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .planning-export .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningExport-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section #PlanningSearchAlert-Status-Buttons .button-group__item-checkbox:checked + .button-group__item-label {
  background-color: #6C55AA;
}
.planning-export .planning-export__tab-container .planning-export__section--date, .planning-export .planning-export__tab-container .planning-export__section--unit, .planning-export .surrounding-area-controls .planning-export__section--date, .planning-export .surrounding-area-controls .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit {
  xpadding: 0 50px;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row {
  padding-top: 0px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper {
  flex: 0;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input {
  border-color: #6C55AA !important;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper {
  padding: 0 12px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: transparent;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper .date-selector-wrapper select option {
  color: #000;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .filter-limit-wrapper input.filter-limit {
  display: block;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #6C55AA !important;
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
  background: transparent;
  max-width: 50px;
  text-align: center;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider {
  flex: 1;
  margin: 10px 30px 10px 20px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider-handle, .planning-export .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider-handle, .planning-export .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider-handle, .planning-export .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit .filter-row .ui-slider-handle {
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--date, .planning-export .planning-export__tab-container .planning-export__section--unit, .planning-export .surrounding-area-controls .planning-export__section--date, .planning-export .surrounding-area-controls .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--unit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--unit {
    padding: 0;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .planning-export .surrounding-area-controls .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date#planning-export-section-date {
  margin-bottom: 70px;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .planning-export .surrounding-area-controls .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date#planning-export-section-date, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date#planning-export-section-date {
    margin-bottom: 20px;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--date .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--date .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--date .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--date .date-selector-wrapper select {
  width: 28px;
  height: 18px;
}
.planning-export .planning-export__tab-container .planning-export__section--alert, .planning-export .surrounding-area-controls .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert {
  position: absolute;
  bottom: 0px;
  width: 85%;
  background-color: rgba(0, 49, 59, 0.98);
  z-index: 10;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset, .planning-export .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset {
  float: right;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .planning-export .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button {
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px !important;
  margin: 0.5em 0.4em 0em 0;
  cursor: pointer;
  position: relative;
  right: -40px;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .planning-export .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .ui-dialog-buttonset button, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .ui-dialog-buttonset button {
    right: -10px;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row {
  padding-top: 0px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper {
  flex: 0;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input {
  border-color: #6C55AA !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper {
  padding: 0 12px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: transparent;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper .date-selector-wrapper select option {
  color: #000;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .filter-limit-wrapper input.filter-limit {
  display: block;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #6C55AA !important;
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
  background: transparent;
  max-width: 50px;
  text-align: center;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider {
  flex: 1;
  margin: 10px 30px 10px 20px !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider-handle, .planning-export .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert .filter-row .ui-slider-handle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert .filter-row .ui-slider-handle {
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--alert, .planning-export .surrounding-area-controls .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alert, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alert {
    position: sticky;
    margin: 0;
    padding: 0 0 1px;
    width: 100%;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--alertname, .planning-export .surrounding-area-controls .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertname {
  display: flex;
  flex: 1;
  height: 36px;
  padding: 0 0 0 20px;
  background-color: rgba(108, 85, 170, 0.5);
  border: 1px solid #6C55AA;
  border-radius: 4px;
  width: 80%;
}
.planning-export .planning-export__tab-container .planning-export__section--alertname input, .planning-export .surrounding-area-controls .planning-export__section--alertname input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertname input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertname input {
  flex: 1;
  background-color: transparent;
  border: none;
  color: #FFF;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container .planning-export__section--alertname, .planning-export .surrounding-area-controls .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertname, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertname {
    padding: 0;
  }
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency {
  width: 47%;
  margin: 10px 0 0;
  color: #FFF;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle > span, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle > span, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle > span, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle > span {
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle label, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle label, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle label, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle label {
  min-width: 50px;
  margin-left: 2px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-toggle #PlanningSearchAlertFrequencyEmail {
  width: 100%;
  word-wrap: break-word;
  display: block;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options {
  display: flex;
  margin: 10px 0;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option {
  padding: 8px;
  margin: 0 5px;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option.selected, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option.selected, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-options .frequency-option.selected, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-options .frequency-option.selected {
  background: #6C55AA;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing {
  display: flex;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select {
  position: relative;
  top: -5px;
  height: 25px;
  border: 1px solid #6C55AA !important;
  border-radius: 5px;
  color: #FFF;
  margin: 0 3px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input {
  background: transparent;
  padding: 0 5px;
  width: 50px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing input::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select {
  background-color: #6C55AA80;
  width: 100px;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled], .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled], .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled], .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select[disabled=disabled] {
  background-color: #6C55AA80 !important;
  color: #FFF !important;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select option, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select option, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .frequency-timing select option, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .frequency-timing select option {
  background: #FFF;
  color: #6C55AA;
  text-align: center;
  font-weight: 600;
}
.planning-export .planning-export__tab-container .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon, .planning-export .surrounding-area-controls .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--alertfrequency .planningexport-tooltip__hover-icon {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  padding-bottom: 5px;
  vertical-align: bottom;
  padding-left: 5px;
  cursor: default;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptions, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptions, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptions, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptions, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptions {
  margin: 10px 0;
  cursor: pointer;
  color: #ffffff;
  background-color: #6C55AA !important;
  border-color: #6C55AA;
  border-radius: 5px;
  padding: 5px;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer {
  margin-top: 5px;
  border: 1px solid;
  border-color: #6C55AA;
  border-radius: 0px 5px 5px 5px !important;
  padding: 8px;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container {
  padding-top: 0;
}
.planning-export .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningSearchAlert-AdvancedOptionsContainer .planning-export__input-label-container .PlanningAlert-Title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: unset;
}
.planning-export .planning-export__tab-container #PlanningExport-CreateAlert, .planning-export .surrounding-area-controls #PlanningExport-CreateAlert, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-CreateAlert, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-CreateAlert {
  margin: 10px 0;
  cursor: pointer;
  color: #ffffff;
}
.planning-export .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container, .planning-export .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container {
  padding-top: 0;
}
.planning-export .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title, .planning-export .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls #PlanningExport-CreateAlertContainer .planning-export__input-label-container .PlanningAlert-Title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: unset;
}
.planning-export .planning-export__tab-container .bootstrap-tagsinput, .planning-export .surrounding-area-controls .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .bootstrap-tagsinput {
  background: rgba(108, 85, 169, 0.5);
  border: 1px solid rgba(174, 67, 178, 0.25);
}
.planning-export .planning-export__tab-container .bootstrap-tagsinput input, .planning-export .surrounding-area-controls .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .bootstrap-tagsinput input {
  color: #FFF;
  background: transparent !important;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .bootstrap-tagsinput input.tt-input::placeholder, .planning-export .surrounding-area-controls .bootstrap-tagsinput input.tt-input::placeholder, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .bootstrap-tagsinput input.tt-input::placeholder, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .bootstrap-tagsinput input.tt-input::placeholder {
  opacity: 1;
  color: #FFF !important;
}
.planning-export .planning-export__tab-container .planning-export__section .bootstrap-tagsinput, .planning-export .surrounding-area-controls .planning-export__section .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .bootstrap-tagsinput, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .bootstrap-tagsinput {
  background: rgba(108, 85, 169, 0.5);
  border: 1px solid rgba(174, 67, 178, 0.25);
}
.planning-export .planning-export__tab-container .planning-export__section .bootstrap-tagsinput .tag, .planning-export .surrounding-area-controls .planning-export__section .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .bootstrap-tagsinput .tag {
  background-color: #009688;
  white-space: nowrap;
}
.planning-export .planning-export__tab-container .planning-export__section .bootstrap-tagsinput input::placeholder, .planning-export .surrounding-area-controls .planning-export__section .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section .bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #FFF !important;
}
.planning-export .planning-export__tab-container .planning-export__section input, .planning-export .surrounding-area-controls .planning-export__section input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section input {
  width: 190px;
  font-size: 10px;
  font-weight: 500;
}
.planning-export .planning-export__tab-container .planning-export__section--exclude .bootstrap-tagsinput .tag, .planning-export .surrounding-area-controls .planning-export__section--exclude .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container .planning-export__section--exclude .bootstrap-tagsinput .tag, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls .planning-export__section--exclude .bootstrap-tagsinput .tag {
  background-color: #EF4949;
}
.planning-export .planning-export__tab-container::-webkit-scrollbar, .planning-export .surrounding-area-controls::-webkit-scrollbar, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container::-webkit-scrollbar, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls::-webkit-scrollbar {
  width: 5px;
}
.planning-export .planning-export__tab-container::-webkit-scrollbar-thumb, .planning-export .surrounding-area-controls::-webkit-scrollbar-thumb, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container::-webkit-scrollbar-thumb, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
.planning-export .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input, .planning-export .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input {
  color: #FFF;
  background: transparent !important;
}
.planning-export .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder, .planning-export .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls#PlanningExport-By-AgentOrApplicantName .bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #FFF !important;
}
@media only screen and (max-width: 780px) {
  .planning-export .planning-export__tab-container, .planning-export .surrounding-area-controls, .workflow-info-dialog__content--create-planning-alert .planning-export__tab-container, .workflow-info-dialog__content--create-planning-alert .surrounding-area-controls {
    position: relative;
    overflow: unset;
    padding: 0 10px;
    height: 100%;
    max-height: 100%;
  }
}

.PlanningExport-AdvancedOptions-open {
  border-radius: 5px 5px 0px 0px !important;
}

#PlanningSearchAlertCreate .PlanningSearchAlert-Title {
  font-size: 12px;
  font-weight: 600;
  margin-block-start: 3px;
  margin-block-end: 3px;
  color: #FFF;
}

.feature-info__text {
  color: black;
}
.feature-info__link {
  color: black;
}

/* abstracts */
table.overlay-info__table .darker > th {
  background-color: #c1c1c1;
}
table.overlay-info__table .bolder > th, table.overlay-info__table td {
  font-weight: bold;
}
table.overlay-info__table table, table.overlay-info__table th, table.overlay-info__table td {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #000;
}
table.overlay-info__table th {
  background-color: #f8f8f8;
  width: 150px;
}
table.overlay-info__table th, table.overlay-info__table td {
  padding: 2px 3px;
}
table.overlay-info__table a {
  font-size: 10px;
  color: #3366CC;
  font-weight: bold;
}
table.overlay-info__table a:focus {
  color: #3366CC;
}
table.overlay-info__table a:hover, table.overlay-info__table a:active {
  color: unset;
}

.normalWeight td {
  font-weight: normal !important;
}

.overlay-info__dialog table, .information-panel table {
  border-collapse: separate;
  border: solid #6C55A9 1px;
  border-radius: 5px;
  overflow: hidden;
}
.overlay-info__dialog th, .overlay-info__dialog td, .information-panel th, .information-panel td {
  border-color: #6C55A9 !important;
  padding: 2px 10px !important;
  color: #00313B;
}
.overlay-info__dialog th.local-plan-snippet, .overlay-info__dialog td.local-plan-snippet, .information-panel th.local-plan-snippet, .information-panel td.local-plan-snippet {
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .overlay-info__dialog th, .overlay-info__dialog td, .information-panel th, .information-panel td {
    padding: 2px !important;
    font-size: 10px !important;
  }
}
.overlay-info__dialog tr:not(:last-child) td, .information-panel tr:not(:last-child) td {
  border-bottom: 1px solid #6C55A9 !important;
}
.overlay-info__dialog_no-border td, .overlay-info__dialog_no-border th, .information-panel_no-border td, .information-panel_no-border th {
  border: none !important;
}
.overlay-info__dialog td.overlay-title-column, .information-panel td.overlay-title-column {
  padding-right: 6px !important;
}
.overlay-info__dialog th, .information-panel th {
  background-color: #6C55A9 !important;
  color: #FFF !important;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  .overlay-info__dialog th, .information-panel th {
    white-space: nowrap !important;
  }
}
.overlay-info__dialog td, .information-panel td {
  font-size: 10px;
  font-weight: 500;
}
.overlay-info__dialog .other-countries th, .overlay-info__dialog .other-countries td, .information-panel .other-countries th, .information-panel .other-countries td {
  width: 50%;
  line-height: normal;
  letter-spacing: 0.48px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px !important;
}
.overlay-info__dialog td :not(.information-panel-table__data--foot, .information-panel-table__data--foot-sup, sup, .availability-title-number), .information-panel td :not(.information-panel-table__data--foot, .information-panel-table__data--foot-sup, sup, .availability-title-number) {
  vertical-align: middle;
  color: #00313B;
}

.ui-dialog.overlay-info__dialog {
  padding: 0;
  border: none !important;
  border-radius: 5px;
  /* Tooltip icon styles */
}
.ui-dialog.overlay-info__dialog .ui-dialog-titlebar {
  background-color: #00242E !important;
  padding-top: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-dialog.overlay-info__dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog .ui-dialog-titlebar .ui-button {
  top: 12px;
  right: 0;
}
.ui-dialog.overlay-info__dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon.ui-icon {
  background-image: url("../../images/UI/_white-close.svg");
  background-position: 0;
  width: 21px;
  height: 21px;
  transform: none;
  margin-left: -18px;
  margin-top: -2px;
}
.ui-dialog.overlay-info__dialog .ui-dialog-content {
  background-color: #00242E;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo {
  letter-spacing: normal;
  max-height: 570px !important;
  scrollbar-width: thin;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .text-break {
  word-break: break-all;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper {
  background: #363C6C;
  border-radius: 6px;
  margin-bottom: 11px;
  padding: 14px 20px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .text-capitalize {
  text-transform: capitalize;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-shlaa-data-unavailable-councils .title {
  padding-bottom: 10px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-shlaa-data-unavailable-councils .overlay-popup__message.shlaa {
  margin-left: 9px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.brownfield-layer-table .overlay-popup__message, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-shlaa-data-unavailable-councils .overlay-popup__message {
  border: 1px solid #6c55a9;
  border-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.narrow-border {
  padding: 10px;
  min-width: 444px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p:not(.title) {
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
  margin-top: 7px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p:not(.title) .text-short, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p:not(.title) .text-long {
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p:not(.title) a {
  font-size: 11px;
  color: #00958F;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p:not(.title) a:hover {
  color: #00958F;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p.title {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p.title .scotland-expand-toggle {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper p.subtitle {
  font-size: 12px;
  margin-top: 15px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.availability-table-wrapper .overlay-title {
  padding-bottom: 12px;
  margin-top: 2px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.availability-table-wrapper .comm-avail-overlay, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.availability-table-wrapper .resi-avail-overlay {
  padding: 10px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  background: #6C55AA;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.availability-table-wrapper .table-wrapper {
  margin-bottom: 0;
  padding-left: 10px;
  padding: 30px 0 15px 10px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.availability-table-wrapper .resi-avail-collapsible {
  display: block;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.availability-table-wrapper .chevron {
  cursor: pointer;
  padding: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.availability-table-wrapper .chevron i {
  transition: transform 0.2s ease;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper {
  background: rgba(108, 85, 170, 0.5) !important;
  padding: 0px !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .overlay-title-div {
  cursor: pointer;
  padding: 10px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .overlay-title-div .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .overlay-title-div .chevron {
  padding: 0 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .overlay-title-div .chevron i {
  transition: transform 0.2s;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .overlay-title-div .chevron i.fa-chevron-up {
  transform: rotate(0deg);
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .overlay-title-div .chevron i.fa-chevron-down {
  transform: rotate(180deg);
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .collapsible-content {
  overflow: hidden;
  padding: 0px 10px 10px 10px !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .headroom-boxes-container {
  display: flex !important;
  gap: 10px !important;
  width: 100% !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .headroom-boxes-container .headroom-box-wrapper {
  flex: 1 !important;
  width: 50% !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper table.overlay-info__table th, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper table.overlay-info__table td {
  vertical-align: middle !important;
  padding: 4px 10px !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper table.overlay-info__table th {
  background: rgba(108, 85, 170, 0.5) !important;
  border-bottom: 1px solid #6c55aa !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper table.overlay-info__table td {
  border: none !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper table.overlay-info__table .headroom-pill {
  display: inline-block !important;
  padding: 4px 8px 2px 8px !important;
  border-radius: 6px !important;
  color: white !important;
  text-align: center !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .toggle-button-container {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 15px !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .toggle-button-container .toggle-connections-btn {
  width: 50% !important;
  padding: 10px !important;
  background-color: #00958F;
  color: white !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.substations-table-wrapper .toggle-button-container .toggle-connections-btn:hover {
  background-color: #007c77 !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .scotland-expand {
  display: block;
  color: #FFF;
  cursor: pointer;
  margin: 8px 0;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .scotland-expand i {
  margin-left: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .scotland-expand:first-of-type {
  margin-top: 15px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table {
  margin: 9px 0;
  border-collapse: unset;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td {
  font-weight: normal;
  background-color: #363C6C;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td .availability-title-number {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td .availability-title-number:hover {
  color: #00958F;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.row-header {
  font-weight: 600 !important;
  background-color: #6C55A9;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.column-header {
  font-weight: 600 !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th a, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td a {
  color: #FFF;
  background-color: transparent !important;
  font-size: 10px;
  font-weight: 600;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th a i, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td a i {
  background-color: transparent !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th a:hover, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td a:hover {
  color: #00958F;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th .scotland-tooltip, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td .scotland-tooltip {
  position: relative;
  top: 2px;
  float: right;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.long-url, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.long-url {
  word-break: break-all;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.long-url a, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.long-url a {
  font-size: 10px;
  color: #0fa1a3;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.long-url a:hover, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.long-url a:hover {
  text-decoration: underline;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.rounded, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.rounded {
  border-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.rounded__top, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.rounded__top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.rounded__top-left, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.rounded__top-left {
  border-top-left-radius: 5px;
  border-top-right-radius: unset;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.rounded__top-right, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.rounded__top-right {
  border-top-right-radius: 5px;
  border-top-left-radius: unset;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.rounded__bottom, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.rounded__bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.rounded__bottom-left, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.rounded__bottom-left {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: unset;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.rounded__bottom-right, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.rounded__bottom-right {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: unset;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.no-border, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.no-border {
  border: none;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.no-border__top, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.no-border__top {
  border-top: none;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.no-border__bottom, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.no-border__bottom {
  border-bottom: none;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.no-border__left, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.no-border__left {
  border-left: none;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table th.no-border__right, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table td.no-border__right {
  border-right: none;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table.stretch-last td {
  min-width: 100px;
  max-width: 130px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table.stretch-last td:last-child {
  width: 100%;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table.stretch-last td:last-child a {
  margin-left: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table.header-wrap th {
  white-space: normal !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table-planning td:first-child {
  font-size: 9.5px !important;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table .overlay-table-expand {
  margin: 0 0 2px 2px;
  cursor: pointer;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table .overlay-table-expand.viability-expand {
  content: url(../../images/UI/_overlay-table-expand-white.svg);
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table .overlay-table-expand.viability-collapse {
  content: url(../../images/UI/_overlay-table-collapse-white.svg);
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper table.overlay-info__table.no-border {
  border: none;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .disclaimer-italic {
  font-style: italic;
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 11px;
  color: #FFF;
  padding-left: 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .disclaimer-italic a {
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  color: #0fa1a3;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist {
  display: flex;
  font-size: 9px;
  margin: 12px 8px;
  color: #000;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__checked {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-right: 1px solid #000;
  padding-right: 32px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__checked .checklist-title {
  margin-bottom: 10px;
  text-decoration: underline;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__checked .checklist-category {
  margin: 10px 0 5px 0;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__checked .checklist-check {
  margin: 5px 0;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__checked .checklist-check .check-passed {
  float: right;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__checked .checklist-check .check-passed--icon {
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__checked .checklist-check .check-passed svg {
  cursor: default;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__notChecked {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__notChecked .checklist-title {
  margin-bottom: 10px;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .property-in-strategies--overlayChecklist__notChecked .checklist-check {
  margin: 5px 0;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper tr:first-child *:first-child {
  border-top-left-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper tr:first-child *:last-child {
  border-top-right-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper tr:last-child *:first-child {
  border-bottom-left-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper tr:last-child *:last-child {
  border-bottom-right-radius: 5px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper .overlay-popup__message {
  display: block;
  font-size: 10px;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 12px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableConservationAreasRequestData, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableArticle4AreasRequestData, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableSHLAAreasRequestData, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableSettlementBoundaryRequestData {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #FFF;
  background-color: #6C55AA;
  cursor: pointer;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableConservationAreasRequestData.disabled, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableArticle4AreasRequestData.disabled, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableSHLAAreasRequestData.disabled, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper #UnavailableSettlementBoundaryRequestData.disabled {
  opacity: 0.5;
  cursor: default;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-unavailable-councils .message, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-article4-unavailable .message, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-shlaa-data-unavailable-councils .message, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-settlement-boundaries-unavailable-council .message {
  width: 50%;
  margin: 40px auto 20px;
  text-align: center;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-unavailable-councils #UnavailableAreasClose, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-article4-unavailable #UnavailableAreasClose, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-shlaa-data-unavailable-councils #UnavailableAreasClose, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-settlement-boundaries-unavailable-council #UnavailableAreasClose {
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 5px 20px;
  color: #FFF;
  background-color: #6C55AA;
  border-radius: 3px;
  cursor: pointer;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-scotland th {
  font-weight: 500;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-scotland a.scotland-find-owner {
  float: right;
  margin-top: 5px !important;
  padding: 7px 0 !important;
  width: 90px;
  height: 30px;
  background-color: #6C55AA;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-scotland a.scotland-find-owner:hover, .ui-dialog.overlay-info__dialog #OverlayInfo .table-wrapper.overlay-popup-sub-menu-scotland a.scotland-find-owner:focus {
  background-color: #6C55AA !important;
  font-weight: normal;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .footnote-wrapper p {
  font-size: 9px;
  color: #FFF;
  margin: 10px 0;
}
.ui-dialog.overlay-info__dialog #OverlayInfo .footnote-wrapper a {
  font-size: 9px;
  font-weight: normal;
  color: #0fa1a3;
}
.ui-dialog.overlay-info__dialog #OverlayInfo::-webkit-scrollbar {
  width: 7px;
}
.ui-dialog.overlay-info__dialog #OverlayInfo::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #363C6C;
}
.ui-dialog.overlay-info__dialog .overlay-popup-sub-menu-ev-chargers th {
  background-color: #48437B !important;
}
.ui-dialog.overlay-info__dialog .overlay-popup-sub-menu-ev-chargers td, .ui-dialog.overlay-info__dialog .overlay-popup-sub-menu-ev-chargers th {
  border-width: 0px 1px 0px 0px !important;
}
.ui-dialog.overlay-info__dialog .overlay-popup-sub-menu-ev-chargers #ev-charge-popup-info {
  border: 0 !important;
}
.ui-dialog.overlay-info__dialog .overlay-popup-sub-menu-ev-chargers #ev-charge-popup-info tr td:nth-child(2) p {
  text-align: right;
}
.ui-dialog.overlay-info__dialog .overlay-popup-sub-menu-ev-chargers #ev-charge-popup-info td {
  padding-left: 0 !important;
}
.ui-dialog.overlay-info__dialog .footfall-popup {
  padding: 16px;
  background: #363C6C;
  border-radius: 4px;
}
.ui-dialog.overlay-info__dialog .footfall-popup h3 {
  color: #fff;
  background: #4A3880;
  padding: 12px 16px;
  margin: -16px -16px 16px -16px;
  border-radius: 4px 4px 0 0;
}
.ui-dialog.overlay-info__dialog .twelve-month-average {
  background: rgba(74, 56, 128, 0.1);
  margin-bottom: 16px;
  border-radius: 4px;
  color: #fff;
}
.ui-dialog.overlay-info__dialog .average-row {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  color: #fff;
  background: transparent;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #6C55AA;
}
.ui-dialog.overlay-info__dialog .monthly-breakdown th {
  white-space: nowrap;
  text-align: left;
  padding: 8px 16px;
  color: #fff;
  font-weight: 500;
}
.ui-dialog.overlay-info__dialog .monthly-breakdown td {
  padding: 8px 16px !important;
  font-size: 12px !important;
  text-align: left;
  color: #fff;
  border-left: 1px solid #6C55AA;
  border-right: 1px solid #6C55AA;
}
.ui-dialog.overlay-info__dialog .tooltip-icon {
  margin-left: 4px;
  color: #4A3880;
  cursor: help;
  display: inline-block;
}
.ui-dialog.overlay-info__dialog .tooltip-icon i {
  font-size: 14px;
}
.ui-dialog.overlay-info__dialog .last-updated {
  margin-top: 16px;
  color: #fff;
  font-size: 12px;
}
.ui-dialog.overlay-info__dialog .tooltip-icon {
  margin-left: 4px;
  color: #fff;
  cursor: help;
}

#OverlayLegendsColumn {
  display: block;
  position: fixed;
  top: 4px;
  left: 358px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  max-height: calc(100% - 20px);
  overflow-y: auto;
  overflow-x: hidden;
}
#OverlayLegendsColumn::-webkit-scrollbar {
  width: 7px;
}
#OverlayLegendsColumn::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
}
#OverlayLegendsColumn.overlay-legend--visible {
  display: block;
}
#OverlayLegendsColumn.overlay-legend--left {
  left: 58px;
}
@media only screen and (max-width: 780px) {
  #OverlayLegendsColumn.overlay-legend--left {
    left: 58px;
  }
}
#OverlayLegendsColumn.overlay-legend--panorama {
  top: 64px;
}
@media only screen and (max-width: 780px) {
  #OverlayLegendsColumn.overlay-legend--panorama {
    top: 92px;
  }
}
#OverlayLegendsColumn.overlay-legend--top {
  top: 110px;
}
#OverlayLegendsColumn.overlay-legend--main {
  left: 584px;
}
#OverlayLegendsColumn.overlay-legend--filters {
  left: 358px;
}
#OverlayLegendsColumn.overlay-legend--training {
  left: 600px;
}
@media only screen and (max-width: 780px) {
  #OverlayLegendsColumn.overlay-legend--main, #OverlayLegendsColumn.overlay-legend--filters {
    left: 363px;
  }
  #OverlayLegendsColumn.overlay-legend--training {
    left: 600px;
  }
}
@media only screen and (max-width: 650px) {
  #OverlayLegendsColumn.overlay-legend--main, #OverlayLegendsColumn.overlay-legend--filters, #OverlayLegendsColumn.overlay-legend--training {
    left: 63px;
  }
}
@media only screen and (max-width: 1000px) {
  #OverlayLegendsColumn {
    top: 33px;
  }
}
@media only screen and (max-width: 780px) {
  #OverlayLegendsColumn {
    left: 358px;
  }
}
@media only screen and (max-width: 650px) {
  #OverlayLegendsColumn {
    left: 63px;
  }
}

.overlay-legend {
  width: 235px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.overlay-legend:not(#FilterableOverlaysLegend) {
  display: none;
}
.overlay-legend#FilterableOverlaysLegend.overlay-legend .overlay-key-wrapper.overlay-hidden .overlay-key-title {
  border-radius: 4px;
}
.overlay-legend#FilterableOverlaysLegend.overlay-legend .overlay-key-wrapper.overlay-hidden .overlay-key-content {
  display: none;
}
.overlay-legend#FilterableOverlaysLegend.overlay-legend .overlay-key-wrapper .overlay-key-icons .zoom-warning:hover {
  background-color: #00313B;
}
.overlay-legend#FilterableOverlaysLegend.overlay-legend .overlay-key-wrapper .property-type {
  width: 80%;
}
.overlay-legend#FilterableOverlaysLegend.overlay-legend .overlay-key-wrapper .property-type.warning-fade {
  color: #FFF;
  opacity: 0.5;
}
.overlay-legend#FilterableOverlaysLegend.overlay-legend .overlay-key-wrapper.loading-overlay .overlay-key-content-loading {
  margin-top: -10px;
}
.overlay-legend#CompanySearchResultsKey .property-type {
  width: 70%;
}
.overlay-legend#CompanySearchResultsKey .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button, .overlay-legend#PlanningSearchResultsKey .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button {
  display: inline-flex;
  padding: 0;
  margin-bottom: 10px;
}
.overlay-legend#CompanySearchResultsKey .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span, .overlay-legend#PlanningSearchResultsKey .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span {
  width: 30px;
  height: 30px;
  padding: 0;
}
.overlay-legend#CompanySearchResultsKey .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span svg, .overlay-legend#PlanningSearchResultsKey .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span svg {
  display: block;
  top: 5px;
  left: 0;
  margin: auto;
}
.overlay-legend#CompanySearchResultsKey .overlay-key-wrapper.overlay-hidden .overlay-key-content, .overlay-legend#PlanningSearchResultsKey .overlay-key-wrapper.overlay-hidden .overlay-key-content {
  display: none;
}
.overlay-legend#PlanningSearchResultsKey .filterable-overlay-legend-checklist__item {
  padding: 0 8px;
}
.overlay-legend#PlanningSearchResultsKey .filterable-overlay-legend-checklist__item .property-type svg {
  margin-right: 5px;
}
.overlay-legend--visible {
  display: block !important;
}
.overlay-legend .title-text.property-shown, .overlay-legend .overlay-key-content-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
.overlay-legend .overlay-key-content-subtitle {
  text-align: left;
  padding: 0px 0px 10px 15px;
  align-self: auto;
}
.overlay-legend .england-and-wales-group {
  padding: 12px 0px;
}
.overlay-legend .scotland-properties-row {
  padding-top: 12px !important;
  padding-bottom: 0px !important;
  border-top: 1px solid rgba(216, 216, 216, 0.05);
  border-bottom: 1px solid rgba(216, 216, 216, 0.05);
}
.overlay-legend .scotland-properties-row .margin-right30 {
  margin-right: 30px;
}
.overlay-legend .scotland-properties-row .padding-left5 {
  padding-left: 5px !important;
}
.overlay-legend .scotland-properties-row .property-type {
  text-align: left;
  float: left;
  font-size: 10px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overlay-legend .overlay-key-wrapper {
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
}
.overlay-legend .overlay-key-wrapper.active-overlays .title-text {
  font-size: 14px;
  font-weight: bold;
}
.overlay-legend .overlay-key-wrapper.active-overlays.overlay-key-wrapper--open + .overlay-keys-scrollbar-container {
  max-height: calc(100% - 294px);
}
.overlay-legend .overlay-key-wrapper.active-overlays.overlay-hidden button.ui-button.ui-corner-all.ui-widget {
  opacity: 0.5;
}
.overlay-legend .overlay-key-wrapper.active-overlays.overlay-hidden .overlay-key-icons .toggle-view {
  content: url(../../images/UI/_eyeHidden.svg);
}
.overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-overlay-conservationarea] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-brownfield-land-register] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-article-4-direction] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-shlaa-london] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-settlement-boundaries] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-listed-buildings] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-ptal-london] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-footfall-daily-avg] .separator, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-rush-hours-count] .separator {
  height: 1px;
  background-color: #d8d8d8;
  margin: 8px 10px;
}
.overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-overlay-conservationarea] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-brownfield-land-register] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-article-4-direction] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-shlaa-london] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-settlement-boundaries] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-listed-buildings] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-ptal-london] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-footfall-daily-avg] .UnavailableSHLAAData-info, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-rush-hours-count] .UnavailableSHLAAData-info {
  padding-bottom: 20px;
}
.overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-overlay-conservationarea] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-brownfield-land-register] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-article-4-direction] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-shlaa-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-settlement-boundaries] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-listed-buildings] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-ptal-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-footfall-daily-avg] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-rush-hours-count] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text {
  display: flex;
  padding: 3px 12px;
  color: #FFF;
  font-size: 10px;
}
.overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-overlay-conservationarea] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-overlay-conservationarea] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-brownfield-land-register] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-brownfield-land-register] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-article-4-direction] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-article-4-direction] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-shlaa-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-shlaa-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-settlement-boundaries] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-settlement-boundaries] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-listed-buildings] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-listed-buildings] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-ptal-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-ptal-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-footfall-daily-avg] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-footfall-daily-avg] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-rush-hours-count] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text i, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-rush-hours-count] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text img {
  margin-right: 8px;
  font-size: 15px;
}
.overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-overlay-conservationarea] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-brownfield-land-register] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-article-4-direction] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-shlaa-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-settlement-boundaries] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-listed-buildings] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-ptal-london] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-footfall-daily-avg] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-rush-hours-count] .overlay-key-content:not(.conservation-areas-additional-content) > .title-text .btn-overlay__hover-icon {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  margin-left: 8px;
}
.overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-overlay-conservationarea] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-brownfield-land-register] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-article-4-direction] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-shlaa-london] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-settlement-boundaries] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-listed-buildings] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-ptal-london] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-footfall-daily-avg] p, .overlay-legend .overlay-key-wrapper[data-overlay-id=sub-menu-rush-hours-count] p {
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  margin-left: 35px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title {
  background-color: #00242E;
  color: #FFF;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 4px 4px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .title-text {
  display: inline-block;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .title-text i {
  margin: 0 5px;
  font-size: 1 rem;
  vertical-align: middle;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .title-text img {
  max-width: 25px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .overlay-key-icons {
  display: inline-block;
  float: right;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .overlay-key-icons span {
  padding: 1px 3px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .overlay-key-icons span.hide {
  display: none;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .overlay-key-icons .toggle-view {
  content: url(../../images/UI/_eye.svg);
  animation: none;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .overlay-key-icons .toggle-view.shift-right {
  position: relative;
  left: 5px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-title .overlay-key-icons .toggle-active {
  margin-left: 5px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content-loading {
  display: none;
  background-color: black;
  position: absolute;
  width: 225px;
  height: 100%;
  bottom: 0;
  opacity: 28%;
  z-index: 1;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content-loading-darker-grey {
  opacity: 53% !important;
}
.overlay-legend .overlay-key-wrapper.overlay-hidden:not(.active-overlays) .overlay-key-title, .overlay-legend .overlay-key-wrapper.overlay-hidden:not(.active-overlays) .active-overlays-buttons, .overlay-legend .overlay-key-wrapper.disabled .overlay-key-title, .overlay-legend .overlay-key-wrapper.disabled .active-overlays-buttons {
  background-color: #728A8F;
}
.overlay-legend .overlay-key-wrapper.overlay-hidden:not(.active-overlays) .overlay-key-title .title-text .fa-angle-up, .overlay-legend .overlay-key-wrapper.overlay-hidden:not(.active-overlays) .overlay-key-title .title-text .fa-angle-down, .overlay-legend .overlay-key-wrapper.disabled .overlay-key-title .title-text .fa-angle-up, .overlay-legend .overlay-key-wrapper.disabled .overlay-key-title .title-text .fa-angle-down {
  visibility: hidden;
}
.overlay-legend .overlay-key-wrapper.overlay-hidden:not(.active-overlays) .overlay-key-icons .toggle-view, .overlay-legend .overlay-key-wrapper.disabled .overlay-key-icons .toggle-view {
  content: url(../../images/UI/_eyeHidden.svg);
}
.overlay-legend .overlay-key-wrapper.loading-overlay:not(.overlay-hidden) .overlay-key-icons .toggle-view {
  content: url(../../images/UI/_loadingWheel.svg);
  animation: rotation 1s infinite linear;
  padding: 0 3px;
}
.overlay-legend .overlay-key-wrapper.loading-overlay .overlay-key-content-loading {
  display: block;
}
.overlay-legend .overlay-key-wrapper.disabled .overlay-key-title {
  background-color: #728A8F;
}
.overlay-legend .overlay-key-wrapper.disabled .zoom-restricted-tooltip {
  display: flex;
  visibility: hidden;
  align-items: center;
  position: fixed;
  left: 585px;
  padding: 7px;
  border-radius: 2px;
  font-size: 10px;
  background-color: #ffe4e3;
  color: #cc3a49;
  letter-spacing: 0.2px;
  cursor: auto;
}
.overlay-legend .overlay-key-wrapper.disabled .zoom-restricted-tooltip:before {
  content: "";
  background-color: #ffe4e3;
  width: 5px;
  height: 10px;
  left: 580px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: fixed;
}
.overlay-legend .overlay-key-wrapper.disabled .zoom-restricted-tooltip .warning-icon {
  margin-right: 10px;
}
.overlay-legend .overlay-key-wrapper.disabled .zoom-restricted-tooltip .warning-icon svg {
  width: 15px;
  height: 14px;
}
.overlay-legend .overlay-key-wrapper.disabled:hover .zoom-restricted-tooltip {
  transition: visibility 0.5s 0.5s;
  visibility: visible;
}
.overlay-legend .overlay-key-wrapper .zoom-restricted-tooltip {
  display: none;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content {
  display: none;
  background-color: #00242E;
  border-radius: 0 0 4px 4px;
  text-align: center;
  cursor: auto;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.active-overlays-buttons {
  width: 100%;
  justify-content: center;
  padding: 0 0 15px 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.active-overlays-buttons button {
  height: 30px;
  font-size: 12px !important;
  font-weight: 500;
  margin: 0 5px;
  border: none;
  border-radius: 4px !important;
  padding: 7px 12px;
  background-color: #6C55AA !important;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .custom-comparable-checkbox {
  margin-right: 19.5px;
  float: right;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .custom-comparable-checkbox:checked::after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .overlay-legend-price-display-wrapper {
  flex: 100%;
  border-top: 1px solid #FFF;
  margin: 5px 15px 0;
  text-align: left;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .overlay-legend-price-display-wrapper .filter-controls-subtitle-wrapper {
  margin: 5px 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .overlay-legend-price-display-wrapper .filter-controls-subtitle-wrapper .filter-controls-subtitle {
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .overlay-legend-price-display-wrapper .rates-filter-checkbox .rates-filter-label {
  border-color: #00958F;
  border-radius: 5px;
  font-size: 10px;
  background-color: transparent;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .overlay-legend-price-display-wrapper .rates-filter-checkbox input:checked + label {
  background-color: #00958F !important;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .overlay-legend-price-display-wrapper.display-units-wrapper {
  margin-bottom: 15px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .overlay-legend-price-display-wrapper.displayed-as-wrapper {
  border-top: none;
  margin-bottom: 15px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filter-controls-subtitle-wrapper {
  padding: 5px 0 5px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filter-controls-subtitle-wrapper .filter-controls-subtitle {
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .comparables-key-icon {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .comparables-key-icon.square {
  border-radius: 3px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .comparables-key-icon.diamond {
  border-radius: 3px;
  transform: rotate(45deg);
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .comparables-key-icon.triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #969696;
  background: none;
  transform: none;
  border-radius: 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content-loading {
  display: none;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content {
  flex-direction: row;
  flex-wrap: wrap;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content img {
  margin-right: auto;
  max-width: 144px;
  max-height: 102px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .filter-controls-subtitle-wrapper {
  margin: 5px 0 5px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .filter-controls-subtitle-wrapper .filter-controls-subtitle {
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper {
  margin-bottom: 7px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper input {
  margin-right: 19.5px;
  float: right;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper input:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper .comparables-key-icon {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper .comparables-key-icon.square {
  border-radius: 3px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper .comparables-key-icon.diamond {
  border-radius: 3px;
  transform: rotate(45deg);
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper .comparables-key-icon.triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #969696;
  background: none;
  transform: none;
  border-radius: 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-checklist-wrapper .property-type-wrapper .comparables-property-type {
  color: #FFF;
  float: left;
  margin-left: 10px;
  font-size: 10px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-price-display-wrapper {
  flex: 100%;
  border-top: 1px solid #FFF;
  margin: 5px 15px 0;
  text-align: left;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-price-display-wrapper .filter-controls-subtitle-wrapper {
  margin: 5px 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-price-display-wrapper .filter-controls-subtitle-wrapper .filter-controls-subtitle {
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-price-display-wrapper .rates-filter-checkbox .rates-filter-label {
  border-color: #00958F;
  border-radius: 5px;
  font-size: 10px;
  background-color: transparent;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-price-display-wrapper .rates-filter-checkbox input:checked + label {
  background-color: #00958F !important;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-price-display-wrapper.display-units-wrapper {
  margin-bottom: 15px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.comparables-overlay-content .overlay-legend-price-display-wrapper.displayed-as-wrapper {
  border-top: none;
  margin-bottom: 15px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content {
  font-size: 10px;
  padding: 0 20px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content img {
  display: block;
  margin: 0 auto;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList__label {
  text-align: left;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList .keyTitle {
  margin-left: 20px;
  font-weight: 700;
  text-align: left;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList.borders {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding: 3px 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList--row {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList--row.faded {
  opacity: 0.5;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList .faded {
  opacity: 0.5;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList__key {
  display: inline-block;
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 3px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList__title {
  display: inline-block;
  float: left;
  margin-left: 10px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList__title.noKey {
  margin-left: 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList input {
  float: right;
  flex: 1;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList input:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-toggleList .tooltip-icon {
  float: right;
  margin-right: 10px;
  height: 13px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-controls {
  text-align: left;
  padding-top: 5px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-controls__label {
  margin-bottom: 5px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-controls__buttons {
  margin-top: 5px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-controls__buttons span {
  display: inline-block;
  background: #6C55AA;
  opacity: 0.5;
  color: #FFF;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content.strategy-overlay-content .strategy-overlay-controls__buttons span.selected {
  opacity: 1;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .conservation-areas-additional-content {
  display: flex;
  padding: 8px 12px;
  color: #FFF;
  font-size: 10px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .conservation-areas-additional-content .unavailable-area-key {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: #584C49;
  border: 1.5px solid #FFF;
  border-radius: 2px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .conservation-areas-additional-content #UnavailableSHLAADataKey {
  background: #000;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .conservation-areas-additional-content .title-text {
  flex: 1;
  position: relative;
  top: 1px;
  margin-left: 3px;
  text-align: left;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .conservation-areas-additional-content .unavailable-conservation-areas-toggle {
  width: 12px;
  height: 12px;
  margin-right: 22px;
  float: right;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .conservation-areas-additional-content .unavailable-conservation-areas-toggle:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 1px;
  top: -3px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content {
  display: flex;
  padding: 8px 12px;
  color: #FFF;
  font-size: 10px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content .resi-availability-key {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  border: 1.5px solid #FFF;
  border-radius: 7px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content .resi-availability-key-freehold {
  background: #ABAF00;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content .resi-availability-key-leasehold {
  background: #A30505;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content .resi-availability-key-undisclosed {
  background: #E59500;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content .title-text {
  flex: 1;
  position: relative;
  top: 1px;
  margin-left: 3px;
  text-align: left;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content .resi-availability-toggle {
  width: 12px;
  height: 12px;
  margin-right: 22px;
  float: right;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .resi-availability-additional-content .resi-availability-toggle:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 1px;
  top: -3px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-img {
  position: relative;
  right: 40px;
  top: 6px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .traffic-map-img {
  width: 100%;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .drive-thru-img {
  width: 64%;
  position: relative;
  right: 55px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .legend-div-before {
  color: white;
  text-align: start;
  padding-left: 23px;
  position: relative;
  top: 8px;
  z-index: 9999;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-additional-content {
  display: flex;
  padding: 3px 12px !important;
  color: #FFF;
  font-size: 10px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-additional-content:last-child {
  padding-bottom: 20px !important;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-additional-content__header {
  border-top: solid 1px #FFF;
  padding-top: 10px !important;
  padding-left: 0px !important;
  margin: 0px 20px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-additional-content .unavailable-area-key {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: #000;
  border: 1.5px solid #FFF;
  border-radius: 2px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-additional-content .title-text {
  flex: 1;
  position: relative;
  top: 1px;
  margin-left: 15px;
  text-align: left;
  padding: 0px !important;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-additional-content .footfall-layer-toggle {
  width: 12px;
  height: 12px;
  margin-right: 22px;
  float: right;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 6px;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .footfall-additional-content .footfall-layer-toggle:checked:after {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.5em;
  left: -0.5em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  box-shadow: inset 0 0 0 3px #6c55aa;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist {
  font-size: 10px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item {
  display: inline-block;
  width: 100%;
  padding: 0 11px;
  align-items: center;
  padding-bottom: 18px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .hidden {
  display: none;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item svg {
  margin: 0 5px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item svg.disabled {
  opacity: 0.5;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .property-type {
  text-align: left;
  float: left;
  font-size: 10px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .property-type svg {
  margin-bottom: -2px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .property-type .key-icon {
  vertical-align: top;
  margin-right: 10px;
  background-size: contain !important;
  background-position: center !important;
  width: 12px;
  height: 15px;
  display: inline-block;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .property-type .key-icon__freehold {
  background: url(../../images/Marker/freehold.png);
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .property-type .key-icon__leasehold {
  background: url(../../images/Marker/leasehold.png);
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .property-type .key-icon__scotland {
  background: url(../../images/Marker/scotland.png);
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .property-type.disabled {
  opacity: 0.5;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .unregistered-land-warning {
  display: inline-block;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .unregistered-land-warning.hidden {
  display: none;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .invisibility {
  visibility: hidden;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .tooltip-icon {
  line-height: 5px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .properties-shown-checkbox {
  flex: 1;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .properties-shown-checkbox#CompanyFreeholdPropertiesCheckbox, .overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .properties-shown-checkbox#CompanyLeaseholdPropertiesCheckbox, .overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .properties-shown-checkbox#CompanyScotlandPropertiesCheckbox {
  right: 6px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item .properties-shown-checkbox:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__item #FreeholdPropertiesCheckbox {
  margin-right: 23px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings {
  padding: 0 30.5px 10px 41px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-title {
  display: block;
  margin: 0 3px 10px 0;
  font-size: 12px;
  color: #FFF;
  text-align: left;
  cursor: pointer;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-title i.fas {
  float: right;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-checklist__item {
  margin-bottom: 10px;
  text-align: left;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-checklist__item #LeaseholdShowFromDate {
  position: absolute;
  width: 70px;
  margin-left: 5px;
  margin-top: -2px;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  background: #00242E;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-checklist__item #FutureDateWarning {
  position: relative;
  left: 75px;
  top: 2px;
  opacity: 1;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-checklist__item #FutureDateWarning.hidden {
  opacity: 0;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-checklist__item .invisibility {
  visibility: hidden;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-checklist__item input {
  float: right;
  -webkit-appearance: none;
  background-color: #00313B;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-checklist__leasehold-settings .leasehold-settings-checklist__item input:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button {
  padding: 0 0 10px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span {
  margin: 0 5px;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #FFF;
  background: #6C55AA;
  border: 1px solid #6C55AA;
  cursor: pointer;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span svg {
  position: relative;
  top: 4px;
  left: 2px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span svg.draw-icon {
  top: 2px;
}
@media only screen and (max-width: 800px) {
  .overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button span#FilterableOverlaysDrawBoundary {
    display: none;
  }
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button #AddToMySitesDisabled {
  display: none;
  cursor: default;
  opacity: 50%;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button #AddToMySitesDisabled svg {
  cursor: default;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button.disabled span, .overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button.disabled svg {
  cursor: default;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button.disabled #AddToMySites {
  background: #6C55AA;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .filterable-overlay-legend-button.disabled #FilterableOverlaysDrawBoundary {
  background: #00313B;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .freehold-leasehold-warning {
  display: flex;
  flex-direction: column;
  font-size: 9px;
  font-weight: 700;
  text-align: justify;
  margin-top: -10px;
  padding: 0 10px;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .freehold-leasehold-warning .warning-message {
  margin-top: 5px;
  color: #FFF;
}
.overlay-legend .overlay-key-wrapper .overlay-key-content .freehold-leasehold-warning .freehold-leasehold-filter {
  text-decoration: underline;
  cursor: pointer;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-title {
  border-radius: 4px 4px 0 0;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-content {
  display: block;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-content.active-overlays-buttons {
  display: inline-block;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-content .overlay-legend-searchBar {
  display: flex;
  flex-direction: row;
  padding: 0 5px 5px;
  font-weight: 500;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-content .overlay-legend-searchBar span {
  position: relative;
  top: 2px;
  margin: 0 5px 0 10px;
  color: #FFF;
  font-size: 10px;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-content .overlay-legend-searchBar__wrapper {
  flex: 1;
  background-color: #FFF;
  border-radius: 3px;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-content .overlay-legend-searchBar__wrapper input {
  display: inline-block;
  width: 85%;
  height: 17px;
  border: none;
  background-color: transparent;
  font-size: 8px;
}
.overlay-legend .overlay-key-wrapper--open .overlay-key-content .overlay-legend-searchBar__wrapper svg {
  position: relative;
  top: 2px;
}
.overlay-legend .overlay-key-wrapper--open .comparables-overlay-content {
  display: flex;
}
.overlay-legend--left .overlay-key-wrapper.disabled .zoom-restricted-tooltip {
  left: 285px;
}
.overlay-legend--left .overlay-key-wrapper.disabled .zoom-restricted-tooltip:before {
  left: 280px;
}
.overlay-legend.filterable-overlays-legend .overlay-key-title {
  padding: 12px 11px;
}
.overlay-legend.filterable-overlays-legend .overlay-key-content {
  padding: 10px 0;
}

.property-wrapper {
  display: flex;
  justify-content: space-between;
}

.add-to-my-sites-dialog.new-dialog.two-buttons-dialog {
  background: #00958F;
  border: none;
  border-radius: 3px;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog .ui-dialog-titlebar {
  padding: 0 !important;
  background-color: #00958F !important;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  margin-top: 10px !important;
  margin-left: 0 !important;
  color: #FFF;
  font-weight: 500;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog .ui-dialog-titlebar-close {
  top: 5px;
  right: -5px;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content {
  padding: 0 !important;
  background-color: #00958F;
  margin: 0 !important;
  height: auto !important;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content .add-to-my-sites-description {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.001em;
  color: #FFF;
  margin-bottom: 10px;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content .add-to-my-sites-label {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  margin: 10px 0;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content #AddToMySites-Stages {
  background: #00958F;
  color: #FFF;
  border: 1px solid #FFF;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content #AddToMySites-NotesTitle {
  height: 34px;
  width: 100%;
  padding-left: 5px;
  background: #00958F;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
  margin-bottom: 10px;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content #AddToMySites-NotesTitle::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content #AddToMySites-Notes {
  height: 70px;
  width: 100%;
  padding: 5px;
  background: #00958F;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog #AddToMySitesDialog.ui-dialog-content #AddToMySites-Notes::placeholder {
  color: #FFF !important;
  opacity: 1;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  background-color: #00958F !important;
  text-align: center;
  padding-bottom: 0 !important;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
}
.add-to-my-sites-dialog.new-dialog.two-buttons-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  height: 32px;
  width: 77px;
  float: right;
  font-size: 10px !important;
  font-weight: 500;
  color: #FFF !important;
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
  border-radius: 5px !important;
  box-shadow: none;
  margin-bottom: 20px;
  margin-top: 10px;
}

#FiltersApplied {
  position: fixed;
  top: 4px;
  left: 54px;
  z-index: 1;
  color: #FFF;
  background: #00313B;
  padding: 10px;
  border-radius: 4px;
  font-size: 10px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#FiltersApplied.legend-active {
  left: 287px;
}
#FiltersApplied.legend-active.overlay-legend--filters {
  left: 588px;
}
#FiltersApplied.legend-active.overlay-legend--training {
  left: 588px;
}
#FiltersApplied.legend-active.overlay-legend--main {
  left: 813px;
}
#FiltersApplied.legend-active.move-right {
  left: 587px;
}
#FiltersApplied.overlay-legend--filters {
  left: 485px;
}
#FiltersApplied.overlay-legend--training {
  left: 375px;
}
#FiltersApplied.overlay-legend--main {
  left: 580px;
}
#FiltersApplied.move-right {
  left: 355px;
}
@media only screen and (max-width: 1200px) {
  #FiltersApplied {
    top: 33px;
  }
}
@media only screen and (max-width: 450px) {
  #FiltersApplied {
    left: 58px !important;
    top: 112px;
  }
}

.boundary-search-controls-wrapper {
  position: fixed;
  top: 75px;
  width: 100%;
  text-align: center;
}
.boundary-search-controls-content {
  display: flex;
  background-color: #FFF;
  padding: 15px;
  width: 50%;
  margin: 0 auto;
}
.boundary-search-controls-content__text {
  flex: 1;
  margin-right: auto;
  margin-left: 27px;
  padding: 10px 0;
  font-size: 16px;
  text-align: left;
}
.boundary-search-controls-content__control {
  min-width: 125px;
  font-size: 12px;
  color: #FFF;
  background-color: #00A4A5;
  border-radius: 4px;
  padding: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.boundary-search-controls-content__control.disabled {
  opacity: 0.5;
  cursor: default;
}
@media only screen and (max-width: 1200px) {
  .boundary-search-controls-content__control {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .boundary-search-controls-content {
    flex-direction: column;
    margin: 35px 65px 0 auto;
  }
}

.strategy-overlay-label--container {
  position: absolute;
}
.strategy-overlay-label--container .strategy-overlay-label--anchor .strategy-overlay-label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff;
}

.competition-overlay-label--container {
  position: absolute;
}
.competition-overlay-label--container .competition-overlay-label--anchor .competition-overlay-label {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 2px 2px 2px #000, -2px -2px 2px #000, 2px -2px 2px #000, -2px 2px 2px #000;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.substations-additional-content {
  background-color: #002B36;
  color: #FFFFFF;
  padding: 3px 12px !important;
}
.substations-additional-content .type-list,
.substations-additional-content .capcity-list,
.substations-additional-content .type-section,
.substations-additional-content .capacity-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 8px;
  align-items: flex-start;
}
.substations-additional-content .type-row,
.substations-additional-content .capacity-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
}
.substations-additional-content .type-row {
  justify-content: space-between;
  margin-bottom: 0px;
}
.substations-additional-content .capacity-section {
  justify-content: start !important;
}
.substations-additional-content .type-icon-label,
.substations-additional-content .type-icon,
.substations-additional-content .type-label,
.substations-additional-content .type-checkbox input[type=checkbox] + label,
.substations-additional-content .capacity-indicator,
.substations-additional-content .capacity-label {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.substations-additional-content .capacity-label {
  margin-left: 13px;
}
.substations-additional-content .type-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  justify-content: center;
}
.substations-additional-content .type-icon img {
  width: 24px;
  height: 24px;
}
.substations-additional-content .type-label {
  flex-grow: 1;
}
.substations-additional-content .type-checkbox input[type=checkbox] {
  display: none;
}
.substations-additional-content .type-checkbox input[type=checkbox] + label {
  width: 16px;
  height: 16px;
  background: #8B5CF6;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.substations-additional-content .type-checkbox input[type=checkbox] + label:after {
  content: "✓";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.substations-additional-content .type-checkbox input[type=checkbox]:not(:checked) + label {
  background: transparent;
  border: 2px solid #8B5CF6;
}
.substations-additional-content .type-checkbox input[type=checkbox]:not(:checked) + label:after {
  content: none;
}
.substations-additional-content .capacity-header,
.substations-additional-content .type-header {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.69px;
  text-align: left;
  text-decoration-skip-ink: none;
  padding-left: 23px;
}
.substations-additional-content .capacity-header {
  padding-bottom: 8px;
}
.substations-additional-content .capacity-indicator {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 7px;
  margin-left: 7px;
}

/* abstracts */
#FilterContent-ViabilityContainer input[type=text]:hover {
  border: none;
}

#ViabilityFilter-Authority, #ViabilityFilter-UseClass {
  border: solid 1px #CCC;
  border-radius: 4px;
  background-color: #FFF !important;
  width: 100%;
  height: 30px;
}

.viability-filter-title-in-use {
  color: #00a4a5;
  font-weight: bold;
}

.presets-clear-btn {
  color: #00a4a5;
  cursor: pointer;
  float: right;
}

.presets-title {
  font-size: 11pt;
}

.ui-widget.ui-widget-content .ui-slider-range--green {
  border: 2px solid #0fa1a3;
}

.chevron-arrow-right {
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 9px;
  height: 9px;
  position: fixed;
  transform: rotate(-315deg);
  top: 5%;
  left: 145%;
}

.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 9px;
  height: 9px;
  position: fixed;
  transform: rotate(-135deg);
  top: 29%;
  left: 145%;
}

.toggle-span {
  position: relative;
  top: 52%;
  margin-right: -5%;
  line-height: 17px;
  /* identical to box height */
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  transform: rotate(-90deg);
}

#ShareDialog p {
  color: #ffffff;
}
#ShareDialog input {
  background-color: #00958F;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#ShareDialog a {
  color: #ffffff;
}

/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.training-videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.training-videos__thumbnail {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 156px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
}
.training-videos h3 {
  font-family: "Montserrat", sans-serif;
  top: 70px;
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: 400;
  padding: 0 26px;
}

.site-report {
  font-family: Overpass;
}
.site-report .home-page {
  display: flex;
  flex-direction: column;
  width: 910px;
  height: 1149px;
}
.site-report .home-page .home-page-img {
  width: 910px;
  height: 1129px;
  z-index: 1;
}
.site-report .home-page .home-page-text {
  color: #fff;
  width: 870px;
  background: rgba(0, 49, 59, 0.9);
  height: 242px;
  top: 750px;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
}
.site-report .home-page .home-page-text p {
  position: relative;
  left: 51px;
  font-style: normal;
  color: #FFFFFF;
  font-size: 22px;
  top: 10px;
}
.site-report .home-page .home-page-text .reportname {
  font-size: 16px;
  top: 10px;
}
.site-report .home-page .home-page-text .createdby {
  font-size: 10px;
  line-height: 0px;
}
.site-report .home-page .home-page-text .sitereport {
  font-size: 22px;
  top: 10px;
}
.site-report .home-page .home-page-text .producedfor-siteref {
  border: 1px dashed #FFFFFF;
  font-size: 14px;
  top: 10px;
  height: 36px;
  width: 200px;
  line-height: 36px;
  padding-left: 10px;
}
.site-report .page-break {
  page-break-after: always;
}
.site-report .table-secondpage {
  color: #333333;
  width: 900px;
  border: 1px solid;
  border-color: #E0E0E0;
  border-radius: 5px;
  border-spacing: 0px;
  row-gap: 20px;
}
.site-report .table-secondpage th {
  background-color: #E2E2E2;
  height: 30px;
  text-align: left;
  padding-left: 22px;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-secondpage tr {
  height: 30px;
}
.site-report .table-secondpage td:first-child {
  padding-left: 22px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-secondpage td:nth-child(2) {
  padding-left: 22px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-image-secondpage {
  color: #333333;
  width: 900px;
  border: 1px solid;
  border-color: #E0E0E0;
  border-radius: 5px;
  border-spacing: 0px;
  row-gap: 20px;
  margin-top: 45px;
}
.site-report .table-image-secondpage th {
  background-color: #E2E2E2;
  height: 30px;
  text-align: left;
  padding-left: 22px;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-image-secondpage tr {
  height: 770px;
}
.site-report .table-image-secondpage td {
  padding-left: 22px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-thirdpage {
  color: #333333;
  width: 900px;
  border: 1px solid;
  border-color: #E0E0E0;
  border-radius: 5px;
  border-spacing: 0px;
  row-gap: 20px;
}
.site-report .table-thirdpage th {
  background-color: #E2E2E2;
  height: 30px;
  text-align: left;
  padding-left: 22px;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-thirdpage td:first-child {
  border-bottom: 1px solid #E0E0E0;
  padding-left: 22px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-thirdpage td:nth-child(2) {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 10px;
  font-weight: 500;
  font-size: 10px;
}
.site-report .table-fourthpage {
  color: #333333;
  width: 900px;
  border: 1px solid;
  border-color: #E0E0E0;
  border-radius: 5px;
  border-spacing: 0px;
  row-gap: 20px;
}
.site-report .table-fourthpage th {
  background-color: #E2E2E2;
  height: 30px;
  text-align: left;
  padding-left: 22px;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-fourthpage tr:first-child {
  height: 30px;
}
.site-report .table-fourthpage tr:first-child td:first-child {
  padding-left: 22px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-fourthpage tr:first-child td:not(:first-child) {
  border-bottom: 1px solid #E0E0E0;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-fourthpage tr:not(:first-child) td:first-child {
  border-bottom: 1px solid #E0E0E0;
  padding-left: 22px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 12px;
}
.site-report .table-fourthpage tr:not(:first-child) td:not(:first-child) {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 10px;
  font-weight: 500;
  font-size: 10px;
}
.site-report .div-lastpage {
  display: flex;
  flex-direction: column;
  width: 900px;
  height: 950px;
}
.site-report .div-lastpage div {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
  width: 374px;
  height: 369px;
  margin: auto;
  line-height: 13px;
  align-items: center;
}
.site-report .div-lastpage div p {
  text-align: center;
  margin: auto;
  color: #BDBDBD;
}
.site-report .div-lastpage div div {
  margin-top: auto;
  color: #2F80ED;
  font-size: 18px;
}

.site-report-wizard {
  position: absolute;
  width: 402px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #363D6C;
  border-radius: 5px;
  font-family: "Overpass";
  font-style: normal;
  color: #FFFFFF;
  margin: auto;
  z-index: 15;
  display: flex;
  flex-direction: column;
}
.site-report-wizard.stepone {
  height: 300px;
}
.site-report-wizard.stepone .reporttype-parent {
  width: 380px;
  margin: 0 auto;
}
.site-report-wizard.stepone .sitereport-reporttype {
  width: 180px;
  height: 134px;
  border-radius: 5px;
  border: 1px solid #6C55AA;
  margin: 20px auto 0 auto;
  padding-left: 27px;
  padding-top: 10px;
}
.site-report-wizard.stepone .sitereport-reporttype .heading {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.site-report-wizard.stepone .sitereport-reporttype .description {
  font-size: 10px;
  font-weight: 500;
  margin-top: 10px;
}
.site-report-wizard.stepone .sitereport-reporttype:hover {
  cursor: pointer;
  background-color: #6C55AA;
}
.site-report-wizard.steptwo {
  height: 300px;
}
.site-report-wizard.steptwo .sitereport-reportformat {
  width: 150px;
  height: 43px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  display: flex;
  margin: 25px auto 0 auto;
  font-weight: 500;
  font-size: 10px;
  align-items: center;
  padding-left: 15px;
}
.site-report-wizard.steptwo .sitereport-reportformat span {
  padding-left: 20px;
}
.site-report-wizard.steptwo .sitereport-reportformat:hover {
  cursor: pointer;
  background-color: #6C55AA;
}
.site-report-wizard.stepthree {
  height: 570px;
}
.site-report-wizard.stepthree .main-div {
  margin: auto 100px;
}
.site-report-wizard.stepthree .main-div .addinfo-div {
  display: flex;
  align-items: center;
  margin-left: -42px;
}
.site-report-wizard.stepthree .main-div .addinfo-div span {
  font-weight: 600;
  font-size: 12px;
  margin: 8px 10px 5px 10px;
}
.site-report-wizard.stepthree .main-div span {
  font-weight: 500;
  font-size: 10px;
  margin-top: 2px;
}
.site-report-wizard.stepthree .main-div img {
  margin: auto;
}
.site-report-wizard.stepthree .main-div .span-dragdrop {
  margin: auto;
  font-size: 10px;
}
.site-report-wizard.stepthree .main-div .div-or {
  width: 28px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
}
.site-report-wizard.stepthree .main-div .span-message-size {
  margin: auto;
  font-size: 6px;
}
.site-report-wizard.stepthree .main-div .span-message-type {
  font-weight: 500;
  font-size: 8px;
  padding-top: 5px;
  margin-left: 15px;
}
.site-report-wizard.stepthree .main-div .delete-image {
  margin: 0 auto;
  position: absolute;
  margin-left: 95px;
}
.site-report-wizard.stepthree .main-div .addlogo-div {
  font-weight: 600;
  font-size: 12px;
  padding: 15px 0 10px 0;
}
.site-report-wizard.stepthree .main-div .txtbox {
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  border: solid 1px #fff;
  width: 230px;
  height: 30px;
  margin-bottom: 5px;
  color: #fff;
}
.site-report-wizard.stepthree .main-div .select-comp {
  font-weight: 600;
  font-size: 12px;
  padding: 15px 0 10px 5px;
}
.site-report-wizard.stepthree .main-div .select-comp div {
  align-items: center;
  margin-left: -20px;
}
.site-report-wizard.stepthree .main-div .image-upload {
  width: 130px;
  height: 66px;
  border: 1px dotted #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.site-report-wizard.stepthree .main-div .margin15 {
  margin-top: 15px;
}
.site-report-wizard.stepthree .main-div .width15 {
  width: 15px;
}
.site-report-wizard.stepthree .main-div .margin10 {
  margin: 10px;
}
.site-report-wizard.stepfour {
  height: 570px;
}
.site-report-wizard.stepfour input[type=checkbox] {
  display: none;
}
.site-report-wizard.stepfour input[type=checkbox] + label {
  display: inline-block;
  background: url("../../images/UI/unchecked.svg") no-repeat;
  height: 16px;
  width: 15px;
  cursor: pointer;
}
.site-report-wizard.stepfour input[type=checkbox]:checked + label {
  display: inline-block;
  background: url("../../images/UI/checked.svg") no-repeat;
  height: 16px;
  width: 15px;
  cursor: pointer;
}
.site-report-wizard.stepfour .margin10 {
  margin: auto;
  margin-bottom: 10px;
}
.site-report-wizard.stepfour .margin0 {
  margin: auto;
  margin-bottom: 0px;
}
.site-report-wizard.stepfour .margin-top40 {
  margin-bottom: 40px;
}
.site-report-wizard.stepfour .width15 {
  width: 15px;
}
.site-report-wizard.stepfour .page-label {
  font-weight: 500;
  font-size: 10px;
  margin-top: 5px;
  width: 186px;
}
.site-report-wizard.stepfour .addinfo-div {
  display: flex;
  align-items: center;
  margin-left: -42px;
}
.site-report-wizard.stepfour .addinfo-div span {
  font-weight: 600;
  font-size: 12px;
  margin: 8px 10px 5px 10px;
}
.site-report-wizard.stepfour span {
  font-weight: 500;
  font-size: 10px;
  margin-top: 5px;
}
.site-report-wizard.stepfour .select-comp {
  font-weight: 600;
  font-size: 12px;
  padding: 15px 0 10px 5px;
}
.site-report-wizard.stepfour .select-comp div {
  align-items: center;
  margin-left: -20px;
}
.site-report-wizard.stepfour .margin15 {
  margin-top: 15px;
}
.site-report-wizard.stepfour .width15 {
  width: 15px;
}
.site-report-wizard .firstline {
  /* Step 1 */
  font-weight: 500;
  font-size: 8px;
  margin: 0 auto;
  padding-top: 23px;
  line-height: 0.8em;
}
.site-report-wizard .secondline {
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 0.8em;
}
.site-report-wizard .thirdline {
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
  padding-top: 20px;
}
.site-report-wizard .closereportpanel {
  position: absolute;
  right: 15px;
  top: 15px;
}
.site-report-wizard input[type=button] {
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  height: 32px;
  width: 78px;
  border: 1px #6C55AA solid;
  border-radius: 5px;
  background-color: transparent;
  margin: auto;
}
.site-report-wizard input[type=button]:hover {
  cursor: pointer;
  background-color: #6C55AA;
}
.site-report-wizard .primarybtn {
  background-color: #6C55AA !important;
}
.site-report-wizard .btn-generate-report {
  width: 109px !important;
}
.site-report-wizard .selectinfo-div {
  display: flex;
  margin-left: -42px;
  align-items: center;
}
.site-report-wizard .selectinfo-div span {
  font-weight: 600;
  font-size: 10px;
  margin: 8px 10px 5px 10px;
  color: #FFFFFF80;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.lambandsitereport-wizard {
  position: absolute;
  width: 402px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #363D6C;
  border-radius: 5px;
  font-family: "Overpass";
  font-style: normal;
  color: #FFFFFF;
  margin: auto;
  z-index: 15;
  display: flex;
  flex-direction: column;
}
.lambandsitereport-wizard.stepone {
  height: 300px;
}
.lambandsitereport-wizard.stepone .lambandswift-reportformat {
  width: 150px;
  height: 43px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  display: flex;
  font-weight: 500;
  font-size: 10px;
  align-items: center;
  padding-left: 15px;
}
.lambandsitereport-wizard.stepone .lambandswift-reportformat span {
  padding-left: 20px;
}
.lambandsitereport-wizard.stepone .lambandswift-reportformat:hover {
  cursor: pointer;
  background-color: #6C55AA;
}
.lambandsitereport-wizard.steptwo {
  height: 570px;
}
.lambandsitereport-wizard.steptwo .main-div {
  margin: auto 100px;
  width: 230px;
}
.lambandsitereport-wizard.steptwo .main-div .addinfo-div {
  display: flex;
  align-items: center;
  margin-left: -42px;
}
.lambandsitereport-wizard.steptwo .main-div .addinfo-div span {
  font-weight: 600;
  font-size: 12px;
  margin: 8px 10px 5px 10px;
}
.lambandsitereport-wizard.steptwo .main-div span {
  font-weight: 500;
  font-size: 10px;
  margin-top: 2px;
}
.lambandsitereport-wizard.steptwo .main-div img {
  margin: auto;
}
.lambandsitereport-wizard.steptwo .main-div .lsimglogolabel {
  width: 105px;
  height: 25px;
  border: 1px dotted #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 2px !important;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.lambandsitereport-wizard.steptwo .main-div .span-dragdrop {
  margin: auto;
  font-size: 10px;
}
.lambandsitereport-wizard.steptwo .main-div .twologomessage {
  margin-top: 0px;
  margin-bottom: 5px;
}
.lambandsitereport-wizard.steptwo .main-div .div-or {
  width: 28px;
  margin: auto;
  text-align: center;
  font-size: 10px;
}
.lambandsitereport-wizard.steptwo .main-div .span-message-size {
  margin: auto;
  font-size: 6px;
}
.lambandsitereport-wizard.steptwo .main-div .span-message-type {
  font-weight: 500;
  font-size: 8px;
  padding-top: 5px;
  margin-left: 15px;
}
.lambandsitereport-wizard.steptwo .main-div .delete-image {
  margin: 0 auto;
  position: absolute;
  margin-left: 95px;
}
.lambandsitereport-wizard.steptwo .main-div .addlogo-div {
  font-weight: 600;
  font-size: 12px;
  padding: 10px 0 5px 0;
}
.lambandsitereport-wizard.steptwo .main-div .txtbox {
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  border: solid 1px #fff;
  width: 230px;
  height: 30px;
  margin-bottom: 5px;
  color: #fff;
}
.lambandsitereport-wizard.steptwo .main-div .select-comp {
  font-weight: 600;
  font-size: 12px;
  padding: 15px 0 10px 5px;
}
.lambandsitereport-wizard.steptwo .main-div .select-comp div {
  align-items: center;
  margin-left: -20px;
}
.lambandsitereport-wizard.steptwo .main-div .image-upload {
  width: 110px;
  height: 66px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.lambandsitereport-wizard.steptwo .main-div .margin15 {
  margin-top: 15px;
}
.lambandsitereport-wizard.steptwo .main-div .width15 {
  width: 15px;
}
.lambandsitereport-wizard.steptwo .main-div .width10 {
  width: 10px;
}
.lambandsitereport-wizard.steptwo .main-div .margin10 {
  margin: 10px;
}
.lambandsitereport-wizard .firstline {
  /* Step 1 */
  font-weight: 500;
  font-size: 8px;
  margin: 0 auto;
  padding-top: 23px;
  line-height: 0.8em;
}
.lambandsitereport-wizard .secondline {
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 0.8em;
}
.lambandsitereport-wizard .thirdline {
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
  padding-top: 20px;
}
.lambandsitereport-wizard .closelambandswiftreportpanel {
  position: absolute;
  right: 15px;
  top: 15px;
}
.lambandsitereport-wizard .imguploadbtn {
  width: 70px !important;
  height: 20px !important;
  margin-bottom: 2px !important;
}
.lambandsitereport-wizard input[type=button] {
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  height: 32px;
  width: 78px;
  border: 1px #6C55AA solid;
  border-radius: 5px;
  background-color: transparent;
  margin: auto;
}
.lambandsitereport-wizard input[type=button]:hover {
  cursor: pointer;
  background-color: #6C55AA;
}
.lambandsitereport-wizard .btn-generate-report {
  width: 109px !important;
}
.lambandsitereport-wizard .selectinfo-div {
  display: flex;
  margin-left: -42px;
  align-items: center;
}
.lambandsitereport-wizard .selectinfo-div span {
  font-weight: 600;
  font-size: 10px;
  margin: 8px 10px 5px 10px;
  color: #FFFFFF80;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.bottomBar {
  position: absolute;
  width: 500px;
  left: calc(50vw - 250px);
}
.bottomBar .div_Bing_Icon {
  border-radius: 3px;
  padding: 4px;
}
.bottomBar .div_Bing_Icon, .bottomBar #div_Location_Icon, .bottomBar .polygon-draw-container {
  position: relative;
  bottom: 4px;
  transition: bottom 500ms;
}
.bottomBar.bar-up .div_Bing_Icon, .bottomBar.bar-up #div_Location_Icon, .bottomBar.bar-up .polygon-draw-container {
  bottom: -15px;
}
.bottomBar #div_bottombar {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  float: left;
}
.bottomBar #div_bottombar .div_BottomBar_Icon {
  height: 21px;
  margin-bottom: -1px;
}
.bottomBar #div_bottombar .div_BottomBar_Icon svg {
  display: block;
  margin: 0 auto;
}
.bottomBar #div_bottombar_Polygon {
  float: left;
  margin-left: 10px;
}

.div_bottombar_Controls {
  width: 100%;
  height: 50px;
  margin-bottom: 4px;
  background-color: #00242E;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}

.bottomBar-quick-guide__description {
  width: 220px;
  border-radius: 3px;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 15px;
  bottom: 54px;
  margin-left: 280px;
  border-radius: 5px;
}

.gm-svpc {
  height: 24px !important;
  width: 24px !important;
}
.gm-svpc div img {
  width: 24px !important;
  height: 24px !important;
}
.gm-svpc div img:first-of-type {
  display: block !important;
}
.gm-svpc:hover div img:first-of-type {
  display: none !important;
}
.gm-svpc:hover div img:nth-of-type(3) {
  display: block !important;
}

#div_StreetView p {
  margin-top: 24px;
}

.tooltip_3D, .mapLabelTooltip__disabled, .mySitesTooltip__disabled {
  max-width: 35% !important;
  border: 1px solid #000 !important;
  color: #000;
  border-radius: 5px;
  display: none;
  position: absolute;
  background-color: #FDD9A2;
  margin-left: 45%;
  font-size: 9px;
  z-index: 7;
  font-family: Overpass, sans-serif;
  bottom: 54px;
  text-align: center;
  padding: 8px;
}

.mapLabelTooltip__disabled {
  margin-left: 60% !important;
}

.tooltip_3DRotation_Height {
  height: 27px;
}

.tooltip_3DOnOff_Height {
  height: 80px;
}

.slideUp {
  position: absolute;
  bottom: 0;
}

.slide {
  background: #5ABEFF;
  display: none;
  width: 100%;
}

#div_Location_Icon {
  float: left;
  height: 27px;
  margin-left: 10px;
}

#div_MapControls_Icon {
  cursor: pointer;
  width: 147px;
  height: 27px;
  background-color: #00242E;
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  left: calc(50vw - 22.5px);
  z-index: 7;
  bottom: 0;
  display: none;
}
#div_MapControls_Icon div:first-of-type {
  margin: 8px 6px;
  text-align: center;
}
#div_MapControls_Icon span {
  margin-left: 5px;
  font-weight: 500;
  align-items: center;
  color: #FFFFFF;
  padding-left: 10px;
}

.div_Bing_Icon {
  background-color: #242424;
  float: left;
  height: 27px;
  padding-right: 4px;
}

.div-hide-mobile {
  display: block;
}

.bottomBar-item-svg svg * {
  stroke: #00958F;
}

.bottomBar-item {
  width: 70px;
  text-align: center;
}
.bottomBar-item.disabled div:first-child, .bottomBar-item.workflow-pins-hidden div:first-child, .bottomBar-item .disabled div:first-child {
  opacity: 0.3;
}

.bottomBar-item:hover svg path {
  stroke: #00958F;
}
.bottomBar-item:not(#div_MapLabel_Icon):hover svg path {
  stroke: transparent;
  fill: #00958F;
}

.bottomBar-item__title {
  margin-top: -4px;
  opacity: 0;
  font-size: 9px;
  color: #00958F;
}

.bottomBar-item:hover .bottomBar-item__title {
  opacity: 1;
}

.bottomBar-icon-3D-disable {
  opacity: 0.3;
}

.div_MapStyle {
  width: 172px;
  height: 202px;
  left: calc(50vw - 250px);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  position: absolute;
  bottom: 54px;
  background-color: #ffffff;
  z-index: 8;
  border-radius: 5px 5px 0px 0px;
  display: none;
  cursor: pointer;
}
.div_MapStyle p {
  font-size: 10px;
  font-weight: 500;
  line-height: 0.6;
}

.div_MapStyle div:hover {
  color: #00958F;
}

.div_MapStyle_Selected {
  background-color: #00242E;
  color: #ffffff;
}

.div_MapStyle_Item {
  height: 51px;
  padding: 5px 15px 0px 0px;
}

@media (min-width: 1000px) {
  .bottomBar {
    z-index: 7;
  }

  .bottomBar_ToolTip_Show {
    display: block;
  }
}
@media (max-width: 999px) {
  .bottomBar {
    z-index: 7;
  }

  #div_MapControls_Icon {
    display: block;
  }
}
@media (max-width: 700px) {
  .bottomBar {
    width: calc(100vw - 50px);
    margin: 0 4px;
    left: 50px;
    z-index: 7;
  }

  #div_bottombar {
    display: none;
  }

  .div_MapStyle {
    left: 4px;
  }

  .div-hide-mobile {
    display: none;
  }

  #div_MapControls_Icon {
    left: calc(50vw + 8.5px);
    z-index: 7;
  }

  #polygon-draw-container {
    display: none;
  }

  .bottomBar #div_Location_Icon {
    margin-left: 50px;
    bottom: 4px;
  }
}
/*Hide default tilt controls*/
.gmnoprint .gmnoprint {
  display: none;
}

.training-videos {
  display: flex;
  flex-direction: column;
}
.training-videos__thumbnail {
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  border: solid 0.5px transparent;
  display: flex;
  flex-direction: row;
}
.training-videos__thumbnail:hover, .training-videos__thumbnail.selected {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 0.5px #0fa1a3;
}
.training-videos__image {
  flex: 2;
  padding: 0 5px 0 10px;
}
.training-videos__image img {
  width: 100%;
}
.training-videos__image hr {
  background-color: #6856A3;
  height: 1px;
  width: 85%;
  margin-left: 3%;
  border-top: none;
}
.training-videos__text {
  flex: 3;
  padding: 10px 10px 10px 5px;
}
.training-videos__text h2 {
  color: #FFF;
  font-family: Overpass, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}
.training-videos__text p {
  font-size: 8.5px;
  color: #FFF;
  line-height: 125%;
  margin-top: 5px;
  letter-spacing: 0.01em;
}

#FilterContent-ViabilityContainer .filter-expand-icon #ViabilityFilterTitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #2c2c2c;
}
#FilterContent-ViabilityContainer .filter-expand-icon .expand-icon-expand {
  display: none;
}
#FilterContent-ViabilityContainer .filter-expand-icon .expand-icon-collapse {
  display: inline;
  float: right;
}
#FilterContent-ViabilityContainer .filter-expand-icon.collapsed .expand-icon-expand {
  display: inline;
}
#FilterContent-ViabilityContainer .filter-expand-icon.collapsed .expand-icon-collapse {
  display: none;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row .viability-filter-description {
  opacity: 0.41;
  font-size: 12px;
  line-height: 1.25;
  color: #000000;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row .filter-subheader {
  font-size: 12px;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row.row-slider {
  min-height: 40px;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row.row-slider .slider {
  border: 1px solid #c2e5e5;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row.row-slider .slider .ui-slider-handle-custom {
  background-color: #FFF !important;
  border: 2px solid #0fa1a3;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row.row-slider .viability-filter-limit {
  font-size: 11px;
  font-weight: bold;
  color: #24336f;
}
@media only screen and (max-width: 500px) {
  #FilterContent-ViabilityContainer #FilterContent-Viability .filter-row.row-slider {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row-typeahead #VOA-Viability-Presets .presets-title {
  font-size: 12px;
  letter-spacing: -0.1px;
  font-weight: 500;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row-typeahead #VOA-Viability-Presets #VOA-Viability-Presets-Buttons {
  text-align: center;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row-typeahead #VOA-Viability-Presets #VOA-Viability-Presets-Buttons button {
  border-radius: 16px;
}
@media only screen and (max-width: 500px) {
  #FilterContent-ViabilityContainer #FilterContent-Viability .filter-row-typeahead .bootstrap-tagsinput input::placeholder {
    font-size: 11px;
  }
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row .switch {
  width: 36px;
  height: 17.5px;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row .switch .slider:before {
  height: 15px;
  width: 15px;
  bottom: 1.5px;
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row .switch input:checked + .slider:before {
  transform: translateX(15px);
}
#FilterContent-ViabilityContainer #FilterContent-Viability .filter-row #ViabilityTargetReturnInputFilter {
  width: 50px;
}

.location-analysis {
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 8px 13px;
  margin: 0.23rem 8px 0 0;
  z-index: 1;
  max-height: calc(100vh - 8px);
  overflow-y: hidden;
  position: relative;
  right: 46px;
  border-radius: 5px 0 5px 5px;
}
@media only screen and (max-width: 480px) {
  .location-analysis {
    display: none;
    max-height: 92%;
    margin: 0;
  }
  .location-analysis__mobile-open {
    display: flex;
    top: 33px;
    right: 50px;
    width: calc(100vw - 106px);
    background-color: #00313B;
  }
  .location-analysis__mobile-open .location-analysis__content {
    display: block;
    max-height: calc(100vh - 63px);
  }
}
.location-analysis__desktop-toggle {
  display: block;
  transform: rotate(270deg);
  position: absolute;
  left: 161px;
  top: 96.5px;
  background-color: #00242E;
  width: 235px;
  height: 50px;
  border-radius: 5px;
}
.location-analysis__desktop-toggle.menu-open {
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 480px) {
  .location-analysis__desktop-toggle {
    display: none;
  }
}
.location-analysis__mobile-toggle {
  display: none;
  position: fixed;
  top: 33px;
  right: 4px;
  width: 47px;
  height: 47px;
  background-color: #00242E;
  padding: 10px;
  border-radius: 5px;
}
.location-analysis__mobile-toggle svg {
  transform: rotate(270deg);
  fill: #FFF;
}
.location-analysis__mobile-toggle.toggle-active {
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 480px) {
  .location-analysis__mobile-toggle {
    display: flex;
  }
}
.location-analysis__title {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  margin: auto;
  padding: 12px 0;
  cursor: pointer;
}
.location-analysis__title svg {
  width: 20px;
  height: 25px;
  fill: #FFF;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .location-analysis__title svg {
    display: none;
  }
}
.location-analysis__title-text {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  bottom: 7px;
  left: 8px;
  color: #FFF;
}
.location-analysis__title i {
  float: right;
  color: #FFF;
  margin: 5px 10px;
}
.location-analysis__title-newBadge {
  float: right;
  background: #E50C0C;
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  padding: 0 10px;
  position: relative;
  bottom: 6px;
  left: 4px;
}
@media only screen and (max-width: 480px) {
  .location-analysis__title-newBadge {
    display: none;
  }
}
.location-analysis__content {
  display: none;
  overflow-y: auto;
  overflow-x: clip;
  scrollbar-width: thin;
}
.location-analysis__content::-webkit-scrollbar {
  width: 10px;
}
.location-analysis__content::-webkit-scrollbar-thumb {
  width: 5px;
  border-left: 5px solid #00313B;
  background-color: #6C55AA;
}
.location-analysis__content .filter-content-container, .location-analysis__content .filter-content-container-disabled {
  background-color: #00313B;
  padding: 8px 0;
  box-shadow: none;
  margin-bottom: 3px;
}
.location-analysis__content .filter-content-container:not(:last-of-type), .location-analysis__content .filter-content-container-disabled:not(:last-of-type) {
  border-bottom: 1px solid #6C55AA;
}
.location-analysis__content .filter-content-container .new-badge, .location-analysis__content .filter-content-container-disabled .new-badge {
  background-color: #6C55AA;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 8px;
  margin-left: 12px;
  border-radius: 2px;
}
.location-analysis__content .filter-content-container .overlay-expand-icon, .location-analysis__content .filter-content-container-disabled .overlay-expand-icon {
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
}
.location-analysis__content .filter-content-container .overlay-expand-icon .expand-icon-collapse, .location-analysis__content .filter-content-container-disabled .overlay-expand-icon .expand-icon-collapse {
  float: right;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper {
  margin-top: 11px;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper:last-of-type .overlay-option, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper:last-of-type .overlay-option {
  padding-bottom: 2px;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper:not(:last-of-type) .overlay-option, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper:not(:last-of-type) .overlay-option {
  border-bottom: 1px dashed #6C55AA;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled {
  padding: 0 0 10px 0;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option .btn-overlay__text-icon, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled .btn-overlay__text-icon, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option .btn-overlay__text-icon, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled .btn-overlay__text-icon {
  display: inline-block;
  white-space: nowrap;
  float: left;
  margin-right: 6px;
  color: #FFF;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option .btn-overlay__text-icon .open-comparables-filters, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled .btn-overlay__text-icon .open-comparables-filters, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option .btn-overlay__text-icon .open-comparables-filters, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled .btn-overlay__text-icon .open-comparables-filters {
  cursor: pointer;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option .btn-overlay__text-icon .open-overlay-export, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled .btn-overlay__text-icon .open-overlay-export, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option .btn-overlay__text-icon .open-overlay-export, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled .btn-overlay__text-icon .open-overlay-export {
  cursor: pointer;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option .btn-overlay__hover-icon, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled .btn-overlay__hover-icon, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option .btn-overlay__hover-icon, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled .btn-overlay__hover-icon {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  vertical-align: bottom;
  padding-left: 5px;
  padding-bottom: 2px;
  cursor: default;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option .name-box, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option .map-overlay-option .second-name-box, .map-overlay-option .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option .second-name-box, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled .name-box, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled .map-overlay-option .second-name-box, .map-overlay-option .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled .second-name-box, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option .name-box, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option .map-overlay-option .second-name-box, .map-overlay-option .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option .second-name-box, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled .name-box, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled .map-overlay-option .second-name-box, .map-overlay-option .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled .second-name-box {
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option__toggle, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled__toggle, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option__toggle, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled__toggle {
  float: right;
  position: relative;
  bottom: 4px;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option__toggle .switch-small, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled__toggle .switch-small, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option__toggle .switch-small, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled__toggle .switch-small {
  display: block;
}
@media only screen and (max-width: 480px) {
  .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option__toggle .switch-small, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled__toggle .switch-small, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option__toggle .switch-small, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled__toggle .switch-small {
    display: none;
  }
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option__toggle .switch-xsmall, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option__toggle .switch-xsmall, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall {
  width: 25px;
  height: 12px;
  margin-bottom: 0;
  display: none;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option__toggle .switch-xsmall .slider.round:before, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall .slider.round:before, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option__toggle .switch-xsmall .slider.round:before, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall .slider.round:before {
  width: 10px;
  height: 10px;
  left: 1px;
  bottom: 1px;
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option__toggle .switch-xsmall input:checked + .slider.round:before, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall input:checked + .slider.round:before, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option__toggle .switch-xsmall input:checked + .slider.round:before, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall input:checked + .slider.round:before {
  transform: translateX(13px);
}
@media only screen and (max-width: 480px) {
  .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option__toggle .switch-xsmall, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option__toggle .switch-xsmall, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled__toggle .switch-xsmall {
    display: block;
  }
}
.location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option img, .location-analysis__content .filter-content-container .overlay-option-wrapper .overlay-option-disabled img, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option img, .location-analysis__content .filter-content-container-disabled .overlay-option-wrapper .overlay-option-disabled img {
  position: relative;
  top: -4px;
  margin-left: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 35px;
  left: -8px;
  width: 54px;
}
.location-analysis__content .overlay-option-disabled {
  border-bottom: 1px dashed #6C55AA;
}
.location-analysis__filter-panel {
  position: fixed;
  right: 364px;
  top: 4px;
}
.location-analysis__filter-panel.residential-comparables {
  width: 530px;
  z-index: 7;
}
.location-analysis__filter-panel.residential-comparables .filter-controls-wrapper:before {
  background-color: #00242E;
}
@media only screen and (max-width: 900px) {
  .location-analysis__filter-panel.residential-comparables {
    z-index: 10;
  }
}
.location-analysis__filter-panel.commercial-comparables {
  width: 460px;
  z-index: 7;
}
.location-analysis__filter-panel.commercial-comparables .filter-controls-wrapper:before {
  background-color: #00242E;
}
@media only screen and (max-width: 900px) {
  .location-analysis__filter-panel.commercial-comparables {
    z-index: 10;
  }
}
.location-analysis__filter-panel.land-comparables {
  width: 530px;
  z-index: 7;
}
.location-analysis__filter-panel.land-comparables .filter-controls-wrapper:before {
  background-color: #00242E;
}
@media only screen and (max-width: 900px) {
  .location-analysis__filter-panel.land-comparables {
    z-index: 10;
  }
}
.location-analysis__filter-panel.average-residential-value {
  width: 530px;
}
.location-analysis__filter-panel #commPurchaseType .comparables-tooltip {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  vertical-align: bottom;
  padding-left: 5px;
  padding-bottom: 3px;
  cursor: default;
}
.location-analysis__filter-panel .filter-controls-wrapper {
  position: unset;
  width: 100%;
  background-color: #00242E;
}
@media only screen and (max-height: 620px) {
  .location-analysis__filter-panel .filter-controls-wrapper {
    max-height: 560px;
    overflow-y: auto;
  }
}
.location-analysis__filter-panel .filter-controls-wrapper::-webkit-scrollbar {
  width: 7px;
}
.location-analysis__filter-panel .filter-controls-wrapper::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #00958F;
}
.location-analysis__filter-panel .filter-controls-wrapper:before {
  clip-path: polygon(0% 0, 0 100%, 100% 50%);
  left: unset;
  right: 354px;
}
@media only screen and (max-width: 834px) {
  .location-analysis__filter-panel .filter-controls-wrapper:before {
    display: none;
  }
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group {
  margin-top: 17px;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group .filter-controls-subtitle-wrapper {
  margin-bottom: 10px;
  margin-right: 30px;
  /*                        #Neighbourhood-Values-Slider {
      background-color: $basket-table-purple-light;
  }*/
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group .filter-controls-subtitle-wrapper .filter-controls-toggleAll {
  margin-left: 15px;
  color: #0fa1a3;
  cursor: pointer;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group .filter-controls-subtitle-wrapper .filter-controls-toggleAll:hover {
  text-decoration: underline;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group .filter-controls-subtitle-wrapper .comparables-tooltip {
  content: url(../../images/UI/_question-mark-icon-grey.svg);
  vertical-align: bottom;
  padding-left: 5px;
  padding-bottom: 3px;
  cursor: default;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group .rates-filter-label {
  border-radius: 5px;
  border: 1px solid #00958F;
  background: transparent;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group .rates-filter-checkbox input:checked + label {
  background-color: #00958F !important;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .checklist-item-group.checklist-item-borderTop {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .filter-controls-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row.row-slider {
  width: 375px;
  padding-top: 15px;
}
@media only screen and (max-width: 834px) {
  .location-analysis__filter-panel .filter-controls-wrapper .filter-row.row-slider {
    width: 100%;
  }
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .building-size-input-wrapper, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .site-size-input-wrapper, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .units-input-wrapper {
  display: grid;
  border: 1px solid #00958F;
  border-radius: 4px;
  min-height: 29px;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .building-size-input-wrapper input, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .site-size-input-wrapper input, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .units-input-wrapper input {
  width: 100%;
  border: none;
  background: transparent;
  color: #FFF !important;
  -moz-appearance: textfield;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .building-size-input-wrapper input::-webkit-outer-spin-button, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .building-size-input-wrapper input::-webkit-inner-spin-button, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .site-size-input-wrapper input::-webkit-outer-spin-button, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .site-size-input-wrapper input::-webkit-inner-spin-button, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .units-input-wrapper input::-webkit-outer-spin-button, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .units-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .building-size-input-wrapper input, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .building-size-input-wrapper span, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .site-size-input-wrapper input, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .site-size-input-wrapper span, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .units-input-wrapper input, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .units-input-wrapper span {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #24336f;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row .building-size-input-wrapper span, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .site-size-input-wrapper span, .location-analysis__filter-panel .filter-controls-wrapper .filter-row .units-input-wrapper span {
  margin: auto;
  color: #FFF;
}
.location-analysis__filter-panel .filter-controls-wrapper .filter-row:not(.filter-row-pb-0) {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
}
.location-analysis__filter-panel .filter-controls-wrapper .comparables-buttons {
  text-align: right;
  margin-top: 20px;
}
.location-analysis__filter-panel .filter-controls-wrapper .comparables-buttons button {
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 15px;
  cursor: pointer;
  margin-left: 15px;
}
.location-analysis__filter-panel .filter-controls-wrapper .comparables-buttons button:nth-of-type(1) {
  background-color: #FFF;
  color: #24336f;
  border: 1px solid #24336f;
}
.location-analysis__filter-panel .filter-controls-wrapper .comparables-buttons button:nth-of-type(1):hover {
  background-color: #24336f;
  color: #FFF;
}
.location-analysis__filter-panel .filter-controls-wrapper .comparables-buttons button:nth-of-type(2) {
  background-color: #24336f;
  color: #FFF;
  font-weight: bold;
}
.location-analysis__filter-panel .filter-controls-wrapper .comparables-buttons button:nth-of-type(2):hover {
  background-color: #142255;
}
@media only screen and (max-width: 900px) {
  .location-analysis__filter-panel {
    right: unset;
    left: 0;
    width: 100% !important;
    max-height: 93vh;
    overflow-y: auto;
  }
}
.location-analysis.expanded {
  background-color: #00313B;
  min-height: 235px;
}
.location-analysis.expanded .location-analysis__content {
  display: block;
  max-height: 100%;
}
.location-analysis.expanded.short {
  border-radius: 5px 0 0 5px;
}

.arrow.left.comparables-tooltip-box {
  bottom: 36%;
  pointer-events: none;
}
.arrow.left.comparables-tooltip-box::after {
  top: -7px;
}

button.gm-ui-hover-effect, button.gm-ui-hover-effect span {
  width: 8px !important;
  height: 8px !important;
  position: absolute !important;
  top: 1px;
  right: 1px;
}

.gm-style-iw-ch {
  display: none;
}

button.gm-ui-hover-effect span {
  margin: 0 !important;
  mask-repeat: no-repeat;
}

.gm-style-iw-t:after {
  width: 10px !important;
  height: 10px !important;
  top: 5px !important;
}
.gm-style-iw-t .gm-style-iw.gm-style-iw-c {
  padding: 3px 9px !important;
  border-radius: 4px !important;
  top: 5px;
}
.gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: unset !important;
}
.gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .residential-comparables-price-window, .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .commercial-comparables-price-total, .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .commercial-comparables-price-psf, .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .land-comparables-price-window {
  cursor: pointer;
  padding: 5px 18px;
}

.comparables-cards-container {
  position: absolute;
  top: 10px;
  right: 54px;
}
.comparables-cards-container.location-analysis-hidden {
  margin-top: 60px;
}
.comparables-cards-container .comparables-cards-header {
  background: #00242E;
  height: 48px;
  width: 300px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 18px;
  padding: 9px 14px;
}
.comparables-cards-container .comparables-cards-header.polygon-active {
  height: auto;
}
.comparables-cards-container .comparables-cards-header.polygon-active .comparables-averages-wrapper {
  display: block;
}
.comparables-cards-container .comparables-cards-header__title {
  font-size: 13px;
  margin-right: 20px;
  cursor: pointer;
  color: #FFF;
}
.comparables-cards-container .comparables-cards-header__controls {
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #00958F;
  color: #FFF;
  border-radius: 4px;
  padding: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.comparables-cards-container .comparables-cards-header #ComparablesExport.downloading i {
  content: url(../../images/UI/_loadingWheel.svg);
  animation: rotation 1s infinite linear;
  height: 16px;
  width: 16px;
}
.comparables-cards-container .comparables-cards-header .chevron {
  padding: 5px 0;
  float: right;
  cursor: pointer;
  color: #FFF;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper {
  display: none;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table {
  margin: 15px 0;
  display: none;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table span {
  font-weight: bold;
  color: #FFF;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table {
  margin-top: 10px;
  font-size: 11px;
  border-collapse: unset;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table th, .comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table td {
  padding: 5px 10px;
  border: 1px solid #00958F;
  color: #FFF;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table tr:first-child th {
  border-top-left-radius: 5px;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table tr:first-child td {
  border-top-right-radius: 5px;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table tr:last-child th {
  border-bottom-left-radius: 5px;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table tr:last-child td {
  border-bottom-right-radius: 5px;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table th {
  width: 100px;
  background: #00958F;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table td.comparables-average-price {
  border-bottom: none;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table td.comparables-average-psf {
  border-top: none;
  border-bottom: none;
}
.comparables-cards-container .comparables-cards-header .comparables-averages-wrapper .comparables-averages__table table td.comparables-total-properties {
  border-top: none;
}
.comparables-cards-container.expanded {
  right: 54px;
}
.comparables-cards-container.expanded .comparables-cards-wrapper {
  display: block;
}
.comparables-cards-container .comparables-cards-wrapper {
  display: none;
  overflow-y: auto;
  scrollbar-width: none;
}
.comparables-cards-container .comparables-cards-wrapper::-webkit-scrollbar {
  display: none;
}
.comparables-cards-container .comparables-cards-wrapper::-webkit-scrollbar-thumb {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .comparables-cards-container .comparables-cards-wrapper {
    display: none !important;
  }
}
.comparables-cards-container .comparables-polygon-controls-wrapper {
  position: unset;
  width: 300px;
  margin-top: 5px;
}
.comparables-cards-container .comparables-polygon-controls-wrapper .comparables-polygon-controls-content {
  flex-direction: column;
  width: 100%;
}
.comparables-cards-container .comparables-polygon-controls-wrapper .comparables-polygon-controls-content .comparables-polygon-controls-buttons {
  display: flex;
}
.comparables-cards-container .comparables-polygon-controls-wrapper .comparables-polygon-controls-content .comparables-polygon-controls-buttons span {
  margin-left: 0;
  min-width: unset;
  flex: 1;
}
.comparables-cards-container .comparables-polygon-controls-wrapper .comparables-polygon-controls-content .comparables-polygon-controls-buttons #PolygonExportComparables {
  margin-right: 5px;
}
.comparables-cards-container .comparables-polygon-controls-wrapper .comparables-polygon-controls-content .comparables-polygon-controls-buttons #ClearComparablesPolygon {
  margin-left: 5px;
}
@media only screen and (max-width: 600px) {
  .comparables-cards-container {
    display: none;
  }
}

.comparables-card {
  width: 300px;
  padding: 12px;
  background: #00242E;
  margin: 4px 0px 5px 5px;
  border-radius: 4px;
  border: 1px solid #00242E;
}
.comparables-card__header {
  display: flex;
  flex-direction: column;
}
.comparables-card__header .tag-chevron-wrapper {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container {
  flex: 1;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type {
  padding: 0 5px;
  margin: 0 2px 0 0;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 0.14px;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-flat {
  color: #000;
  background-color: #A6CEE3;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-terraced {
  color: #000;
  background-color: #FF7F00;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-fh {
  color: #fff;
  background-color: #BF1F79;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-vf {
  color: #fff;
  background-color: #FF4FB2;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-ol {
  color: #000;
  background-color: #8DE400;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-bs {
  color: #000;
  background-color: #57C600;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-semi-detached {
  color: #000;
  background-color: #CAB2D6;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-detached {
  color: #000;
  background-color: #FDBF6F;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-bungalow {
  color: #000;
  background-color: #FB9A99;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-hmo {
  color: #000;
  background-color: #FFFF99;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-second-hand {
  background-color: #1F78B4;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-new-build {
  background-color: #E31A1C;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-freehold {
  background-color: #BE2079;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-leasehold {
  background-color: #6FBE35;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-undisclosed {
  background-color: #E59500;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-HMO {
  background-color: #F57572;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-Care {
  background-color: #8A2655;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-Resi {
  background-color: #007DD8;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-Both {
  background-color: #D78100;
}
.comparables-card__header .tag-chevron-wrapper .prop-type-container .comm-avail-overlay-prop-type-ll {
  background-color: #ad52ff;
}
.comparables-card__header .tag-chevron-wrapper .chevron {
  color: #FFF;
  flex: 0;
  font-size: 18px;
}
.comparables-card__info {
  margin-top: 15px;
  font-size: 10px;
  padding-bottom: 5px;
  color: #FFF;
}
.comparables-card__info .address {
  display: flex;
  margin-bottom: 12px;
}
.comparables-card__info .address i {
  margin-right: 5px;
  padding-top: 2px;
}
.comparables-card__info .area-price {
  color: #FFF;
}
.comparables-card__info .area-price .index-price {
  float: right;
}
.comparables-card.expanded .comparables-card__table {
  display: inline-block;
  margin-top: 0;
}
.comparables-card__table {
  display: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  width: 100%;
}
.comparables-card__table span {
  font-weight: bold;
  color: #FFF;
}
.comparables-card__table span.comparables-card__titleNumber {
  font-weight: normal;
  color: #0fa1a3;
  cursor: pointer;
}
.comparables-card__table span.comparables-card__titleNumber:hover {
  text-decoration: underline;
}
.comparables-card__table table {
  margin-top: 10px;
  font-size: 11px;
  border-collapse: unset;
}
.comparables-card__table table th, .comparables-card__table table td {
  padding: 5px 10px;
  border: 1px solid #00958F;
  color: #FFF;
}
.comparables-card__table table th a, .comparables-card__table table td a {
  float: unset;
  margin: 0;
}
.comparables-card__table table th.rounded, .comparables-card__table table td.rounded {
  border-radius: 5px;
}
.comparables-card__table table th.rounded__topLeft, .comparables-card__table table td.rounded__topLeft {
  border-top-left-radius: 5px;
}
.comparables-card__table table th.rounded__topRight, .comparables-card__table table td.rounded__topRight {
  border-top-right-radius: 5px;
}
.comparables-card__table table th.rounded__bottomLeft, .comparables-card__table table td.rounded__bottomLeft {
  border-bottom-left-radius: 5px;
}
.comparables-card__table table th.rounded__bottomRight, .comparables-card__table table td.rounded__bottomRight {
  border-bottom-right-radius: 5px;
}
.comparables-card__table table th.no-border, .comparables-card__table table td.no-border {
  border: none;
}
.comparables-card__table table th.no-border__top, .comparables-card__table table td.no-border__top {
  border-top: none;
}
.comparables-card__table table th.no-border__bottom, .comparables-card__table table td.no-border__bottom {
  border-bottom: none;
}
.comparables-card__table table th.no-border__left, .comparables-card__table table td.no-border__left {
  border-left: none;
}
.comparables-card__table table th.no-border__right, .comparables-card__table table td.no-border__right {
  border-right: none;
}
.comparables-card__table table th {
  width: 100px;
  background: #00958F;
}
.comparables-card__table table .comparables-card__price-paid-history-record td {
  border: none;
}
.comparables-card__table table .comparables-card__price-paid-history-record td:first-child {
  border-left: 1px solid #00958F;
}
.comparables-card__table table .comparables-card__price-paid-history-record td:last-child {
  border-right: 1px solid #00958F;
}
.comparables-card__table table .comparables-card__price-paid-history-record:last-child td {
  border-bottom: 1px solid #00958F;
}
.comparables-card__table table .comparables-card__external-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparables-card__table table .find-particulars-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparables-card__table a {
  float: right;
  color: #FFF;
  font-weight: 500;
  margin: 6px 0 12px 0;
}
.comparables-card__table a:hover {
  color: #FFF;
  text-decoration: underline;
}
.comparables-card__table a .right-chevron {
  width: unset;
  height: 8px;
}
.comparables-card__table .show-hidden-rows {
  color: #FFF;
  font-weight: 500;
  float: right;
  margin-top: 6px;
  cursor: pointer;
}
.comparables-card__table .show-hidden-rows:hover {
  text-decoration: underline;
}

.comparables-dialog {
  width: 282px !important;
}
.comparables-dialog .ui-dialog-titlebar {
  background-color: #FFF !important;
  z-index: 1;
  padding-top: 0 !important;
}
.comparables-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.comparables-dialog .ui-dialog-content .comparables-card {
  padding: 0;
  margin-top: 0 !important;
}
.comparables-dialog .ui-dialog-content .comparables-card .comparables-card__header .chevron {
  display: none;
}
.comparables-dialog .ui-dialog-content .comparables-card .comparables-card__table a {
  font-size: 100%;
  color: #0FA1A3;
  font-weight: 500;
  padding: 10px 0 !important;
}

.comparables-polygon-controls-wrapper {
  position: fixed;
  top: 75px;
  left: 25vw;
  text-align: center;
}
.comparables-polygon-controls-content {
  display: flex;
  background-color: #FFF;
  padding: 15px;
  width: 50vw;
  margin: 0 auto;
}
.comparables-polygon-controls-content__text {
  margin-right: auto;
  font-size: 16px;
  padding: 10px 0;
}
.comparables-polygon-controls-content__control {
  min-width: 125px;
  font-size: 12px;
  color: #FFF;
  background-color: #00A4A5;
  border-radius: 4px;
  padding: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.comparables-polygon-controls-content__control.comparables-export-disabled {
  opacity: 0.5;
}

.location-analysis:not(.expanded) + .comparables-cards-container {
  right: 59px;
}
.location-analysis:not(.expanded) + .comparables-cards-container:not(.expanded) {
  right: 59px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
﻿ .nimbus-ideas-panel {
  display: none;
  left: 54px;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  text-align: left;
  border: none;
  overflow-y: hidden;
  z-index: 9;
  overflow-x: hidden;
  height: calc(100% - 8px);
  width: calc(100vw - 58px);
  top: 4px;
  padding: 15px 15px 0px;
  border-radius: 0 5px 5px 0;
  background-color: rgba(0, 49, 59, 0.9);
}
@media only screen and (max-width: 780px) {
  ﻿ .nimbus-ideas-panel {
    width: calc(100% - 58px);
    left: 54px;
  }
}

#divNimbusDashboard {
  height: calc(100% - 42px);
}

#iframeNimbusDashboard {
  height: 98%;
  width: 100%;
}

.nimbus-ideas-buttons {
  height: 30px;
}
.nimbus-ideas-buttons #Nimbus-Ideas-Panel-Close {
  float: right;
  width: 115px;
  height: 100%;
  padding: 8px;
  background-color: #6C55AA;
  font-size: 15px;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-7 16:10:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.margin-left--auto, .information-panel__close, .filters__close {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

/* abstracts */
@media only screen and (max-height: 360px) {
  .ui-dialog-titlebar {
    display: none;
  }
}

.nav-mobile__arrow {
  padding: 5px 10px !important;
  font-size: 30px !important;
  width: auto !important;
  cursor: pointer;
  color: #0fa1a3 !important;
}

label.nav-mobile__label {
  font-size: 25px;
  color: #0fa1a3;
}

.manage-account-nav {
  background-color: #F2F2F3;
}
.manage-account-nav-mobile {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .manage-account-nav-mobile {
    display: none;
  }
}
.manage-account-nav-desktop {
  display: none;
  padding-top: 2em;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .manage-account-nav-desktop {
    display: flex;
  }
}

.manage-acc-nav-desktop {
  display: none;
}
@media (min-width: 768px) {
  .manage-acc-nav-desktop {
    display: flex;
  }
}

.nav-mobile {
  display: none;
}
@media (max-width: 768px) {
  .nav-mobile {
    display: flex;
  }
}

#Settings {
  display: none;
  flex-direction: column;
  position: absolute;
  height: calc(100% - 8px);
  width: calc(100% - 58px);
  margin: 4px 0;
  padding: 70px 70px 20px;
  background-color: rgba(0, 49, 59, 0.9);
  color: #FFF;
  z-index: 9;
  left: 54px;
  border-radius: 0px 5px 5px 0px;
}
@media only screen and (max-width: 780px) {
  #Settings {
    left: 54px;
  }
}
#Settings.panel-open {
  display: flex !important;
}
#Settings-Container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#Settings-Container .settings__title {
  font-weight: 600;
  font-size: 20px;
}
#Settings-Container .settings__options-wrapper {
  display: inline-flex;
  flex: 1;
  margin-top: 125px;
  text-align: center;
}
#Settings-Container .settings__options-wrapper .settings__option {
  flex: 1;
  height: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  #Settings-Container .settings__options-wrapper .settings__option svg:hover * {
    stroke: #00958F;
  }
  #Settings-Container .settings__options-wrapper .settings__option svg:hover #ManageAccountIconText {
    fill: #00958F;
    stroke-width: 0px;
  }
  #Settings-Container .settings__options-wrapper .settings__option:not(#SettingsManageAccount) svg:hover * {
    fill: #00958F;
    stroke-width: 0px;
  }
}
@media only screen and (max-width: 800px) {
  #Settings-Container .settings__options-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 10vh;
  }
}
#SettingsContent {
  flex: 1;
  max-width: 1325px;
  margin: 0 auto;
  min-width: 100%;
}
#SettingsContent .settings__content-title {
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 10px;
  cursor: pointer;
}
#SettingsContent .settings__content-title svg {
  margin-right: 5px;
}
#SettingsContent #PreferencesContent, #SettingsContent #PrivacyPolicyContent, #SettingsContent #TermsAndConditionsContent {
  max-height: calc(100vh - 185px);
  overflow-y: auto;
  width: 90%;
  min-width: 200px;
  margin: 0 auto;
}
#SettingsContent #PreferencesContent::-webkit-scrollbar, #SettingsContent #PrivacyPolicyContent::-webkit-scrollbar, #SettingsContent #TermsAndConditionsContent::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
#SettingsContent #PreferencesContent::-webkit-scrollbar-thumb, #SettingsContent #PrivacyPolicyContent::-webkit-scrollbar-thumb, #SettingsContent #TermsAndConditionsContent::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #6856A6;
}
@media only screen and (max-width: 780px) {
  #SettingsContent #PreferencesContent, #SettingsContent #PrivacyPolicyContent, #SettingsContent #TermsAndConditionsContent {
    width: 100%;
  }
}
#SettingsControlsWrapper {
  display: inline-flex;
  justify-content: end;
  margin-top: 10px;
}
#SettingsControlsWrapper span {
  padding: 10px 25px;
  margin: 0 5px;
  border: 1px solid #6856A6;
  background: #6856A6;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  #Settings {
    width: calc(100% - 58px);
  }
}
@media only screen and (max-width: 1000px) {
  #Settings {
    padding: 35px 20px;
  }
}

#ManageAccount-SaveAccountChanges,
#ManageAccount-SavePreferenceChanges,
#ManageAccount-SaveCompany,
#CreateNewUser {
  float: right;
  width: auto;
  cursor: pointer;
}

.grid {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 768px) {
  .account-grid {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
}

.grid.account-grid {
  -ms-grid-columns: 1fr 1fr;
}

.grid.account-grid > .form-group:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid.account-grid > .form-group:nth-child(2) {
    padding-right: 30px;
  }
}
.grid.account-grid > .form-group:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid.account-grid > .form-group:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid.account-grid > .form-group:nth-child(4) {
    padding-right: 30px;
  }
}
.grid.account-grid > .form-group:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.manage-account__form {
  padding: 0 2em;
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader {
  margin: 20px 0;
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader h3 {
  margin-bottom: 20px;
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy {
  margin: 20px 0;
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy__desktop {
  display: block;
}
@media only screen and (max-width: 700px) {
  .manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy__desktop {
    display: none;
  }
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy__mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy__mobile {
    display: block;
  }
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy .ellipsis, .manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy #PrivacyPolicySeeMore {
  display: none;
}
@media only screen and (max-width: 700px) {
  .manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy .ellipsis, .manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy #PrivacyPolicySeeMore {
    display: inline-block;
  }
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy--moreText {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy--moreText {
    display: none;
  }
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_privacy-policy #PrivacyPolicySeeMore {
  color: #269CD9;
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader a {
  color: #269CD9;
  font-size: 12px;
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader a:hover {
  color: #00958F;
  font-weight: normal;
}
.manage-account__form #ManageAccount-Preferences-MarketingHeader .manage-account_subscribe {
  display: block;
  margin-top: 5px;
}
.manage-account__form #ManageAccount-Preferences-Grid {
  width: 100%;
}
.manage-account__form table.Grid tbody tr {
  border-bottom: none;
}
.manage-account__form table.Grid tbody tr:hover {
  background-color: unset;
}
.manage-account__form table.Grid tbody tr td {
  cursor: default;
}
.manage-account__form table.Grid tbody tr td:first-child {
  border-bottom: 1px solid #BABABA;
}
.manage-account__form table.Grid tbody tr td:first-child .preferences-table__row--additionalContent {
  display: inline-block;
}
@media only screen and (max-width: 1000px) {
  .manage-account__form table.Grid tbody tr td:first-child .preferences-table__row--additionalContent {
    display: none;
  }
}
.manage-account__form table.Grid tbody tr td:first-child svg {
  float: right;
  cursor: default;
}
@media only screen and (max-width: 700px) {
  .manage-account__form table.Grid tbody tr td:first-child svg {
    width: 22px;
  }
}
@media only screen and (max-width: 700px) {
  .manage-account__form table.Grid tbody tr td:first-child {
    border-bottom: none;
  }
}
.manage-account__form table.Grid tbody tr td label {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}
.manage-account__form table.Grid tbody tr td span:not(.preferences-table__row--additionalContent) {
  text-decoration: underline;
}
.manage-account__form table.Grid tbody tr td .manage-account_unsubscribe {
  cursor: pointer;
}
.manage-account__form table.Grid tbody tr td .manage-account_unsubscribe:hover {
  color: #00958F;
}
.manage-account__form table.Grid tbody tr td#CustomerServiceCommsStatus, .manage-account__form table.Grid tbody tr td#NimbusMapsNewsStatus {
  display: inline-block;
  padding-left: 10px;
}
.manage-account__form table.Grid tbody tr td#CustomerServiceCommsStatus a, .manage-account__form table.Grid tbody tr td#NimbusMapsNewsStatus a {
  color: #FFF;
  text-decoration: underline;
}
.manage-account__form table.Grid tbody tr td#CustomerServiceCommsStatus a:hover, .manage-account__form table.Grid tbody tr td#NimbusMapsNewsStatus a:hover {
  color: #00958F;
}
@media only screen and (max-width: 700px) {
  .manage-account__form table.Grid tbody tr td#CustomerServiceCommsStatus, .manage-account__form table.Grid tbody tr td#NimbusMapsNewsStatus {
    display: none;
  }
}
.manage-account__form .polygon-colour-preferences__wrapper {
  display: flex;
  color: #FFF;
  width: 65%;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__content {
  margin: 0 10px;
  padding: 10px;
  border-radius: 5px;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__content span.title {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__content {
    margin: 5px 0;
  }
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting {
  display: flex;
  position: relative;
  margin-top: 23px;
  width: 100%;
  padding: 0 10px;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting span.label {
  margin-right: 23px;
  padding: 3px 0;
  flex: 1;
  text-align: end;
}
@media only screen and (max-width: 700px) {
  .manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting span.label {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 700px) {
  .manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting span.label {
    flex: 0.5;
  }
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference {
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference svg {
  display: none;
  position: relative;
  top: 2px;
  left: 2px;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.checked svg {
  display: block;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.filled-orange {
  border-color: #D53100;
  background: rgba(213, 49, 0, 0.15);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.filled-pink {
  border-color: #B7067C;
  background: rgba(183, 6, 124, 0.15);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.filled-green {
  border-color: #6BA656;
  background: rgba(107, 166, 86, 0.15);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.filled-white {
  border-color: #FFF;
  background: rgba(234, 231, 231, 0.15);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.filled-black {
  border-color: #000;
  background: rgba(2, 35, 45, 0.15);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.boundary-orange {
  border-color: #D53100;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.boundary-pink {
  border-color: #B7067C;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.boundary-green {
  border-color: #6BA656;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.boundary-white {
  border-color: #FFF;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting .polygon-preference.boundary-black {
  border-color: #000;
}
@media only screen and (max-width: 1000px) {
  .manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__setting {
    left: 0;
    width: 100%;
  }
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview {
  width: 250px;
  height: 250px;
  margin: 18px auto;
  border-radius: 5px;
  background-size: cover;
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-filled-orange {
  background: url(/images/PolygonPreviews/hybrid-filled-orange.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-filled-pink {
  background: url(/images/PolygonPreviews/hybrid-filled-pink.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-filled-green {
  background: url(/images/PolygonPreviews/hybrid-filled-green.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-filled-white {
  background: url(/images/PolygonPreviews/hybrid-filled-white.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-boundary-orange {
  background: url(/images/PolygonPreviews/hybrid-boundary-orange.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-boundary-pink {
  background: url(/images/PolygonPreviews/hybrid-boundary-pink.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-boundary-green {
  background: url(/images/PolygonPreviews/hybrid-boundary-green.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.hybrid-boundary-white {
  background: url(/images/PolygonPreviews/hybrid-boundary-white.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-filled-orange {
  background: url(/images/PolygonPreviews/mastermap-filled-orange.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-filled-pink {
  background: url(/images/PolygonPreviews/mastermap-filled-pink.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-filled-green {
  background: url(/images/PolygonPreviews/mastermap-filled-green.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-filled-black {
  background: url(/images/PolygonPreviews/mastermap-filled-black.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-boundary-orange {
  background: url(/images/PolygonPreviews/mastermap-boundary-orange.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-boundary-pink {
  background: url(/images/PolygonPreviews/mastermap-boundary-pink.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-boundary-green {
  background: url(/images/PolygonPreviews/mastermap-boundary-green.png);
}
.manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview.mastermap-boundary-black {
  background: url(/images/PolygonPreviews/mastermap-boundary-black.png);
}
@media only screen and (max-width: 700px) {
  .manage-account__form .polygon-colour-preferences__wrapper .polygon-colour-preferences__preview {
    width: 100%;
    max-width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 700px) {
  .manage-account__form .polygon-colour-preferences__wrapper {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .manage-account__form {
    padding: 0;
  }
}

.manage-account-tabs {
  background-color: #FFF;
}

#ManageAccount-SaveCompany {
  margin-bottom: 10px;
}

#CreateNewUser {
  margin-right: 15px;
  margin-bottom: 10px;
}

.account-users-row,
#account-invoices-table tbody tr {
  cursor: pointer;
}

#CreateNewUser {
  margin-right: 15px !important;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 5px !important;
  padding: 10px;
  border: none !important;
  background-color: #00a4a5;
  color: #ffffff;
  height: auto;
}

@media (max-width: 800px) {
  select.form-control, textarea.form-control {
    color: #000000;
  }
}
@media (max-width: 800px) and (max-width: 700px) {
  #Settings .tab-content {
    height: calc(100% - 5vh);
    padding-top: 10px;
  }
}
@media (max-width: 800px) and (max-width: 700px) and (max-height: 550px) {
  #Settings div#ManageAccountContent {
    position: inherit;
    width: 100%;
    height: calc(100% - 9vh);
    padding-top: inherit;
    padding-left: inherit;
    padding-right: inherit;
  }

  .dataTables_paginate, .dataTables_info {
    width: 100% !important;
  }
}
@media (max-width: 800px) and (max-width: 700px) {
  .ui-dialog-title {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.manage-account__table {
  text-align: inherit;
  padding: 20px 24px;
}

#DocumentsContent {
  max-height: calc(100% - 46px);
}

#ManageDocumentList, #MergeDataList, #stannp-management-modal {
  padding: 0;
  max-height: calc(100vh - 255px);
}
#ManageDocumentList div, #MergeDataList div, #stannp-management-modal div {
  max-height: inherit;
}
#ManageDocumentList .dt-search, #MergeDataList .dt-search, #stannp-management-modal .dt-search {
  float: left;
  color: #FFF;
}
#ManageDocumentList .dt-search label, #MergeDataList .dt-search label, #stannp-management-modal .dt-search label {
  color: #FFF;
  margin-bottom: 30px;
}
#ManageDocumentList .dt-search input, #MergeDataList .dt-search input, #stannp-management-modal .dt-search input {
  position: absolute;
  left: 0;
  height: 36px;
  width: 300px;
  margin-left: 0;
  background: #384372;
  border: 1px solid #6C55AA;
  border-bottom: 1px solid #6C55AA !important;
  border-radius: 4px;
  color: #FFF;
  padding-left: 15px;
}
#ManageDocumentList .dt-search input::placeholder, #MergeDataList .dt-search input::placeholder, #stannp-management-modal .dt-search input::placeholder {
  color: #FFF !important;
}
#ManageDocumentList .dt-search input::-webkit-search-cancel-button, #MergeDataList .dt-search input::-webkit-search-cancel-button, #stannp-management-modal .dt-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media only screen and (max-width: 700px) {
  #ManageDocumentList .dt-search input, #MergeDataList .dt-search input, #stannp-management-modal .dt-search input {
    width: 90px;
  }
}
#ManageDocumentList #user-doc-table, #MergeDataList #user-doc-table, #stannp-management-modal #user-doc-table {
  display: block;
  max-height: calc(100vh - 350px);
  overflow: hidden;
}
#ManageDocumentList #user-doc-table thead tr, #MergeDataList #user-doc-table thead tr, #stannp-management-modal #user-doc-table thead tr {
  table-layout: fixed;
  width: 100%;
  background-color: transparent !important;
}
#ManageDocumentList #user-doc-table thead tr th, #MergeDataList #user-doc-table thead tr th, #stannp-management-modal #user-doc-table thead tr th {
  background-color: #6C55A9 !important;
  border: none !important;
  vertical-align: middle;
  width: 12% !important;
  height: 40px;
  position: sticky;
  top: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  #ManageDocumentList #user-doc-table thead tr th, #MergeDataList #user-doc-table thead tr th, #stannp-management-modal #user-doc-table thead tr th {
    padding: 0 10px;
    font-size: 11px;
  }
}
#ManageDocumentList #user-doc-table tbody, #MergeDataList #user-doc-table tbody, #stannp-management-modal #user-doc-table tbody {
  display: block;
  max-height: calc(100vh - 395px);
  overflow: auto;
}
#ManageDocumentList #user-doc-table tbody tr, #MergeDataList #user-doc-table tbody tr, #stannp-management-modal #user-doc-table tbody tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: transparent !important;
}
#ManageDocumentList #user-doc-table tbody tr td, #MergeDataList #user-doc-table tbody tr td, #stannp-management-modal #user-doc-table tbody tr td {
  height: 58px;
  background-color: #384372 !important;
  border: none !important;
  border-bottom: 1px solid #FFF !important;
  color: #FFF;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 20px;
}
#ManageDocumentList #user-doc-table tbody tr td a, #MergeDataList #user-doc-table tbody tr td a, #stannp-management-modal #user-doc-table tbody tr td a {
  color: #FFF;
  text-decoration: underline;
}
#ManageDocumentList #user-doc-table tbody tr td a:hover, #MergeDataList #user-doc-table tbody tr td a:hover, #stannp-management-modal #user-doc-table tbody tr td a:hover {
  color: #00958F;
}
#ManageDocumentList #user-doc-table tbody tr td.document-download-icon, #MergeDataList #user-doc-table tbody tr td.document-download-icon, #stannp-management-modal #user-doc-table tbody tr td.document-download-icon {
  text-decoration: underline;
}
#ManageDocumentList #user-doc-table tbody tr td .document-comments, #MergeDataList #user-doc-table tbody tr td .document-comments, #stannp-management-modal #user-doc-table tbody tr td .document-comments {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ManageDocumentList #user-doc-table tbody tr td .status-label, #MergeDataList #user-doc-table tbody tr td .status-label, #stannp-management-modal #user-doc-table tbody tr td .status-label {
  white-space: nowrap;
}
#ManageDocumentList #user-doc-table tbody tr td .status-label span svg, #MergeDataList #user-doc-table tbody tr td .status-label span svg, #stannp-management-modal #user-doc-table tbody tr td .status-label span svg {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 700px) {
  #ManageDocumentList #user-doc-table tbody tr td .status-label span, #MergeDataList #user-doc-table tbody tr td .status-label span, #stannp-management-modal #user-doc-table tbody tr td .status-label span {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #ManageDocumentList #user-doc-table tbody tr td, #MergeDataList #user-doc-table tbody tr td, #stannp-management-modal #user-doc-table tbody tr td {
    padding: 0 10px;
    font-size: 11px;
  }
}
#ManageDocumentList #user-doc-table tbody tr:last-child td, #MergeDataList #user-doc-table tbody tr:last-child td, #stannp-management-modal #user-doc-table tbody tr:last-child td {
  border-bottom: none !important;
}
#ManageDocumentList #user-doc-table tbody::-webkit-scrollbar, #MergeDataList #user-doc-table tbody::-webkit-scrollbar, #stannp-management-modal #user-doc-table tbody::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #384372;
}
#ManageDocumentList #user-doc-table tbody::-webkit-scrollbar-thumb, #MergeDataList #user-doc-table tbody::-webkit-scrollbar-thumb, #stannp-management-modal #user-doc-table tbody::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #C4C4C4;
}
#ManageDocumentList .dt-length, #MergeDataList .dt-length, #stannp-management-modal .dt-length {
  margin-right: 0;
  text-align: right;
}
#ManageDocumentList .dt-length label, #MergeDataList .dt-length label, #stannp-management-modal .dt-length label {
  color: #FFF !important;
}
#ManageDocumentList .dt-length select, #MergeDataList .dt-length select, #stannp-management-modal .dt-length select {
  margin-left: 0;
  margin-right: 0;
  background: rgba(108, 85, 170, 0.5);
  border: 1px solid #6C55AA;
  border-radius: 5px;
  color: #FFF;
  font-weight: 700;
  text-decoration: underline;
}
#ManageDocumentList .dt-info, #MergeDataList .dt-info, #stannp-management-modal .dt-info {
  color: #FFF !important;
  position: relative;
  top: -25px;
}
@media only screen and (max-width: 700px) {
  #ManageDocumentList .dt-info, #MergeDataList .dt-info, #stannp-management-modal .dt-info {
    display: none;
  }
}
#ManageDocumentList .dt-paging, #MergeDataList .dt-paging, #stannp-management-modal .dt-paging {
  display: block;
  text-align: center;
}
#ManageDocumentList .dt-paging .dt-paging-button, #ManageDocumentList .dt-paging .ellipsis, #MergeDataList .dt-paging .dt-paging-button, #MergeDataList .dt-paging .ellipsis, #stannp-management-modal .dt-paging .dt-paging-button, #stannp-management-modal .dt-paging .ellipsis {
  color: #FFF !important;
  font-size: 12px;
  xpadding: 0 !important;
  border: none;
}
#ManageDocumentList .dt-paging .dt-paging-button:hover, #ManageDocumentList .dt-paging .ellipsis:hover, #MergeDataList .dt-paging .dt-paging-button:hover, #MergeDataList .dt-paging .ellipsis:hover, #stannp-management-modal .dt-paging .dt-paging-button:hover, #stannp-management-modal .dt-paging .ellipsis:hover {
  color: #FFF !important;
  background: none !important;
}
#ManageDocumentList .dt-paging .dt-paging-button.previous, #ManageDocumentList .dt-paging .dt-paging-button.next, #ManageDocumentList .dt-paging .ellipsis.previous, #ManageDocumentList .dt-paging .ellipsis.next, #MergeDataList .dt-paging .dt-paging-button.previous, #MergeDataList .dt-paging .dt-paging-button.next, #MergeDataList .dt-paging .ellipsis.previous, #MergeDataList .dt-paging .ellipsis.next, #stannp-management-modal .dt-paging .dt-paging-button.previous, #stannp-management-modal .dt-paging .dt-paging-button.next, #stannp-management-modal .dt-paging .ellipsis.previous, #stannp-management-modal .dt-paging .ellipsis.next {
  margin: 0 10px;
}
#ManageDocumentList .dt-paging .dt-paging-button.previous.disabled, #ManageDocumentList .dt-paging .dt-paging-button.next.disabled, #ManageDocumentList .dt-paging .ellipsis.previous.disabled, #ManageDocumentList .dt-paging .ellipsis.next.disabled, #MergeDataList .dt-paging .dt-paging-button.previous.disabled, #MergeDataList .dt-paging .dt-paging-button.next.disabled, #MergeDataList .dt-paging .ellipsis.previous.disabled, #MergeDataList .dt-paging .ellipsis.next.disabled, #stannp-management-modal .dt-paging .dt-paging-button.previous.disabled, #stannp-management-modal .dt-paging .dt-paging-button.next.disabled, #stannp-management-modal .dt-paging .ellipsis.previous.disabled, #stannp-management-modal .dt-paging .ellipsis.next.disabled {
  opacity: 0.5;
}
#ManageDocumentList .dt-paging .dt-paging-button.current, #ManageDocumentList .dt-paging .ellipsis.current, #MergeDataList .dt-paging .dt-paging-button.current, #MergeDataList .dt-paging .ellipsis.current, #stannp-management-modal .dt-paging .dt-paging-button.current, #stannp-management-modal .dt-paging .ellipsis.current {
  height: 18px;
  padding: 0 2px !important;
  text-decoration: underline !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 50%;
  background: #6C55AA !important;
}
#ManageDocumentList .dt-paging .dt-paging-button.current:hover, #ManageDocumentList .dt-paging .ellipsis.current:hover, #MergeDataList .dt-paging .dt-paging-button.current:hover, #MergeDataList .dt-paging .ellipsis.current:hover, #stannp-management-modal .dt-paging .dt-paging-button.current:hover, #stannp-management-modal .dt-paging .ellipsis.current:hover {
  color: #FFF !important;
}
#ManageDocumentList .dt-paging .dt-paging-button:hover, #ManageDocumentList .dt-paging .ellipsis:hover, #MergeDataList .dt-paging .dt-paging-button:hover, #MergeDataList .dt-paging .ellipsis:hover, #stannp-management-modal .dt-paging .dt-paging-button:hover, #stannp-management-modal .dt-paging .ellipsis:hover {
  color: #00958F !important;
}
#ManageDocumentList .dt-paging .ellipsis, #MergeDataList .dt-paging .ellipsis, #stannp-management-modal .dt-paging .ellipsis {
  cursor: default;
}
#ManageDocumentList .dt-paging .ellipsis:hover, #MergeDataList .dt-paging .ellipsis:hover, #stannp-management-modal .dt-paging .ellipsis:hover {
  color: #FFF !important;
}
@media only screen and (max-width: 700px) {
  #ManageDocumentList .dt-paging, #MergeDataList .dt-paging, #stannp-management-modal .dt-paging {
    width: 100% !important;
    margin-right: 0;
  }
}

.preferences-table__row {
  padding: 5px 0;
}
.preferences-table__row--mobile {
  display: none;
  padding-top: 0;
  border-bottom: 1px solid #FFF !important;
}
.preferences-table__row--mobile a {
  text-decoration: underline;
}
.preferences-table__row--mobile a:hover {
  color: #FFF;
}
@media only screen and (max-width: 700px) {
  .preferences-table__row--mobile {
    display: block;
  }
}

.basket__upgrade-btn {
  color: #269CD9;
  font-size: inherit;
}
.basket__upgrade-btn:hover {
  cursor: pointer;
  color: rgba(38, 156, 217, 0.9);
}

.availability-table__container {
  margin: 0;
}

.ownership-availability__list {
  padding-top: 1em;
  padding: 2px;
}

#AvailabilityPlanningTable {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  max-height: calc(100vh - 205px);
  overflow-y: auto;
}
#AvailabilityPlanningTable table {
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
}
#AvailabilityPlanningTable table td a {
  font-size: 10px;
}
#AvailabilityPlanningTable table td a:hover {
  color: #00958F !important;
  font-weight: normal;
}
#AvailabilityPlanningTable table td a:hover i {
  color: #00958F !important;
}
#AvailabilityPlanningTable::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 640px) {
  #AvailabilityPlanningTable {
    max-height: 60vh;
  }
}

@media screen and (max-width: 640px) {
  #AvailabilityPlanningTable table, #ClosuresSearchResults {
    word-break: normal;
    table-layout: unset;
  }

  a[id*=Search-Closures] {
    display: none;
  }
}
.availability-tab {
  padding-top: 10px;
}

#OwnershipAvailability, #SearchClosures {
  padding: 0 !important;
}

.closures-small-font {
  font-size: small;
}

.ui-dialog.ownership-availability {
  background-color: #00313B;
  border: none !important;
  border-radius: 5px;
  top: 4px !important;
  position: fixed;
}
.ui-dialog.ownership-availability * {
  color: #FFF !important;
}
.ui-dialog.ownership-availability .ui-dialog-titlebar {
  background-color: #00313B !important;
  padding: 0.4em 1em 0.4em 15px;
}
.ui-dialog.ownership-availability .ui-dialog-titlebar .ui-dialog-title {
  font-size: 20px;
  font-weight: 600;
  margin-left: 0 !important;
}
@media only screen and (max-width: 780px) {
  .ui-dialog.ownership-availability .ui-dialog-titlebar .ui-dialog-title {
    font-size: 16px;
    white-space: unset;
    margin-top: 25px !important;
  }
}
.ui-dialog.ownership-availability .ui-dialog-titlebar .ui-icon.ui-icon-closethick {
  background-image: url("../../images/UI/_white-close.svg");
  background-position: unset;
  transform: scale(1);
  margin-top: -5px;
  margin-left: -12px;
}
.ui-dialog.ownership-availability .ui-dialog-content {
  overflow: hidden;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav {
  background-color: #00313B;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav-desktop {
  padding-top: 0;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav-mobile .nav-mobile__label {
  font-size: 16px;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav .nav-manage-account {
  background-color: #00313B !important;
  color: #FFF;
  padding-left: 15px;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav .nav-manage-account li {
  width: fit-content !important;
  height: 20px !important;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav .nav-manage-account li:first-of-type {
  padding-right: 15px;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav .nav-manage-account li:last-of-type {
  padding-left: 15px;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav .nav-manage-account li.active {
  border-bottom: 3px solid #6C55AA !important;
  padding-right: 0;
  padding-left: 0;
}
.ui-dialog.ownership-availability .ui-dialog-content .manage-account-nav .nav-manage-account li a {
  font-size: 12px;
  font-weight: 600;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content {
  padding: 15px;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content #AvailabilityList {
  font-weight: 600;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table {
  display: block;
  border-collapse: separate;
  border-radius: 5px;
  padding: 0;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table thead {
  display: block;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table thead tr {
  display: table;
  table-layout: fixed;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table thead tr th {
  background-color: #6C55A9;
  border-bottom: none !important;
  font-size: 12px;
  padding: 5px;
  position: sticky;
  top: 0;
  font-weight: 600 !important;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table thead tr th:first-of-type {
  border-top-left-radius: 5px;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table thead tr th:last-of-type {
  border-top-right-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table thead tr {
    display: table-row;
  }
}
@media only screen and (max-width: 640px) {
  .ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table thead {
    display: table-header-group;
  }
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tbody {
  display: block;
  max-height: 296px;
  overflow: auto;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tbody::-webkit-scrollbar {
  width: 10px;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tbody::-webkit-scrollbar-thumb {
  width: 5px;
  border-left: 5px solid #00313B;
  background-color: #6C55AA;
}
@media only screen and (max-width: 640px) {
  .ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tbody {
    display: table-row-group;
  }
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 1px;
  background-color: transparent !important;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr td {
  background-color: #00313B;
  border: none;
  border-bottom: 1px solid #6C55A9 !important;
  font-size: 10px;
  height: inherit;
  padding: 5px;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr td:first-of-type {
  border-left: 1px solid #6C55A9;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr td:last-of-type {
  border-right: 1px solid #6C55A9;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr td.link-cell div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr td.link-cell div span {
  flex: 1;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr td.link-cell div a {
  display: block;
  height: auto;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr:last-of-type td {
  border-bottom: 1px solid #6C55A9 !important;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 5px;
}
.ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table tr {
    width: 100%;
    display: table-row;
  }
}
@media only screen and (max-width: 640px) {
  .ui-dialog.ownership-availability .ui-dialog-content .tab-content table.table {
    display: table;
  }
}
.ui-dialog.ownership-availability .ui-dialog-buttonpane {
  background-color: #00313B !important;
}

.ui-dialog.ui-widget-content.search-closures-dialog {
  max-height: 450px;
  top: 4px !important;
  padding: 17px;
  position: fixed;
  border: none;
  border-radius: 5px;
  background-color: #00313B;
}
.ui-dialog.ui-widget-content.search-closures-dialog * {
  color: #FFF !important;
}
.ui-dialog.ui-widget-content.search-closures-dialog .ui-dialog-titlebar {
  background-color: #00313B !important;
  padding: 0 0 10px 0;
}
.ui-dialog.ui-widget-content.search-closures-dialog .ui-dialog-titlebar .ui-dialog-title {
  white-space: normal !important;
  height: 50px;
  word-break: break-word;
  font-size: 20px;
  margin-left: 0 !important;
}
.ui-dialog.ui-widget-content.search-closures-dialog .ui-dialog-titlebar .ui-button {
  margin-top: -22px;
  margin-right: -12px;
}
.ui-dialog.ui-widget-content.search-closures-dialog .ui-dialog-titlebar .ui-button .ui-icon-closethick {
  background-image: url("../../images/UI/_white-close.svg");
  background-position: unset;
  transform: scale(1);
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures {
  min-height: unset !important;
  max-height: 365px !important;
  overflow: hidden;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav {
  background-color: #00313B !important;
  overflow-x: scroll;
  display: flex;
  padding-left: 0;
  padding-bottom: 10px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav li {
  flex: 1;
  height: auto !important;
  margin-left: 20px;
  min-width: 70px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav li:nth-of-type(1) {
  margin-left: 0;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav li a {
  font-size: 12px;
  font-weight: 600;
  height: auto;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav li a:hover, .ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav li a:focus {
  font-weight: 600;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav li a .closures-small-font {
  font-size: 10px;
  font-weight: 500;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav li.active {
  border-bottom: 3px solid #6C55AA !important;
  font-weight: normal;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures #ClosuresSearchResultsNav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content {
  padding-top: 0;
  height: 100%;
  overflow: hidden;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse {
  background-color: #00313B;
  border: none;
  padding: 0;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area {
  border-bottom: none;
  height: 45px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area * {
  font-size: 10px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby {
  display: flex;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container {
  width: 100px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container .gsc-selected-option-container {
  width: 100px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #6C55AA;
  background-color: #424775;
  font-weight: normal;
  text-align: left;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container .gsc-selected-option-container .gsc-selected-option {
  line-height: 18px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container .gsc-selected-option-container .gsc-option-selector {
  margin-top: -8px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container .gsc-option-menu {
  border-radius: 5px;
  border: 1px solid #6C55AA;
  background-color: #424775;
  top: 0 !important;
  width: 90px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container .gsc-option-menu-item {
  padding: 0;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container .gsc-option-menu-item-highlighted {
  font-weight: bold;
  background-color: #424775;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby .gsc-option-menu-container .gsc-option-menu-item .gsc-option {
  padding-left: 6px;
  text-align: left;
  line-height: 20px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #6C55AA;
  border-bottom: 1px solid #6C55AA;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-adBlock {
  display: none !important;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-result {
  border: none;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-result .gs-title * {
  font-size: 12px;
  font-weight: 600;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-result .gs-title:hover {
  color: #00958F !important;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-result .gsc-url-top * {
  font-size: 10px;
  font-weight: 500;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-result .gsc-table-result .gs-image-box, .ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-result .gsc-table-result .gs-web-image-box {
  text-align: left;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-result .gsc-table-result .gs-snippet {
  font-size: 10px;
  font-weight: 500;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-cursor-box {
  text-align: center;
  font-size: 10px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gsc-cursor-box .gsc-cursor-page:hover {
  color: #00958F !important;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gcsc-more-maybe-branding-root * {
  font-size: 10px;
  font-weight: 500;
  text-align: left;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gcsc-more-maybe-branding-root a:hover {
  color: #00958F !important;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper .gsc-resultsbox-visible .gcsc-more-maybe-branding-root .gcsc-branding a img {
  width: 100px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.ui-dialog.ui-widget-content.search-closures-dialog #SearchClosures .tab-content .tab-pane .gsc-control-cse .gsc-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}

/* vendors */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-justified {
  width: 100%;
}

.collapse,
.hide {
  display: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav-justified > li > a {
  text-align: left;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-content > .active {
  display: block;
}

.form-group {
  margin-bottom: 15px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  user-select: none;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 25px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
  vertical-align: middle !important;
}

.bootstrap-tagsinput {
  color: #555;
  line-height: 25px;
  cursor: text;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background-color: #5bc0de;
  border-radius: 2px;
  padding: 5px;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
}

input #Query {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
  border-top: 0;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 2px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/*th.hidden-xs, td.hidden-xs {
    display: table-cell;
}*/
th.hidden-xs,
td.hidden-xs {
  display: table-cell;
}
@media screen and (max-width: 600px) {
  th.hidden-xs,
td.hidden-xs {
    display: none;
  }
}

th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  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-face {
  font-family: "FontAwesome";
  src: url("../lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

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

.clearfix {
  clear: both;
}

.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-closebutton {
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #fff;
  text-decoration: none;
}

.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px;
  color: #fff;
}

.eupopup-body {
  color: #a2a2a2;
}

.eupopup-buttons {
  padding: 7px 0 5px 0;
}

.eupopup-button_1, .eupopup-button_1:visited {
  color: #4bbbee;
  font-weight: bold;
  font-size: 14px;
}

.eupopup-button_2, .eupopup-button_2:visited {
  color: #4bbbee;
  font-weight: bold;
  font-size: 14px;
}

.eupopup-button {
  margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
  text-decoration: underline;
  color: #4bbbee;
}

body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
  color: #000;
}

body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0;
}

body .eupopup-style-compact .eupopup-button {
  margin: 0 5px;
}

.tt-table div.tt {
  display: inline-block;
  position: relative;
}

.tt-table div.tt div.content {
  border-radius: 15px;
  z-index: 10;
  padding: 0 4px 0 5px;
  position: relative;
  width: 195px;
  padding: 3px;
  padding-left: 20px;
}

.tt-table div.tt div.tail {
  border: 2px lightgray solid;
  border-right: 0;
  border-top: 0;
  position: absolute;
  border-radius: 2px;
  bottom: 11px;
  left: -10px;
  z-index: 0;
}

.tt-table div.tt-parent div.content {
  cursor: pointer;
}

.tt-table tr.tt-hide {
  display: none;
}

/* abstracts */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Overpass, sans-serif;
}

.ui-slider-horizontal .ui-slider-range {
  border: 1px solid #0fa1a3;
}

.ui-dialog {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 2147483644;
}

.ui-dialog .tab-content {
  overflow: auto;
  height: 88%;
}

.ui-dialog .ui-dialog-content {
  overflow: auto;
  padding: 10px;
}

.ui-dialog.upgrade-dialog {
  z-index: 2147483646 !important;
}

#ManageAccount.ui-dialog-content {
  overflow: hidden;
}

div.logout-dialog {
  background-color: #00958F !important;
  height: 245px !important;
  border-color: #00958F !important;
  border-radius: 3px;
  padding: 12px;
}
div.logout-dialog .ui-dialog-titlebar {
  background-color: #00958F !important;
  color: #FFF;
}
div.logout-dialog .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}
div.logout-dialog .ui-dialog-titlebar .ui-button {
  top: 8px;
  right: -2px;
}
div.logout-dialog .ui-dialog-titlebar .ui-button .ui-button-icon {
  background-image: url("../../images/UI/_white-close.svg");
  background-position: unset !important;
  transform: scale(1);
}
div.logout-dialog .ui-dialog-content#Message {
  color: #FFF !important;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  width: 375px !important;
  padding: 30px 15px;
}
div.logout-dialog .ui-dialog-buttonpane {
  background-color: #00958F !important;
  padding: 0;
  text-align: center;
  margin-top: 0;
}
div.logout-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
}
div.logout-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  width: 63px;
  border-radius: 5px !important;
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
  font-size: 12px !important;
}
div.logout-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-of-type {
  background-color: #00958F !important;
}

div.ui-message-dialog, div.continue-cancel-dialog {
  background: #00958F;
  border: 1px solid #00958F !important;
  border-radius: 3px;
}
div.ui-message-dialog .ui-dialog-titlebar, div.ui-message-dialog .ui-dialog-buttonpane, div.continue-cancel-dialog .ui-dialog-titlebar, div.continue-cancel-dialog .ui-dialog-buttonpane {
  background-color: #00958F !important;
}
div.ui-message-dialog button.ui-dialog-titlebar-close .ui-button-icon, div.continue-cancel-dialog button.ui-dialog-titlebar-close .ui-button-icon {
  background-image: url(../../images/UI/_white-close.svg);
  background-position: unset !important;
  transform: scale(1);
}
div.ui-message-dialog .ui-dialog-titlebar .ui-dialog-title, div.continue-cancel-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin-left: 15px !important;
  margin-top: 45px !important;
  color: #FFF;
  text-align: center;
}
div.ui-message-dialog #Message.ui-dialog-content, div.continue-cancel-dialog #Message.ui-dialog-content {
  min-height: unset !important;
  height: auto !important;
  margin: 15px 0;
  color: #FFF !important;
  padding: 0 75px;
}
div.ui-message-dialog #Message.ui-dialog-content .bold-link, div.continue-cancel-dialog #Message.ui-dialog-content .bold-link {
  color: #000 !important;
}
div.ui-message-dialog .ui-dialog-buttonpane, div.continue-cancel-dialog .ui-dialog-buttonpane {
  padding: unset;
  margin-bottom: 20px;
}
div.ui-message-dialog .ui-dialog-buttonpane .ui-dialog-buttonset, div.continue-cancel-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
  text-align: center;
}
div.ui-message-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-button, div.continue-cancel-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-button {
  margin: 0;
  background-color: #6C55AA !important;
  border: 1px solid #6C55AA;
  border-radius: 5px !important;
}

.continue-cancel-dialog #Message.ui-dialog-content.ui-widget-content {
  padding: 0 40px;
}
.continue-cancel-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
}
.continue-cancel-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  width: 67px;
  height: 35px;
  padding: unset;
  border-radius: 5px !important;
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
  font-size: 12px !important;
  font-weight: 600;
}
.continue-cancel-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-of-type {
  margin-right: 12px;
  background-color: #00958F !important;
}

.ui-dialog-titlebar {
  color: #24336f;
}

.ui-dialog-buttonpane {
  padding-top: 1.6em !important;
  padding-bottom: 1.6em !important;
}

.ui-dialog-titlebar, .ui-dialog-buttonpane {
  border: none !important;
  background-color: #F2F2F3 !important;
}

.ui-dialog-content ul.nav-manage-account {
  border: none !important;
  background-color: #F2F2F3 !important;
  margin: 0 !important;
  padding-left: 3.4em;
}

.ui-dialog-content .nav-manage-account li {
  height: 30px !important;
  width: 130px !important;
  border-bottom: none !important;
}

.ui-dialog-content li.active {
  border-bottom: 3px solid #0fa1a3 !important;
}

.ui-dialog-title {
  font-family: Overpass, sans-serif;
  margin-top: 0.75em !important;
  margin-left: 1.4em !important;
  font-size: 1.75em;
  font-weight: 300;
  height: 30pt;
  overflow: inherit !important;
}
@media only screen and (max-width: 540px) {
  .ui-dialog-title {
    margin-left: 0 !important;
  }
}

.ui-dialog-content div {
  width: 100%;
}

.dataTables_length {
  float: right;
}

.dataTables_length label {
  float: right;
  color: #828282;
}

.dataTables_length select {
  color: #828282;
}

.dataTables_filter {
  float: right;
}

.dataTables_filter label {
  float: right;
  color: #828282;
}

.dataTables_filter input[type=search] {
  border-bottom: solid 2px #e1e1e1 !important;
}

.ui-dialog-content, .ui-widget-content {
  font-family: Overpass, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #878787 !important;
}

.ui-dialog-content label, .ui-widget-content label {
  font-weight: normal !important;
}

.manage-account-dialog input {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-bottom: solid 2px #878787 !important;
  font-family: Overpass, sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.boundary-edit-search-dialog .ui-dialog-title {
  text-align: center;
  margin-left: 0 !important;
  width: 100%;
}

.boundary-edit-search-dialog input {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-bottom: solid 1px #878787 !important;
  font-family: Overpass, sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  width: 100%;
  text-align: center;
  outline: 0;
}

div#PurchaseComplete-View, div#Message {
  padding: 10px;
  min-height: 80px !important;
  text-align: center;
}

div#PurchaseComplete-View {
  overflow-y: auto;
  padding: 5px !important;
}

div#PurchaseComplete-View, div#Message, div#Error {
  padding: 15px;
  text-align: center;
}

div#AddedToBasket {
  color: #ffffff !important;
  font-weight: normal;
  height: 38px !important;
  font-size: 13px;
  font-family: Overpass, sans-serif;
  overflow: hidden;
  padding: 0;
  padding-top: 3px;
}

div#Error a {
  color: #001B72;
}

.dataTables_info, .dataTables_paginate {
  width: 50% !important;
}

.dataTables_paginate a {
  width: initial !important;
}

.ui-widget select, .ui-widget textarea {
  font-family: Overpass, sans-serif;
  font-size: 16px;
}

.ui-widget button {
  font-family: Overpass, sans-serif;
  font-size: 16px;
}

.ui-dialog-content a {
  height: 0;
  width: 100%;
  font-family: Overpass, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0fa1a3;
  padding: 0 !important;
  margin-top: 0 !important;
  outline: 0;
}

.ui-dialog-content a:hover, .ui-dialog-content a:focus {
  font-weight: bold;
  color: #0fa1a3;
  background-color: inherit !important;
}

.ui-button {
  background-color: #24336f !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  font-family: Overpass, sans-serif !important;
  font-size: 15px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff !important;
}

.ui-dialog-titlebar-close {
  background-color: transparent !important;
  border: none !important;
}

.ui-button .ui-icon {
  transform: scale(1.4);
}

@media (max-width: 700px) {
  .ui-dialog-content ul {
    padding-left: 0;
  }

  .ui-dialog-content li {
    width: 100% !important;
  }

  .ui-dialog-title {
    margin-left: 0;
    text-align: center;
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 15px;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 3em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 9px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Overpass, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #C5C5C5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
  font-weight: 600;
}

.ui-widget-content-green a {
  color: #ffffff;
  font-size: 12px;
}

.ui-widget-content-green a:hover {
  color: #00958F;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #C5C5C5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../lib/JqueryUI/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../lib/JqueryUI/images/ui-icons_222222_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../lib/JqueryUI/images/ui-icons_222222_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../lib/JqueryUI/images/ui-icons_222222_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../lib/JqueryUI/images/ui-icons_222222_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../lib/JqueryUI/images/ui-icons_222222_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../lib/JqueryUI/images/ui-icons_222222_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: block;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-y > .ps__rail-y {
  display: block;
  opacity: 1;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #8e9099;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #8e9099;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*!
 * 
 *             SimpleBar.js - v2.3.2
 *             Scrollbars, simpler.
 *             https://grsmto.github.io/simplebar/
 *             
 *             Made by Adrien Grsmto from a fork by Jonathan Nicol
 *             Under MIT License
 *         
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  box-sizing: content-box;
}

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #000;
  background-clip: padding-box;
}

.simplebar-track:hover .simplebar-scrollbar {
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.5;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.vertical {
  top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 2147483647 !important;
  overflow: hidden;
}

.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: 0.8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81");
}

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000");
}

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ffff00");
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#00ff00");
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00", endColorstr="#00ffff");
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#0000ff");
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#ff00ff");
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#ff0000");
}

.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }

  .sp-hue {
    left: 63%;
  }

  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: 0.8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  width: 52px !important;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  *width: 220px;
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
  font-family: Overpass, sans-serif;
}

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
  font-family: Overpass, sans-serif;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

@keyframes box-shadow {
  0% {
    transform: scale(1, 1);
    box-shadow: 0 0 0 1px rgba(15, 161, 163, 0.8);
  }
  30% {
    transform: scale(1.3, 1.3);
    box-shadow: 0 0 0 10px rgba(15, 161, 163, 0.3);
  }
  50% {
    transform: scale(1.3, 1.3);
    box-shadow: 0 0 0 10px rgba(15, 161, 163, 0.3);
  }
  80% {
    transform: scale(1, 1);
    box-shadow: 0 0 0 1px rgba(15, 161, 163, 0.8);
  }
  100% {
    transform: scale(1, 1);
    box-shadow: 0 0 0 1px rgba(15, 161, 163, 0.8);
  }
}
.trustpilot-widget__container {
  padding-top: 20px;
}
@media (max-height: 600px) {
  .trustpilot-widget__container {
    display: none;
  }
}

/**! hopscotch - v0.3.1
*
* Copyright 2017 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

div.hopscotch-bubble .hopscotch-nav-button {
  /* borrowed from katy styles */
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  *zoom: 1;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*div.hopscotch-bubble .hopscotch-nav-button:hover {
    *zoom: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

div.hopscotch-bubble .hopscotch-nav-button:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}*/
div.hopscotch-bubble .hopscotch-nav-button.next {
  border: 1px solid #0FA1A3;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 0 0 10px;
  background-color: #0FA1A3;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287bbc), color-stop(100%, #23639a));
  background-image: -webkit-linear-gradient(to bottom, #287bbc 0%, #23639a 100%);
  background-image: -moz-linear-gradient(to bottom, #287bbc 0%, #23639a 100%);
  background-image: -o-linear-gradient(to bottom, #287bbc 0%, #23639a 100%);
  background-image: linear-gradient(to bottom, #287bbc 0%, #23639a 100%);*/
}

/*div.hopscotch-bubble .hopscotch-nav-button.next:hover {
    background-color: #2672ae;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
    background-image: -webkit-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
    background-image: -moz-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
    background-image: -o-linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
    background-image: linear-gradient(to bottom, #2672ae 0%, #1e4f7e 100%);
}*/
div.hopscotch-bubble .hopscotch-nav-button.prev {
  border: 1px solid #0FA1A3;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 0 0 10px;
  background-color: #0FA1A3;
  /*filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #e9e9e9 100%);*/
}

/*div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
    background-color: #e8e8e8;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), color-stop(100%, #a9a9a9));
    background-image: -webkit-linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
    background-image: -moz-linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
    background-image: -o-linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
}*/
div.hopscotch-bubble {
  background-color: #F2F2F5;
  border: 5px solid #000000;
  /* default */
  border: 3px solid #0FA1A3;
  /* transparent, if supported */
  color: #019de5;
  font-family: Overpass, sans-serif !important;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  /* for Mozilla browsers*/
  -webkit-background-clip: padding;
  /* Webkit */
  background-clip: padding-box;
  /*  browsers with full support */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

div.hopscotch-bubble.invisible {
  opacity: 0;
}

div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}

div.hopscotch-bubble h3 {
  color: #019de5;
  font-family: Overpass, sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0;
  margin-top: 7px;
}

div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}

div.hopscotch-bubble .hopscotch-content {
  font-family: Overpass, sans-serif !important;
  font-weight: normal;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 8px;
  padding-right: 45px;
}

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px;
}

div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}

div.hopscotch-bubble .hopscotch-bubble-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #019de5;
  background: transparent url(../img/sprite-green.png) -192px -92px no-repeat;
  display: block;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  font-weight: bolder;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
  cursor: pointer;
}

div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background-color: #019de5;
  color: #F2F2F5;
  display: block;
  float: left;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  font-family: Overpass, sans-serif !important;
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 12px;
  height: 12px;
  padding: 8px;
  text-align: center;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -20px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #F2F2F5;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -12px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #F2F2F5;
  border-bottom: 17px solid #0FA1A3;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -37px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #F2F2F5;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -22px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #F2F2F5;
  border-top: 17px solid #0FA1A3;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -20px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #F2F2F5;
  border-top: 17px solid transparent;
  position: relative;
  left: 5px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #F2F2F5;
  border-right: 17px solid #0FA1A3;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #F2F2F5;
  border-top: 17px solid transparent;
  position: relative;
  left: -5px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #F2F2F5;
  border-left: 17px solid #0FA1A3;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right;
}

/* abstracts */
html {
  height: 100%;
}

.logo--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
@media only screen and (max-height: 585px) {
  .logo--center {
    display: none;
  }
}

.input-wrapper {
  background-color: red;
}

.login-page {
  height: 100%;
  overflow-y: hidden;
  background: url(../../images/login/background-image.jpg) center no-repeat;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38, 156, 217, 0.9)), color-stop(100%, rgba(36, 51, 111, 0.9))), url(../../images/login/background-image.jpg) center no-repeat;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$top, endColorstr=$bottom,GradientType=0 );
  /* IE6-9 */
}

section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrapper {
  margin: 0 auto;
}

.sign-in_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  margin: 7%;
  float: none;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 35px;
  padding-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .sign-in_container {
    width: 500px;
    margin: auto;
    margin-top: 7%;
    margin-bottom: unset;
    padding: 65px;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.sign-in_container p {
  margin-top: 50px;
  font-family: Overpass, sans-serif;
  font-size: 12pt;
  letter-spacing: normal;
  color: #797f83;
  text-align: center;
  font-style: normal;
  line-height: 120%;
}

.sign-in-trial_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  margin: 7%;
  float: none;
  box-shadow: none;
  background-color: #ffffff;
  padding: 35px;
  padding-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .sign-in-trial_container {
    width: 500px;
    margin: auto;
    margin-top: 7%;
    margin-bottom: unset;
    padding: 65px;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.sign-in-trial_container p {
  margin-top: 50px;
  font-family: Overpass, sans-serif;
  font-size: 12pt;
  letter-spacing: normal;
  color: #797f83;
  text-align: center;
  font-style: normal;
  line-height: 120%;
}

.login-btn__container {
  padding: 0 20%;
}
@media only screen and (max-width: 600px) {
  .login-btn__container {
    padding: 0;
    text-align: center;
  }
}
.login-btn__container--reset {
  margin-top: 30px;
}

.login-btn {
  width: 100%;
  max-width: 200px;
  margin: 35px 0;
  border-radius: 50px;
  height: 52px;
  background-color: #269CD9;
  user-select: none;
  border: solid 2px #4bbbee;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
}

.renew-centre {
  overflow-y: auto;
}

.renew-centre__heading {
  line-height: 0.8em;
}

.renew-centre__paragraph {
  margin-top: 0 !important;
}

.sign-in__register {
  font-family: Overpass, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.sign-in__register span {
  color: #929699;
}

.sign-in__register a {
  color: #269CD9;
  text-decoration: none;
}

.sign-in__register a:hover {
  cursor: pointer;
}

#Renew-Centre-Submit {
  margin-bottom: 25pt;
}

.sign-in__forgot-password {
  margin: 20px 0;
  text-align: center;
  font-family: Overpass, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.sign-in__forgot-password a {
  color: #269CD9 !important;
  text-decoration: none;
}

.sign-in__inputs {
  margin-top: 35pt;
}

.no-margin {
  margin-bottom: unset;
}

.icon {
  padding: 10px;
  background: #FFFFFF;
  color: #d1d1d1;
  min-width: 50px;
  text-align: center;
  font-size: 15pt !important;
  border-radius: 2px;
  border: solid 1px #dedede;
  background-color: #ffffff;
}

.input-field__label {
  width: 100%;
  height: 22px;
  padding: 0px !important;
  outline: none;
  border: none !important;
  color: #797f83 !important;
  font-family: Overpass, sans-serif;
  font-size: 12pt !important;
}

.input-field__login {
  width: 100%;
  height: 42px;
  padding: 10px !important;
  outline: none;
  border: 1px solid #d1d1d1 !important;
  border-left: none !important;
  color: #797f83 !important;
  font-family: Overpass, sans-serif;
  font-size: 13pt !important;
}

.input-field-noicon {
  border-left: 1px solid #d1d1d1 !important;
}

.login-footer {
  font-family: Overpass, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  position: absolute;
  bottom: 15px;
  color: #FFFFFF;
}
.login-footer--log-in {
  width: 100%;
}
.login-footer--sign-up {
  margin-bottom: 25px;
}
@media only screen and (max-height: 485px) {
  .login-footer--sign-up {
    display: none;
  }
}
@media only screen and (max-height: 485px) {
  .login-footer__nimbus-stamp {
    display: none;
  }
}
.login-footer span {
  color: #929699;
}
@media (max-width: 1000px) {
  .login-footer span {
    color: #FFFFFF;
  }
}
.login-footer a {
  color: #269CD9;
  text-decoration: none;
}
.login-footer a:hover {
  cursor: pointer;
}

.Error {
  margin-top: 50px;
  font-family: Overpass, sans-serif;
  font-size: 13pt;
  letter-spacing: normal;
  color: #797f83;
  text-align: center;
  display: block;
}

.error-container {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  line-height: 120%;
}

/* abstracts */
@-ms-viewport {
  width: device-width;
}
.take-trial__foot-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 0.3em 0.4em 0.5em 0.4em !important;
}
.take-trial__confirm-btn {
  width: 100%;
  padding: 10px 20px;
}
.take-trial__cancel-btn {
  display: none;
}
.take-trial__foot-buttonset {
  width: 35%;
}
@media only screen and (max-width: 565px) {
  .take-trial__foot-buttonset {
    width: 80%;
  }
}

.locked-feature__foot-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: right;
  padding: 0.3em 0.4em 0.5em 0.4em !important;
  text-align: right !important;
}
.locked-feature__confirm-btn {
  width: 100%;
  padding: 10px 20px;
}
.locked-feature__cancel-btn {
  display: none;
}
.locked-feature__foot-buttonset {
  width: 35%;
}
@media only screen and (max-width: 565px) {
  .locked-feature__foot-buttonset {
    width: 80%;
  }
}

.mass-reports-container {
  width: 100% !important;
}

appcues-checklist {
  z-index: 2147483645 !important;
}

/* Privacy policy */
#PrivacyPolicyContent li {
  height: auto !important;
  width: auto !important;
}

.non-bold {
  font-weight: normal;
}

table.privacy-table {
  width: 90%;
  margin-left: 40px;
  margin-bottom: 10px;
  border-collapse: separate;
}

table.privacy-table th,
table.privacy-table td {
  padding: 5px;
}

table.privacy-table td {
  background: rgba(108, 85, 170, 0.5);
}
table.privacy-table td:first-child {
  border-radius: 0 0 0 5px;
}
table.privacy-table td:last-child {
  border-radius: 0 0 5px 0;
}

table.privacy-table th {
  background-color: #6C55AA;
  border: 1px solid #6C55AA;
}
table.privacy-table th:first-child {
  border-radius: 5px 0 0 0;
}
table.privacy-table th:last-child {
  border-radius: 0 5px 0 0;
}

#PrivacyPolicyContent a {
  font-size: 12px;
}

/* Top bar tools - Find me & Search here */
.mapcontrol-sm {
  width: 130px;
  background-color: #02ada0;
  color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 28px 8px 22px 8px;
  text-align: center;
}

.sm-label {
  font-family: Overpass, sans-serif;
  font-size: 16px;
  padding: 5px;
  line-height: 20px;
}

/* Map tools */
/* Polygon draw */
.polygon-draw-container {
  height: 27px;
  width: fit-content;
  z-index: 0;
  left: 0px;
  bottom: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  background-color: rgba(26, 26, 26, 0.8);
  border-radius: 2px;
  transition: 0.5s ease-in-out;
}

#StopDraw,
#StartDraw,
#SatelliteView,
#SatelliteViewCheckboxDisabled {
  height: inherit;
  cursor: pointer;
}

#StopDraw:hover,
#StartDraw:hover,
#SatelliteView:hover,
#SatelliteViewCheckboxDisabled:hover {
  background-color: #000;
}

#StopDraw > i,
#StartDraw > i,
#SatelliteView > i,
#SatelliteViewCheckboxDisabled > i {
  color: #fff;
  font-size: 16px;
  padding: 7px;
}

/* Map view toggle */
.map-toggle-container {
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  bottom: 26px;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 89px;
  justify-content: center;
  left: 0px;
  margin-left: 10px;
  padding: 5px;
  position: absolute;
  transition: 0.5s ease-in-out;
  width: 99px;
}
.map-toggle-container--pushed-100 {
  left: 300px !important;
}
.map-toggle-container--pushed-200 {
  left: 525px !important;
}
.map-toggle-container--pushed-filters {
  left: 430px !important;
}
.map-toggle-container--pushed-training {
  left: 320px !important;
}

#map-toggle-icon {
  background-image: url(../../images/map-toggle/hybrid.jpg);
  background-repeat: no-repeat;
  height: 84px;
  top: 3px;
  left: 3px;
  width: 93px;
  position: absolute;
  background-size: 93px 84px;
}

#map-toggle-icon label {
  color: white;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
  bottom: 0px;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 12px 0px 6px 7px;
}

/* Zoom in out */
.map-tools-container {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-bottom: 70px;
  width: 40px;
  height: 80px;
}

.map-tools-zoom {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  cursor: pointer;
}

.map-tools-zoom-in,
.map-tools-zoom-out {
  display: flex;
  height: 40px;
  width: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(26, 26, 26, 0.8);
  border: 1px solid #8e9099;
  color: #FFF;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.map-tools-zoom-in:hover,
.map-tools-zoom-out:hover,
.gm-svpc:hover {
  background-color: #1a1a1a !important;
}

.gm-svpc {
  background-color: transparent !important;
  top: 57px !important;
  left: inherit !important;
  margin-left: 16px;
}
.gm-svpc:hover {
  background-color: transparent !important;
}

/* Quick-Guide */
.quick-guide-zoom-restricted-tooltip {
  display: none;
  position: absolute;
  background-color: #ffe4e3;
  color: #cc3a49;
  letter-spacing: 0.2px;
  padding: 7px;
  border-radius: 2px;
  font-size: 10px;
  align-items: center;
}
@media (min-height: 601px) {
  .quick-guide-zoom-restricted-tooltip {
    right: 55px;
    width: 585px;
  }
}
@media (max-height: 600px) {
  .quick-guide-zoom-restricted-tooltip {
    top: 50px;
    width: 200px;
  }
}
.quick-guide-zoom-restricted-tooltip:after {
  content: "";
  background-color: #ffe4e3;
  width: 5px;
  height: 12px;
  right: 60px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: fixed;
}
.quick-guide-zoom-restricted-tooltip:hover .zoom-restricted-tooltip {
  transition: visibility 0.5s 0.5s;
  visibility: visible;
}
.quick-guide-zoom-restricted-tooltip-visible {
  transition: visibility 0.5s 0.5s;
  display: block;
}

.quick-guide {
  display: flex;
  position: fixed;
  align-items: center;
  right: 10px;
  z-index: 1;
}
@media (min-height: 601px) {
  .quick-guide {
    flex-direction: column;
  }
}
@media (max-height: 600px) {
  .quick-guide {
    flex-direction: row-reverse;
  }
}
@media (max-width: 400px) {
  .quick-guide {
    display: none;
  }
}
.quick-guide__head {
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-color: #0fa1a3;
  color: #fff;
  z-index: 10;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quick-guide__head:hover > i {
  animation-name: qg-head-jump;
  animation-duration: 0.5s;
}
.quick-guide__head i {
  font-size: 30px;
}
.quick-guide__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-box-shadow: -4px 4px 7px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 4px 7px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 4px 7px -4px rgba(0, 0, 0, 0.75);
}
@media (min-height: 601px) {
  .quick-guide__list {
    transition: 1s;
    flex-direction: column;
    margin-top: -50px;
    padding-bottom: 20px;
    align-items: flex-start;
  }
}
@media (max-height: 600px) {
  .quick-guide__list {
    transition: 1s;
    margin-right: -50px;
    flex-direction: row-reverse;
    padding-left: 20px;
    align-items: flex-end;
  }
}
.quick-guide__list .zoom-warning-triangle {
  visibility: hidden;
  position: fixed;
  right: 18px;
  z-index: 1;
}
.quick-guide__list--extended .quick-guide__list-item--disabled .zoom-warning-triangle {
  visibility: visible;
  transition: all linear 0.75s;
}
@media (max-height: 600px) {
  .quick-guide__list--extended .quick-guide__list-item--disabled .zoom-warning-triangle {
    right: 238px;
    top: 82px;
  }
}
.quick-guide__list-item {
  display: flex;
  flex-direction: row-reverse;
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-height: 601px) {
  .quick-guide__list-item {
    border-radius: 0 3px 3px 0;
  }
}
@media (max-height: 600px) {
  .quick-guide__list-item {
    height: 100%;
    border-radius: 3px 3px 0 0;
    width: 40px;
  }
  .quick-guide__list-item:after {
    width: 35px !important;
    margin-top: 5px;
  }
  .quick-guide__list-item--2:after, .quick-guide__list-item--3:after {
    margin-top: 8px !important;
  }
}
.quick-guide__list-item:hover, .quick-guide__list-item--selected {
  background-color: #fff;
}
.quick-guide__list-item--toggledOn:not(.quick-guide__list-item--2):not(.quick-guide__list-item--3):after {
  opacity: 0.25;
}
.quick-guide__list-item--disabled:after {
  opacity: 0.25;
}
.quick-guide__list-item--1 {
  background-image: url(../../images/Marker/map-centre.png);
}
@media (max-height: 600px) {
  .quick-guide__list-item--1 {
    height: 100%;
  }
}
.quick-guide__list-item--2:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.quick-guide__list-item--2.icons-all:after {
  background-image: url("../../images/logo/google-maps-all.svg");
}
.quick-guide__list-item--2.icons-streets:after {
  background-image: url("../../images/logo/google-maps-streets.svg");
}
.quick-guide__list-item--2.icons-none:after {
  background-image: url("../../images/logo/google-maps-none.svg");
}
.quick-guide__list-item--3:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url("../../images/logo/map-key-polygon-on.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.quick-guide__list-item--3.quick-guide__list-item--toggledOn:after {
  background-image: url("../../images/logo/map-key-polygon-off.svg");
}
.quick-guide__list-item--4:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../../images/Marker/freehold.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.quick-guide__list-item--5:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../../images/Marker/leasehold.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.quick-guide__list-item--6:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../../images/Marker/unregistered-land.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.quick-guide__list-item--7:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../../images/Marker/unregistered-land-with-planning.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.quick-guide__list-item--8:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url("../../images/logo/map-key-workflow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-height: 601px) {
  .quick-guide__list--extended {
    height: 250px;
    padding-top: 60px;
    border-radius: 25px 25px 7px 7px;
  }
}
@media (max-height: 600px) {
  .quick-guide__list--extended {
    width: 500px;
    padding-right: 60px;
    border-radius: 7px 25px 25px 7px;
  }
}
.quick-guide__description {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 15px;
}
@media (min-height: 601px) {
  .quick-guide__description {
    right: 50px;
    width: 220px;
    border-radius: 3px 0 0 3px;
  }
}
@media (max-height: 600px) {
  .quick-guide__description {
    top: 50px;
    width: 200px;
    border-radius: 0 0 3px 3px;
  }
}
@media (max-height: 600px) {
  .quick-guide__description--1, .quick-guide__description--2, .quick-guide__description--3, .quick-guide__description--4 {
    margin-left: -160px;
  }
}
@media (min-height: 600px) {
  .quick-guide__description--5, .quick-guide__description--6, .quick-guide__description--7, .quick-guide__description--8, .quick-guide__description--9 {
    margin-top: -160px;
  }
}
.quick-guide__description--show {
  display: block;
}
.quick-guide__title {
  margin: 0;
  letter-spacing: -0.2px;
  color: #3c4574;
  font-family: Overpass, sans-serif;
  font-weight: normal;
}
.quick-guide__text {
  color: #505050;
  line-height: 1.25;
  margin: 1em 0;
  font-family: Overpass, sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 13px;
}
.quick-guide__text-small {
  font-size: 10px;
}

@-webkit-keyframes qg-head-jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes qg-head-jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Quick-Guide END */
input, textarea {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

header div.HeaderLeft {
  float: left;
}

header div.HeaderRight {
  float: right;
  text-align: right;
  padding: 10px;
}

div.Menu {
  padding-top: 15px;
  float: left;
  width: 100%;
  color: #242424;
  margin-bottom: 10px;
  border-bottom: solid 1px #aeaeae;
}

div.Menu ul {
  list-style: none;
  margin: 0px;
  list-style-position: outside;
  margin-left: 10px;
}

div.Menu ul li {
  cursor: pointer;
  padding: 10px;
  margin: 0px;
  float: left;
  list-style-position: outside;
}

div.Menu ul li.selected {
  background-color: #ffffff !important;
  color: #808080;
  border-top: solid 3px #dddddd;
}

div.Menu ul li:hover {
  background-color: #dddddd;
}

h1, h2, h3 {
  letter-spacing: 1px;
}

h1 {
  font-size: 22pt;
  font-weight: 100;
  margin-bottom: 20px;
}

h1.Title {
  margin-left: 15px;
}

h2 {
  font-size: 18pt;
  font-weight: 100;
}

h2.Title {
  margin-left: 15px;
}

h3 {
  font-size: 14pt;
  font-weight: 300;
}

h4 {
  font-size: 13pt;
  font-weight: 100;
}

header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  height: 100%;
}

sup {
  vertical-align: top;
  font-size: 0.6em;
}

div.header {
  position: fixed;
  height: 140px;
  width: 100%;
  background-color: #cccccc;
}

.container {
  position: fixed;
  /*top: 135px;*/
  overflow: hidden;
  height: 100%;
  width: 100%;
}

a {
  color: #fff;
}

a:hover {
  cursor: pointer;
}

div.SiteHeader {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

div.SiteHeader a {
  color: #3366cc;
  text-decoration: none;
}

div.SiteHeader a:hover {
  color: #525252;
  cursor: pointer;
}

a.Link {
  color: #3366cc;
  text-decoration: underline;
}

a.Link:hover {
  color: #3366cc;
  cursor: pointer;
}

div.Form {
  float: left;
  display: table-cell;
}

input[type=text].Error, textarea.Error, select.Error {
  border: solid 1px #ca1011;
}

input.Small, select.Small {
  width: 50px !important;
}

input.MediumSmall, select.MediumSmall {
  width: 80px !important;
}

input.Medium, select.Medium {
  width: 100px !important;
}

input.Large, select.Large {
  width: 150px !important;
}

input.Larger, select.Larger {
  width: 200px !important;
}

input.ExtraLarge, select.ExtraLarge {
  width: 300px !important;
}

input.Max, select.Max {
  width: 100% !important;
}

div.GridContainer {
  width: 100%;
}

table.Grid {
  width: 100%;
}

table.Grid thead tr th {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: lighter;
  text-align: left;
  color: #525252;
}

table.Grid tbody tr, table.Grid thead tr th {
  white-space: nowrap;
  border-bottom: solid 1px #bababa;
}

table.Grid tbody tr:hover {
  background-color: #007acc;
  color: #fff;
  cursor: pointer;
}

table.Grid tbody tr.Selected {
  background-color: #de7c33;
  color: #ffffff;
}

table.Grid tbody tr td {
  /*padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;*/
}

table.Grid tfoot tr td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.Grid {
  border: solid 1px silver;
  width: 100%;
  height: 200px;
  overflow: scroll;
}

table.Form {
  width: 100%;
}

table.Form td {
  vertical-align: top;
  white-space: nowrap;
}

table.Form tr td:nth-child(1) {
  /*}, table.Form tr td:nth-child(3), table.Form tr td:nth-child(5), table.Form tr td:nth-child(7) {*/
  width: 140px;
}

table.Form tr td:nth-child(3) {
  /*}, table.Form tr td:nth-child(3), table.Form tr td:nth-child(5), table.Form tr td:nth-child(7) {*/
  min-width: 20px;
}

table.Form input[type=text], table.Form input[type=password], table.Form select, table.Form textarea {
  width: 90%;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  text-indent: 2px;
}

table.Form input[type=checkbox] {
  margin-left: 0px;
  margin-bottom: 7.5px;
}

@media (max-width: 800px) {
  table.Form tr td:nth-child(1) {
    /*}, table.Form tr td:nth-child(3), table.Form tr td:nth-child(5), table.Form tr td:nth-child(7) {*/
    width: 120px !important;
  }
}
input.Numeric {
  text-align: right;
}

input[type=text][readonly=readonly],
input[type=text][readonly],
input[type=password][readonly=readonly],
input[type=password][readonly],
select[readonly=readonly],
select[readonly],
textarea[readonly=readonly],
textarea[readonly] {
  color: #656565 !important;
  background-color: #eaeaea;
}

input[type=text][disabled=disabled]:not(#LeaseStartShowFromDate, #LeaseEndShowFromDate), input[type=password][disabled=disabled], select[disabled=disabled], textarea[disabled=disabled] {
  color: #656565 !important;
  background-color: #eaeaea !important;
}

.ui-dialog {
  box-shadow: 5px 5px 20px #333;
}

input.Search {
  border: solid 1px #aeaeae;
  color: #525252;
  padding: 7px;
  width: 400px;
}

input.Search:hover {
  border: solid 1px #929292;
}

div.Search {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  background-color: #ffffff;
  width: 300px;
  z-index: 300;
  margin: 20px;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div .SearchInner {
  height: 400px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

div .Search:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

table.Results tr td {
  padding: 4px;
}

table.Results tr td:first-child {
  width: 120px;
  font-weight: bold;
}

table.FurtherInformation tr {
  height: 60px;
}

table.FurtherInformation tr td {
  padding: 4px;
  border: 1px solid;
}

table.SalesTargetInformation {
  width: 100%;
}

table.SalesTargetInformation tr {
  height: 30px;
}

table.SalesTargetInformation tr td, table.SalesTargetInformation tr th {
  padding: 4px;
  border: 1px solid;
  font-weight: normal;
}

table.PermittedButUnstartedPropertiesInformation {
  width: 100%;
}

table.PermittedButUnstartedPropertiesInformation tr {
  height: 30px;
}

table.PermittedButUnstartedPropertiesInformation tr td, table.PermittedButUnstartedPropertiesInformation tr th {
  padding: 4px;
  border: 1px solid;
  text-align: center;
}

table.VoaResults tr td {
  padding: 4px;
  font-weight: normal !important;
}

a.LookupButtons {
  border: solid 1px #aeaeae;
  color: #525252 !important;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2px;
}

a.LookupButtons:hover {
  border: solid 1px #3366cc;
}

input.LookupButtons {
  border: solid 1px #aeaeae;
  color: #525252;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
}

.Panel {
  margin-bottom: 20px;
  padding: 10px;
}

div.Panel a {
  color: #1f4694;
}

div.Panel a:hover {
  color: #e27812;
}

div.InfoPanel a {
  color: #1f4694;
}

div.InfoPanel a:hover {
  color: #e27812;
}

div.PanelHeader {
  border-top: solid 1px #aeaeae;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.PanelSubHeader {
  border-top: solid 1px #aeaeae;
}

p.Disclaimer {
  margin-top: 20px;
  font-size: 10px;
  font-style: italic;
  color: #656565;
}

div.Basket {
  border: solid 1px #061c49;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  float: right;
  background-color: #3366cc;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.Basket:hover {
  background-color: #fcb042;
  border: solid 1px #b17927;
}

div.Basket a, div.Basket a:hover {
  color: #ffffff;
}

div.Share, div.Topo {
  border: solid 1px #493d06;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: 340px;
  float: left;
  background-color: #cc9f33;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #242424;
  cursor: pointer;
  text-align: center;
}

div.Share:hover, div.Topo:hover {
  background-color: #fcb042;
  border: solid 1px #b17927;
}

div.Share a, div.Share a:hover, div.Topo a, div.Topo a:hover {
  color: #ffffff;
}

a.ToggleArrow {
  cursor: pointer;
}

a.ToggleArrow.down:after {
  content: "▲";
}

a.ToggleArrow:after {
  content: "▼";
}

table.tablesorter {
  margin: 10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  border: 1px solid #FFF;
  font-size: 8pt;
  padding: 4px;
}

table.tablesorter thead tr .header {
  background-image: url(../../images/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter tbody td {
  padding: 4px;
  vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(../../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(../../images/desc.gif);
}

a.Icon {
  text-decoration: none;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 6px 10px 6px 10px;
  border-radius: 2px;
  color: #525252;
  cursor: pointer;
}

a.Icon:hover {
  color: #3366cc;
  border: solid 1px #3366cc;
}

a.Icon-Tool {
  border: solid 1px #808080;
  background-color: #a5a5a5;
  color: #ffffff;
}

a.Icon-Tool:hover {
  background-color: #808080;
  border: solid 1px #808080;
  color: #ffffff;
}

a.Icon-Export {
  float: right;
  background-color: green;
  border: solid 1px #000;
  color: #ffffff;
  margin: 10px;
  margin-top: 0px;
}

a.Icon-Export:hover {
  background-color: darkgreen;
  border: solid 1px #000;
  color: #ffffff;
}

table.OrderDetail span {
  font-weight: bold;
}

div.Reporting div.Report div.ExplorerContent {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: green;
}

div#ManageDocumentList table tbody tr td {
  white-space: normal !important;
}

hr {
  border: none;
  border-top: solid 1px #dddddd;
}

.availability-filters {
  width: 100%;
}

table.Filters {
  border-left: 1px solid #CECECE;
}

table.Filters tr td {
  padding: 10px;
}

table.SubFilters tr td {
  padding: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.LabelSilver {
  padding: 2px;
  background-color: silver;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelGold {
  padding: 2px;
  background-color: #cf9e16;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelPink {
  padding: 2px;
  background-color: #fc73f1;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelOrange {
  padding: 2px;
  background-color: #c65d0a;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelPurple {
  padding: 2px;
  background-color: #68217a;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelGreen {
  padding: 2px;
  background-color: #068106;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelLightGreen {
  padding: 2px;
  background-color: #60C060;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelBlue {
  padding: 2px;
  background-color: #3366cc;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

.LabelRed {
  padding: 2px;
  background-color: #bd0304;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

div.LabelYellow {
  padding: 2px;
  background-color: #ffbb00;
  color: #ffffff;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

p.trigger {
  margin-bottom: 7px;
  margin-top: -5px;
}

.toggle_container {
  margin-bottom: 10px;
}

.toggle_container p {
  margin: 0;
}

.toggle_container {
  clear: both;
  font-size: 100%;
}

.map-canvas {
  float: left;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}

div#map-panorama {
  float: left;
  height: 0%;
  width: 100%;
  /* Override the street view control */
}
div#map-panorama .gm-iv-container.gm-iv-small-container {
  margin-top: 4px;
  margin-left: 58px;
}
@media only screen and (max-width: 850px) {
  div#map-panorama .gm-iv-container.gm-iv-small-container {
    margin-top: 33px;
  }
}
div#map-panorama .gm-iv-container {
  margin-left: 59px;
}
@media only screen and (max-width: 780px) {
  div#map-panorama .gm-iv-address {
    max-width: calc(100vw - 140px);
  }
  div#map-panorama .gm-iv-address-description {
    max-width: calc(100vw - 155px);
  }
}
div#map-panorama .gm-iv-address .gm-iv-marker {
  top: 9px;
}
@media only screen and (max-width: 850px) {
  div#map-panorama .gm-iv-address .gm-iv-marker {
    top: 4px;
  }
}
div#map-panorama .gm-iv-address-link {
  top: 41px;
}
@media only screen and (max-width: 850px) {
  div#map-panorama .gm-iv-address {
    position: relative;
    top: 29px;
  }
  div#map-panorama .gm-iv-address-link {
    top: 38px;
  }
  div#map-panorama .gm-iv-address .gm-iv-vertical-separator {
    top: 0;
  }
}

.hide {
  display: none;
}

div.ShowAddressBox {
  position: fixed;
  top: 170px;
  left: 0;
  padding: 20px;
  margin: 20px;
  background-color: #ffffff;
  opacity: 0.8;
}

.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.block-with-text:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}

.block-with-text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

label.MailMerge {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

input#Advanced {
  margin-left: -1px;
}

div#HeaderControls-LSL {
  float: right;
}

div#HeaderControls-LSL Button {
  padding: 0;
  margin: 2px;
  font-size: 15px;
  color: #525252;
}

div#HeaderControls-LSL Button:nth-child(1) {
  border: none;
  background-color: transparent;
}

div#HeaderControls-LSL Button:nth-child(1):hover {
  border: 1px solid #000000;
  padding: 0;
  margin: 0;
}

ul#HeaderControls-LSL-Dropdown {
  left: auto;
  top: 35px;
  font-size: 12px;
  color: #525252;
  min-width: 0;
}

ul#HeaderControls-LSL-Dropdown li {
  margin-left: 15px;
  margin-right: 15px;
}

ul#HeaderControls-LSL-Dropdown li a {
  font-size: 12px;
  color: #525252;
  padding-right: 5px;
  padding-left: 5px;
}

ul#HeaderControls-LSL-Dropdown li a:hover {
  background: transparent;
}

.IMD {
  width: 100%;
}

a#IMD-Button {
  opacity: 0.4;
}

div#IMD {
  height: 340px;
  position: fixed;
  bottom: 100px;
  left: 50px;
  padding: 20px;
  margin: 20px;
  background-color: #ffffff;
  opacity: 0.8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div#IMD span:nth-child(1) {
  font-weight: bolder;
  font-size: 11pt;
}

div#IMD span:nth-child(2) {
  display: block;
  font-weight: bolder;
  font-size: 9pt;
  padding-top: 10px;
}

div#IMD span:nth-child(4) {
  display: block;
  font-weight: bolder;
  font-size: 9pt;
}

div#IMD-Keys p {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px lightgray;
}

div#IMD-Keys p:nth-child(1) {
  background: #BC4964;
}

div#IMD-Keys p:nth-child(2) {
  background: #EB4952;
}

div#IMD-Keys p:nth-child(3) {
  background: #FE9170;
}

div#IMD-Keys p:nth-child(4) {
  background: #FDB065;
}

div#IMD-Keys p:nth-child(5) {
  background: #fed18f;
}

div#IMD-Keys p:nth-child(6) {
  background: #FEE885;
}

div#IMD-Keys p:nth-child(7) {
  background: #FEF79D;
}

div#IMD-Keys p:nth-child(8) {
  background: #FEFBBC;
}

div#IMD-Keys p:nth-child(9) {
  background: #EFFEAE;
}

div#IMD-Keys p:nth-child(10) {
  background: #F0FEC3;
}

/*Postcode lookup*/
#OtherAvailabilitiesAndPlanningApplications ul {
  background-color: #f2f2f3;
  border: 0;
  border-radius: 0;
  padding-bottom: 0px;
}

#OtherAvailabilitiesAndPlanningApplications .ui-tabs-nav li {
  background-color: #f2f2f3;
  border: none;
  margin-left: 15px;
  margin-right: 0px;
}

#OtherAvailabilitiesAndPlanningApplications .ui-tabs-nav li a {
  color: #0fa1a3;
  background: inherit;
  font-size: 16px;
  font-family: Overpass, sans-serif;
  outline: 0;
}

#OtherAvailabilitiesAndPlanningApplications li.ui-tabs-active {
  border-bottom: 3px solid #0fa1a3;
}

div#OtherAvailabilitiesAndPlanningApplications {
  width: calc(100% - 50px);
  height: calc(100% - 39px);
  background-color: #ffffff;
  overflow-y: auto;
  top: 44px;
  padding: 0;
  position: absolute;
  margin-left: 50px;
}

div#OtherAvailabilitiesAndPlanningApplications ul {
  padding-top: 40px !important;
  padding-bottom: 2px !important;
}

i#Other-AvailabilitiesAndPlanning-Close {
  padding-top: 10px;
  padding-right: 5px;
  margin-right: 20px;
  margin-top: 10px;
  float: right;
  font-size: 20px;
}

i#Other-AvailabilitiesAndPlanning-Close:hover {
  cursor: pointer;
}

div#Other-Availabilities-Flexbox {
  margin-top: 30px;
}

div#Other-Availabilities-Flexbox a,
a.OtherAvailabilitiesAndPlanningApplications-Link {
  background-color: #f9f9f9;
  border: 0.5px solid #bbb;
  padding: 5px 15px;
  color: #4a90e2;
  font-size: 12px;
}

.Other-PlanningApplications-Header {
  background-color: lightgrey;
  padding: 10px;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10pt;
}

div.Other-PlanningApplications-Address {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 10px;
}

div.Other-PlanningApplications-Address a {
  margin-left: 10px;
}

div.Other-PlanningApplications-Content {
  padding: 5px;
  padding-left: 20px;
}

div.Other-PlanningApplications-Content div {
  display: flex;
}

div.Other-PlanningApplications-Content div div {
  flex: 1;
}

a#Other-Availabilities-Print {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  color: #ffffff;
  background-color: #0fa1a3;
  border-radius: 5px;
  border: 0;
}

.Flexbox-Left {
  margin: 1em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #aeaeae;
  width: 50%;
  min-height: 100px;
  padding: 6px;
}

.Flexbox-Left span, .Flexbox-Left a {
  display: block;
  clear: both;
}

.Flexbox-Right {
  margin: 1em;
  margin-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #aeaeae;
  width: 50%;
  min-height: 100px;
  padding: 6px;
}

.Flexbox-Right span, .Flexbox-Right a {
  display: block;
  clear: both;
}

.Flexbox-Parent {
  display: flex;
  overflow: hidden;
  flex: 1;
}

.OtherAvailabilitiesAndPlanningApplications-Link {
  color: #3366cc !important;
}

.SearchTypeContainer {
  display: inline;
}

.circle {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  background: #44bbee;
  display: inline-block;
  box-shadow: 3px 3px 3px lightgrey;
}

a.SearchCompanySubsidiaries-WebsiteLink {
  color: #FFF !important;
}

span#PolygonCountdown,
span#MasterMapCountdown {
  display: none;
  position: fixed;
  left: 26.5%;
  right: 25%;
  text-align: center;
}

span#PolygonCountdown img,
span#MasterMapCountdown img {
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

span#PolygonCountdown-Warning,
span#MasterMapCountdown-Warning {
  font-weight: bold;
  position: relative;
  top: 2px;
}

#ScrollModeToggle {
  font-size: 8pt;
}

input#ScrollModeToggle-Input:checked + .slider {
  background-color: #ccc;
}

.basket-savetext {
  margin: 5px 0;
  font-weight: bold;
}

.basket-savetext a {
  color: #3366CC;
}

/* Browser specific CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div #HeaderControls-LSL {
    margin-left: 3px;
  }

  div#OtherAvailabilitiesAndPlanningApplications {
    padding-left: 50px;
  }
}
@-moz-document url-prefix() {
  div #HeaderControls-LSL {
    margin-left: 3px;
  }

  div#OtherAvailabilitiesAndPlanningApplications {
    top: 36px;
  }
}
@supports (-ms-ime-align: auto) {
  div #HeaderControls-LSL {
    margin-left: 3px;
  }
}
/*Mobile styles*/
#Message a {
  color: #001b72;
}

ul#ManageAccountDropdown {
  background-color: rgba(26, 26, 26, 0.9);
  font-family: Overpass, sans-serif;
}

ul#ManageAccountDropdown a {
  padding: 10px !important;
  font-size: 14px;
  width: 100%;
}

ul#ManageAccountDropdown a:hover {
  background-color: #8e9099;
}

ul#ManageAccountDropdown a i {
  padding: 5px;
  color: #FFFFFF;
}

ul#ManageAccountDropdown span {
  color: #FFFFFF;
}

table.price-paid-table th:nth-child(1), table.price-paid-table td:nth-child(1) {
  width: 30%;
}

table.price-paid-table th:nth-child(2), table.price-paid-table td:nth-child(2) {
  width: 30%;
}

table.price-paid-table th:nth-child(3), table.price-paid-table td:nth-child(3) {
  width: 20%;
}

table.price-paid-table th:nth-child(4), table.price-paid-table td:nth-child(4) {
  width: 20%;
  padding-right: 8px;
}

input[type=button].export-button-active:active, div.ownership-row button:active, div.ownership-row input[type=button]:active, div.example:active, div.AddToBasket:active, div#SearchDetails-Panel button:active, span#FindOwner:active, button#planning-apply:active, div.map-overlay-option:active, span.slider.round:active, .Preset-Filter-Choice:active, #RemovePolygons:active, #ManageAccount-SaveAccountChanges:active, #ManageAccount-SavePreferenceChanges:active, #ManageAccount-SaveCompany:active, #CreateNewUser:active, .sub-menu-AddToBasket:active {
  -moz-box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.3) !important;
}

.slider-custom {
  background-color: red;
}

.ui-slider-handle-custom {
  border-radius: 10px !important;
  background-color: #0fa1a3 !important;
  border-color: #0fa1a3 !important;
  height: 20px !important;
  width: 20px !important;
  top: -10px !important;
  transition: all 0.5s;
}

.ui-slider-horizontal-custom {
  height: 0;
}

#Range {
  margin-left: 5px;
}

.commercial-property-type {
  display: flex;
}

.commercial-property-type-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0.75;
}

.commercial-property-type-left > span {
  margin-bottom: 5px;
}

.commercial-property-type-left div {
  display: flex;
}

.commercial-property-type-right {
  flex-basis: 0;
  flex-grow: 2;
}

.EPCSwitch-Label {
  margin-right: 5px;
}

#RangeContainer tr a {
  color: #2377FF;
}

#RemovePolygons {
  width: 45%;
  font-size: 10pt;
  background-color: #6856A6;
  width: 160px;
}

#SimpleTab-SeeMore {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 0 10px 10px 20px;
  color: #3366cc;
}

.search-container-videos div {
  margin-top: 10px;
}

#SimpleTab-Interface {
  text-align: center;
  font-weight: bold;
}

#SimpleTab-Interface a {
  position: relative;
  margin-top: 5%;
  margin-bottom: 10%;
  text-decoration: underline;
  width: 100%;
}

#SaveMoneyGoAnnual {
  cursor: pointer;
}

.container {
  margin: 0;
  padding: 0;
  height: 100%;
  max-width: 100%;
  position: fixed;
}
.container #FullScreenDarkOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  background: #000;
  opacity: 50%;
}

.burger-button {
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  border-radius: 45%;
  width: 40px;
  height: 35px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 120px;
  padding: 0;
  padding-top: 5px;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  transition: 0.4s;
}

.burger-content {
  margin: auto;
}

.burger-change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.burger-change .bar2 {
  opacity: 0;
}

.burger-change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.menu-close {
  float: right;
  margin-right: 20px;
  font-weight: 300;
}

#main-menu {
  display: none;
}

.advanced-location-input {
  width: 75%;
  font-size: 16px !important;
  margin-bottom: 5px;
  background-color: #ffffff;
  border: none;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#Query:hover, #Query:active, #Query:focus {
  border: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  cursor: text;
}

.responsive-menu {
  width: 450px;
  height: 90%;
  padding: 5%;
  z-index: 2;
  transition: 0.5s;
  margin-left: 0;
  margin-top: 0;
  position: static;
}

.responsive-menu-header {
  background-color: #003bff;
  color: #ffffff;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px;
  display: none;
}

.responsive-menu-body {
  color: #000000;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: none;
}

.responsive-menu-header-first-line {
  margin-bottom: 5px;
  font-weight: 400;
}

.responsive-float-button {
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  border-radius: 45%;
  width: 35px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  padding: 0;
  padding-top: 5px;
}

.account-button {
  top: 50px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.basket-button {
  top: 100px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.user-guide-button {
  top: 150px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.menu {
  width: 50px;
  z-index: 1;
  position: absolute;
}

.menu.show {
  width: 400px;
}

#menu-open-btn {
  float: right;
  margin-top: 40px;
  margin-right: 5px;
  height: 100%;
  width: 50px;
  position: absolute;
}

#menu-contents {
  width: 0;
  position: relative;
  margin: 0;
  padding: 0;
  transition: ease-in-out 0.5s;
}

.responsive-float-search {
  display: inline-block;
  position: fixed;
  width: auto;
  height: auto;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.responsive-float-search button {
  background-color: transparent;
  border: 0;
}

.upgrade-button {
  top: 300px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.console-debug-button {
  top: 400px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.logout-button {
  top: 250px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.debug-poly-button {
  top: 350px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.admin-button {
  top: 200px;
  right: 5px;
  padding: 0;
  padding-top: 7px;
  padding-left: 10px;
}

.icons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

#icon-tray {
  width: 200px;
  padding: 10px;
  display: none;
  right: 10px;
  top: 50px;
  z-index: 1;
  position: absolute;
  background-color: #ffffff;
  color: #c9c9c9;
  border-radius: 25px;
}

#icon-tray-body {
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex: initial;
}

/*.icon { //conflicting with login icon, padding
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50px;
    height: auto;
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
    padding: 2px;
}*/
.icon:hover {
  cursor: pointer;
}

.icon-title {
  font-size: 10px;
  justify-content: center;
  word-break: break-word;
  word-wrap: break-word;
}

.icon-tray-button {
  background-color: transparent;
  border: none;
  z-index: 1;
  position: absolute;
  top: 6px;
  right: 75px;
  padding: 0;
  color: #ffffff;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}

.icon-tray-button:hover {
  cursor: pointer;
  color: #000000;
}

.floating-search-container {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 10px;
  padding-right: 0;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}

.search-bar {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.search-bar-button {
  margin-right: 2px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.search-bar-button-spacer {
  border-left: 1px solid #c6c6c6;
}

.search-bar-button:hover {
  color: #000000;
}

.search-radios {
  width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex: initial;
}

.radio-flex-container {
  display: inline-block;
}

.radio-flex-item {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.flex-radio-label {
  margin-left: 2px;
}

.flex-radio-label:hover {
  color: #c9c9c9;
}

#floating-loader {
  position: fixed;
  z-index: 1;
  background-color: transparent;
  color: #000000;
  top: 35px;
  width: 0;
  height: 0;
  left: 453px;
}

#lsl-flex-container {
  width: 100px;
  height: auto;
  z-index: 1;
  position: absolute;
  left: 460px;
  top: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex: initial;
}

.lsl-control {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100px;
}

.ownership-panel {
  height: 80%;
  left: -400px;
  width: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  z-index: 1 !important;
  transition: 0.5s;
  overflow-x: hidden;
  background-color: #ffffff;
  border: none;
  top: 100px;
  overflow-x: hidden !important;
  margin-left: 50px;
}

.ownership-panel-toggle {
  z-index: 1;
  height: 38px;
  width: 23px;
  left: -23px;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  padding: 5px;
  padding-top: 7px;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #ffffff;
  top: 100px;
}

.ownership-panel-toggle i {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

#ownership-parent {
  height: 80%;
  width: auto;
  padding: 0;
  margin: 0;
  top: 175px;
  z-index: 1;
  position: fixed;
  display: inline-block !important;
}

.ownership-panel-close {
  position: absolute;
  float: right;
  font-size: 25px;
  font-weight: 300;
  right: 20px;
  color: #c9c9c9;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ownership-panel-close:hover {
  color: #000000;
}

.nav-pills a {
  color: #171717;
}

#nav-container-searchcontainer-dropdown > .nav-pills a {
  background-color: #CCCED5;
  border-radius: 0px;
}

#nav-container-searchcontainer-dropdown > .nav-pills > #Query-Company a {
  margin: 0 1px 0 1px;
}

#nav-container-searchcontainer-dropdown > .nav-pills a:hover {
  background-color: #bec1ca;
}

.search-results {
  display: none;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s ease;
}

.search-container-videos {
  display: flex;
  max-width: 100%;
  margin-top: 20px;
}

.search-container-videos div {
  width: 30%;
  margin: 0 20px;
}

.search-container-videos div img {
  width: 100%;
}

.search-container-help {
  display: flex;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #0fa1a3 !important;
  color: #fff !important;
}

.SearchDetails-Panel {
  height: calc(100% - 35px);
  left: -400px;
  width: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  transition: 0.5s;
  overflow-x: hidden;
  background-color: #fff;
  text-align: left;
  border: none;
  top: -1px;
  overflow-x: hidden !important;
  margin-left: 50px;
  margin-top: 35px;
}

div#SearchDetails-Panel-LocationSearch a {
  background-color: #CCCED5;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0;
}

div#SearchDetails-Panel-LocationSearch div.container {
  position: relative;
  top: 10px;
  max-height: 750px;
}

@media (max-width: 450px) {
  div#SearchDetails-Panel-LocationSearch div.container {
    position: relative;
    top: 0;
    max-height: 450px;
  }
}
@media (max-width: 350px) {
  div#SearchDetails-Panel-LocationSearch div.container {
    position: relative;
    top: 0;
    max-height: 375px;
  }
}
#SearchDetails-Panel-Controls {
  margin-top: 35px;
}

#SearchDetails-Panel-Controls button {
  width: 110px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
}

.SearchDetails-Toggle {
  z-index: -1;
  height: 38px;
  width: 23px;
  left: -23px;
  background-color: rgba(0, 27, 114, 0.6);
  color: #ffffff;
  position: absolute;
  padding: 5px;
  padding-top: 7px;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #001b72;
  top: 60px;
}

.SearchDetails-Toggle i {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

#SearchDetails-Toggle-Close {
  right: 18px;
}

div#AdvancedTab-AddressesList {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
  overflow-y: auto;
}

div#AdvancedTab-AddressesList a {
  background-color: #CCCED5;
}

div#AdvancedTab-AddressesList a:hover {
  background-color: #8e9099;
}

div#AdvancedTab-AddressesList a:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

div#AdvancedTab-AddressesList a:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

div#AdvancedTab-Addresses span {
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  padding-left: 30px;
}

#Results {
  padding: 0;
  margin: 0;
}

.full-size {
  vertical-align: middle;
  display: inline;
  border-right: 1px solid #ffffff;
}

.small-size {
  display: none !important;
  width: 0;
}

.ownership-panel-close-mobile {
  position: absolute;
  float: left;
  font-size: 25px;
  font-weight: 300;
  left: 20px;
  color: #c9c9c9;
}

.mobile-center-control {
  background-color: #cbcbcb;
  border: 2px solid #cbcbcb;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 22px;
  margin-right: 8px;
  margin-top: 10px;
  text-align: center;
  color: #191919;
  font-family: Overpass, sans-serif;
  font-size: 11px;
  line-height: 18px;
  padding-left: 1px;
  padding-right: 1px;
}

.mobile-center-control-child {
  background-color: transparent;
  border: none;
  border-right: 1px solid #191919;
  margin: 0;
  padding: 0;
}

.mobile-burger-container {
  background-color: #c6c6c6;
  color: #000000;
  font-size: 36px;
  border-radius: 25px;
  padding: 2px;
}

@media (max-width: 800px) {
  .full-size {
    display: none !important;
  }

  .small-size {
    display: inline !important;
  }

  .manage-account-tabs > li {
    margin-left: 15px;
  }

  .ownership-panel-close {
    display: none;
  }

  .ownership-panel {
    z-index: 2;
  }

  .ownership-panel-close-mobile {
    display: block;
  }

  .floating-search-container {
    top: 0;
    left: 0;
  }

  span#PolygonCountdown {
    display: none !important;
  }

  button#Advanced {
    display: none !important;
  }

  div#Navigation-VerticalBar-SearchType-CompanyName {
    display: none !important;
  }

  div#Navigation-VerticalBar-SearchType-Boundary {
    display: none !important;
  }

  #ManageDocumentList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #voa-rates-information-container {
    font-size: 9px;
  }

  #legend-collapse, #legend-expand {
    display: none;
  }

  .nav-desktop {
    display: none !important;
  }
}
@media (min-height: 500px) and (max-height: 800px) {
  div#AdvancedTab-AddressesList {
    height: calc(100vh - 280px);
  }
}
@media (min-height: 300px) and (max-height: 500px) {
  div#AdvancedTab-AddressesList {
    height: 42vh;
  }

  .advanced-location-input {
    margin-top: 20px;
  }
}
#mobile-menu:hover {
  cursor: pointer;
}

#search-bar-select {
  border: none;
  outline: none;
  background-color: transparent;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

.badge {
  color: #ff0000;
  font-weight: bolder;
}

.mobile-menu {
  display: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  overflow-y: scroll;
}

.menu-option {
  border-bottom: 1px solid #c6c6c6;
}

.menu-option {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
  display: inline-flex;
}

.menu-option:hover {
  cursor: pointer;
}

.loading-modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 15%;
  height: 10%;
  color: #c6c6c6;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
  margin-left: 35%;
  margin-top: 40%;
}

.menu-option i {
  margin-right: 20%;
  margin-left: 10%;
  font-weight: 300;
  font-size: 36px;
}

#mobile-menu-close-buttton {
  position: absolute;
  float: left;
  font-size: 25px;
  font-weight: 300;
  left: 20px;
  color: #c9c9c9;
  background-color: transparent;
  border: none;
}

#ManageUserAccount {
  width: 40%;
  height: 30%;
  padding: 0;
}

.BasketRemove:hover {
  cursor: pointer;
  color: #ff0000;
}

#close-button-container {
  width: 100%;
  position: relative;
}

.search-type {
  margin-left: 0;
}

#search-type-dropdown i {
  cursor: pointer;
}

#search-type-selected {
  width: auto;
  background-color: transparent;
  border: none;
}

#search-type-selected:hover {
  cursor: pointer;
}

#voa-rates-information-container {
  width: 90%;
  padding: 0;
  margin-left: 3.5%;
}

#lsl-dropdown-caret {
  border: none;
  background-color: transparent;
  margin: 0;
}

#lsl-dropdown-caret:hover {
  cursor: pointer;
}

#lsl-dropdown-indicator {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#lsl-dropdown-indicator:hover {
  cursor: pointer;
}

#legend-parent {
  display: flex;
  flex: initial;
  justify-content: initial;
  flex-direction: row;
  z-index: 1;
  position: absolute;
  bottom: 250px;
  right: 0;
}

#legend {
  background-color: #ffffff;
  border: none;
  display: none;
  width: auto;
  height: auto;
  padding: 10px;
  font-weight: 300;
  z-index: 1;
  right: 5px;
  position: absolute;
  transition: 0.5s;
}

#legend-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: initial;
  justify-content: space-around;
  margin: 0;
}

.legend-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.legend-movement {
  position: relative;
  width: auto;
  height: auto;
  padding: 5px;
  margin: 0;
  background-color: #ffffff;
}

#legend-collapse {
  display: none;
}

#icon-tray-close-button {
  float: right;
  background-color: transparent;
  border: none;
}

#icon-tray-close-button :hover {
  cursor: pointer;
}

#icon-tray-close-button i:hover {
  cursor: pointer;
}

#icon-tray-header {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #c9c9c9;
  padding: 5px;
  display: block;
  position: relative;
}

#search-loader {
  display: none;
  z-index: 1000;
}

#viewport-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.map-container {
  height: 100%;
  width: 100%;
  left: 0px;
  position: fixed;
}

.map-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

#navigation-bar-nav {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: #001b72;
  color: #ffffff;
}

#navigation-bar-nav li {
  float: left;
}

#navigation-bar-nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#nav-container a {
  text-align: center;
  text-decoration: none;
}

.search-container-help a {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #005273;
}

#nav-container ul {
  color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

#nav-container ul li a {
  color: #ffffff;
  display: block;
  text-align: left;
  text-decoration: none;
}

#Navigation-VerticalBar {
  margin: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
  height: calc(100% - 8px);
  width: 50px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background-color: #00242E;
  border-radius: 5px;
  overflow-y: auto;
}
#Navigation-VerticalBar.panel-option-open {
  border-radius: 5px 0 0 5px;
}
#Navigation-VerticalBar::-webkit-scrollbar {
  display: none;
}

#Navigation-VerticalBar-Nimbus {
  background: url("../../images/logo/_nimbus-roundel-logo.png");
  background-size: cover;
  margin: 10px auto;
  width: 35px;
  height: 35px;
  min-height: 35px;
  cursor: pointer;
}

.arrow.left.left-panel-tooltip-box {
  width: 66px;
  height: 20px;
  bottom: 12%;
}

.horizontal-border {
  border-bottom: 0.5px solid #FFF;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 35px;
}

.nav-vertical-icons {
  width: 100%;
}
.nav-vertical-icons__lower {
  margin-top: auto;
}

.Navigation-SubMenu-Item img {
  width: 24px;
}

img#MenuIcon {
  width: 24px;
}

button#AddBoundary {
  width: 104px;
}
button#AddBoundary span {
  vertical-align: middle;
}
button#AddBoundary span svg {
  vertical-align: middle;
}

button#SavedSearchesSave i {
  cursor: pointer;
}

button#Advanced img, button#Search img, button#SearchAgain img, button#Clear img, button#SavedSearchesInputCancel img, button#SavedSearchesSave img {
  width: 24px;
  float: left;
}

.SearchDeactivated {
  color: #FFF !important;
  background-color: #b1b4ba !important;
  border-color: #989ba0;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

.SearchDeactivated i {
  color: #FFF !important;
}

button#Advanced span, button#Search span, button#Clear span {
  padding-top: 3px;
  padding-right: 10px;
  float: right;
}

button#SearchAgain span {
  padding-top: 3px;
  padding-right: 15px;
  float: right;
}

a#ManageAdmin img, a#ManageAccount img, a#mobile-manage-account img, button#FindMe img, a#UpgradeToElite img, a#TrialElite img, a#MenuTermsConditions img, div#BasketView img, #ManageAccountDropdown-Screenleap img {
  width: 22px;
  margin-right: 5px;
}

a#MenuLogout img, a#Mobile-MenuLogout img {
  width: 24px;
  margin-right: 3px;
}

a#MenuPrivacyPolicy img {
  width: 20px;
  margin-right: 5px;
}

button#FindMe img, button[title="Search Here"] img {
  width: 18px;
}

div#custom-zoom-in img, div#custom-zoom-out img {
  width: 32px;
}

.nav-block {
  border: none;
  display: inline;
  height: 100%;
  padding: 0;
}

.nav-block a {
  color: #ffffff;
}

.nav-block a i {
  display: inline;
}

.nav-block button, .nav-block input[type=button] {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

.key-dropdown-menu {
  background-color: transparent;
  margin-top: 10px;
  left: -185px;
  top: 10px;
  border: none;
  border-style: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#Polygon-Key-Container-Key {
  height: 40vh;
  margin-left: -75%;
}

.dropdown-menu li {
  color: #FFFFFF;
  margin-left: 0;
}

.dropdown-menu li a {
  color: #FFFFFF;
}

.navigation-right {
  height: 100%;
  vertical-align: middle;
  float: right;
}

.navigation-right span.nav-block, div#Polygon-Key-Container, div#Client-Services-Container {
  margin-top: 7px;
  height: 15px;
}

div#Polygon-Key-Container button, div#Client-Services-Container button, a#faqs, .navigation-right span.nav-block button, span#Username-Label, #SaveMoneyGoAnnual {
  padding: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
}

span#ProductTour a {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
}

span#ProductTour img {
  float: left;
  position: relative;
  padding-right: 18px;
  top: -7px;
}

div#BasketView {
  height: 100%;
  margin-left: 5px;
}

#find-me-container {
  white-space: nowrap;
}

#mobile-search-here-btn {
  white-space: nowrap;
}

#Training-Top {
  position: sticky;
  top: 0;
  z-index: 10;
}

#Training-Panel-Tab {
  padding-left: 1%;
  padding-right: 1%;
  display: block;
  margin-bottom: 10px;
}

#Training-Panel-Tab li a {
  background-color: #CCCED5;
  color: #ffffff;
  font-weight: normal;
  border-radius: 10px;
  border: 1px solid #FFF;
}

.notification-dot {
  display: inline-block;
  background-color: #ea2727;
  border-radius: 10px;
  padding: 1px 3px;
  position: absolute;
  right: 0;
  font-weight: 500;
  color: #FFF;
}

#BottomPanelClose {
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
  float: right;
  cursor: pointer;
  display: none;
}

#TrainingTitle {
  margin-top: 5px;
  left: 0;
  margin-left: 5px;
  display: inline-block;
}

.coming-soon-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 900px;
}

#SaveMoneyGoAnnualInstructions, #SiteFindingRequest, #EliteTrialInformation, #LockedFeatureInformation {
  -webkit-overflow-scrolling: touch;
  /* https://stackoverflow.com/questions/26046373/iframe-scrolling-ios-8 */
}

#SaveMoneyGoAnnualInstructions iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#SiteFindingRequest iframe {
  overflow: auto;
}

#EliteTrialInformation, #LockedFeatureInformation {
  overflow: hidden;
}

#EliteTrialInformation, #EliteTrialInformation iframe {
  width: 100%;
  height: 100%;
}

#LockedFeatureInformation, #LockedFeatureInformation iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .navigation-right {
    margin: 0;
    float: initial;
  }

  .search-type-block {
    padding: 2px;
    margin: 0;
  }

  .nav-block {
    padding: 0;
    font-size: 10px;
    margin: 0;
    border: none;
  }

  #search-type-blocks {
    display: none;
  }

  #find-me-container {
    margin-left: 25%;
  }

  #nimbus-logo {
    height: 30px;
  }

  .ownership-panel {
    top: 35px;
  }

  .ownership-panel-toggle {
    top: 77px;
    outline: 2px solid #ffffff;
  }

  #Training-Header {
    flex-wrap: wrap;
    font-weight: 300;
  }

  #TrainingTitle {
    margin-left: 0;
    width: 50%;
  }

  #Training-Header-Progress {
    order: 3;
    width: 100%;
    text-align: center;
  }

  #BottomPanelClose {
    order: 2;
    margin-right: 0;
    width: 50%;
  }

  #BottomPanelClose i {
    float: right;
  }
}
#lsl-dropdown {
  color: #000000;
  background-color: #FFF;
}

#lsl-dropdown li {
  color: #000000;
}

#lsl-dropdown li a {
  color: #000000;
}

#search-type-blocks {
  background-color: transparent;
  color: #c6c6c6;
  z-index: 1;
  margin: 10px;
  margin-left: 4%;
  position: absolute;
  width: auto;
}

.search-type-block {
  padding: 10px;
  width: 20px;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.search-type-block:hover {
  background-color: #c9c9c9;
  border: 1px solid rgba(0, 27, 114, 0.6);
}

.search-type-block.selected {
  background-color: #c9c9c9;
  color: #ffffff;
}

.mid-hid {
  display: inline-block;
}

@media (max-width: 1000px) {
  .search-type-block {
    padding: 2px;
    width: 10px;
  }

  #search-type-blocks {
    margin: 0;
    margin-left: 0;
  }

  .nav-block {
    padding: 0;
    font-size: 12px;
    margin: 0;
  }

  .mid-hid {
    display: none;
  }

  #nav-container span i {
    font-size: 1.3em;
  }
}
#push-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

#push-menu a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

#push-menu a:hover {
  background-color: #0046b7;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

#mobile-bar {
  display: none;
  color: #ffffff;
  padding: 5px;
  background-color: #001b72;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#mobile-bar ul {
  list-style: none;
}

.table {
  padding: 1px;
}

.table tr td {
  margin: 0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.table tbody tr {
  padding: 0;
  margin: 0;
  background-color: #e1e1e1 !important;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}

.table thead tr {
  padding: 0;
  margin: 0;
  background-color: #969696;
  color: #fefefe;
  font-size: 14px;
  font-weight: normal;
}

.table thead tr th {
  font-weight: normal;
}

.table tbody tr td, .table thead tr th {
  border-bottom: 2px solid #ffffff !important;
}

.gm-style-street-container {
  z-index: -1 !important;
}

#os-heights-legend-btn {
  color: #ffffff;
  margin: 1px;
}

.os-heights-legend-container {
  background-color: #146eff;
  padding: 1px;
  border-radius: 50%;
}

.fa-trash:hover {
  color: #FF0000;
}

.selectable-row:hover {
  cursor: pointer;
}

/*trash-favourite:hover {
    color: #FF0000;
    cursor: pointer;
}*/
fa-cloud-download:hover {
  color: #00FF00;
  cursor: pointer;
}

/*#user-favourites-table {
    margin-top: 40px;
}*/
.collapse {
  margin: 0;
  margin-top: 20px;
  margin-left: 20px;
  padding: 0;
}

.expand-icon-collapse {
  display: none;
}

.expand-icon-expand {
  display: inline;
}

.fa-plus {
  display: inline;
}

.fa-minus {
  display: none;
}

.fa-minus:before {
  -webkit-text-stroke: 2px white;
}

.fa-plus:before {
  -webkit-text-stroke: 2px white;
}

.expand-icon i {
  font-size: 1.4em;
}

.document-download-icon:hover {
  color: #068106;
  cursor: pointer;
}

#Results div {
  height: auto !important;
}

#EssentialsContainer-Register {
  width: 100%;
  height: auto;
  font-size: 1.5em;
  line-height: 1.8em;
}

@media (max-width: 500px) {
  #Training-Header {
    font-size: 1em;
  }

  #EssentialsContainer-Register {
    font-size: 1em;
    line-height: 1.2em;
  }

  #essentials-mid-logo {
    margin-left: auto;
    margin-right: auto;
  }

  #loading-container {
    position: absolute !important;
    left: 50px !important;
    top: 5px;
    z-index: 2147483647 !important;
    margin-top: 5px;
    display: inline;
  }
}
#loading-container {
  position: absolute;
  z-index: 2147483647 !important;
  margin-top: 5px;
  display: inline;
}

#LocalPlanSnippet {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 2147483647 !important;
  text-align: center;
  background: radial-gradient(rgba(20, 20, 20, 0.4), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.4), rgba(0, 0, 0, 0.8));
}
#LocalPlanSnippet svg {
  position: absolute;
  right: 15px;
  top: 15px;
}
#LocalPlanSnippet img {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.fa-external-link--bing {
  font-size: 11px;
  margin: 4px 5px 4px 0;
}

.bing-maps-container {
  background-color: #0fa1a3;
  border: none;
  border-radius: 3px;
  bottom: 130px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
  color: white;
  cursor: pointer;
  left: 60px;
  margin-right: 8px;
  position: fixed;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.bing-maps-container--pushed-training {
  left: 380px;
}
.bing-maps-container__body {
  color: #fff;
  font-family: Overpass, sans-serif;
  font-size: 11px;
  line-height: 20px;
  padding: 2px 5px;
  display: inline;
}
.bing-maps-container--pushed-100 {
  left: 360px !important;
}
.bing-maps-container--pushed-200 {
  left: 585px !important;
}
.bing-maps-container:hover:before {
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 0.4em 0.4em 0 0.4em;
  bottom: 1.65em;
  content: "";
  display: block;
  left: 2em;
  position: absolute;
  z-index: 99;
}
.bing-maps-container:hover:after {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5em;
  bottom: 2em;
  color: #fff;
  content: attr(data-content);
  display: block;
  left: 1em;
  padding: 0.3em 1em;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  z-index: 98;
}

div[data-payment-option=monthly] {
  float: right;
}

.payment-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  width: 80%;
}

.payment-image:hover {
  width: 90%;
  cursor: pointer;
}

div#UpgradeToEliteInformation {
  padding-left: 30px;
  padding-right: 30px;
}

div#UpgradeToEliteInformation-Container-ButtonContainer {
  width: 100%;
  margin-bottom: 5%;
}

div#UpgradeToEliteInformation-Container-ButtonContainer button {
  width: 100%;
  color: #fff;
  border: none;
  background: linear-gradient(to right, #512881 0%, #e80385 100%);
  border-radius: 0;
  font-size: 1.5em;
}

div#UpgradeToEliteInformation-Container-Bottom h2.decorated {
  color: grey;
}

div#UpgradeToEliteInformation-Container-Bottom h2.decorated span {
  padding: 8px;
  font-weight: normal;
  font-size: 12px;
}

div#UpgradeToEliteInformation-PaymentOptions-Row {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 240px;
}

div#UpgradeToEliteInformation-PaymentOptionInfo {
  font-size: 10pt;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 120%;
  padding-bottom: 15px;
  min-height: 50px;
}

div#EliteTrialInformation-Container-ButtonContainer {
  width: 100%;
  margin-bottom: 5%;
  left: 0;
}

div#EliteTrialInformation-Container-ButtonContainer button {
  width: 50%;
  margin-left: 25%;
  color: #fff;
  border: none;
  background: linear-gradient(to right, #512881 0%, #e80385 100%);
  border-radius: 0;
  font-size: 1.5em;
}

div.EliteTrialInformation-Info {
  font-size: 10pt;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 120%;
  min-height: 50px;
  padding-top: 15px;
}

div#EliteTrialInformation-PaymentInfo {
  font-weight: bold;
  text-align: center;
}

div#LockedFeatureInformation-Container-ButtonContainer {
  width: 100%;
  margin-bottom: 5%;
  left: 0;
}

div#LockedFeatureInformation-Container-ButtonContainer button {
  width: 50%;
  margin-left: 25%;
  color: #fff;
  border: none;
  background: linear-gradient(to right, #512881 0%, #e80385 100%);
  border-radius: 0;
  font-size: 1.5em;
}

div.LockedFeatureInformation-Info {
  font-size: 10pt;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 120%;
  min-height: 50px;
  padding-top: 15px;
}

div#LockedFeatureInformation-PaymentInfo {
  font-weight: bold;
  text-align: center;
}

#BottomPanel {
  background-color: #fff;
}

.BottomPanel-Left {
  position: absolute;
  bottom: 0;
  text-align: left;
  border: none;
  overflow-y: hidden;
  z-index: 1;
  overflow-x: hidden;
}

.sortable-selected {
  background-color: #269CD9 !important;
}
.sortable-selected i, .sortable-selected a, .sortable-selected div {
  color: #fff !important;
}

.BottomPanelHeading {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  padding: 5px;
}

#SupportContent, #Support-Panel, #customgpt_chat {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.BottomPanelFooter {
  bottom: 0;
  padding: 5px;
}

div#Training-Panel div.divider-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

div#Training-Panel div.row div {
  width: 375px;
}

div#Training-Panel div.row div img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #CCC;
  width: 80%;
  min-width: 200px;
}

div#Training-Panel div.row div img:hover {
  cursor: pointer;
}

.training-panel__videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.training-panel__videos .grid-area {
  cursor: pointer;
}
.training-panel__videos div {
  margin-bottom: 10px;
  margin-right: 10px;
}

@supports (display: grid) {
  .training-panel__videos {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
  .training-panel__videos div {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.decorated {
  overflow: hidden;
  text-align: center;
  font-family: Overpass, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.decorated span {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.decorated span:before, .decorated span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  width: 591px;
  margin: 0 20px;
}

.decorated span:before {
  right: 100%;
}

.decorated span:after {
  left: 100%;
}

.video-pill {
  color: #c01488;
  height: 34px;
  width: 30px;
  padding-right: 5px;
}

.video-pill i {
  font-size: 2.8em !important;
  padding-right: 15px;
}

#Advanced + .video-pill, .video-pill[data-name=take-a-trial] {
  float: right;
  cursor: pointer;
}

.dialog-video {
  z-index: 9999;
  cursor: pointer;
  color: #c01488;
}

.dialog-video-essentials {
  z-index: 9999;
  cursor: pointer;
  color: #0FA1A3;
}

.video-pill-left {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#Query-Boundary-Container {
  color: #171717;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
}

#SavedSearchesContainer {
  width: 100%;
}

#BoundaryText {
  font-size: 12px !important;
  line-height: 5px;
  color: #191919 !important;
}

.BoundarySearchEdit {
  margin-right: 5px;
  padding: 6px 6px 7px 7px;
}

.BoundarySearchEdit:hover {
  background-color: rgba(216, 216, 216, 0.31);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.BoundarySearchDelete {
  vertical-align: middle;
  padding: 5px 7px 6.9px 7px;
}

.BoundarySearchDelete:hover {
  background-color: rgba(216, 216, 216, 0.31);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.BoundarySearchDelete:hover > svg g g {
  fill: #DE1C1C;
}

#BoundaryTableButtons {
  display: block;
  margin-right: 12px;
}
#BoundaryTableButtons svg {
  vertical-align: middle;
}

#SavedSearchesNameInput {
  width: 300px;
  border: none;
  margin-top: 5px;
  box-shadow: none;
}

#sub-menu-layer-content {
  height: 80vh;
  position: absolute;
  width: 270px;
  padding-top: 10px;
  top: 6em;
}

.sub-menu-AddToBasket {
  width: 50%;
  margin-left: 25%;
  text-align: center;
  color: #FFF;
}

.ad-banner-container {
  display: block;
  width: 44%;
  max-height: 140px;
  bottom: 5px;
  position: absolute;
  left: 30%;
}
@media (max-width: 800px) {
  .ad-banner-container {
    display: none !important;
  }
}
.ad-banner-container__btn-close {
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
  color: #FFFFFF;
  float: right;
  position: absolute;
  right: 3px;
  font-size: 1.6em;
  cursor: pointer;
  z-index: 999;
}
.ad-banner-container__body {
  display: none;
  overflow-y: hidden;
  z-index: 1;
}
.ad-banner-container__img {
  width: 100%;
}

@media (min-width: 801px) {
  .AddedToBasketNotification {
    width: 120px !important;
    height: 30px !important;
    position: fixed !important;
    left: 58px !important;
    top: unset !important;
    bottom: 100px !important;
    text-align: center !important;
    background-color: #8e9099 !important;
    border-color: #8e9099 !important;
    color: #ffffff;
  }

  .AddedToBasketNotification div {
    min-height: 0 !important;
    border-color: #8e9099 !important;
    color: #ffffff;
  }

  .AddedToBasketNotification div:first-child {
    display: none;
  }
}
@media (max-width: 800px) {
  #SimpleTab-Interface a {
    display: none;
  }

  #Training-Header {
    font-size: 1.5em;
  }

  #Training-Panel-Tab li {
    margin-left: 0;
  }

  div#UpgradeToEliteInformation-PaymentOptions-Row {
    min-height: inherit;
  }

  .AddedToBasketNotification {
    width: 120px !important;
    height: 30px !important;
    position: fixed !important;
    left: 58px !important;
    top: unset !important;
    bottom: 112px !important;
    text-align: center !important;
    background-color: #8e9099 !important;
    border-color: #8e9099 !important;
    color: #ffffff;
  }

  .AddedToBasketNotification div {
    min-height: 0 !important;
    border-color: #8e9099 !important;
    color: #ffffff;
  }

  .AddedToBasketNotification div:first-child {
    display: none;
  }

  /*#AdBanner-Container {
    display: none !important;
  }*/
  div#EliteTrialInformation-Container-ButtonContainer button {
    margin-left: 25%;
  }
}
div#SiteFindingRequest {
  overflow-y: hidden;
}

div#SaveMoneyGoAnnualInstructions span:first-child {
  float: left;
  padding-bottom: 20px;
}

div#SaveMoneyGoAnnualInstructions span:nth-child(2) {
  float: left;
}

.open > .dropdown-menu {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.youtube-pill:hover {
  fill: #ff0000;
}

svg {
  cursor: pointer;
}

#EliteTrialInformation-Container-Bottom {
  position: absolute;
  left: 0;
}

#Query {
  border: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  cursor: text !important;
  letter-spacing: 0.1px;
  font-size: 12px;
  font-weight: 600;
  color: #656565;
}

#Query[readonly] {
  background-color: #FFFFFF !important;
}

.search-container {
  flex-basis: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-buttons {
  display: inline-block;
  border: none;
  white-space: nowrap;
  color: white;
}

.fa-search {
  font-size: 25px;
  color: #bdc3c7;
}
.fa-search:hover {
  color: #3498db;
  cursor: pointer;
}

.nav-searchbutton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  flex-basis: 10%;
  font-size: 12px;
  padding: 0;
  flex-basis: 10%;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 25px;
  vertical-align: middle;
  font-size: 10px;
  padding: 5px 9px 6px 9px;
}
.nav-searchbutton--find-me {
  display: none;
}
.nav-searchbutton--search-here {
  background-color: #24346f;
  width: 91px;
  margin: 2px 7px 2px 8px;
}
.nav-searchbutton--search-here span {
  vertical-align: top;
  padding: 5px 3px 7px 0;
}
.nav-searchbutton--search-here div {
  height: 25px;
}
.nav-searchbutton--clear-search {
  box-shadow: 0px 0px 0px 1px inset;
  width: auto;
  margin: 2px 0px 2px 10px;
}
.nav-searchbutton--clear-search div {
  margin-right: 0;
}

.nav-searchbutton i {
  padding-right: 5px;
}

.nav-searchbutton div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 10px;
}

.search-container-searchbar {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  border: none;
}
.search-container-searchbar input.dropdown-populated {
  border-radius: 16px 16px 0 0 !important;
}
.search-container-searchbar svg#QueryIcon {
  margin-top: 2px;
  margin-left: -30px;
}

.search-container-searchbar button {
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  border: none;
  outline: 0;
  margin-left: auto;
}

#nav-container-searchcontainer input {
  height: 25px;
  font-family: Overpass, sans-serif;
  padding-left: 32px;
  border-radius: 16px;
}

.nav-container-button-essentials {
  border-radius: 5px;
  background-color: #990099;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  border: none;
  margin: 0 5px 0 200px;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 8pt;
}

.dropdown-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.nav-right {
  display: flex;
  align-items: center;
}

.basket {
  border-right: 1px solid #fff;
  cursor: pointer;
  padding-right: 15px;
}

.land-registry-info {
  text-align: left;
  white-space: pre-wrap;
  font-family: Overpass, sans-serif;
}

.search-dropdown {
  font-family: Overpass, sans-serif;
  margin-top: 33px;
  position: absolute;
  background-color: #FFF;
  left: 0;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.1px;
  display: none;
}

.search-dropdown-active {
  display: block;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

.pac-container {
  width: 500px;
  left: calc(50% - 250px);
  top: 29px;
  height: fit-content !important;
  display: flex !important;
  flex-direction: column;
  box-shadow: none !important;
  z-index: -1;
  border-radius: 0 0 16px 16px;
  padding-bottom: 5px;
}
.pac-container-history .pac-item {
  padding: 5px 10px !important;
}
.pac-container-history:after {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .pac-container {
    width: 364px;
    left: calc(50% - 182px);
  }
}
@media only screen and (max-width: 480px) {
  .pac-container {
    width: calc(100vw - 62px);
    left: 58px;
  }
}

.pac-item {
  padding: 7.5px 10px !important;
  border-top: none !important;
  font-size: 11px;
  font-family: Overpass, sans-serif;
  line-height: unset;
  color: #656565;
}
.pac-item svg {
  margin-right: 5px;
}

.pac-item:hover {
  background-color: #00242E;
}
.pac-item:hover svg path {
  fill: #00958F;
}
.pac-item:hover span {
  color: #FFF;
}

.pac-logo::after {
  margin-right: 5px;
}

.pac-item-query {
  font-size: 12px;
  font-weight: 600;
}

.recently-viewed .pac-item-query {
  position: relative;
  bottom: 3px;
}
.recently-viewed .pac-item-titleMatchedAddress {
  position: relative;
  bottom: 3px;
  font-size: 10px;
  font-weight: 500;
  color: #656565;
}

.bespoke-statisticssearch-drivetime p {
  margin-top: 10px;
}
.bespoke-statisticssearch-drivetime input {
  margin-top: 15px;
  padding-left: 10px;
}

@media (min-width: 650px) {
  .mapcontrol-sm {
    display: none;
  }
}
@media (max-width: 650px) {
  .nav-searchbutton {
    display: none;
  }

  .search-container {
    flex-basis: 65%;
  }

  .nav-buttons {
    display: none;
  }
}
@media (max-width: 800px) {
  .search-type-desktop {
    display: none !important;
  }

  .search-lg {
    display: none;
  }
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.4), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.4), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.nav-essentials-buttons {
  float: right;
}

@media (max-width: 1050px) {
  .nav-essentials-buttons {
    display: none;
  }

  .search-container {
    flex-basis: 85%;
  }
}
@media (min-width: 949px) {
  .mapcontrol-lg {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-lg {
    display: none;
  }

  button#Query-Search {
    padding: 1px 0;
    margin: 0;
  }
}
@media (max-width: 1250px) {
  img#nimbus-logo {
    display: inline !important;
    margin-right: 5px;
  }

  img#nimbus-logo-desktop {
    display: none !important;
  }
}
div#Lookup-SaveCard-Details iframe {
  width: 100% !important;
  margin-top: 6px;
}

#AddressDetails {
  overflow: hidden;
}

.expand-icon-expand {
  float: right;
}

.nav-vertical-item {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-vertical-item svg {
  width: 34px;
}
.nav-vertical-item span.icon-label {
  font-size: 9px;
  letter-spacing: 0.02px;
  color: #FFF;
  margin: 0 5px;
  display: block;
  font-family: Overpass, sans-serif;
}
.nav-vertical-item__title {
  opacity: 0;
  font-size: 9px;
  color: #00958F;
}
@media only screen and (max-width: 780px) {
  .nav-vertical-item__title {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-vertical-item:hover {
    cursor: pointer;
  }
  .nav-vertical-item:hover svg * {
    stroke: #00958F;
    stroke-width: 0.2px;
  }
  .nav-vertical-item:hover#Navigation-VerticalBar-Workflow svg * {
    stroke-width: 0;
  }
  .nav-vertical-item:hover:not(#Navigation-VerticalBar-Training, #Navigation-VerticalBar-Basket) svg * {
    fill: #00958F;
  }
  .nav-vertical-item:hover#Navigation-VerticalBar-Basket svg *, .nav-vertical-item:hover#Navigation-VerticalBar-Training svg * {
    stroke-width: 0.8px;
  }
  .nav-vertical-item:hover .nav-vertical-item__title {
    opacity: 1;
  }
}
.nav-vertical-item span.icon-wrapper {
  border-left: 4px solid #00242E;
  border-right: 4px solid #00242E;
}
.nav-vertical-item.selected span.icon-wrapper {
  width: 100%;
  border-right: 4px solid #6C55AA;
}
@media only screen and (max-width: 780px) {
  .nav-vertical-item {
    margin-bottom: 30px;
  }
}

.BottomPanelBody {
  background-color: #00313B;
  padding: 0 10px;
  height: 100%;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.BottomPanelBody::-webkit-scrollbar {
  width: 5px;
  background-color: #00313B;
}
.BottomPanelBody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6C55AA;
}

#training {
  display: none;
  width: 544px;
  height: calc(100% - 8px);
  left: 54px;
  top: 4px;
  z-index: 9;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 780px) {
  #training {
    left: 54px;
  }
}
@media (max-width: 500px) {
  #training {
    width: calc(100% - 58px);
  }
}

#Training-Top {
  background-color: #00242E;
}

.help-support {
  background-color: #00313B;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 0;
  letter-spacing: 0.01em;
}

.line {
  background-color: white;
  height: 1px;
  width: 85%;
  margin-left: 3%;
  border-top: none;
  margin-bottom: 20px;
}

.help-support-title {
  padding-left: 20px;
  cursor: pointer;
}

.help-support-title:nth-child(2) {
  opacity: 50%;
}

#SupportPanelBody {
  display: none;
}

.training-video-dialog {
  padding: 0;
  background: none;
  box-shadow: none;
  top: 7vw !important;
  left: 34vw !important;
  width: 55vw !important;
  height: 80vh !important;
}
@media only screen and (max-width: 1100px) {
  .training-video-dialog {
    left: 15vw !important;
    width: 70vw !important;
    height: 88vh !important;
  }
}
@media only screen and (max-width: 560px) {
  .training-video-dialog {
    left: 5vw !important;
    width: 90vw !important;
    height: 55vh !important;
    top: 25vh !important;
  }
}
.training-video-dialog.ui-dialog {
  border: none;
}
.training-video-dialog .ui-dialog-titlebar {
  position: absolute;
  background-color: transparent !important;
  width: 100%;
  z-index: 1;
}
.training-video-dialog .ui-dialog-titlebar button.ui-button.ui-dialog-titlebar-close {
  right: 0.6em;
}
.training-video-dialog .ui-dialog-titlebar button.ui-button.ui-dialog-titlebar-close .ui-button-icon.ui-icon.ui-icon-closethick {
  background-image: url("../../images/UI/_close.svg");
  background-position: 0;
  width: 21px;
  height: 21px;
}
.training-video-dialog .YouTube-Video {
  padding: 0;
  border-radius: 15px;
  width: 100% !important;
  height: 100% !important;
}

.ui-widget-overlay {
  background: #000;
  opacity: 63%;
}

.ui-dialog.errorDialog {
  padding: 12px;
  border-radius: 5px;
  background-color: #00958F;
  border: none;
}
.ui-dialog.errorDialog.filters-error {
  min-height: 245px;
}
.ui-dialog.errorDialog .ui-dialog-titlebar {
  padding: 0;
  background-color: #00958F !important;
}
.ui-dialog.errorDialog .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 20px 0 10px 0 !important;
  color: #FFF;
  text-align: center;
}
.ui-dialog.errorDialog .ui-dialog-titlebar .ui-button {
  top: 8px;
  right: -2px;
}
.ui-dialog.errorDialog .ui-dialog-titlebar .ui-button .ui-icon-closethick {
  background-image: url("../../images/UI/_white-close.svg");
  background-position: unset;
  transform: scale(1);
}
.ui-dialog.errorDialog #Error {
  display: block;
  height: auto !important;
  width: 60% !important;
  margin-left: unset !important;
  margin-right: unset !important;
  margin: auto !important;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  color: #FFF !important;
}
.ui-dialog.errorDialog #Error span {
  display: block;
  margin: 15px 0;
}
.ui-dialog.errorDialog .ui-dialog-buttonpane {
  padding: 0 !important;
  margin-top: 25px;
  background: #00958F !important;
  background-color: #00958F !important;
}
.ui-dialog.errorDialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
  text-align: center;
}
.ui-dialog.errorDialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  width: 67px;
  font-size: 14px !important;
  font-weight: bold;
  background-color: #6C55AA !important;
  border: 1px solid #6C55AA !important;
}
.ui-dialog.tryAgainDialog {
  padding: 12px;
  border-radius: 5px;
  background-color: #00958F;
  border: none;
}
.ui-dialog.tryAgainDialog.filters-error {
  min-height: 245px;
}
.ui-dialog.tryAgainDialog .ui-dialog-titlebar {
  padding: 0;
  background-color: #00958F !important;
}
.ui-dialog.tryAgainDialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog.tryAgainDialog .ui-dialog-titlebar .ui-button {
  top: 8px;
  right: -2px;
}
.ui-dialog.tryAgainDialog .ui-dialog-titlebar .ui-button .ui-icon-closethick {
  background-image: url("../../images/UI/_white-close.svg");
  background-position: unset;
  transform: scale(1);
}
.ui-dialog.tryAgainDialog #TryAgain {
  display: block;
  padding: 0;
  width: 90% !important;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  color: #FFF !important;
  text-align: center;
  margin: 25px auto auto auto;
}
.ui-dialog.tryAgainDialog #TryAgain span {
  display: none;
}
.ui-dialog.tryAgainDialog .ui-dialog-content {
  min-height: 100% !important;
}
.ui-dialog.tryAgainDialog .ui-dialog-buttonpane {
  padding: 0 !important;
  margin: 0;
  background: #00958F !important;
  background-color: #00958F !important;
}
.ui-dialog.tryAgainDialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
  text-align: center;
}
.ui-dialog.tryAgainDialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  width: 100px;
  font-size: 14px !important;
  font-weight: bold;
  background-color: #6C55AA !important;
  border: 1px solid #6C55AA !important;
}
.ui-dialog.privacy-policy-dialog {
  z-index: 10000000000;
}

#AddBoundary:hover, #SearchHere:hover {
  background-color: #142255 !important;
}

#ClearSearch:hover {
  background-color: #24336f;
  border-color: #24336f;
  box-shadow: none;
}

.quick-guide {
  top: 125px;
}

.components-container-right {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 7;
}
@media only screen and (max-width: 834px) {
  .components-container-right {
    z-index: 6;
  }
}

.lsl-directions-root {
  width: 100%;
  height: 80%;
  padding: 5%;
}

.lsl-directions-search {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
}

.section-trip-summary {
  position: relative;
}

.section-trip-summary-break {
  border: none;
  border-bottom: 3px solid #e5e5e5;
}

.section-trip-summary-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
}

.section-trip-summary-time {
  color: #5a9d00;
}

.section-trip-summary-subtitle {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 300;
}

.travel-disclaimer {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  padding: 5%;
  border-bottom: 1px solid #e5e5e5;
}

.directions-mode {
  height: auto;
  overflow-x: hidden;
}

.directions-mode-body {
  padding: 5%;
}

.directions-text-waypoint {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -3px;
  margin: 2%;
  margin-left: 0;
}

.first-line {
  font-weight: 600;
}

.second-line {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  overflow-wrap: break-word;
  padding: 2%;
}

.transit-leg-line {
  height: 100%;
  width: 5%;
}

.transit-logical-step.walk .transit-leg-line {
  width: 6px;
  border: none;
  background-image: url("//maps.gstatic.com/tactile/sidepanel/leg-bullet-1x.png");
  top: 3px;
  background-repeat: repeat-y;
  background-size: 6px 12px;
}

.transit-logical-step.transit-leg-line {
  border-left: solid #06abf5 6px;
  width: 0;
  left: 0;
  position: absolute;
}

.transit-timeline {
  width: 10%;
  height: 100%;
}

.transit-stop-name {
  font-size: 16px;
  font-weight: 500;
}

/*.transit-stop-circle{
    margin-right: 2%;
}*/
.transit-stop {
  margin-top: 5%;
  padding-top: 2%;
  border-top: 2px solid #e5e5e5;
}

.walk-directions {
  margin-top: 5%;
  padding-top: 10px;
  border-top: 2px solid #e5e5e5;
}

.directions-mode-step-summary {
  padding: 2%;
}

.step-description {
  font-weight: 200;
  font-size: 14px;
}

.end-waypoint {
  padding-top: 5%;
  border-top: 2px solid #e5e5e5;
}

.lsl-search-bar {
  width: 75%;
}

.service-by {
  padding: 2%;
  color: rgba(0, 0, 0, 0.4);
}

#InformationPanelWrapper {
  display: none;
  position: absolute;
  width: fit-content;
  left: 54px;
  height: calc(100% - 8px);
  margin: 4px 0;
}

.information-panel {
  overflow: hidden;
  background-color: #FFF;
  color: #00313B;
  font-family: Overpass, sans-serif;
  padding: 0;
  position: relative;
  text-align: left;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 525px;
  z-index: 1;
  display: flex;
  flex-direction: row;
}
.information-panel--open {
  left: 54px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.information-panel--open .chevron-arrow {
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 9px;
  height: 9px;
  position: fixed;
  transform: rotate(-135deg);
  top: 29%;
  left: 145%;
}
.information-panel--close {
  left: -475px;
  background-color: transparent !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media all and (max-width: 780px) {
  .information-panel--close {
    left: -224px;
  }
}
.information-panel--close .chevron-arrow {
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 9px;
  height: 9px;
  position: fixed;
  transform: rotate(-315deg);
  top: 5%;
  left: 145%;
}
.information-panel .infoPanel-toggle-hide, .information-panel .infoPanel-toggle-hide div * {
  left: -110%;
  background-color: transparent !important;
}
.information-panel--Measurement-Results {
  width: 400px;
}

.information-panel__content {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}
.information-panel__content--Measurement-Results {
  padding: 0 30px;
}
.information-panel__content .measurement-results-panel {
  display: flex;
  flex-direction: column;
}
.information-panel__content .measurement-results-panel .panel-heading {
  padding-left: 20px;
  padding-bottom: 10px;
}
.information-panel__content .measurement-results-panel .panel-heading .panel-title {
  font-size: 23px;
  font-weight: 400;
  margin-top: 5px;
  color: #fff;
}
.information-panel__content .measurement-results-panel .panel-body {
  padding: 20px 50px;
}
.information-panel__content .measurement-results-panel .panel-body label {
  font-weight: 400;
  margin-right: 15px;
  color: #fff;
}
.information-panel__content .measurement-results-panel .panel-body #AcreageInput {
  background-color: #384372;
  color: #FFF;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  width: 162px;
}
@media only screen and (max-width: 780px) {
  .information-panel__content .measurement-results-panel .panel-body #AcreageInput {
    width: 150px;
  }
}
.information-panel__content .measurement-results-panel .panel-body #AcreageSubmit {
  background-color: #6856A6;
  border-radius: 5px;
  width: 88px;
  float: right;
}
.information-panel__content .measurement-results-panel .panel-body table th {
  background-color: #6856A6 !important;
  color: #FFF !important;
  border-bottom: none !important;
  font-size: 14px !important;
  letter-spacing: 0.045em;
  padding: 5px 15px !important;
}
.information-panel__content .measurement-results-panel .panel-body table td {
  background-color: #384372;
  color: #FFF;
  border: none;
  border-bottom: none !important;
  font-size: 14px !important;
  letter-spacing: 0.045em;
  padding: 5px 15px !important;
}
.information-panel__content .measurement-results-panel .panel-body table td sup {
  background-color: transparent !important;
  position: relative;
  bottom: 4px;
  left: 1px;
}
.information-panel__content .measurement-results-panel .panel-body table td.row-spacer {
  padding: 0 10px !important;
}
.information-panel__content .measurement-results-panel .panel-body table td.row-spacer span {
  display: block;
  border-top: 1px solid #FFF !important;
}
.information-panel__content .measurement-results-panel .panel-footer {
  text-align: center;
  margin-top: 10px;
}
.information-panel__content .measurement-results-panel .panel-footer #clear-radius-measurement-results {
  width: 233px;
  margin-left: 0 !important;
  background-color: #6856A6;
  border-radius: 5px;
}
.information-panel__content .Panel.google-polygon-results {
  text-align: center;
}
.information-panel__content .Panel.google-polygon-results table.table {
  width: 200px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
.information-panel__content .Panel.google-polygon-results table.table tr {
  background-color: transparent !important;
}
.information-panel__content .Panel.google-polygon-results table.table th {
  background-color: #6856A6 !important;
  color: #FFF !important;
  border-bottom: none !important;
  font-size: 14px !important;
  letter-spacing: 0.045em;
  padding: 5px 15px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.information-panel__content .Panel.google-polygon-results table.table td {
  background-color: #384372;
  color: #FFF;
  border: none;
  font-size: 14px !important;
  letter-spacing: 0.045em;
  padding: 5px 15px !important;
  border-bottom: none !important;
}
.information-panel__content .Panel.google-polygon-results table.table td sup {
  background-color: transparent !important;
  position: relative;
  bottom: 4px;
  left: 1px;
}
.information-panel__content .Panel.google-polygon-results table.table td.row-spacer {
  padding: 0 10px !important;
}
.information-panel__content .Panel.google-polygon-results table.table td.row-spacer span {
  display: block;
  border-top: 1px solid #FFF !important;
}
.information-panel__content .Panel.google-polygon-results table.table tbody tr {
  background-color: transparent !important;
}
.information-panel__content .Panel.google-polygon-results table.table tbody tr:first-child td {
  border-top: none !important;
}
.information-panel__content .Panel.google-polygon-results table.table tbody tr:last-child td {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.information-panel__content::-webkit-scrollbar {
  width: 12px;
}
.information-panel__content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 10px;
  border: 3px solid transparent;
  background-color: #6C55AA;
}

.information-panel__close {
  margin-right: -17px;
  margin-top: -8px;
}
.information-panel__close svg {
  position: relative;
  bottom: 20px;
}

.information-panel__header {
  align-items: center;
  color: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.75em;
  font-weight: 300;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  line-height: 1.2em;
}
.information-panel__header--background-grey {
  background-color: #eee;
}
.information-panel__header-with-close:last-child {
  margin-left: auto;
}
.information-panel__header-sub-header {
  color: #cac2c2;
  font-size: 0.8em;
  padding-left: 10px;
}

.text-center {
  text-align: center;
}

.information-panel__nav {
  font-size: 15px;
  padding-top: 20px;
}
.information-panel__nav-btn {
  -ms-grid-row: 1;
  border: 0;
  color: #ffffff;
  background-color: #6C55A9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.75em 0;
  cursor: pointer;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  .information-panel__nav-btn {
    display: block;
  }
}
.information-panel__nav-btn--1 {
  -ms-grid-column: 1;
  grid-area: one;
}
.information-panel__nav-btn--2 {
  -ms-grid-column: 2;
  grid-area: two;
}
.information-panel__nav-btn--3 {
  -ms-grid-column: 1;
  grid-area: three;
}
.information-panel__nav-owner-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "one two" !important;
  grid-column-gap: 20px;
}

.panel-sections {
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.section-purchased-text {
  display: flex;
  justify-content: flex-end;
}

.section-sub > .section {
  padding: 5px 0;
}

.section--greyed-out {
  color: #a1a1a1;
}

.level, .level-three {
  padding-left: 15px;
}
.level-three {
  background-color: #ccc;
}

.display-none {
  display: none;
}

.section-input:checked ~ .section-sub {
  height: auto;
  opacity: 1;
  margin: 10px 0;
}

.section-label {
  cursor: pointer;
  display: block;
  position: relative;
}

.section-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 12px;
}

.row-title {
  font-weight: 300;
  font-size: 14px;
}

.row-data {
  max-width: 50%;
  overflow-wrap: break-word;
}

.dropdown-label {
  min-width: 140px;
}

#OwnershipTitleNumbersList, #OwnershipTitleNumbersListLeaseHold, #LinkedLeaseholdsNumbersList {
  width: 100%;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .grid-3 {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.space-out {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.topo-button {
  cursor: pointer;
}

.btn-PFR-reports {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  height: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
}
.btn-PFR-reports:hover {
  background-color: #37488f;
}
@media all and (-ms-high-contrast: none) {
  .btn-PFR-reports {
    padding-left: 120px;
  }
}

.fa-check {
  color: green;
}

.fa-times--red {
  color: red;
}

.mass-report__logo {
  height: 19px;
  width: 16px;
  float: left;
}
.mass-report__text {
  font-size: 15px;
  float: right;
  line-height: 30px;
  /*This is so the text is centered with the logo*/
  padding-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  .mass-report__text {
    margin-right: 120px;
  }
}
.mass-report__small-text {
  font-size: 10px;
  color: #878787;
  font-style: italic;
  font-weight: normal;
}
.mass-report__button {
  padding-bottom: 8px;
  padding-top: 8px;
  width: 30%;
  float: right;
}
.mass-report__panel {
  padding: 20px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-item {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@supports (-ms-ime-align: auto) {
  .btn-item {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.section-sub {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.information-panel-table {
  text-align: left;
}
.information-panel-table__header {
  background-color: #ddd;
}
.information-panel-table__header, .information-panel-table__data {
  padding: 0.5em;
}
.information-panel-table__header sup, .information-panel-table__data sup {
  position: relative;
  bottom: 3px;
  padding: 0;
}
.information-panel-table__data--foot {
  border: 1px solid #333;
  color: #fff;
  font-weight: 700;
}
.information-panel-table__data--foot-sup {
  color: #fff;
  font-weight: 700;
}
.information-panel-table th.w-25 {
  width: 25%;
}

.responsive_button {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  -ms-grid-rows: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 10px;
  margin-top: 30px;
}
.responsive_button__link, .responsive_button__link--active {
  color: #ffffff;
  background-color: rgba(108, 85, 169, 0.5);
  opacity: 0.5;
  display: block;
  border: 0;
  font-size: 14px;
  margin: 0;
  padding: 0.75em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .responsive_button__link, .responsive_button__link--active {
    margin: 3px;
  }
}
@supports (-ms-ime-align: auto) {
  .responsive_button__link, .responsive_button__link--active {
    margin: 3px;
  }
}
.responsive_button__link--active {
  background-color: #6C55A9;
  cursor: pointer;
  opacity: 1;
}
.responsive_button__link--active:hover {
  color: #fff;
}
.responsive_button__link:hover, .responsive_button__link--active:hover {
  text-decoration: none;
  text-decoration: none !important;
}
.responsive_button__expand-all {
  grid-area: 1/2/2/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media screen and (max-width: 640px) {
  .responsive_button {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .responsive_button__expand-all {
    grid-area: 2/1/3/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .responsive_button__request-topo {
    grid-area: 3/1/4/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .responsive_button__toggle-polygons {
    grid-area: 1/1/2/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.inactive {
  background-color: #ffffff !important;
  color: black !important;
  border: 1px solid #6C55A9;
}

/* Media queries */
/* Styling for IE */
@media all and (-ms-high-contrast: none) {
  .information-panel__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  .information-panel__nav-btn {
    width: 49%;
  }

  .panel-address {
    width: 524px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 640px) {
  .information-panel__nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .information-panel__nav-btn {
    width: 100%;
  }
  .information-panel__nav-btn:first-of-type {
    margin-bottom: 10px;
  }
}
/* Other browsers */
@media screen and (max-width: 640px) {
  .panel-sections {
    padding: 2px;
  }

  .information-panel {
    width: calc(100% - 58px);
  }

  .information-panel__nav {
    grid-template-areas: "one one" "two two" "three three";
  }

  .section {
    padding: 8px 10px;
  }

  .btn-downloads {
    font-size: 16px;
  }

  .btn-downloads__img {
    display: none;
  }

  .information-panel-table {
    font-size: 10px;
  }

  .information-panel__nav-owner-section {
    grid-template-areas: none !important;
    grid-column-gap: initial;
  }
}
@media screen and (max-width: 420px) {
  .information-panel-table {
    font-size: 10px;
  }

  .section-row {
    font-size: 12px;
  }
}
.jssocials-shares {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.information-panel_buttons {
  padding-top: 22px;
}

.information-panel {
  background-color: transparent;
  z-index: 8;
  height: 100%;
  border-radius: 0 5px 5px 0;
}
.information-panel .text-capitalize {
  text-transform: uppercase;
}
.information-panel .btn-overlay__hover-icon {
  content: url(../../images/UI/info-circle.svg);
  vertical-align: bottom;
  padding-left: 5px;
}
@media screen and (max-width: 850px) {
  .information-panel .btn-overlay__hover-icon {
    display: none;
  }
}
.information-panel__header {
  padding: 28px 13px 12px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
.information-panel .information-panel-body {
  height: calc(100% - 68px);
  position: relative;
}
.information-panel .infoPanel-header-body {
  background-color: #00313B;
  border-radius: 0 5px 5px 0;
  width: 100%;
}
.information-panel #Section-BuildingHeights a {
  color: #00313B;
}
.information-panel #Section-BuildingHeights a:hover {
  color: #00958F !important;
}
.information-panel #Section-InformationPanel-CommercialUses .section {
  background-color: transparent !important;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  border-color: #6C55A9 !important;
  border: 1px solid;
  border-radius: 3px;
}
.information-panel #Section-InformationPanel-CommercialUses .section-sub .section .section-sub {
  border: 0px !important;
}
.information-panel #Section-InformationPanel-CommercialUses .section-sub .section .section-sub .section {
  border: 0px !important;
  margin-bottom: 0px !important;
}
.information-panel #Section-InformationPanel-CommercialUses :not(:first-child) .section-label {
  background-color: #ffffff;
  margin-top: 6px;
  border-radius: 3px;
  border: 0px;
}
.information-panel #Section-InformationPanel-CommercialUses table {
  margin: 0px !important;
  border: 0px 0px 5px 5px !important;
}
.information-panel #Section-InformationPanel-CommercialUses table th {
  background-color: #6C55A9 !important;
}
.information-panel #Section-InformationPanel-CommercialUses table td, .information-panel #Section-InformationPanel-CommercialUses table th {
  border: none !important;
}
.information-panel #Section-PlanningHistory .section {
  background-color: transparent !important;
  margin: 0px;
  margin-bottom: 10px;
  padding: 5px;
  border-color: #6C55A9 !important;
  border: 1px solid;
  border-radius: 3px;
}
.information-panel .panel-address {
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 15px 31px 15px 21px;
  margin: 13px;
  top: 0;
  z-index: 999;
  line-height: 1.13;
}
.information-panel .panel-address a, .information-panel .panel-address a.information-panel__postcode-link {
  color: #0fa1a3;
}
.information-panel .panel-address a:not(.information-panel__nav-btn):hover, .information-panel .panel-address a.information-panel__postcode-link:not(.information-panel__nav-btn):hover {
  color: #00958F !important;
}
.information-panel .panel-address .information-panel__nav {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.information-panel .panel-address .information-panel__nav .address-useTypes-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.information-panel .panel-address .information-panel__nav .share-workflow-wrapper {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #FFF;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .information-panel .panel-address .information-panel__nav .share-workflow-wrapper {
    flex-direction: column;
  }
}
.information-panel .panel-address .information-panel__nav .share-workflow-wrapper .share-title {
  flex: 1.5;
}
.information-panel .panel-address .information-panel__nav .share-workflow-wrapper .responsive_button__link--active, .information-panel .panel-address .information-panel__nav .share-workflow-wrapper .responsive_button__link {
  padding: 0.75em;
  width: 100%;
}
.information-panel .panel-address .information-panel__nav a {
  color: #FFF;
}
.information-panel .panel-address .information-panel__nav [data-group=Lookup-PostcodeSearch] {
  color: #00313B;
}
.information-panel .panel-address .information-panel__nav .share-title {
  color: #00313B;
  font-weight: bold;
}
.information-panel .panel-address .information-panel__nav .share-title.share-title-disabled {
  color: #cac2c2;
}
.information-panel .panel-address .information-panel__nav .share-title.share-title-disabled:hover {
  text-decoration: none;
}
.information-panel .panel-address .information-panel__nav .workflow-remove {
  width: 150px !important;
  font-weight: 100 !important;
  font-size: 12px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 !important;
  height: 38px;
}
.information-panel .panel-address .information-panel__nav .workflow-remove:hover {
  color: #FFF;
  text-decoration: none;
}
.information-panel .panel-address .information-panel__nav .workflow-remove .fa {
  font-size: large;
  margin-bottom: 5px;
}
.information-panel .panel-address .information-panel__nav .workflow-add {
  width: 145px !important;
  font-weight: 100 !important;
  font-size: 11px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  height: 38px;
}
.information-panel .panel-address .information-panel__nav .workflow-add:hover {
  color: #FFF;
  text-decoration: none;
}
.information-panel .panel-address .information-panel__nav.non-workflow .share-title {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .information-panel .panel-address .information-panel__nav.non-workflow .share-title {
    padding-bottom: 25px;
  }
}
.information-panel .panel-address .multiple-uprn-addresses {
  color: #00313B;
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
}
.information-panel .panel-address .multiple-uprn-addresses-sub-title {
  font-size: 12px;
  font-weight: 500;
}
.information-panel .panel-address .other-countries-use-types {
  margin-top: 13px;
}
.information-panel .panel-address .other-countries-use-types table th {
  padding: 7px 10px !important;
}
.information-panel .panel-address .other-countries-use-types table td {
  font-size: 12px;
}
.information-panel .panel-address .other-countries-use-types table tr.last-visible {
  border-radius: 0 0 5px 5px;
}
.information-panel .panel-address .multiple-uprn-addresses {
  color: #00313B;
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
}
.information-panel .panel-address .multiple-uprn-addresses-sub-title {
  font-size: 12px;
  font-weight: 500;
}
.information-panel .panel-address .other-countries-use-types {
  margin-top: 13px;
}
.information-panel .panel-address .other-countries-use-types table th {
  padding: 7px 10px !important;
}
.information-panel .panel-address .other-countries-use-types table td {
  font-size: 12px;
}
.information-panel .panel-address .other-countries-use-types table tr.last-visible {
  border-radius: 0 0 5px 5px;
}
.information-panel .panel-address .other-countries-use-types table tr.last-visible:last-child td:only-child {
  border-radius: 0 0 5px 5px !important;
}
.information-panel .panel-address .other-countries-use-types table tr:last-child td:only-child {
  border-radius: 0 0 5px 5px !important;
}
.information-panel .panel-address .use-count-paging {
  font-size: 10px;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.information-panel .panel-address .use-count-paging #ShowMoreUseTypes {
  font-size: 12px;
  color: #006377;
}
.information-panel .panel-address .use-count-paging #ShowMoreUseTypes:hover {
  color: #00958F;
  cursor: pointer;
}
.information-panel .panel-address .see-all-addresses {
  margin: 4px 0 7px 0;
  display: flex;
  justify-content: flex-end;
}
.information-panel .panel-address .see-all-addresses .show-more-addresses {
  padding-left: 5px;
  color: #006377;
  font-size: 12px;
  font-weight: 600;
}
.information-panel .panel-address .see-all-addresses .show-more-addresses:hover {
  color: #00958F;
  cursor: pointer;
}
.information-panel .panel-address .use-count-paging {
  font-size: 10px;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.information-panel .panel-address .use-count-paging #ShowMoreUseTypes:hover {
  text-decoration: underline;
  color: #006377;
}
.information-panel .panel-address .see-all-addresses {
  margin: 4px 0 7px 0;
  display: flex;
  justify-content: flex-end;
}
.information-panel .panel-address .see-all-addresses .show-more-addresses {
  padding-left: 5px;
  color: #006377;
  font-size: 12px;
  font-weight: 600;
}
.information-panel .panel-address .see-all-addresses .show-more-addresses:hover {
  text-decoration: underline;
  color: #006377;
}
.information-panel .property-use-types {
  margin-top: 3px;
}
.information-panel .property-use-types table {
  border: none;
}
.information-panel .property-use-types table tr td {
  border: 1px solid;
}
.information-panel .property-use-types table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 5px;
}
.information-panel .property-use-types table tr:last-of-type td:last-of-type {
  border-radius: 0 0 5px 0;
}
.information-panel .property-use-types table.all-shown tr:nth-of-type(4) td:first-of-type {
  border-radius: unset;
}
.information-panel .property-use-types table.all-shown tr:nth-of-type(4) td:last-of-type {
  border-radius: unset;
}
.information-panel .property-use-types .use-types-header {
  display: flex;
  flex-direction: row;
  margin: 8px 0;
}
.information-panel .property-use-types .use-types-header span {
  font-size: 12px;
}
.information-panel .property-use-types .use-types-header .use-types-title {
  flex: 1;
  font-weight: 600;
  font-size: 14px;
}
.information-panel .property-use-types .use-types-header #UseTypesCount {
  margin-right: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
}
@media only screen and (max-width: 640px) {
  .information-panel .property-use-types .use-types-header #UseTypesCount {
    flex: 1;
  }
}
.information-panel .property-use-types .row-hidden {
  display: none;
}
.information-panel .property-use-types #ShowMoreUseTypes {
  font-size: 12px;
  font-weight: 500;
  color: #00313B;
  cursor: pointer;
}
.information-panel .property-use-types #ShowMoreUseTypes:hover {
  color: #00958F;
}
.information-panel .property-in-strategies--wrapper {
  margin-top: 20px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--title {
  font-weight: bold;
  font-size: 14px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--strategy {
  margin: 15px 0;
  font-size: 12px;
  font-weight: 400;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--strategy .icons {
  float: right;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--strategy .icons .expand, .information-panel .property-in-strategies--wrapper .property-in-strategies--strategy .icons .unexpand {
  margin-left: 7px;
  cursor: pointer;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--strategy .icons .expand {
  content: url("../../images/UI/_expand.svg");
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--strategy .icons .unexpand {
  content: url("../../images/UI/_collapse.svg");
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--bundleChecklist {
  padding: 0 8px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay {
  font-size: 10px;
  margin: 14px 0;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls {
  float: right;
  color: #0EB0A4;
  position: relative;
  bottom: 3px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls svg {
  position: relative;
  bottom: 5px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls .see-similar-link {
  cursor: pointer;
  position: relative;
  bottom: 5px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls .see-similar-link:hover {
  text-decoration: underline;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls .expand, .information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls .unexpand {
  margin-left: 7px;
  cursor: pointer;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls .expand {
  content: url("../../images/UI/_expand.svg");
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlay__controls .unexpand {
  content: url("../../images/UI/_collapse.svg");
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist {
  display: flex;
  font-size: 9px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__checked {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-right: 1px solid #000;
  padding-right: 32px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__checked .checklist-title {
  margin-bottom: 10px;
  text-decoration: underline;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__checked .checklist-category {
  margin: 10px 0 5px 0;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__checked .checklist-check {
  margin: 5px 0;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__checked .checklist-check .check-passed {
  float: right;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__checked .checklist-check .check-passed--icon {
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__checked .checklist-check .check-passed svg {
  cursor: default;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__notChecked {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__notChecked .checklist-title {
  margin-bottom: 10px;
}
.information-panel .property-in-strategies--wrapper .property-in-strategies--overlayChecklist__notChecked .checklist-check {
  margin: 5px 0;
}

table.address-value-table th, table.address-value-table td {
  padding: 6px 10px !important;
}

table.address-value-table th {
  width: 50%;
}

.expand-all-wrapper {
  text-align: right;
  margin: 1em;
}
.expand-all-wrapper a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.expand-all-wrapper a:hover {
  color: #00958F;
}

.panel-sections .pl-10 {
  padding-left: 10px;
}
.panel-sections .link-text-underline {
  color: #00313B;
  font-size: 12px;
  font-weight: 600;
  text-decoration-line: underline;
}
.panel-sections .section {
  background-color: #fff;
}
.panel-sections .section .section-label {
  padding-right: 8%;
  margin-bottom: 0;
}
.panel-sections .section .section-label:after {
  content: url("../../images/UI/_expand-dark.svg");
  position: absolute;
  top: 0;
  right: 0;
}
.panel-sections .section .section-label--restricted:after {
  color: #990099;
  content: "\f023";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
}
.panel-sections .section .section-row.intersection-address-list, .panel-sections .section .section-row.intersection-polygon-list {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.panel-sections .section .section-row.intersection-address-list p, .panel-sections .section .section-row.intersection-polygon-list p {
  margin-right: 10px;
}
.panel-sections .section .section-row.intersection-address-list select, .panel-sections .section .section-row.intersection-polygon-list select {
  width: 100%;
}
.panel-sections .section .section-row-owner {
  padding-top: 17.8px;
  position: relative;
}
.panel-sections .section .section-row-owner div.row-data {
  margin-top: auto;
}
.panel-sections .section .section-row p.company-title {
  max-width: 80% !important;
}
.panel-sections .section .section-row .row-title {
  font-weight: 600;
  color: #00313B;
  letter-spacing: -0.1px;
  margin: auto 0;
}
.panel-sections .section .section-row .row-title__desktop {
  display: block;
}
@media only screen and (max-width: 640px) {
  .panel-sections .section .section-row .row-title__desktop {
    display: none;
  }
}
.panel-sections .section .section-row .row-title__mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  .panel-sections .section .section-row .row-title__mobile {
    display: block;
  }
}
.panel-sections .section .section-row .row-data {
  font-weight: normal;
}
.panel-sections .section .section-row .row-data a {
  color: #00313B;
  font-weight: 500;
}
.panel-sections .section .section-row .row-data a:hover {
  color: #00958F;
}
.panel-sections .section .section-row .row-data a.no-title-available {
  color: #A40005;
}
.panel-sections .section .section-row .row-data select {
  border-radius: 4px;
  border: solid 1px #e9eaef;
}
.panel-sections .section .section-row .row-data #FindOwner {
  border-radius: 5px;
  background-color: #6C55A9 !important;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  max-height: 26px;
  padding: 5px 0;
  cursor: pointer;
}
.panel-sections .section .section-row .row-data #FindOwner.add-to-basket-find-owner {
  width: 80px !important;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.panel-sections .section .section-row .row-data #FindOwner.add-to-basket-find-owner.in-basket, .panel-sections .section .section-row .row-data #FindOwner.add-to-basket-find-owner.in-basket:hover {
  opacity: 0.5;
}
.panel-sections .section .section-row .row-data #search-company-properties {
  font-size: 12px;
  font-weight: 500;
}
.panel-sections .section .section-row .row-data-company-name {
  font-weight: bold;
}
.panel-sections .section .section-row.mass-report__button {
  width: 55%;
}
@media only screen and (max-width: 560px) {
  .panel-sections .section .section-row.mass-report__button {
    width: 100%;
  }
}
.panel-sections .section .section-row.mass-report__button .btn-PFR-reports {
  background-color: #24336f;
  height: 35px;
  display: flex;
  flex-direction: row;
}
.panel-sections .section .section-row.mass-report__button .btn-PFR-reports:hover {
  background-color: #142255;
}
.panel-sections .section .section-row.mass-report__button .btn-PFR-reports .mass-report__logo {
  height: 18px;
  width: 16px;
}
.panel-sections .section .section-row.mass-report__button .mass-report__text {
  font-size: 14px;
}
.panel-sections .section .section-row .mass-report__small-text {
  opacity: 0.43;
  color: #878787;
}
.panel-sections .section .section-input:checked + .section-label:after {
  content: url("../../images/UI/_collapse-dark.svg");
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  margin-top: -3px !important;
}
.panel-sections .section .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .panel-sections .section .grid-2 {
    grid-template-columns: 1fr;
  }
}
.panel-sections .section .grid-2 .btn-downloads {
  background-color: #6C55A9;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 48px;
  padding: 0.75em 0;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
}
.panel-sections .section .grid-2 .btn-downloads.in-basket {
  opacity: 0.5;
}
.panel-sections .section .grid-2 .btn-downloads.in-basket:hover .btn-downloads__text, .panel-sections .section .grid-2 .btn-downloads.in-basket:hover .btn-downloads__arrow {
  color: #b4b4b4;
}
.panel-sections .section .grid-2 .btn-downloads.in-basket .btn-downloads__text, .panel-sections .section .grid-2 .btn-downloads.in-basket .btn-downloads__arrow {
  color: #b4b4b4;
}
.panel-sections .section .grid-2 .btn-downloads:hover {
  background-color: #6C55A9;
}
.panel-sections .section .grid-2 .btn-downloads:hover .btn-downloads__text, .panel-sections .section .grid-2 .btn-downloads:hover .btn-downloads__arrow {
  color: #FFF;
}
.panel-sections .section .grid-2 .btn-downloads__imgWrapper {
  flex: 1;
  display: table-cell;
  height: 100%;
}
.panel-sections .section .grid-2 .btn-downloads__imgWrapper img {
  width: 18px;
  position: relative;
  top: 8%;
}
.panel-sections .section .grid-2 .btn-downloads__text {
  flex: 4;
  text-align: left;
  color: #ffffff;
  font-size: 11px;
}
.panel-sections .section .grid-2 .btn-downloads__text b {
  font-size: 12px;
}
.panel-sections .section .grid-2 .btn-downloads__arrow {
  margin: 6px 10px;
}
.panel-sections .section .grid-2 .btn-downloads__text-icon {
  display: inline-block;
  white-space: nowrap;
}
.panel-sections .section .grid-2 .btn-downloads__hover-icon {
  content: url(../../images/UI/_question-mark-icon-blue.svg);
  vertical-align: bottom;
  padding-left: 5px;
  padding-right: 10px;
  cursor: default;
}
@media screen and (max-width: 850px) {
  .panel-sections .section .grid-2 .btn-downloads__hover-icon {
    display: none;
  }
}
.panel-sections .section .section-sub a:not(.responsive_button__link--active):hover {
  color: #00958F;
}
.panel-sections .section .section-sub a .fa-chevron-right {
  margin-left: 10px;
  color: #00313B;
}
.panel-sections .section .section-sub a .fa-chevron-right:hover {
  color: #00958F;
}
.panel-sections .section .section-sub .information-panel-table {
  margin-top: 10px;
}
.panel-sections .section .section-sub .information-panel_buttons {
  width: 70%;
  margin-left: auto;
}
.panel-sections .section .section-sub .section {
  padding: 5px 0;
}
.panel-sections .section .section-sub .section .section-label {
  padding: 5px 20px 5px 5px;
}
.panel-sections .section .section-sub .section .section-label:after {
  zoom: 71%;
  margin: 4px 5px 0 0;
}
.panel-sections .section .section-sub .section .section-label .section-row .row-title {
  font-weight: normal;
  font-size: 11px;
}
.panel-sections .section .section-sub .section .section-label .section-row .row-data {
  font-size: 11px;
}
.panel-sections .section .section-sub .section .section-row {
  font-size: 11px;
}
.panel-sections .section .section-sub#SectionSubPlanningHistory .row-title {
  font-weight: 600;
  font-size: 12px;
}
.panel-sections .section .section-sub#SectionSubPlanningHistory .section-sub {
  margin: 0;
}
.panel-sections .section .section-sub#SectionSubPlanningHistory .section-sub .information-panel-table {
  margin-top: 6px;
}
.panel-sections .section#Section-PlanningPolicy table {
  margin-bottom: 5px;
}
.panel-sections .section#Section-PlanningPolicy table th {
  width: 60%;
}
.panel-sections .section#Section-PlanningPolicy table td a {
  font-size: 12px;
  font-weight: 600;
}
.panel-sections .section#Section-ListedBuilding a {
  font-size: 12px;
  font-weight: 600;
}
.panel-sections .section#Section-ListedBuilding a:hover {
  color: #00958F;
}
.panel-sections .section#Section-Flooding .fa-chevron-right {
  margin-left: 0;
}
.panel-sections .section#Section-Flooding .fa-chevron-right:hover {
  color: #00958F;
}
.panel-sections.topo-section {
  padding: 12px 20px 10px 20px;
  background: rgba(108, 85, 169, 0.5);
}
@media (min-width: 701px) {
  .panel-sections.topo-section {
    display: flex;
  }
}
.panel-sections.topo-section .topo-text {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
@media only screen and (max-width: 560px) {
  .panel-sections.topo-section .topo-text {
    font-size: 10px;
  }
}
.panel-sections.topo-section #request-topo {
  padding: 5px 0;
  float: unset;
  text-align: center;
}
.panel-sections.topo-section #request-topo img {
  position: relative;
  top: 1.5px;
}
.panel-sections.topo-section #request-topo .partner-button__text {
  float: unset;
  position: relative;
  bottom: 4px;
}
@media only screen and (max-width: 560px) {
  .panel-sections.topo-section #request-topo {
    font-size: 11px;
  }
}

.responsive_button__link, .responsive_button__link--active {
  font-weight: bold;
}
.responsive_button__link--active:hover {
  background-color: #6C55A9;
  text-decoration: none !important;
}

.partner-text {
  width: 64%;
  float: left;
  line-height: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 560px) {
  .partner-text {
    width: 100%;
  }
}

.partner-button {
  min-width: 154px;
  width: 30%;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #6C55A9;
  cursor: pointer;
}
@media only screen and (max-width: 560px) {
  .partner-button {
    width: 100%;
    margin-top: 10px;
  }
}
.partner-button__logo {
  width: 14px;
  height: 23px;
}
.partner-button__btn {
  background-color: transparent;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.partner-button__text {
  font-size: 10px;
  float: right;
  padding-left: 10px;
  font-weight: 700;
  color: white;
}

.info-toggle {
  height: 60px;
  width: 25px;
  position: absolute;
  left: 54px;
  -moz-transition: all 520ms ease-in-out;
  -o-transition: all 520ms ease-in-out;
  -webkit-transition: all 520ms ease-in-out;
  transition: all 520ms ease-in-out;
  top: calc(50vh - 30px);
  background: #00242E;
  border-radius: 0px 5px 5px 0px;
  z-index: 2;
  display: none;
  cursor: pointer;
  margin: auto;
}
.info-toggle.info-panel-open {
  left: 579px;
  -moz-transition: all 520ms ease-in-out;
  -o-transition: all 520ms ease-in-out;
  -webkit-transition: all 520ms ease-in-out;
  transition: all 520ms ease-in-out;
}

div.ui-dialog.share-title-dialog .ui-dialog-title {
  margin-top: 35px !important;
  font-size: 20px;
  font-weight: 600;
}
div.ui-dialog.share-title-dialog .ui-dialog-content {
  margin-bottom: 65px !important;
  padding: 5px 15px !important;
}
div.ui-dialog.share-title-dialog .ui-dialog-content p {
  letter-spacing: -0.003em;
}
div.ui-dialog.share-title-dialog .ui-dialog-content .jssocials-shares {
  width: 50%;
  margin: 25px auto 0 auto;
}

.property-team-info {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  font-family: Overpass, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: right;
  justify-content: flex-end;
}

.property-team-info-link-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 6px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: right;
  justify-content: flex-end;
}

#property-team-info-link-one, #property-team-info-link {
  margin-left: 2px;
  margin-right: 2px;
  color: #6C55AA;
  font-weight: 600;
}

#property-team-info-link-one:hover, #property-team-info-link:hover {
  margin-left: 2px;
  margin-right: 2px;
  color: #00313B;
  font-weight: 600;
}

.share-workflow-button-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  height: 38px;
  align-items: center;
}

.fa fa-trash-o {
  margin-right: 5px;
}

.edit-workflow {
  width: 120px !important;
  height: 38px;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 100 !important;
  justify-content: center;
  padding: 0 !important;
  margin: 0;
}

.constraints-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.constraints-title {
  font-weight: 500;
  font-size: 16px;
}

.constraints-apply {
  background: none;
  border: none;
  color: #6200ee;
  cursor: pointer;
  font-size: 14px;
}

/* Tab Styles */
.constraints-tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 16px;
}

.tab-button {
  background: none;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}

.tab-button:hover {
  color: #6200ee;
}

.tab-button.active {
  color: #6200ee;
}

.tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #6200ee;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Rest of the existing CSS remains the same */
.constraint-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.constraint-item .constraint-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.constraint-item .constraint-status-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}
.constraint-item .constraint-status-badge.matched {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.constraint-item .overlay-title-div {
  cursor: pointer;
  padding: 10px;
  flex-grow: 1;
}
.constraint-item .overlay-title-div .title-container {
  display: flex;
  align-items: center;
}
.constraint-item .overlay-title-div .title-with-percentage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.constraint-item .overlay-title-div .chevron {
  width: 24px;
  padding-right: 5px;
}
.constraint-item .overlay-title-div .chevron i {
  transition: transform 0.2s;
}
.constraint-item .overlay-title-div .chevron i.fa-chevron-up {
  transform: rotate(0deg);
}
.constraint-item .overlay-title-div .chevron i.fa-chevron-down {
  transform: rotate(360deg);
}
.constraint-item .overlay-title-div .contraint-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.69px;
  text-align: left;
  color: #00313B;
}
.constraint-item .constraint-toggle {
  padding-right: 10px;
}
.constraint-item .constraint-toggle .switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 18px;
  margin-bottom: 0;
}
.constraint-item .constraint-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.constraint-item .constraint-toggle .switch input:checked + .slider {
  background-color: #6C55AA80;
}
.constraint-item .constraint-toggle .switch input:checked + .slider:before {
  transform: translateX(20px);
}
.constraint-item .constraint-toggle .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(108, 85, 170, 0.5);
  transition: 0.2s;
}
.constraint-item .constraint-toggle .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  bottom: 1px;
  background-color: #6C55AA80;
  transition: 0.2s;
}
.constraint-item .constraint-toggle .switch .slider.round {
  border-radius: 34px;
}
.constraint-item .constraint-toggle .switch .slider.round:before {
  border-radius: 50%;
}
.constraint-item .collapsible-content {
  display: none;
  overflow: hidden;
  padding: 0px 10px 10px 10px;
}
.constraint-item .collapsible-content.active {
  display: block;
}

.constraint-badge {
  font-size: 12px;
  margin: 10px 0px;
  color: #656565;
  display: flex;
  justify-content: space-between;
}
.constraint-badge .badge-label {
  color: #fff;
  font-weight: 400;
  padding: 4px 8px;
  background-color: #FF9500;
  border-radius: 4px;
  font-size: 12px;
  width: fit-content;
}
.constraint-badge .badge-text {
  color: #00313B;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  width: fit-content;
  min-width: 7rem;
  text-align: start;
}

.constraint-badge:last-child {
  margin-bottom: 0;
}

.helper-text {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
}

.title-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chevron {
  color: #666;
  transition: transform 0.2s ease;
}

.constraint-header.collapsed .chevron {
  transform: rotate(180deg);
}

/* Content area styles */
.constraint-content {
  padding: 12px;
}

html {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin: 0px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
  color: #242424;
  line-height: 120%;
}

header {
  text-align: center;
}

textarea {
  font-family: Overpass, sans-serif;
  font-size: 14px;
  color: #242424;
}

h1 {
  text-align: center;
  font-size: 20pt;
  font-weight: lighter;
}

table tr td {
  padding: 5px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*input[type="text"], input[type="password"] {
    height: 30px;
}*/
span#Error {
  color: red;
}

select {
  height: 30px;
  line-height: 30px;
}

*::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #808080 !important;
}

*:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080 !important;
  opacity: 1;
}

*::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080 !important;
  opacity: 1;
}

*:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080 !important;
}

div#Homepage-Register select:required:invalid {
  color: #808080 !important;
}

div#Homepage-Register select:required option:first-child {
  color: #808080 !important;
}

div#Homepage-Register select:required option:not(:first-child) {
  color: #000 !important;
}

#essentials-column-one {
  padding-top: 15%;
}

div#CreateFreeAccountContainer {
  margin-top: 50px;
}

div#CreateEliteAccountContainer input {
  width: 100%;
  background-color: #e80385;
}

div#CreateEliteAccountContainer input:hover {
  background-color: #512881 !important;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

/* custom style for changing the chevron */
div.custom-select-wrapper {
  display: inline-block;
  position: relative;
  width: 95px !important;
}
div.custom-select-wrapper select {
  padding-right: 13px;
  line-height: normal;
}
div.custom-select-wrapper.opened select {
  appearance: none;
}
div.custom-select-wrapper.opened::before {
  content: "\f077";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  font-size: 11px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
div.custom-select-wrapper.align-arrow.opened::before {
  top: 5px;
}

@media (max-width: 767px) {
  #essentials-column-one {
    padding-top: 0;
  }
}
.time-input {
  display: inline-flex;
  align-items: center;
  margin: -5px 3px;
  padding: 0 5px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  height: 25px;
}

.time-input.planning-alert-time {
  margin: 0 3px;
}

.time-input input[type=number] {
  -moz-appearance: textfield;
}

.time-input input::-webkit-outer-spin-button,
.time-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.time-input input#PlanningExport-MinutesTime,
.time-input input#PlanningExport-HoursTime,
.time-input input#MySitesPlanningAlert-HoursTime,
.time-input input#MySitesPlanningAlert-MinutesTime {
  display: inline-block;
  align-self: self-end;
  margin: 0;
  border: none !important;
  padding: 0 !important;
  width: 15px !important;
  height: 13px;
  cursor: default;
  text-align: center;
}

.time-input input#MySitesPlanningAlert-HoursTime,
.time-input input#MySitesPlanningAlert-MinutesTime {
  height: 22px !important;
}

/* abstracts */
.sub-menu {
  background-color: transparent;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
  display: block;
}
.sub-menu--open {
  right: 300px;
}

.document-image {
  height: 25px;
  margin-bottom: 7px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 5px;
}

.sub-menu-map-option {
  padding: 10px 25px;
  border: none;
  background-color: rgba(0, 27, 114, 0.65);
  right: 0;
  position: relative;
}

.sub-menu-map-option:hover {
  background-color: #00124f;
  cursor: pointer;
}

.sub-menu-map-option.selected {
  background-color: #00124f;
}

.sub-menu-map-option i {
  font-size: 1.3em;
  font-weight: 500;
}

.sub-menu-content {
  display: none;
  left: 54px;
  top: 4px;
  width: 300px;
  height: calc(100% - 8px);
  padding: 0;
  text-align: left;
  position: absolute;
  z-index: 9;
  overflow: hidden;
  font-family: Overpass, sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #58585b;
}
@media only screen and (max-width: 780px) {
  .sub-menu-content {
    left: 54px;
    width: calc(100vw - 58px);
  }
}
.sub-menu-content__section {
  display: none;
}
.sub-menu-content__section--visible {
  display: block;
}
.sub-menu-content__section .sub-menu-measuringtools-content-label {
  padding-left: 0;
  padding-top: 5px;
}
.sub-menu-content__section .sub-menu-measuringtools-content-label label {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}

.sub-menu-button {
  background-color: transparent;
  border: none;
  background: none;
}

.sub-menu-close {
  display: none;
}

.sub-menu-title {
  display: none;
  font-weight: 300;
  font-size: 1.5em;
  width: 75%;
  padding: 0;
  margin: 0;
  color: #878787;
}

.sub-menu-title-bar {
  display: inline;
  width: 100%;
}

.sub-menu-report-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sub-menu-AddToBasket {
  margin: 10px;
  width: 40%;
  height: 125px;
  background-color: #0fa1a3;
  border-radius: 8px;
}
.sub-menu-AddToBasket:hover {
  cursor: pointer;
  background-color: #37488f;
}

#sub-menu-planning-content {
  display: none;
  padding-top: 20px;
}

input#ExportPricePaid {
  margin-top: 15px;
}

.bootstrap-tagsinput .tag {
  background-color: #5bc0de;
  border-radius: 2px;
  padding: 5px;
}

.planning-export--include .bootstrap-tagsinput .tag {
  background-color: #5bc0de;
}
.planning-export--exclude .bootstrap-tagsinput .tag {
  background-color: #EF4949;
}

.bootstrap-tagsinput:focus {
  border: 1px;
}

.bootstrap-tagsinput {
  box-shadow: none;
  width: 100%;
}

.nimbus-reports-input {
  width: 100%;
  border: solid 1px #aeaeae;
  font-size: 12px;
  padding: 3px;
}

.tt-hint {
  background-color: #FFF !important;
}

.export-seperator {
  margin-top: 15px;
  margin-bottom: 20px;
}

#PlanningExport-KeyWords h3 {
  margin-bottom: 1px;
}

#sub-menu-exports-content-helpertext {
  margin-top: 10px;
}

.keyword-exports-title {
  display: block;
  width: 100%;
}

#PlanningExport input, #Nimbus-Reports-HighImpactPlanningApplications input.tt-input, #Nimbus-Reports-CommercialCompsLeasehold input.tt-input, #Nimbus-Reports-CommercialCompsFreehold input.tt-input, #Nimbus-Reports-CommercialCompsInvestment input.tt-input, #Nimbus-Reports-RelevantActivity input.tt-input, #Nimbus-Reports-Availability input.tt-input {
  border: none;
}

#PlanningExport-KeyWords, #Nimbus-Reports-HighImpactPlanningApplications div.bootstrap-tagsinput input {
  border: none;
}

#PlanningExport-KeyWords input, #Nimbus-Reports-HighImpactPlanningApplications-KeyWords input {
  border: none;
  width: 45%;
}

#PlanningExport-KeyWords input:hover, #Nimbus-Reports-HighImpactPlanningApplications input.tt-input:hover, #Nimbus-Reports-CommercialCompsLeasehold input.tt-input:hover {
  border: none;
}

#PlanningExport-KeyWords > div {
  width: 100%;
}

.export-button {
  width: 100%;
  margin-top: 10px;
  color: #FFF;
  background-color: #4bbbee;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 14px;
}
.export-button:hover {
  background-color: #253871;
}

.export-button-inactive {
  background-color: #b1b4ba;
  cursor: not-allowed;
}
.export-button-inactive:hover {
  background-color: #95979c;
}

.export-button-active {
  background-color: #4bbbee;
}

.export-button-by {
  margin-top: 5px;
  /*width: 160px;*/
}

.sub-menu-export-table-criteria {
  margin-top: 20px;
}

.PlanningExport-Title, .nimbus-reports-title {
  font-size: 11pt;
}

.PlanningExport-Description {
  font-size: 10px !important;
  font-weight: normal !important;
}

#PlanningExport span.twitter-typeahead {
  color: #555;
  display: inline-block !important;
  margin-top: 2px;
}

#PlanningExport-Authority {
  margin-bottom: 20px;
  border: solid 1px #CCC;
  border-radius: 4px;
  background-color: #FFF !important;
  width: 100%;
  height: 30px;
}

#AvailabilityExport-Header {
  margin-bottom: 15px;
}

#AvailabilityExport-Postcode {
  width: 100%;
}

.tt-menu {
  top: 60% !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  float: left;
}

.tt-suggestion {
  background: #FFF;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  box-sizing: border-box;
}

.tt-suggestion:hover {
  background-color: #428BCA;
  color: #FFF;
}

.overlay-image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.overlay-image--bespoke {
  background-image: url(../../images/map-layers/bespoke.png);
}
.overlay-image--sssi {
  background-image: url(../../images/map-layers/site-of-special-scientific-interest.jpg);
}
.overlay-image--nationalparks {
  background-image: url(../../images/map-layers/national-parks.jpg);
}
.overlay-image--councils {
  background-image: url(../../images/map-layers/councils.jpg);
}
.overlay-image--aonb {
  background-image: url(../../images/map-layers/area-of-outstanding-natural-beauty.jpg);
}
.overlay-image--greenbelt {
  background-image: url(../../images/map-layers/greenbelt.jpg);
}
.overlay-image--ancient-woodland {
  background-image: url(../../images/map-layers/ancient-woodland.jpg);
}
.overlay-image--builtupareas {
  background-image: url(../../images/map-layers/built-up-areas.jpg);
}
.overlay-image--listedbuildings {
  background-image: url(../../images/map-layers/listed-buildings.jpg);
}
.overlay-image--residentialrateabletotal {
  background-image: url(../../images/map-layers/residential-rateable.jpg);
}
.overlay-image--residentialrateablepersqf {
  background-image: url(../../images/map-layers/residential-rateable.jpg);
}
.overlay-image--specialprotectionareas {
  background-image: url(../../images/map-layers/special-protection-areas.jpg);
}
.overlay-image--floodzone {
  background-image: url(../../images/map-layers/flood-zone-two.jpg);
}
.overlay-image--surfaceheight {
  background-image: url(../../images/map-layers/surface-height.jpg);
}
.overlay-image--conservation {
  background-image: url(../../images/map-layers/conservation-area.jpg);
}
.overlay-image--ancientwoodland {
  background-image: url(../../images/map-layers/surface-height.jpg);
}
.overlay-image--residentialyield {
  background-image: url(../../images/map-layers/residential-yield.jpg);
}
.overlay-image--hmo {
  background-image: url(../../images/map-layers/hmo.jpg);
}

.map-overlay-option {
  border-radius: 5px;
  height: 100px;
  width: 211px;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.map-overlay-option .name-box, .map-overlay-option .second-name-box {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 7px;
  color: #58585b;
  font-weight: 500;
  font-size: 1.4em;
  top: 0;
  left: 0;
  width: auto;
  border-radius: 5px 0 0 0;
  height: auto;
  text-align: center;
  line-height: 34px;
}
.map-overlay-option .second-name-box {
  position: relative;
  top: 18px;
  border-radius: 0;
}
.map-overlay-option:hover {
  -webkit-box-shadow: 0px 0px 0px 4px #cac2c2;
  -moz-box-shadow: 0px 0px 0px 4px #cac2c2;
  box-shadow: 0px 0px 0px 4px #cac2c2;
}
.map-overlay-option.selected {
  -webkit-box-shadow: 0px 0px 0px 4px #6C55AA;
  -moz-box-shadow: 0px 0px 0px 4px #6C55AA;
  box-shadow: 0px 0px 0px 4px #6C55AA;
}
.map-overlay-option.overlay-locked {
  opacity: 0.5;
}
.map-overlay-option.overlay-locked .fa-lock {
  color: #990099;
  font-size: 26px;
  position: absolute;
  left: 40px;
  top: 32px;
}

#StrategiesOverlaysInformation {
  overflow: hidden;
}
#StrategiesOverlaysInformation iframe {
  width: 100%;
  height: 100%;
}

/* media queries*/
@media (max-width: 800px) {
  .sub-menu {
    display: none;
  }
}
/*Toggle switch styling for square and circle*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  display: none;
}

/* The slider */
.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #363D6C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  content: "";
  height: 18px;
  width: 20px;
  bottom: 3px;
  background-color: #6C55AA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-lease:before {
  background-color: #FFF !important;
}

input:checked + .slider {
  background-color: #6C55AA;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0fa1a3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #FFF !important;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  position: absolute;
}

#sub-menu-measure-content {
  padding-top: 20px;
}

#sub-menu-exports-content {
  padding-top: 0px;
}

.Nimbus-Reports-Slider {
  width: 80%;
  display: inline-block;
}

.Nimbus-Reports-range-descriptor {
  color: #9d0000;
  font-weight: bold;
}

.Nimbus-Reports-RangeContainer {
  padding-left: 5px;
  display: inline-block;
  font-size: 10pt;
}

#sub-menu-planning-content-YouTubeLinks, #sub-menu-measuring-content-YouTubeLinks, #sub-menu-exports-content-YouTubeLinks {
  position: absolute;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 0;
}

#sub-menu-planning-content-YouTubeLinks img, #sub-menu-measuring-content-YouTubeLinks img, #sub-menu-exports-content-YouTubeLinks img {
  margin-left: 5%;
  margin-bottom: 5%;
  width: 80%;
  cursor: pointer;
  border-radius: 4px;
  border: solid;
  border-color: #CCC;
}

.exports-video {
  margin-top: 3px;
}

.sub-menu-export-table {
  width: 100%;
}

.sub-menu-export-table-video {
  vertical-align: middle;
}

.sub-menu-export-table svg {
  height: 40px;
}

.sub-menu-export-criteria-table-video {
  vertical-align: middle;
}

.Nimbus-Reports-Select option:first-child {
  /* Won't work in IE */
  display: none;
}

#sub-menu-measure-content label {
  font-weight: normal;
}

.sub-menu-content {
  background-color: #00313B;
  opacity: 1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-y: auto;
}
.sub-menu-content.my-alerts-open {
  border-radius: 0;
}
@media only screen and (max-width: 780px) {
  .sub-menu-content.my-alerts-open {
    border-radius: 0 5px 5px 0;
  }
}
.sub-menu-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.sub-menu-content::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: #6C55AA;
}
.sub-menu-content__section {
  padding: 0 10px;
}
.sub-menu-content__section#sub-menu-measuringtools-content {
  padding: 0;
  margin: 0 22px;
  border-bottom: 1px solid #6856A3;
}
.sub-menu-content__section#sub-menu-measuringtools-content .measuring-tools-row {
  display: flex;
  margin: 15px 0;
}
.sub-menu-content__section#sub-menu-measuringtools-content .measuring-tools-row .sub-menu-measuringtools-content-label {
  flex: 1;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
}
.sub-menu-content__section#sub-menu-measuringtools-content .slider {
  background-color: #364272;
}
.sub-menu-content__section#sub-menu-measuringtools-content .slider::before {
  background-color: #6C55AA;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible {
  color: #FFF;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  height: calc(100vh - 115px);
  overflow-y: hidden;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible > span {
  text-align: right;
  margin-bottom: 10px;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible > span select {
  border: 1px solid #6C55AA;
  border-radius: 5px;
  font-size: 10px;
  color: #FFF;
  background-color: #6C55AA80;
  width: 150px;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #AlertNotificationsExportAllDiv {
  margin: 5px;
  text-align: right;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #AlertNotificationsExportAllDiv #AlertNotificationsExportAll {
  display: inline-block;
  padding: 8px;
  background-color: #6C55AA;
  border-radius: 5px;
  cursor: pointer;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList {
  border: 1px solid #FFF;
  border-radius: 5px;
  flex: 1;
  max-height: calc(100vh - 155px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList p {
  padding: 10px 15px;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList .my-alerts-alert {
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  cursor: pointer;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList .my-alerts-alert.selected {
  background-color: #6C55AA80;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList .my-alerts-alert .my-alerts-alert__info {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
  flex: 1;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList .my-alerts-alert .my-alerts-alert__info span:first-of-type {
  font-size: 12px;
  font-weight: 600;
  max-width: 208px;
  overflow-x: clip;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList .my-alerts-alert .my-alerts-alert__notifications {
  height: 20px;
  min-width: 20px;
  background: #6C55AA;
  text-align: center;
  padding-top: 4px;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList hr {
  border-color: #6C55AA;
  margin: 0 10px;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList::-webkit-scrollbar {
  width: 10px;
}
.sub-menu-content__section#sub-menu-myalerts-content.sub-menu-content__section--visible #MyAlertsAlertList::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 10px;
  border: 3px solid transparent;
  background-color: #6C55AA;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled {
  background: rgba(108, 85, 169, 0.5);
  border: 1px solid #6C55A9;
  min-height: 40px;
  margin: 10px 0;
  padding: 6px 15px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .filter-expand-icon span, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .filter-expand-icon span {
  color: #FFF;
  font-size: 14px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-overlay-content hr, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-overlay-content hr {
  width: 50%;
  margin: 15px auto;
  border-width: 1.5px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-overlay-content hr:last-child, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-overlay-content hr:last-child {
  margin-bottom: 0;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-overlay-content .map-overlay-option, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-overlay-content .map-overlay-option {
  margin: auto;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-overlay-content .overlay-name-box, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-overlay-content .overlay-name-box {
  display: block;
  width: 211px;
  margin: 5px auto;
  color: #FFF;
  cursor: pointer;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-overlay-content .overlay-name-box svg, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-overlay-content .overlay-name-box svg {
  float: right;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content {
  color: #FFF;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content .row-slider .filter-subheader, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content .row-slider .filter-subheader {
  text-align: center;
  width: 55px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content .row-slider .slider, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content .row-slider .slider {
  flex: 1;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content .row-slider .viability-filter-limit, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content .row-slider .viability-filter-limit {
  text-align: center;
  color: #FFF;
  max-width: 55px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group {
  width: unset;
  color: #FFF;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .filter-controls-subtitle-wrapper, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .filter-controls-subtitle-wrapper {
  margin-bottom: 5px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .filter-controls-subtitle-wrapper .filter-controls-subtitle, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .filter-controls-subtitle-wrapper .filter-controls-subtitle {
  font-size: 12px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .rates-filter-checkbox .rates-filter-label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .rates-filter-checkbox .rates-filter-label {
  border-radius: 5px;
  background-color: transparent;
  font-size: 11px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content {
  margin: 2px 0;
  font-size: 10px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .ap-wireless-checkbox, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .ap-wireless-checkbox {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .ap-wireless-checkbox:checked:after, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .ap-wireless-checkbox:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #FFF;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .checkbox-label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .checkbox-label {
  position: relative;
  bottom: 2px;
  margin-left: 5px;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .checkbox-label .hasDatepicker, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group .checkbox-group .checkbox-content .checkbox-label .hasDatepicker {
  width: 65px;
  margin-top: -2px;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
  color: #FFF;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group select, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #6C55AA;
  background-color: transparent;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group select option, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-filters-content #FilterContent-APWireless .filter-row .checklist-item-group select option {
  background-color: rgba(108, 85, 169, 0.8);
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-exports-content .bespoke-export-button, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-exports-content .bespoke-action-button, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-actions-content .bespoke-export-button, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-actions-content .bespoke-action-button, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-exports-content .bespoke-export-button, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-exports-content .bespoke-action-button, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-actions-content .bespoke-export-button, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-actions-content .bespoke-action-button {
  display: block;
  width: 195px;
  height: 35px;
  margin: 13px auto;
  padding: 11px 0;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  background-color: #6C55A9;
  border-radius: 5px;
  cursor: pointer;
}
.sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-exports-content .bespoke-export-button label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-exports-content .bespoke-action-button label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-actions-content .bespoke-export-button label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container .bespoke-actions-content .bespoke-action-button label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-exports-content .bespoke-export-button label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-exports-content .bespoke-action-button label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-actions-content .bespoke-export-button label, .sub-menu-content__section#sub-menu-bespoke-content .filter-content-container-disabled .bespoke-actions-content .bespoke-action-button label {
  cursor: pointer;
}
.sub-menu-content__section#sub-menu-bespoke-content hr {
  border-color: #6856A3;
}
.sub-menu-content .filter-content-container, .sub-menu-content .filter-content-container-disabled {
  border-radius: 7px;
  background-color: #FFF;
  margin: 2px 0;
  padding: 16px 15px 18px 20px;
}
.sub-menu-content .filter-content-container .filter-expand-icon .expand-icon-expand, .sub-menu-content .filter-content-container .filter-expand-icon .expand-icon-collapse, .sub-menu-content .filter-content-container-disabled .filter-expand-icon .expand-icon-expand, .sub-menu-content .filter-content-container-disabled .filter-expand-icon .expand-icon-collapse {
  float: right;
}
.sub-menu-content .filter-content-container .filter-expand-icon span, .sub-menu-content .filter-content-container-disabled .filter-expand-icon span {
  font-size: 18px;
  font-weight: bold;
  color: #3a3a3a;
  padding-top: 2px;
}

#AlertNotificationsExports {
  display: none;
  position: absolute;
  width: 530px;
  max-width: 900px;
  height: calc(100vh - 8px);
  left: 354px;
  top: 4px;
  padding: 40px 15px 15px;
  background: #00313B;
  z-index: 7;
  border-radius: 0 5px 5px 0;
  color: #FFF;
}
#AlertNotificationsExports h3 {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
#AlertNotificationsExports label {
  border-radius: 5px;
}
#AlertNotificationsExports .PlanningExport-Description {
  font-size: 10px !important;
  font-weight: normal !important;
}
#AlertNotificationsExports .filter-controls-subtitle-wrapper {
  margin-bottom: 5px 0px 5px 0px;
}
#AlertNotificationsExports .alert-notifications__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
#AlertNotificationsExports .alert-notifications__header--title {
  flex: 1;
  font-size: 18px;
  line-height: normal;
}
#AlertNotificationsExports .alert-notifications__header--title i {
  margin-right: 5px;
  cursor: pointer;
}
#AlertNotificationsExports .alert-notifications__footer {
  text-align: right;
  padding: 10px 0 0;
}
#AlertNotificationsExports .alert-notifications__footer span {
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 8px;
  margin: 0 5px;
  background-color: #6C55AA;
  border-radius: 5px;
  cursor: pointer;
}
#AlertNotificationsExports .alert-notifications__date {
  xpadding: 0 50px;
}
#AlertNotificationsExports .alert-notifications__date .filter-row {
  padding-top: 0px !important;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .filter-limit-wrapper {
  flex: 0;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .filter-limit-wrapper input {
  border-color: #6C55AA !important;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .filter-limit-wrapper .date-selector-wrapper {
  padding: 0 12px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .filter-limit-wrapper .date-selector-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  border: none;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: transparent;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .filter-limit-wrapper .date-selector-wrapper select option {
  color: #000;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .filter-limit-wrapper input.filter-limit {
  display: block;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #6C55AA !important;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  max-width: 50px;
  text-align: center;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .ui-slider {
  flex: 1;
  margin: 10px 30px 10px 20px !important;
}
#AlertNotificationsExports .alert-notifications__date .filter-row .ui-slider-handle {
  background-color: #6C55AA !important;
  border-color: #6C55AA !important;
}
@media only screen and (max-width: 780px) {
  #AlertNotificationsExports .alert-notifications__date {
    padding: 0;
  }
}

#AlertNotifications {
  display: none;
  position: absolute;
  width: 530px;
  max-width: 900px;
  height: calc(100vh - 8px);
  left: 354px;
  top: 4px;
  padding: 40px 15px 15px;
  background: #00313B;
  z-index: 7;
  border-radius: 0 5px 5px 0;
  color: #FFF;
}
#AlertNotifications .alert-notifications__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
#AlertNotifications .alert-notifications__header--title {
  flex: 1;
  font-size: 18px;
  line-height: normal;
}
#AlertNotifications .alert-notifications__header--title i {
  margin-right: 5px;
  cursor: pointer;
}
#AlertNotifications .alert-notifications__header--sorting select {
  width: 120px;
  padding-left: 5px;
  margin-left: 5px;
  border: 1px solid #6C55AA;
  border-radius: 5px;
  background-color: #6C55AA80;
  color: #FFF;
  font-size: 10px;
}
#AlertNotifications .alert-notifications__body {
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
}
#AlertNotifications .alert-notifications__body .alert-notification-item {
  border-top: 1px solid #6C55AA;
  padding: 10px 3px;
}
#AlertNotifications .alert-notifications__body .alert-notification-item.unread {
  background-color: #00958F26;
}
#AlertNotifications .alert-notifications__body .alert-notification-item.unread .alert-notification-item__header .date-value {
  font-weight: 800;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__header {
  margin-bottom: 5px;
  font-size: 10px;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__header .date-title {
  display: inline-block;
  padding: 3px 0 3px 15px;
  margin-right: 5px;
  width: 130px;
  background-color: #6C55AA80;
  border: 1px solid #6C55AA;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  font-weight: 600;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__header svg {
  float: right;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--description {
  margin-bottom: 10px;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--description .green {
  color: #00958F;
  cursor: pointer;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--description .yellow {
  color: #FFE600;
  cursor: pointer;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--description .alert-title-number {
  cursor: pointer;
  font-weight: 600;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--description .alert-title-number:hover {
  color: #00958F;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--description .alert-planning-ref {
  cursor: pointer;
  font-weight: 600;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--description .alert-planning-ref:hover {
  color: #00958F;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body--view-more {
  width: fit-content;
  cursor: pointer;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body .planning-alert__expandable {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  font-weight: 500;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body .planning-alert__expandable .planning-alert__section-title {
  text-decoration: underline;
  margin-bottom: 3px;
}
#AlertNotifications .alert-notifications__body .alert-notification-item__body .planning-alert__expandable .planning-alert__value {
  top: 0;
  color: #FFE600;
}
#AlertNotifications .alert-notifications__body::-webkit-scrollbar {
  width: 10px;
}
#AlertNotifications .alert-notifications__body::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 10px;
  border: 3px solid transparent;
  background-color: #6C55AA;
}
#AlertNotifications .alert-notifications__footer {
  text-align: center;
  padding: 10px 0 0;
}
#AlertNotifications .alert-notifications__footer span {
  display: inline-block;
  width: 100px;
  padding: 8px;
  margin: 0 5px;
  background-color: #6C55AA;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  #AlertNotifications {
    left: 54px;
    z-index: 9;
    width: calc(100vw - 60px);
  }
  #AlertNotifications .alert-notifications__header {
    flex-direction: column;
    max-height: 100px;
    height: 100px;
  }
  #AlertNotifications .alert-notifications__body {
    height: calc(100vh - 212px);
  }
  #AlertNotifications .alert-notifications__footer {
    display: flex;
    flex-direction: row;
  }
  #AlertNotifications .alert-notifications__footer span {
    font-size: 10px;
    padding: 5px;
  }
}

/* Dialog to confirm sample overlay */
.confirm-sample-overlay {
  position: absolute;
  top: calc(50% - 123px);
  left: calc(50% - 200px);
  width: 400px;
  height: 246px;
  background: #00958F;
  color: #FFF;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
  z-index: 2;
}
.confirm-sample-overlay__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.confirm-sample-overlay__close {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.confirm-sample-overlay__title {
  font-size: 22px;
  padding: 25px 0;
}
.confirm-sample-overlay__text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  padding-bottom: 30px;
}
.confirm-sample-overlay__button {
  width: 110px;
  height: 32px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.015em;
  padding: 9px 0;
  background: #6C55AA;
  color: #FFF;
  border-radius: 8px;
  cursor: pointer;
}

/*Allow line breaks to be inserted into tooltips with '\n'*/
.ui-tooltip {
  white-space: pre-line;
}

/*************************************************************************************
    This can be deleted when the temporary note in the overlays side panel is removed.
**************************************************************************************/
#TemporaryExportsNote {
  margin: 28px 15px 0;
}

#TemporaryExportsNote span {
  font-size: 12px;
  font-weight: normal;
  color: #58585B;
  letter-spacing: -0.005em;
}

.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
}

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 9px solid #333;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  bottom: -9px;
}

.tippy-popper[x-placement^=top] [x-circle] {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.tippy-popper[x-placement^=top] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=top] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.45) translate(-50%, -100%);
  transform: scale(0.45) translate(-50%, -100%);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 9px solid rgba(0, 0, 0, 0.7);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 9px solid #333;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  top: -9px;
}

.tippy-popper[x-placement^=bottom] [x-circle] {
  -webkit-transform-origin: 0 -100%;
  transform-origin: 0 -100%;
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.45) translate(-50%, 5%);
  transform: scale(0.45) translate(-50%, 5%);
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 9px solid rgba(0, 0, 0, 0.7);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  top: 50%;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
  top: 50%;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 9px solid #333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  right: -9px;
  top: 50%;
}

.tippy-popper[x-placement^=left] [x-circle] {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=left] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=left] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.45) translate(-50%, -50%);
  transform: scale(0.45) translate(-50%, -50%);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 9px solid rgba(0, 0, 0, 0.7);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  top: 50%;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px;
  top: 50%;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 9px solid #333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -9px;
  top: 50%;
}

.tippy-popper[x-placement^=right] [x-circle] {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0;
}

.tippy-popper[x-placement^=right] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=right] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.45) translate(-50%, -50%);
  transform: scale(0.45) translate(-50%, -50%);
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 9px solid rgba(0, 0, 0, 0.7);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper [x-circle] {
  background-color: #fff;
}

.tippy-popper[data-animatefill] {
  background-color: transparent;
}

.tippy-popper [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.8);
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-popper .tippy-tooltip.light-theme {
  color: #203d5d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff;
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 0.95rem;
  padding: 0.4rem 0.8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}

.tippy-tooltip--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.tippy-tooltip--big {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-inertia] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 1, 0.36, 0.85);
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 120%;
  width: calc(100% + 2rem);
  -webkit-transition: all ease-out;
  transition: all ease-out;
  left: 50%;
  top: 50%;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
}

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 75%;
  float: left;
}

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}
/* abstracts */
.terms-and-conditions {
  font-size: 12px;
  font-family: Overpass, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 360px) {
  .terms-and-conditions {
    font-size: 10px;
  }
}
.terms-and-conditions__text {
  color: #929699;
}
.terms-and-conditions__link {
  color: #269CD9;
}

div#EssentialsContainer-Information {
  padding-top: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow-y: hidden;
  background: url(../../images/login/background-image.jpg) center no-repeat;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38, 156, 217, 0.9)), color-stop(100%, rgba(36, 51, 111, 0.9))), url(../../images/login/background-image.jpg) center no-repeat;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$top, endColorstr=$bottom,GradientType=0 );
  /* IE6-9 */
}

div#EssentialsContainer-Register {
  padding-top: 0;
  display: inline-block;
  flex-direction: column;
  height: 100%;
  width: 50%;
  float: right;
}

#EssentialsContainer-Information-Content {
  position: relative;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
}

#EssentialsContainer-Information p {
  font-family: Overpass, sans-serif;
  font-size: 22pt;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 10%;
}

#EssentialsContainer-Information p bold {
  font-weight: bold;
  color: #50e3c2;
}

#SignUp-Mobile, #Renew-Centre {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  float: none;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

#SignUp-Mobile p {
  margin-top: 50px;
  font-family: Overpass, sans-serif;
  font-size: 12pt;
  letter-spacing: normal;
  color: #797f83;
  text-align: center;
}

#SignUp-Mobile h1 {
  margin: 0;
  padding-top: 0.83em;
  padding-bottom: 15pt;
  font-size: 36pt;
}

#SignUp-Mobile input:hover, #SignUp-Mobile input:active, #Renew-Centre input:hover, #Renew-Centre input:active {
  outline: 0;
}

#SignUp-Mobile input[type=button]:hover, #SignUp-Mobile input[type=submit]:hover, #Renew-Centre input[type=submit]:hover {
  cursor: pointer;
}

#SignUp-Mobile-Logo {
  margin-top: 20px;
}

#SignUp-Register {
  font-family: Overpass, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

#SignUp-Register span {
  color: #929699;
}

#SignUp-Register a {
  color: #269CD9;
  text-decoration: none;
}

#SignUp-Register a:hover {
  cursor: pointer;
}

#SignUp-GetStarted {
  height: 52px;
  border-radius: 50px !important;
  background-color: #269CD9;
  font-size: 14pt;
  color: #ffffff;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 25pt;
  outline: 0 !important;
}
@media (max-width: 1000px) {
  #SignUp-GetStarted {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  #SignUp-GetStarted {
    margin: 0;
    width: 100%;
  }
}

#SelfSignUp-GetStarted {
  height: 52px;
  border-radius: 4px !important;
  background-color: #00ada0;
  font-size: 14pt;
  color: #ffffff;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 25pt;
  outline: 0 !important;
}
@media (max-width: 1000px) {
  #SelfSignUp-GetStarted {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  #SelfSignUp-GetStarted {
    margin: 0;
    width: 100%;
  }
}

#SignUp-ForgotPassword {
  margin-top: 20px;
  text-align: center;
  font-family: Overpass, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

#SignUp-ForgotPassword a {
  color: #269CD9 !important;
  text-decoration: none;
}

.single-banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1em;
}

#EssentialsContainer-Information-Content-Logos {
  table-layout: fixed;
  margin-left: 10%;
  margin-right: 10%;
}

#EssentialsContainer-Information-Content-Logos img {
  width: 100%;
}

.input-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}

.input-field {
  width: 100%;
  height: 20px;
  padding: 10px;
  outline: none;
  border: 1px solid #d1d1d1 !important;
  border-left: none !important;
  color: #797f83 !important;
  font-family: Overpass, sans-serif;
  font-size: 13pt;
}
.input-field__terms-and-confitions {
  margin: 8px 10px 0 5px;
}
@media all and (-ms-high-contrast: none) {
  .input-field__terms-and-confitions {
    margin: 0px 10px 5px 5px;
  }
}

.input-field__error, .input-field__error--visible {
  color: #fff;
  font-size: 8pt;
  border: none;
  background-color: #fff;
  padding-left: 5px;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.input-field__error--visible {
  max-height: 26px;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
}

.input-field-noicon {
  border-left: 1px solid #d1d1d1 !important;
}

.input-container .input-field-row:first-child {
  padding-left: 0;
}

.input-container .input-field-row:last-child {
  padding-right: 0;
}

@media (max-width: 1000px) {
  div#EssentialsContainer-Information {
    width: 0%;
    display: none;
  }

  div#EssentialsContainer-Register {
    width: 100%;
    background: url(../../images/login/background-image.jpg) center no-repeat;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38, 156, 217, 0.9)), color-stop(100%, rgba(36, 51, 111, 0.9))), url(../../images/login/background-image.jpg) center no-repeat;
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(38, 156, 217, 0.9) 0%, rgba(36, 51, 111, 0.9) 100%), url(../../images/login/background-image.jpg) center no-repeat;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$top, endColorstr=$bottom,GradientType=0 );
    /* IE6-9 */
  }
}
@media only screen and (max-height: 630px) {
  .footer-wrapp {
    display: none;
  }
}

#search-loader {
  display: none;
  z-index: 1000;
}

#loading-container {
  position: absolute;
  top: 5px;
  z-index: 1000;
  margin-top: 5px;
  display: inline;
}

@media (max-width: 500px) {
  #loading-container {
    position: absolute !important;
    left: 50px !important;
    top: 5px;
    z-index: 1;
    margin-top: 5px;
    display: i;
  }
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.4), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.4), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sign-up__container {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sign-up__window {
  margin-top: 10%;
}
@media only screen and (max-width: 1000px) {
  .sign-up__window {
    background-color: #fff;
    padding: 40px;
    margin: 5%;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .sign-up__submit {
    margin-top: 1em;
  }
}
.sign-up__logo {
  opacity: 0;
}
@media only screen and (max-width: 1000px) {
  .sign-up__logo {
    opacity: 1;
    margin-top: 50px;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-height: 900px) {
  .sign-up__logo {
    display: none;
  }
}

.sign-up__bottom-text {
  color: #929699;
  word-wrap: normal;
  max-width: 500px;
  font-size: 15px;
  line-height: 1em;
  margin-top: 4em;
}
@media only screen and (max-height: 750px) {
  .sign-up__bottom-text {
    display: none;
  }
}
.sign-up__create-account-text {
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #269CD9;
  margin-bottom: 10%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .sign-up__create-account-text {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-height: 900px) {
  .sign-up__create-account-text {
    display: none;
  }
}
.sign-up__privacy-policy {
  font-size: 12px;
  text-align: center;
}
.sign-up__privacy-policy span {
  color: #929699;
}
.sign-up__privacy-policy span a {
  color: #269CD9;
}
.sign-up__privacy-policy span a:hover {
  color: #525252;
}

.temp-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.input-field__error, .input-field__error--visible {
  border: 1px solid red;
  max-height: 0;
  opacity: 0;
  line-height: 1.8em;
}
.input-field__error--visible {
  opacity: 1;
  max-height: none;
}

.input-container--spread {
  justify-content: space-between;
}

.input-field-row--half {
  width: 48%;
}

.input-container--reg {
  margin-bottom: 0;
}

.input-field__tip {
  color: #aaa;
  font-size: 10px;
  line-height: 1.5em;
}

@media only screen and (max-height: 750px) {
  .tp-widget-wrapper {
    display: none;
  }
}

.twitter-typeahead .tt-menu {
  width: initial;
}

.multi-info__section {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #58585b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.multi-info__section--margin-bottom-20 {
  margin-bottom: 20px;
}
.multi-info__section--padding-bottom-25 {
  padding-bottom: 25px;
}

/* abstracts */
.overlay-info__dialog .ui-dialog-content {
  background-color: #eee;
}
.overlay-info__dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0 !important;
  height: 20px !important;
}

/* abstracts */
#EditBoundarySearch {
  height: 100% !important;
}

.boundary-button {
  width: 125px;
  float: right;
  margin-top: 10px !important;
  margin-right: 20px !important;
  margin-bottom: 10px;
  border: none !important;
  color: #ffffff !important;
  font-size: 10px;
  letter-spacing: 0;
  height: 25px;
  font-weight: bold;
}
.boundary-button-blue {
  background-color: #24346f !important;
}
.boundary-button-white {
  background-color: #ffffff !important;
  border: solid 1px #1f3573 !important;
  color: #1f3573 !important;
}
.boundary-button-grey {
  color: #e8e8e8 !important;
  background-color: #858585 !important;
  width: 88px;
  cursor: not-allowed !important;
}
.boundary-button-grey span {
  vertical-align: middle;
}

#SavedSearchesInputContainer-DescriptionText {
  margin: auto;
  display: flex;
  align-items: center;
}

.saved-searches__container-less-padding {
  padding-left: 13px;
}

#SavedSearchesNameInput {
  margin-left: 0;
  padding-left: 0 !important;
}

#SavedSearchesNameInput::-webkit-input-placeholder {
  /* Edge */
  color: #191919 !important;
  font-size: 12px;
}

#SavedSearchesNameInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #191919 !important;
  font-size: 12px;
}

#SavedSearchesNameInput::placeholder {
  color: #191919 !important;
  font-size: 12px;
}

#SavedSearchesCancel {
  width: 72px !important;
  margin-right: 15px !important;
}

#SavedSearchesSave {
  width: 98px;
}

#SavedSearchesInputCancel {
  width: 79px;
}

.boundary-btn-text {
  padding-left: 3px;
}

.boundary-text {
  font-size: 12px;
}

.boundary-edit-btn {
  background-image: url("../../images/UI/_close.svg");
}

.pac-icon-marker {
  background-position: center !important;
  margin-top: 0;
}

.pac-icon {
  width: 12px !important;
  height: 16px !important;
  background-size: cover !important;
  background-image: url("../../images/UI/_google-search-icon.svg") !important;
}

.pac-item:hover .pac-icon {
  background-image: url("../../images/UI/_google-search-icon-green.svg") !important;
}

.search-icon {
  background-image: url("../../images/UI/_search-icon-sm.svg") !important;
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
}

#EditBoundarySearch-Name {
  text-align: left !important;
}

.bold-link {
  color: #02ada0 !important;
  font-weight: bold !important;
}

/* abstracts */
.ui-tooltip, .arrow:after {
  padding: 8px;
  background: #6C55AA;
  color: #121212;
  font-size: 9px;
  font-family: Overpass, sans-serif;
}

.ui-tooltip {
  background: #6C55AA;
  color: #FFF !important;
  border: none !important;
  max-width: 318px;
  border-radius: 3px;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.ui-tooltip.filterable-overlay-info-tooltip {
  background: #FFF;
  border: 1px solid #000 !important;
  max-width: 330px !important;
  color: #000 !important;
}
.ui-tooltip.filterable-overlay-warning-tooltip {
  background: #FDD9A2;
  border: 1px solid #000 !important;
  max-width: 330px !important;
  color: #000 !important;
  text-align: center;
}
.ui-tooltip.filterable-overlay-warning-tooltip.rounded-corners {
  border-radius: 5px;
}
.ui-tooltip.filterable-overlay-warning-tooltip .arrow-left-warning:after {
  background: #FDD9A2;
  border-color: #FDD9A2 !important;
}
.ui-tooltip.site-search-tooltip {
  background: #FFF;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.scotland-tooltip-box {
  background: #FFF;
  border: 1px solid #000 !important;
}
.scotland-tooltip-box .ui-tooltip-content {
  color: #000;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
}
.arrow.left {
  margin-left: -50px;
  transform: rotate(90deg);
  bottom: 30%;
}
.arrow.left-xshort {
  margin-right: -40px !important;
  bottom: 35% !important;
}
.arrow.right {
  right: 0;
  margin-left: 0;
  margin-right: -43px;
  transform: rotate(270deg);
  bottom: 40%;
}
.arrow-tall {
  bottom: 35%;
}
.arrow-tall.right {
  bottom: 45%;
}
.arrow-short {
  bottom: 25%;
}
.arrow-vshort {
  bottom: 15%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 24px;
  top: -10px;
  width: 15px;
  height: 15px;
  padding: 0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* abstracts */
.new-dialog {
  background-color: #00958F;
  border: none !important;
  border-radius: 3px 3px 3px 3px;
  padding: 12px;
}
.new-dialog .ui-dialog-titlebar {
  background-color: #00958F !important;
}
.new-dialog .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
  margin-left: 0 !important;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 700px) {
  .new-dialog .ui-dialog-titlebar .ui-dialog-title {
    text-align: left;
  }
}
.new-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 5px;
  right: -5px;
}
.new-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
  margin-top: -4px;
  margin-left: -12px;
  transform: unset;
  background-position: unset;
  background-image: url(../../images/UI/_white-close.svg);
}
.new-dialog .ui-dialog-content {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.new-dialog .ui-dialog-buttonpane {
  text-align: center;
  background-color: #00958F !important;
  padding: 0.3em 0;
}
.new-dialog .ui-button:not(.ui-dialog-titlebar-close) {
  width: 67px;
  height: 32px;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 600;
}
.new-dialog #Message.ui-dialog-content {
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 600;
  color: #FFF !important;
  min-height: unset !important;
  display: table-cell;
  vertical-align: middle;
  width: 375px !important;
}
.new-dialog.basket-dialog {
  background-color: #00958F !important;
  border: 1px solid #C5C5C5;
}
.new-dialog.basket-dialog #PurchaseComplete-AssociatedDocuments {
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.new-dialog.basket-dialog #PurchaseComplete-AssociatedDocuments::-webkit-scrollbar {
  width: 12px;
}
.new-dialog.basket-dialog #PurchaseComplete-AssociatedDocuments::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-radius: 10px;
  border: 3px solid transparent;
  background-color: #C4C4C4;
}
.new-dialog.basket-dialog * {
  background-color: #00958F !important;
}
.new-dialog.basket-dialog .ui-dialog-titlebar .ui-dialog-title {
  height: unset;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF !important;
  text-align: center;
}
.new-dialog.basket-dialog .ui-dialog-titlebar .ui-dialog-title .ui-dialog-titlebar-close {
  top: 5px;
  right: -5px;
}
@media only screen and (max-width: 450px) {
  .new-dialog.basket-dialog .ui-dialog-titlebar .ui-dialog-title {
    margin-left: 0 !important;
  }
}
.new-dialog.basket-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: unset;
}
.new-dialog.basket-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  background-image: url(../../images/UI/_white-close.svg);
  background-position: unset;
}
.new-dialog.basket-dialog #Message.ui-dialog-content, .new-dialog.basket-dialog #Error.ui-dialog-content, .new-dialog.basket-dialog #PurchaseComplete-View.ui-dialog-content {
  color: #FFF !important;
  font-size: 12px !important;
  font-weight: 600;
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
  width: 375px !important;
}
.new-dialog.basket-dialog #TryAgain.ui-dialog-content {
  color: #FFF !important;
  font-size: 17px !important;
  font-weight: 600;
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
  width: 375px !important;
}
.new-dialog.basket-dialog .ui-dialog-buttonpane {
  padding: unset;
}
.new-dialog.basket-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  text-align: center;
}
.new-dialog.basket-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  background-color: #6856A6 !important;
  border: 1px solid #6856A6;
  margin: 0 3.5px;
}
.new-dialog.basket-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-of-type {
  background-color: #00958F !important;
}

.error-message .ui-dialog-content {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  line-height: 20px;
  letter-spacing: 0;
}
.error-message .ui-dialog-titlebar .ui-dialog-title:before {
  content: url("../../images/UI/_error-icon.svg");
  margin-right: 8px;
}
.error-message div#Message {
  min-height: 10px !important;
}

.two-buttons-dialog .ui-dialog-buttonset {
  float: unset !important;
}
.two-buttons-dialog .ui-dialog-buttonset .ui-button {
  border: 1px solid #6C55AA;
  background-color: #6C55AA !important;
}
.two-buttons-dialog .ui-dialog-buttonset .ui-button:first-of-type {
  background-color: #00958F !important;
}

/* abstracts */
#SavedSearchesDisplay p {
  margin-right: 5px;
  font-size: 7px;
  color: #8c8d8d;
}

#SavedSearchesDisplay table, .new-table {
  border-spacing: 0;
}
#SavedSearchesDisplay table th, .new-table th {
  background-color: #6C55AA;
  color: #FFF;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.1px;
  border: none;
  padding-left: 10px;
}
#SavedSearchesDisplay table th:first-child, .new-table th:first-child {
  border-radius: 5px 0 0 0;
}
#SavedSearchesDisplay table th:last-child, .new-table th:last-child {
  border-radius: 0 5px 0 0;
}
#SavedSearchesDisplay table thead tr, .new-table thead tr {
  border-bottom: none;
  line-height: 30px;
  white-space: nowrap;
}
#SavedSearchesDisplay table tbody tr, .new-table tbody tr {
  border: none;
  border-top: 1px solid rgba(108, 85, 170, 0.5);
  border-bottom: 1px solid rgba(108, 85, 170, 0.5);
  color: #FFF;
  line-height: 30px;
  font-size: 10px;
  border-bottom: none;
  white-space: nowrap;
}
#SavedSearchesDisplay table tbody tr:last-child td:first-child, .new-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#SavedSearchesDisplay table tbody tr:last-child td:last-child, .new-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#SavedSearchesDisplay table tbody tr:hover, .new-table tbody tr:hover {
  background-color: rgba(15, 161, 163, 0.5) !important;
}
#SavedSearchesDisplay table tbody tr:hover td, .new-table tbody tr:hover td {
  background-color: rgba(15, 161, 163, 0.5) !important;
}
#SavedSearchesDisplay table td, .new-table td {
  border: none !important;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: rgba(108, 85, 170, 0.5);
}

.new-table td {
  text-align: left !important;
}

#SavedSearchesDisplay table thead tr {
  border: solid 1px #e4e4e4;
  border-bottom: none;
}
#SavedSearchesDisplay table th {
  border: none;
}

#SavedSearchesDisplay table th:first-child {
  width: 60%;
}

@media (max-width: 950px) {
  #SavedSearchesDisplay table td, .new-table td {
    padding-left: 5px;
  }
}
#SearchCompanySubsidiaries td:first-child, #SearchCompanySubsidiaries td:nth-child(2) {
  padding-left: 0 !important;
}

#SearchCompanySubsidiaries-Totals tbody tr {
  border: none;
}
#SearchCompanySubsidiaries-Totals th {
  background-color: rgba(177, 177, 177, 0.1);
  color: #8c8d8d;
  border: 1px solid #ffffff;
}

#SearchCompanySubsidiaries-Header th:first-child {
  border-right: none;
}
#SearchCompanySubsidiaries-Header th:nth-child(2) {
  border-left: none;
}

/* abstracts */
.overlay-title {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #FFF !important;
  padding-bottom: 5px;
  float: left;
  line-height: 22px;
}
.overlay-title-div {
  display: inline-block;
}
.overlay-title-avail {
  width: 35% !important;
}
.overlay-title .info {
  margin-top: -5px;
}

.comm-avail-overlay {
  display: inline-block;
}
.comm-avail-overlay-left-float {
  width: 60% !important;
  float: left;
  max-width: 242px !important;
  height: 136px;
  padding-right: 12px;
  text-align: center;
}
.comm-avail-overlay-right-float {
  float: right;
  width: 40% !important;
}
.comm-avail-overlay-img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.comm-avail-overlay-prop-type {
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
}
.comm-avail-overlay-prop-type-container {
  width: 65% !important;
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.comm-avail-overlay-prop-type-industrial {
  background-color: #ffc207;
  color: #000000;
}
.comm-avail-overlay-prop-type-office {
  background-color: #0be7d0;
}
.comm-avail-overlay-prop-type-retail {
  background-color: #d54d1c;
}
.comm-avail-overlay-prop-type-leisure {
  background-color: #ad52ff;
  max-width: 120px !important;
}
.comm-avail-overlay-prop-type-other {
  background-color: #7f75ff;
}
.comm-avail-overlay-prop-type-freehold {
  background-color: #ABAF00;
}
.comm-avail-overlay-prop-type-leasehold {
  background-color: #A30505;
}
.comm-avail-overlay-prop-type-undisclosed {
  background-color: #E59500;
}

.resi-avail-overlay {
  display: inline-block;
}
.resi-avail-overlay-left-float {
  width: 60% !important;
  float: left;
  max-width: 242px !important;
  height: 136px;
  padding-right: 12px;
  text-align: center;
}
.resi-avail-overlay-right-float {
  float: right;
  width: 40% !important;
}
.resi-avail-overlay-tenure {
  position: absolute;
  top: 100px;
  left: 45px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.resi-avail-overlay-listingstatus {
  position: absolute;
  bottom: 14px;
  right: 2px;
  width: 25% !important;
  text-align: center;
  border-radius: 25px;
  height: 20px;
}
.resi-avail-overlay-img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.resi-avail-overlay-prop-type {
  max-width: 80px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
}
.resi-avail-overlay-prop-type-container {
  width: 65% !important;
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.resi-avail-overlay-prop-type-industrial {
  background-color: #ffc207;
  color: #000000;
}
.resi-avail-overlay-prop-type-office {
  background-color: #0be7d0;
}
.resi-avail-overlay-prop-type-retail {
  background-color: #d54d1c;
}
.resi-avail-overlay-prop-type-leisure {
  background-color: #ad52ff;
  max-width: 120px !important;
}
.resi-avail-overlay-prop-type-other {
  background-color: #7f75ff;
}
.resi-avail-overlay-prop-type-freehold {
  background-color: #ABAF00;
}
.resi-avail-overlay-prop-type-leasehold {
  background-color: #A30505;
}
.resi-avail-overlay-prop-type-undisclosed {
  background-color: #E59500;
}

.overlay-table-title {
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0;
}

.overlay-table-text-top {
  color: #FFF;
  font-size: 11px;
  letter-spacing: 0;
  padding-bottom: 15px;
}

.title-tick-icon {
  float: right;
  content: url("../../images/UI/_tick-icon.svg");
}

.title-x-icon {
  float: right;
  content: url("../../images/UI/_x-icon.svg");
}

.residential-availability-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.residential-availability-footer .last-updated {
  color: #FFF !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
}

.avail-particulars {
  display: flex;
  gap: 2px;
}
.avail-particulars a {
  color: #FFF !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
}

.right-chevron {
  content: url("../../images/UI/_chevron-icon.svg");
  width: 12px;
  height: 7px;
}

.avail-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.link-external {
  display: flex;
  margin-left: 5px;
  content: url("../../images/UI/_external-link-icon.svg");
  width: 12px;
  height: 12px;
}

.comm-avail-hover-popup, .resi-avail-hover-popup {
  padding: 3px 9px !important;
}
.comm-avail-hover-popup .sale-type, .resi-avail-hover-popup .sale-type {
  font-size: 10px;
  letter-spacing: 0.2px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}
.comm-avail-hover-popup .price, .resi-avail-hover-popup .price {
  font-size: 11px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 4px;
}
.comm-avail-hover-popup .use-type, .resi-avail-hover-popup .use-type {
  padding-left: 7px;
  padding-right: 7px;
  font-size: 7px;
  letter-spacing: 0.14px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  max-width: 85px !important;
}
.comm-avail-hover-popup .added-padding:not(:last-child), .resi-avail-hover-popup .added-padding:not(:last-child) {
  margin-right: 5px;
}
.comm-avail-hover-popup .use-type-container, .resi-avail-hover-popup .use-type-container {
  max-width: 180px;
  text-align: center;
}

/*.gm-ui-hover-effect {
    display: none !important;
}*/
.segmentation-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal {
    padding: 50px 15px;
  }
}
.segmentation-modal.hidden {
  display: none;
}
.segmentation-modal__content {
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.segmentation-modal__content.hidden {
  display: none;
}
.segmentation-modal__content.returning .intro-text .segmentation-subtitle {
  display: block;
}
.segmentation-modal__content.returning .segmentation-privacy {
  display: block;
}
.segmentation-modal__content .continue-later {
  text-align: center;
  font-size: 12px;
  color: #8c8d8d;
  opacity: 0.5;
  cursor: pointer;
}
@media only screen and (min-width: 701px) {
  .segmentation-modal__content .continue-later {
    text-align: right;
  }
  .segmentation-modal__content .continue-later span {
    position: absolute;
  }
}
.segmentation-modal__content .step-tracker {
  width: 300px;
  max-width: 300px;
  margin: 22px auto 40px auto;
}
.segmentation-modal__content .step-tracker img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .step-tracker {
    width: 100%;
  }
}
.segmentation-modal__content .intro-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.segmentation-modal__content .intro-text .segmentation-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #404040;
}
.segmentation-modal__content .intro-text .segmentation-subtitle {
  display: none;
  font-weight: bold;
  margin: 7px 0;
}
.segmentation-modal__content .intro-text .segmentation-instructions {
  line-height: 1.33;
  color: #000;
  opacity: 0.48;
}
.segmentation-modal__content .segmentation-form {
  margin-top: 20px;
  padding: 28px 33px 30px 33px;
  background-color: #e9eaef;
  border-radius: 4px;
}
.segmentation-modal__content .segmentation-form__title {
  text-align: center;
  margin-bottom: 40px;
}
.segmentation-modal__content .segmentation-form__title span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.segmentation-modal__content .segmentation-form .segmentation-checklist-group {
  display: flex;
  flex-direction: row;
}
.segmentation-modal__content .segmentation-form .segmentation-checklist-group .checkbox-group {
  flex: 1;
}
.segmentation-modal__content .segmentation-form .segmentation-checklist-group .checkbox-group:nth-of-type(1) {
  padding-right: 70px;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-form .segmentation-checklist-group .checkbox-group:nth-of-type(1) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-form .segmentation-checklist-group {
    flex-direction: column;
  }
}
.segmentation-modal__content .segmentation-form .checkbox-group {
  margin-top: 20px;
}
.segmentation-modal__content .segmentation-form .checkbox-group .checkbox-wrapper {
  margin-bottom: 22px;
}
.segmentation-modal__content .segmentation-form .checkbox-group .checkbox-wrapper label {
  font-size: 14px;
  max-width: 90%;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-form .checkbox-group .checkbox-wrapper label {
    font-size: 12px;
  }
}
.segmentation-modal__content .segmentation-form .checkbox-group .checkbox-wrapper input[type=checkbox] {
  width: 18px;
  height: 18px;
  float: right;
}
.segmentation-modal__content .segmentation-form .checkbox-group .checkbox-wrapper input[type=radio] {
  width: 18px;
  height: 18px;
  float: right;
}
.segmentation-modal__content .segmentation-form .checkbox-group .checkbox-wrapper input[type=text] {
  height: 33px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  padding: 6px 38px 7px 9px;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-form .checkbox-group .checkbox-wrapper input[type=text] {
    max-width: 185px;
  }
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-form .checkbox-group {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-form {
    padding: 22px 20px 36px 20px !important;
    overflow-y: auto;
  }
}
.segmentation-modal__content .segmentation-tooltip {
  content: url(../../images/UI/_question-mark-icon-purple.svg);
  vertical-align: top;
  float: left;
  padding-left: 0px;
  padding-right: 5px;
  cursor: default;
}
.segmentation-modal__content .segmentation-privacy {
  display: none;
  font-size: 11px;
  text-align: center;
  margin-top: 7px;
  color: #000;
  opacity: 0.48;
}
.segmentation-modal__content .segmentation-navButton {
  width: fit-content;
  position: absolute;
  cursor: pointer;
}
.segmentation-modal__content .segmentation-navButton.disabled svg {
  cursor: default;
}
.segmentation-modal__content .segmentation-navButton.disabled svg g {
  stroke: #e9eaef;
}
.segmentation-modal__content .segmentation-navButton-mobile {
  display: none;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
}
.segmentation-modal__content .segmentation-navButton-mobile a {
  color: #24336f;
  font-size: 14px;
  font-weight: 500;
}
.segmentation-modal__content .segmentation-navButton-mobile__next {
  float: right;
}
.segmentation-modal__content .segmentation-navButton-mobile__next.disabled {
  color: #e9eaef;
}
.segmentation-modal__content .segmentation-navButton-mobile__prev {
  float: left;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-navButton-mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content .segmentation-navButton {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .segmentation-modal__content {
    height: 100%;
    margin: 0 !important;
    padding: 15px !important;
  }
}
@media only screen and (max-height: 850px) {
  .segmentation-modal__content {
    margin: 0 auto !important;
  }
}
@media only screen and (max-height: 770px) {
  .segmentation-modal__content {
    max-height: 100vh;
    overflow-y: auto;
  }
  .segmentation-modal__content::-webkit-scrollbar {
    width: 5px;
  }
  .segmentation-modal__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
}
.segmentation-modal #SegmentationModal-1 {
  max-width: 650px;
  padding: 16px 102px 30px 102px;
  margin: 6% auto;
}
.segmentation-modal #SegmentationModal-1 .segmentation-navButton {
  bottom: 250px;
}
.segmentation-modal #SegmentationModal-1 .segmentation-navButton.navButton-next {
  right: 35px;
}
.segmentation-modal #SegmentationModal-1 .segmentation-finish {
  text-align: center;
  margin-top: 50px;
}
.segmentation-modal #SegmentationModal-1 .segmentation-finish span {
  padding: 11px 45px;
  background-color: #24336f;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.segmentation-modal #SegmentationModal-2 {
  max-width: 925px;
  padding: 16px 101px 73px 100px;
  margin: 7% auto;
}
.segmentation-modal #SegmentationModal-2 .intro-text {
  display: none;
}
.segmentation-modal #SegmentationModal-2.returning {
  margin: 4% auto;
}
.segmentation-modal #SegmentationModal-2.returning .intro-text {
  display: block;
}
.segmentation-modal #SegmentationModal-2 .segmentation-propertyType {
  max-width: 100%;
  padding: 41px 35px 10px 35px;
}
@media screen and (min-width: 701px) and (max-width: 820px) {
  .segmentation-modal #SegmentationModal-2 .segmentation-propertyType #segmentation-propertyType-other-value {
    width: 160px;
    padding-right: 5px;
  }
}
.segmentation-modal #SegmentationModal-2 .segmentation-navButton {
  bottom: 305px;
}
.segmentation-modal #SegmentationModal-2 .segmentation-navButton.navButton-prev {
  left: 35px;
}
.segmentation-modal #SegmentationModal-2 .segmentation-navButton.navButton-next {
  right: 35px;
}
.segmentation-modal #SegmentationModal-3 {
  max-width: 723px;
  margin: 8% auto;
  padding: 16px 102px 83px 102px;
}
.segmentation-modal #SegmentationModal-3 .intro-text {
  display: none;
}
.segmentation-modal #SegmentationModal-3.returning .intro-text {
  display: block;
}
.segmentation-modal #SegmentationModal-3 .segmentation-employees {
  max-width: 100%;
  padding: 41px 69px 20px 70px;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal #SegmentationModal-3 .segmentation-employees {
    padding-bottom: 10px !important;
    max-height: 350px;
    margin-bottom: 35px;
  }
}
.segmentation-modal #SegmentationModal-3 .segmentation-navButton {
  bottom: 240px;
}
.segmentation-modal #SegmentationModal-3 .segmentation-navButton.navButton-prev {
  left: 35px;
}
.segmentation-modal #SegmentationModal-3 .segmentation-navButton.navButton-next {
  right: 35px;
}
.segmentation-modal #SegmentationModal-3 .segmentation-navButton-mobile {
  margin-top: auto;
}
.segmentation-modal #SegmentationModal-4 {
  max-width: 584px;
  margin: 8% auto;
  padding: 20px 102px 50px 102px;
}
.segmentation-modal #SegmentationModal-4 .intro-text {
  display: none;
}
.segmentation-modal #SegmentationModal-4.returning .intro-text {
  display: block;
}
.segmentation-modal #SegmentationModal-4 .segmentation-experience {
  padding: 41px 57px 38px 69px;
  max-width: 100%;
}
.segmentation-modal #SegmentationModal-4 .segmentation-navButton {
  bottom: 210px;
}
.segmentation-modal #SegmentationModal-4 .segmentation-navButton.navButton-prev {
  left: 35px;
}
.segmentation-modal #SegmentationModal-4 .segmentation-navButton-mobile {
  margin-top: auto;
}
.segmentation-modal #SegmentationModal-4 .segmentation-finish {
  text-align: center;
  margin-top: 50px;
}
.segmentation-modal #SegmentationModal-4 .segmentation-finish span {
  padding: 11px 45px;
  background-color: #24336f;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.segmentation-modal #SegmentationComplete {
  max-width: 500px;
  margin: 8% auto;
  padding: 44px 68px 55px 68px;
}
.segmentation-modal #SegmentationComplete .image-wrapper {
  max-width: 168px;
  margin: 0 auto 50px;
}
.segmentation-modal #SegmentationComplete .image-wrapper img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal #SegmentationComplete .image-wrapper {
    flex: 1;
  }
}
@media only screen and (max-height: 635px) {
  .segmentation-modal #SegmentationComplete .image-wrapper {
    max-width: 145px;
  }
}
.segmentation-modal #SegmentationComplete .text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
}
.segmentation-modal #SegmentationComplete .text-wrapper .title-text {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: bold;
  line-height: 22px;
}
.segmentation-modal #SegmentationComplete .text-wrapper .title-text span {
  margin-bottom: 20px;
}
.segmentation-modal #SegmentationComplete .text-wrapper .supporting-text {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal #SegmentationComplete .text-wrapper {
    flex: 1;
  }
}
@media only screen and (max-height: 635px) {
  .segmentation-modal #SegmentationComplete .text-wrapper {
    margin-bottom: 20px;
  }
}
.segmentation-modal #SegmentationComplete .button-wrapper {
  text-align: center;
}
.segmentation-modal #SegmentationComplete .button-wrapper .button-primary {
  padding: 11px 37px;
  font-weight: bold;
  margin-left: 20px;
  border: 1px solid #24336f;
  background-color: #24336f;
}
.segmentation-modal #SegmentationComplete .button-wrapper .button-primary:hover {
  background-color: #24336f;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal #SegmentationComplete .button-wrapper .button-primary {
    padding: 11px 20px;
  }
}
.segmentation-modal #SegmentationComplete .button-wrapper .button-secondary {
  background-color: #FFF;
  padding: 11px 30px;
  border-radius: 4px;
  border: 1px solid #24336f;
  color: #24336f;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .segmentation-modal #SegmentationComplete .button-wrapper .button-secondary {
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 330px) {
  .segmentation-modal #SegmentationComplete .button-wrapper .button-secondary {
    padding: 11px 15px;
  }
}
@media only screen and (max-width: 700px) {
  .segmentation-modal #SegmentationComplete .button-wrapper {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .segmentation-modal #SegmentationComplete {
    max-height: 580px;
    max-width: 100%;
  }
}

.arrow.left.segmentation-tooltip-box {
  bottom: 36%;
  pointer-events: none;
}
.arrow.left.segmentation-tooltip-box::after {
  top: -7px;
}

.comm-avail-legend-btns, .resi-avail-legend-btns {
  padding-bottom: 20px;
}
.comm-avail-legend-btns .legend-button, .resi-avail-legend-btns .legend-button {
  width: 64px;
  border: solid 1px #0fa1a3;
  background-color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #0fa1a3;
  height: 30px;
  font-weight: normal;
}
.comm-avail-legend-btns .legend-button-sale, .resi-avail-legend-btns .legend-button-sale {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.comm-avail-legend-btns .legend-button-let, .resi-avail-legend-btns .legend-button-let {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.comm-avail-legend-btns .legend-button-selected, .resi-avail-legend-btns .legend-button-selected {
  background-color: #0fa1a3;
  font-weight: bold;
  color: #ffffff;
}
.comm-avail-legend-btns .legend-button-selected:first-child, .resi-avail-legend-btns .legend-button-selected:first-child {
  border-right: solid 0.5px #ffffff !important;
}

.resi-avail-legend-btns {
  border-top: solid 1px #0fa1a3;
  padding-top: 5px;
  margin: 0px 10px;
}