@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url("//fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none; }

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

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

.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-500px:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-acquisitions-incorporated:before {
  content: ""; }

.fa-ad:before {
  content: ""; }

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

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-air-freshener:before {
  content: ""; }

.fa-airbnb:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

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

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

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

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

.fa-alipay:before {
  content: ""; }

.fa-allergies:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-ankh:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-alt:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-archway:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-artstation:before {
  content: ""; }

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

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-atlas:before {
  content: ""; }

.fa-atlassian:before {
  content: ""; }

.fa-atom:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

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

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-award:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-baby:before {
  content: ""; }

.fa-baby-carriage:before {
  content: ""; }

.fa-backspace:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-bacon:before {
  content: ""; }

.fa-bacteria:before {
  content: ""; }

.fa-bacterium:before {
  content: ""; }

.fa-bahai:before {
  content: ""; }

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

.fa-balance-scale-left:before {
  content: ""; }

.fa-balance-scale-right:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-battle-net:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-bell:before {
  content: ""; }

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

.fa-bezier-curve:before {
  content: ""; }

.fa-bible:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-biking:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-biohazard:before {
  content: ""; }

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

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

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

.fa-blackberry:before {
  content: ""; }

.fa-blender:before {
  content: ""; }

.fa-blender-phone:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blog:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-bone:before {
  content: ""; }

.fa-bong:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-book-dead:before {
  content: ""; }

.fa-book-medical:before {
  content: ""; }

.fa-book-open:before {
  content: ""; }

.fa-book-reader:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-bootstrap:before {
  content: ""; }

.fa-border-all:before {
  content: ""; }

.fa-border-none:before {
  content: ""; }

.fa-border-style:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-open:before {
  content: ""; }

.fa-box-tissue:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-brain:before {
  content: ""; }

.fa-bread-slice:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-broadcast-tower:before {
  content: ""; }

.fa-broom:before {
  content: ""; }

.fa-brush:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-buffer:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-bus-alt:before {
  content: ""; }

.fa-business-time:before {
  content: ""; }

.fa-buy-n-large:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-day:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-calendar-week:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

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

.fa-campground:before {
  content: ""; }

.fa-canadian-maple-leaf:before {
  content: ""; }

.fa-candy-cane:before {
  content: ""; }

.fa-cannabis:before {
  content: ""; }

.fa-capsules:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-car-alt:before {
  content: ""; }

.fa-car-battery:before {
  content: ""; }

.fa-car-crash:before {
  content: ""; }

.fa-car-side:before {
  content: ""; }

.fa-caravan:before {
  content: ""; }

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

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

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

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

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

.fa-carrot:before {
  content: ""; }

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

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

.fa-cash-register:before {
  content: ""; }

.fa-cat:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

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

.fa-cc-apple-pay:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: ""; }

.fa-centos:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chair:before {
  content: ""; }

.fa-chalkboard:before {
  content: ""; }

.fa-chalkboard-teacher:before {
  content: ""; }

.fa-charging-station:before {
  content: ""; }

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

.fa-chart-bar:before {
  content: ""; }

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

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

.fa-check:before {
  content: ""; }

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

.fa-check-double:before {
  content: ""; }

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

.fa-cheese:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-chromecast:before {
  content: ""; }

.fa-church:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-city:before {
  content: ""; }

.fa-clinic-medical:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-meatball:before {
  content: ""; }

.fa-cloud-moon:before {
  content: ""; }

.fa-cloud-moon-rain:before {
  content: ""; }

.fa-cloud-rain:before {
  content: ""; }

.fa-cloud-showers-heavy:before {
  content: ""; }

.fa-cloud-sun:before {
  content: ""; }

.fa-cloud-sun-rain:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-cloudflare:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-cocktail:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-coins:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comment-dollar:before {
  content: ""; }

.fa-comment-dots:before {
  content: ""; }

.fa-comment-medical:before {
  content: ""; }

.fa-comment-slash:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-comments-dollar:before {
  content: ""; }

.fa-compact-disc:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-arrows-alt:before {
  content: ""; }

.fa-concierge-bell:before {
  content: ""; }

.fa-confluence:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-cookie:before {
  content: ""; }

.fa-cookie-bite:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-cotton-bureau:before {
  content: ""; }

.fa-couch:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

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

.fa-creative-commons-by:before {
  content: ""; }

.fa-creative-commons-nc:before {
  content: ""; }

.fa-creative-commons-nc-eu:before {
  content: ""; }

.fa-creative-commons-nc-jp:before {
  content: ""; }

.fa-creative-commons-nd:before {
  content: ""; }

.fa-creative-commons-pd:before {
  content: ""; }

.fa-creative-commons-pd-alt:before {
  content: ""; }

.fa-creative-commons-remix:before {
  content: ""; }

.fa-creative-commons-sa:before {
  content: ""; }

.fa-creative-commons-sampling:before {
  content: ""; }

.fa-creative-commons-sampling-plus:before {
  content: ""; }

.fa-creative-commons-share:before {
  content: ""; }

.fa-creative-commons-zero:before {
  content: ""; }

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

.fa-critical-role:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crop-alt:before {
  content: ""; }

.fa-cross:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-crow:before {
  content: ""; }

.fa-crown:before {
  content: ""; }

.fa-crutch:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-d-and-d-beyond:before {
  content: ""; }

.fa-dailymotion:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-deezer:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-democrat:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-dev:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-dharmachakra:before {
  content: ""; }

.fa-dhl:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diaspora:before {
  content: ""; }

.fa-dice:before {
  content: ""; }

.fa-dice-d20:before {
  content: ""; }

.fa-dice-d6:before {
  content: ""; }

.fa-dice-five:before {
  content: ""; }

.fa-dice-four:before {
  content: ""; }

.fa-dice-one:before {
  content: ""; }

.fa-dice-six:before {
  content: ""; }

.fa-dice-three:before {
  content: ""; }

.fa-dice-two:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-digital-tachograph:before {
  content: ""; }

.fa-directions:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-disease:before {
  content: ""; }

.fa-divide:before {
  content: ""; }

.fa-dizzy:before {
  content: ""; }

.fa-dna:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dog:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-donate:before {
  content: ""; }

.fa-door-closed:before {
  content: ""; }

.fa-door-open:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-dove:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-drafting-compass:before {
  content: ""; }

.fa-dragon:before {
  content: ""; }

.fa-draw-polygon:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drum:before {
  content: ""; }

.fa-drum-steelpan:before {
  content: ""; }

.fa-drumstick-bite:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dumpster:before {
  content: ""; }

.fa-dumpster-fire:before {
  content: ""; }

.fa-dungeon:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edge-legacy:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-egg:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

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

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

.fa-ello:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

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

.fa-envelope-open-text:before {
  content: ""; }

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

.fa-envira:before {
  content: ""; }

.fa-equals:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-ethernet:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-evernote:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

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

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

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

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

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

.fa-fan:before {
  content: ""; }

.fa-fantasy-flight-games:before {
  content: ""; }

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

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

.fa-faucet:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-feather:before {
  content: ""; }

.fa-feather-alt:before {
  content: ""; }

.fa-fedex:before {
  content: ""; }

.fa-fedora:before {
  content: ""; }

.fa-female:before {
  content: ""; }

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

.fa-figma:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-contract:before {
  content: ""; }

.fa-file-csv:before {
  content: ""; }

.fa-file-download:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-export:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-import:before {
  content: ""; }

.fa-file-invoice:before {
  content: ""; }

.fa-file-invoice-dollar:before {
  content: ""; }

.fa-file-medical:before {
  content: ""; }

.fa-file-medical-alt:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-prescription:before {
  content: ""; }

.fa-file-signature:before {
  content: ""; }

.fa-file-upload:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-fill:before {
  content: ""; }

.fa-fill-drip:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fingerprint:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-alt:before {
  content: ""; }

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

.fa-firefox:before {
  content: ""; }

.fa-firefox-browser:before {
  content: ""; }

.fa-first-aid:before {
  content: ""; }

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

.fa-first-order-alt:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-fish:before {
  content: ""; }

.fa-fist-raised:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

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

.fa-flag-usa:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-flushed:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-minus:before {
  content: ""; }

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

.fa-folder-plus:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-font-awesome-logo-full:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

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

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

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

.fa-freebsd:before {
  content: ""; }

.fa-frog:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-frown-open:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-funnel-dollar:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gas-pump:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-ghost:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-gifts:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-alt:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

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

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

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass-cheers:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glass-martini-alt:before {
  content: ""; }

.fa-glass-whiskey:before {
  content: ""; }

.fa-glasses:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

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

.fa-globe:before {
  content: ""; }

.fa-globe-africa:before {
  content: ""; }

.fa-globe-americas:before {
  content: ""; }

.fa-globe-asia:before {
  content: ""; }

.fa-globe-europe:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-pay:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

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

.fa-google-plus-g:before {
  content: ""; }

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

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

.fa-gopuram:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-greater-than:before {
  content: ""; }

.fa-greater-than-equal:before {
  content: ""; }

.fa-grimace:before {
  content: ""; }

.fa-grin:before {
  content: ""; }

.fa-grin-alt:before {
  content: ""; }

.fa-grin-beam:before {
  content: ""; }

.fa-grin-beam-sweat:before {
  content: ""; }

.fa-grin-hearts:before {
  content: ""; }

.fa-grin-squint:before {
  content: ""; }

.fa-grin-squint-tears:before {
  content: ""; }

.fa-grin-stars:before {
  content: ""; }

.fa-grin-tears:before {
  content: ""; }

.fa-grin-tongue:before {
  content: ""; }

.fa-grin-tongue-squint:before {
  content: ""; }

.fa-grin-tongue-wink:before {
  content: ""; }

.fa-grin-wink:before {
  content: ""; }

.fa-grip-horizontal:before {
  content: ""; }

.fa-grip-lines:before {
  content: ""; }

.fa-grip-lines-vertical:before {
  content: ""; }

.fa-grip-vertical:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-guilded:before {
  content: ""; }

.fa-guitar:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

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

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hackerrank:before {
  content: ""; }

.fa-hamburger:before {
  content: ""; }

.fa-hammer:before {
  content: ""; }

.fa-hamsa:before {
  content: ""; }

.fa-hand-holding:before {
  content: ""; }

.fa-hand-holding-heart:before {
  content: ""; }

.fa-hand-holding-medical:before {
  content: ""; }

.fa-hand-holding-usd:before {
  content: ""; }

.fa-hand-holding-water:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-middle-finger:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-sparkles:before {
  content: ""; }

.fa-hand-spock:before {
  content: ""; }

.fa-hands:before {
  content: ""; }

.fa-hands-helping:before {
  content: ""; }

.fa-hands-wash:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-handshake-alt-slash:before {
  content: ""; }

.fa-handshake-slash:before {
  content: ""; }

.fa-hanukiah:before {
  content: ""; }

.fa-hard-hat:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hat-cowboy:before {
  content: ""; }

.fa-hat-cowboy-side:before {
  content: ""; }

.fa-hat-wizard:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-head-side-cough:before {
  content: ""; }

.fa-head-side-cough-slash:before {
  content: ""; }

.fa-head-side-mask:before {
  content: ""; }

.fa-head-side-virus:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-headphones-alt:before {
  content: ""; }

.fa-headset:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heart-broken:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-helicopter:before {
  content: ""; }

.fa-highlighter:before {
  content: ""; }

.fa-hiking:before {
  content: ""; }

.fa-hippo:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hive:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-holly-berry:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-hornbill:before {
  content: ""; }

.fa-horse:before {
  content: ""; }

.fa-horse-head:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hospital-user:before {
  content: ""; }

.fa-hot-tub:before {
  content: ""; }

.fa-hotdog:before {
  content: ""; }

.fa-hotel:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-house-damage:before {
  content: ""; }

.fa-house-user:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-hryvnia:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

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

.fa-ice-cream:before {
  content: ""; }

.fa-icicles:before {
  content: ""; }

.fa-icons:before {
  content: ""; }

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

.fa-id-card:before {
  content: ""; }

.fa-id-card-alt:before {
  content: ""; }

.fa-ideal:before {
  content: ""; }

.fa-igloo:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-infinity:before {
  content: ""; }

.fa-info:before {
  content: ""; }

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

.fa-innosoft:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-instagram-square:before {
  content: ""; }

.fa-instalod:before {
  content: ""; }

.fa-intercom:before {
  content: ""; }

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

.fa-invision:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itch-io:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-java:before {
  content: ""; }

.fa-jedi:before {
  content: ""; }

.fa-jedi-order:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-jira:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joint:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-journal-whills:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-kaaba:before {
  content: ""; }

.fa-kaggle:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-khanda:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-kiss:before {
  content: ""; }

.fa-kiss-beam:before {
  content: ""; }

.fa-kiss-wink-heart:before {
  content: ""; }

.fa-kiwi-bird:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-landmark:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laptop-code:before {
  content: ""; }

.fa-laptop-house:before {
  content: ""; }

.fa-laptop-medical:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

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

.fa-laugh:before {
  content: ""; }

.fa-laugh-beam:before {
  content: ""; }

.fa-laugh-squint:before {
  content: ""; }

.fa-laugh-wink:before {
  content: ""; }

.fa-layer-group:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-less-than:before {
  content: ""; }

.fa-less-than-equal:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

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

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

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

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

.fa-lock:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

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

.fa-luggage-cart:before {
  content: ""; }

.fa-lungs:before {
  content: ""; }

.fa-lungs-virus:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-mail-bulk:before {
  content: ""; }

.fa-mailchimp:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marked:before {
  content: ""; }

.fa-map-marked-alt:before {
  content: ""; }

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

.fa-map-marker-alt:before {
  content: ""; }

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

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

.fa-markdown:before {
  content: ""; }

.fa-marker:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

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

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

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

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

.fa-mask:before {
  content: ""; }

.fa-mastodon:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-mdb:before {
  content: ""; }

.fa-medal:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-megaport:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-meh-blank:before {
  content: ""; }

.fa-meh-rolling-eyes:before {
  content: ""; }

.fa-memory:before {
  content: ""; }

.fa-mendeley:before {
  content: ""; }

.fa-menorah:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-meteor:before {
  content: ""; }

.fa-microblog:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-alt-slash:before {
  content: ""; }

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

.fa-microscope:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

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

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

.fa-mitten:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mixer:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-money-bill-wave:before {
  content: ""; }

.fa-money-bill-wave-alt:before {
  content: ""; }

.fa-money-check:before {
  content: ""; }

.fa-money-check-alt:before {
  content: ""; }

.fa-monument:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-mortar-pestle:before {
  content: ""; }

.fa-mosque:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mountain:before {
  content: ""; }

.fa-mouse:before {
  content: ""; }

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

.fa-mug-hot:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-neos:before {
  content: ""; }

.fa-network-wired:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nimblr:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-not-equal:before {
  content: ""; }

.fa-notes-medical:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

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

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

.fa-octopus-deploy:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

.fa-oil-can:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-om:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

.fa-orcid:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-otter:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-pager:before {
  content: ""; }

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

.fa-paint-roller:before {
  content: ""; }

.fa-palette:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-parachute-box:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-parking:before {
  content: ""; }

.fa-passport:before {
  content: ""; }

.fa-pastafarianism:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

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

.fa-paw:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-peace:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-fancy:before {
  content: ""; }

.fa-pen-nib:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pencil-ruler:before {
  content: ""; }

.fa-penny-arcade:before {
  content: ""; }

.fa-people-arrows:before {
  content: ""; }

.fa-people-carry:before {
  content: ""; }

.fa-pepper-hot:before {
  content: ""; }

.fa-perbyte:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-percentage:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-person-booth:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phoenix-squadron:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-alt:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

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

.fa-phone-square-alt:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-photo-video:before {
  content: ""; }

.fa-php:before {
  content: ""; }

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

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

.fa-pied-piper-hat:before {
  content: ""; }

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

.fa-pied-piper-square:before {
  content: ""; }

.fa-piggy-bank:before {
  content: ""; }

.fa-pills:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

.fa-pizza-slice:before {
  content: ""; }

.fa-place-of-worship:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-arrival:before {
  content: ""; }

.fa-plane-departure:before {
  content: ""; }

.fa-plane-slash:before {
  content: ""; }

.fa-play:before {
  content: ""; }

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

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

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

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

.fa-podcast:before {
  content: ""; }

.fa-poll:before {
  content: ""; }

.fa-poll-h:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-poo-storm:before {
  content: ""; }

.fa-poop:before {
  content: ""; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

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

.fa-pray:before {
  content: ""; }

.fa-praying-hands:before {
  content: ""; }

.fa-prescription:before {
  content: ""; }

.fa-prescription-bottle:before {
  content: ""; }

.fa-prescription-bottle-alt:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

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

.fa-project-diagram:before {
  content: ""; }

.fa-pump-medical:before {
  content: ""; }

.fa-pump-soap:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

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

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

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

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

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

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

.fa-quran:before {
  content: ""; }

.fa-r-project:before {
  content: ""; }

.fa-radiation:before {
  content: ""; }

.fa-radiation-alt:before {
  content: ""; }

.fa-rainbow:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-raspberry-pi:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-reacteurope:before {
  content: ""; }

.fa-readme:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-receipt:before {
  content: ""; }

.fa-record-vinyl:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-redhat:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-remove-format:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-republican:before {
  content: ""; }

.fa-researchgate:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-restroom:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-rev:before {
  content: ""; }

.fa-ribbon:before {
  content: ""; }

.fa-ring:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-robot:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-route:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

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

.fa-ruble-sign:before {
  content: ""; }

.fa-ruler:before {
  content: ""; }

.fa-ruler-combined:before {
  content: ""; }

.fa-ruler-horizontal:before {
  content: ""; }

.fa-ruler-vertical:before {
  content: ""; }

.fa-running:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-rust:before {
  content: ""; }

.fa-sad-cry:before {
  content: ""; }

.fa-sad-tear:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-salesforce:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-satellite:before {
  content: ""; }

.fa-satellite-dish:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-school:before {
  content: ""; }

.fa-screwdriver:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scroll:before {
  content: ""; }

.fa-sd-card:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-dollar:before {
  content: ""; }

.fa-search-location:before {
  content: ""; }

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

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

.fa-searchengin:before {
  content: ""; }

.fa-seedling:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-shapes:before {
  content: ""; }

.fa-share:before {
  content: ""; }

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

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

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

.fa-shekel-sign:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-virus:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shoe-prints:before {
  content: ""; }

.fa-shopify:before {
  content: ""; }

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

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

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

.fa-shopware:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shuttle-van:before {
  content: ""; }

.fa-sign:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-signature:before {
  content: ""; }

.fa-sim-card:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sink:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-skating:before {
  content: ""; }

.fa-sketch:before {
  content: ""; }

.fa-skiing:before {
  content: ""; }

.fa-skiing-nordic:before {
  content: ""; }

.fa-skull:before {
  content: ""; }

.fa-skull-crossbones:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-slash:before {
  content: ""; }

.fa-sleigh:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smile-beam:before {
  content: ""; }

.fa-smile-wink:before {
  content: ""; }

.fa-smog:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-smoking-ban:before {
  content: ""; }

.fa-sms:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

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

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

.fa-snowboarding:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-snowman:before {
  content: ""; }

.fa-snowplow:before {
  content: ""; }

.fa-soap:before {
  content: ""; }

.fa-socks:before {
  content: ""; }

.fa-solar-panel:before {
  content: ""; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-down-alt:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-alpha-up-alt:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-down-alt:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-amount-up-alt:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-down-alt:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-numeric-up-alt:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-sourcetree:before {
  content: ""; }

.fa-spa:before {
  content: ""; }

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

.fa-speakap:before {
  content: ""; }

.fa-speaker-deck:before {
  content: ""; }

.fa-spell-check:before {
  content: ""; }

.fa-spider:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-splotch:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-spray-can:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-square-root-alt:before {
  content: ""; }

.fa-squarespace:before {
  content: ""; }

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

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

.fa-stackpath:before {
  content: ""; }

.fa-stamp:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-and-crescent:before {
  content: ""; }

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

.fa-star-half-alt:before {
  content: ""; }

.fa-star-of-david:before {
  content: ""; }

.fa-star-of-life:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

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

.fa-steam-symbol:before {
  content: ""; }

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

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

.fa-stop:before {
  content: ""; }

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

.fa-stopwatch:before {
  content: ""; }

.fa-stopwatch-20:before {
  content: ""; }

.fa-store:before {
  content: ""; }

.fa-store-alt:before {
  content: ""; }

.fa-store-alt-slash:before {
  content: ""; }

.fa-store-slash:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-stream:before {
  content: ""; }

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

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-stroopwafel:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

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

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-suitcase-rolling:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-surprise:before {
  content: ""; }

.fa-suse:before {
  content: ""; }

.fa-swatchbook:before {
  content: ""; }

.fa-swift:before {
  content: ""; }

.fa-swimmer:before {
  content: ""; }

.fa-swimming-pool:before {
  content: ""; }

.fa-symfony:before {
  content: ""; }

.fa-synagogue:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-syringe:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tape:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-teamspeak:before {
  content: ""; }

.fa-teeth:before {
  content: ""; }

.fa-teeth-open:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-temperature-high:before {
  content: ""; }

.fa-temperature-low:before {
  content: ""; }

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

.fa-tenge:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

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

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

.fa-th:before {
  content: ""; }

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

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

.fa-the-red-yeti:before {
  content: ""; }

.fa-theater-masks:before {
  content: ""; }

.fa-themeco:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-think-peaks:before {
  content: ""; }

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

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

.fa-thumbtack:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-tiktok:before {
  content: ""; }

.fa-times:before {
  content: ""; }

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

.fa-tint:before {
  content: ""; }

.fa-tint-slash:before {
  content: ""; }

.fa-tired:before {
  content: ""; }

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

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

.fa-toilet:before {
  content: ""; }

.fa-toilet-paper:before {
  content: ""; }

.fa-toilet-paper-slash:before {
  content: ""; }

.fa-toolbox:before {
  content: ""; }

.fa-tools:before {
  content: ""; }

.fa-tooth:before {
  content: ""; }

.fa-torah:before {
  content: ""; }

.fa-torii-gate:before {
  content: ""; }

.fa-tractor:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-traffic-light:before {
  content: ""; }

.fa-trailer:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-tram:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-trash-restore:before {
  content: ""; }

.fa-trash-restore-alt:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-truck-loading:before {
  content: ""; }

.fa-truck-monster:before {
  content: ""; }

.fa-truck-moving:before {
  content: ""; }

.fa-truck-pickup:before {
  content: ""; }

.fa-tshirt:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

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

.fa-tv:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

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

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-ubuntu:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-umbraco:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-umbrella-beach:before {
  content: ""; }

.fa-uncharted:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-unity:before {
  content: ""; }

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

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-unsplash:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-ups:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-alt-slash:before {
  content: ""; }

.fa-user-astronaut:before {
  content: ""; }

.fa-user-check:before {
  content: ""; }

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

.fa-user-clock:before {
  content: ""; }

.fa-user-cog:before {
  content: ""; }

.fa-user-edit:before {
  content: ""; }

.fa-user-friends:before {
  content: ""; }

.fa-user-graduate:before {
  content: ""; }

.fa-user-injured:before {
  content: ""; }

.fa-user-lock:before {
  content: ""; }

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

.fa-user-minus:before {
  content: ""; }

.fa-user-ninja:before {
  content: ""; }

.fa-user-nurse:before {
  content: ""; }

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

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

.fa-user-shield:before {
  content: ""; }

.fa-user-slash:before {
  content: ""; }

.fa-user-tag:before {
  content: ""; }

.fa-user-tie:before {
  content: ""; }

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

.fa-users:before {
  content: ""; }

.fa-users-cog:before {
  content: ""; }

.fa-users-slash:before {
  content: ""; }

.fa-usps:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-vector-square:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

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

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

.fa-vest:before {
  content: ""; }

.fa-vest-patches:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

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

.fa-vial:before {
  content: ""; }

.fa-vials:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-video-slash:before {
  content: ""; }

.fa-vihara:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-virus:before {
  content: ""; }

.fa-virus-slash:before {
  content: ""; }

.fa-viruses:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-voicemail:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

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

.fa-volume-mute:before {
  content: ""; }

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

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

.fa-vote-yea:before {
  content: ""; }

.fa-vr-cardboard:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-walking:before {
  content: ""; }

.fa-wallet:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-watchman-monitoring:before {
  content: ""; }

.fa-water:before {
  content: ""; }

.fa-wave-square:before {
  content: ""; }

.fa-waze:before {
  content: ""; }

.fa-weebly:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weight-hanging:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

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

.fa-wind:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

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

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

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

.fa-windows:before {
  content: ""; }

.fa-wine-bottle:before {
  content: ""; }

.fa-wine-glass:before {
  content: ""; }

.fa-wine-glass-alt:before {
  content: ""; }

.fa-wix:before {
  content: ""; }

.fa-wizards-of-the-coast:before {
  content: ""; }

.fa-wodu:before {
  content: ""; }

.fa-wolf-pack-battalion:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wpressr:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-x-ray:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yammer:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yarn:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yin-yang:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

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

.fa-zhihu:before {
  content: ""; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  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, .col-xs-12 {
  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%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    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-pull-0 {
    right: auto; }

  .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-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .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-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .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 {
    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-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-pull-12 {
    right: 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-push-12 {
    left: 100%; }

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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 {
    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-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-pull-12 {
    right: 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-push-12 {
    left: 100%; }

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr > th.sortable:hover, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr > th.sortable:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr > th.sortable:hover,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table .table-hover > tbody > tr > th.sortable:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table .table-hover > tbody > tr:hover > th.sortable:hover, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .table th.btn.sortable:focus:hover, .btn.active.focus, .table th.btn.focus.sortable:hover {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active, .table th.btn.sortable:hover {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .table th.btn-default.sortable:hover, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .table th.btn-default.sortable:hover, .btn-default.active:focus, .table th.btn-default.sortable:focus:hover, .btn-default.active.focus, .table th.btn-default.focus.sortable:hover, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .table th.btn-primary.sortable:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .table th.btn-primary.sortable:hover, .btn-primary.active:focus, .table th.btn-primary.sortable:focus:hover, .btn-primary.active.focus, .table th.btn-primary.focus.sortable:hover, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .table th.btn-success.sortable:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .table th.btn-success.sortable:hover, .btn-success.active:focus, .table th.btn-success.sortable:focus:hover, .btn-success.active.focus, .table th.btn-success.focus.sortable:hover, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .table th.btn-info.sortable:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .table th.btn-info.sortable:hover, .btn-info.active:focus, .table th.btn-info.sortable:focus:hover, .btn-info.active.focus, .table th.btn-info.focus.sortable:hover, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .table th.btn-warning.sortable:hover, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .table th.btn-warning.sortable:hover, .btn-warning.active:focus, .table th.btn-warning.sortable:focus:hover, .btn-warning.active.focus, .table th.btn-warning.focus.sortable:hover, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .table th.btn-danger.sortable:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .table th.btn-danger.sortable:hover, .btn-danger.active:focus, .table th.btn-danger.sortable:focus:hover, .btn-danger.active.focus, .table th.btn-danger.focus.sortable:hover, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .table th.btn-link.sortable:hover, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .table .dropdown-menu > th.sortable:hover > a, .dropdown-menu > .active > a:hover, .table .dropdown-menu > th.sortable:hover > a:hover, .dropdown-menu > .active > a:focus, .table .dropdown-menu > th.sortable:hover > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .table .btn-group > th.btn.sortable:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active,
    .table .btn-group-vertical > th.btn.sortable:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .table .nav-tabs-justified > th.sortable:hover > a, .table .nav-tabs.nav-justified > th.sortable:hover > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .table .nav-tabs-justified > th.sortable:hover > a:hover,
  .table .nav-tabs.nav-justified > th.sortable:hover > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .table .nav-tabs-justified > th.sortable:hover > a:focus,
  .table .nav-tabs.nav-justified > th.sortable:hover > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .table .nav-tabs-justified > th.sortable:hover > a, .table .nav-tabs.nav-justified > th.sortable:hover > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .table .nav-tabs-justified > th.sortable:hover > a:hover,
    .table .nav-tabs.nav-justified > th.sortable:hover > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus,
    .table .nav-tabs-justified > th.sortable:hover > a:focus,
    .table .nav-tabs.nav-justified > th.sortable:hover > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active, .table .tab-content > th.sortable:hover {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .table .navbar-nav > th.sortable:hover > a, .table .navbar-default .navbar-nav > th.sortable:hover > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .table .navbar-nav > th.sortable:hover > a:hover, .table .navbar-default .navbar-nav > th.sortable:hover > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .table .navbar-nav > th.sortable:hover > a:focus, .table .navbar-default .navbar-nav > th.sortable:hover > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .table .dropdown-menu > th.sortable:hover > a, .table .navbar-default .navbar-nav .open .dropdown-menu > th.sortable:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .table .dropdown-menu > th.sortable:hover > a:hover, .table .navbar-default .navbar-nav .open .dropdown-menu > th.sortable:hover > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .table .dropdown-menu > th.sortable:hover > a:focus, .table .navbar-default .navbar-nav .open .dropdown-menu > th.sortable:hover > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .table .navbar-nav > th.sortable:hover > a, .table .navbar-inverse .navbar-nav > th.sortable:hover > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .table .navbar-nav > th.sortable:hover > a:hover, .table .navbar-inverse .navbar-nav > th.sortable:hover > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .table .navbar-nav > th.sortable:hover > a:focus, .table .navbar-inverse .navbar-nav > th.sortable:hover > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .table .dropdown-menu > th.sortable:hover > a, .table .navbar-inverse .navbar-nav .open .dropdown-menu > th.sortable:hover > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .table .dropdown-menu > th.sortable:hover > a:hover, .table .navbar-inverse .navbar-nav .open .dropdown-menu > th.sortable:hover > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .table .dropdown-menu > th.sortable:hover > a:focus, .table .navbar-inverse .navbar-nav .open .dropdown-menu > th.sortable:hover > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active, .table .breadcrumb > th.sortable:hover {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .table .pagination > th.sortable:hover > a, .pagination > .active > a:hover, .table .pagination > th.sortable:hover > a:hover, .pagination > .active > a:focus, .table .pagination > th.sortable:hover > a:focus,
  .pagination > .active > span,
  .table .pagination > th.sortable:hover > span,
  .pagination > .active > span:hover,
  .table .pagination > th.sortable:hover > span:hover,
  .pagination > .active > span:focus,
  .table .pagination > th.sortable:hover > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .table th.list-group-item.sortable:hover > .badge, .nav-pills > .active > a > .badge, .table .nav-pills > th.sortable:hover > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar, .table th.progress.sortable:hover .progress-bar,
.progress-bar.active,
.table th.progress-bar.sortable:hover {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .table th.list-group-item.sortable:hover, .list-group-item.active:hover, .table th.list-group-item.sortable:hover, .list-group-item.active:focus, .table th.list-group-item.sortable:focus:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading, .table th.list-group-item.sortable:hover .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .table th.list-group-item.sortable:hover .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .table th.list-group-item.sortable:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .table th.list-group-item.sortable:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .table th.list-group-item.sortable:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .table th.list-group-item.sortable:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .table th.list-group-item.sortable:focus:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .table th.list-group-item.sortable:focus:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small,
    .table th.list-group-item.sortable:focus:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .table th.list-group-item.sortable:hover .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .table th.list-group-item.sortable:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .table th.list-group-item.sortable:focus:hover .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right, .table .carousel-inner > th.item.right.sortable:hover {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left, .table .carousel-inner > th.item.left.sortable:hover {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active, .table .carousel-inner > th.item.sortable:hover {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active, .table .carousel-inner > th.sortable:hover,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active, .table .carousel-inner > th.sortable:hover {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left, .table .carousel-inner > th.left.sortable:hover {
    left: -100%; }
  .carousel-inner > .active.right, .table .carousel-inner > th.right.sortable:hover {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active, .carousel-indicators .table th.sortable:hover, .table .carousel-indicators th.sortable:hover {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/**
* bootstrap-formhelpers.js v2.3.0 by @vincentlamanna
* Copyright 2013 Vincent Lamanna
* http://www.apache.org/licenses/LICENSE-2.0
*/
.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW {
  width: 16px;
  height: 14px;
  background: url(../img/bootstrap-formhelpers-countries.flags.png) no-repeat; }

.bfh-flag-AD:empty,
.bfh-flag-AE:empty,
.bfh-flag-AF:empty,
.bfh-flag-AG:empty,
.bfh-flag-AI:empty,
.bfh-flag-AL:empty,
.bfh-flag-AM:empty,
.bfh-flag-AN:empty,
.bfh-flag-AO:empty,
.bfh-flag-AQ:empty,
.bfh-flag-AR:empty,
.bfh-flag-AS:empty,
.bfh-flag-AT:empty,
.bfh-flag-AU:empty,
.bfh-flag-AW:empty,
.bfh-flag-AX:empty,
.bfh-flag-AZ:empty,
.bfh-flag-BA:empty,
.bfh-flag-BB:empty,
.bfh-flag-BD:empty,
.bfh-flag-BE:empty,
.bfh-flag-BG:empty,
.bfh-flag-BH:empty,
.bfh-flag-BI:empty,
.bfh-flag-BJ:empty,
.bfh-flag-BL:empty,
.bfh-flag-BM:empty,
.bfh-flag-BN:empty,
.bfh-flag-BO:empty,
.bfh-flag-BR:empty,
.bfh-flag-BS:empty,
.bfh-flag-BT:empty,
.bfh-flag-BW:empty,
.bfh-flag-BY:empty,
.bfh-flag-BZ:empty,
.bfh-flag-CA:empty,
.bfh-flag-CD:empty,
.bfh-flag-CF:empty,
.bfh-flag-CG:empty,
.bfh-flag-CH:empty,
.bfh-flag-CI:empty,
.bfh-flag-CL:empty,
.bfh-flag-CM:empty,
.bfh-flag-CN:empty,
.bfh-flag-CO:empty,
.bfh-flag-CR:empty,
.bfh-flag-CV:empty,
.bfh-flag-CY:empty,
.bfh-flag-CZ:empty,
.bfh-flag-DJ:empty,
.bfh-flag-DK:empty,
.bfh-flag-DM:empty,
.bfh-flag-DO:empty,
.bfh-flag-DZ:empty,
.bfh-flag-EC:empty,
.bfh-flag-EE:empty,
.bfh-flag-EG:empty,
.bfh-flag-EH:empty,
.bfh-flag-ER:empty,
.bfh-flag-ES:empty,
.bfh-flag-ET:empty,
.bfh-flag-EU:empty,
.bfh-flag-FI:empty,
.bfh-flag-FJ:empty,
.bfh-flag-FK:empty,
.bfh-flag-FM:empty,
.bfh-flag-FO:empty,
.bfh-flag-FR:empty,
.bfh-flag-FX:empty,
.bfh-flag-GF:empty,
.bfh-flag-GP:empty,
.bfh-flag-MQ:empty,
.bfh-flag-NC:empty,
.bfh-flag-PF:empty,
.bfh-flag-PM:empty,
.bfh-flag-RE:empty,
.bfh-flag-TF:empty,
.bfh-flag-WF:empty,
.bfh-flag-GA:empty,
.bfh-flag-GB:empty,
.bfh-flag-GD:empty,
.bfh-flag-GE:empty,
.bfh-flag-GG:empty,
.bfh-flag-GH:empty,
.bfh-flag-GL:empty,
.bfh-flag-GM:empty,
.bfh-flag-GN:empty,
.bfh-flag-GQ:empty,
.bfh-flag-GR:empty,
.bfh-flag-GS:empty,
.bfh-flag-GT:empty,
.bfh-flag-GU:empty,
.bfh-flag-GW:empty,
.bfh-flag-GY:empty,
.bfh-flag-HK:empty,
.bfh-flag-HN:empty,
.bfh-flag-HR:empty,
.bfh-flag-HT:empty,
.bfh-flag-HU:empty,
.bfh-flag-ID:empty,
.bfh-flag-IE:empty,
.bfh-flag-IL:empty,
.bfh-flag-IM:empty,
.bfh-flag-IN:empty,
.bfh-flag-IQ:empty,
.bfh-flag-IS:empty,
.bfh-flag-IT:empty,
.bfh-flag-JE:empty,
.bfh-flag-JM:empty,
.bfh-flag-JO:empty,
.bfh-flag-JP:empty,
.bfh-flag-KE:empty,
.bfh-flag-KG:empty,
.bfh-flag-KH:empty,
.bfh-flag-KI:empty,
.bfh-flag-KM:empty,
.bfh-flag-KN:empty,
.bfh-flag-KP:empty,
.bfh-flag-KR:empty,
.bfh-flag-KV:empty,
.bfh-flag-KW:empty,
.bfh-flag-KY:empty,
.bfh-flag-LA:empty,
.bfh-flag-LC:empty,
.bfh-flag-LK:empty,
.bfh-flag-LR:empty,
.bfh-flag-LS:empty,
.bfh-flag-LT:empty,
.bfh-flag-LU:empty,
.bfh-flag-LV:empty,
.bfh-flag-LY:empty,
.bfh-flag-MA:empty,
.bfh-flag-ME:empty,
.bfh-flag-MG:empty,
.bfh-flag-MH:empty,
.bfh-flag-ML:empty,
.bfh-flag-MM:empty,
.bfh-flag-MP:empty,
.bfh-flag-MR:empty,
.bfh-flag-MS:empty,
.bfh-flag-MT:empty,
.bfh-flag-MU:empty,
.bfh-flag-MV:empty,
.bfh-flag-MW:empty,
.bfh-flag-MZ:empty,
.bfh-flag-NA:empty,
.bfh-flag-NE:empty,
.bfh-flag-NF:empty,
.bfh-flag-NG:empty,
.bfh-flag-NI:empty,
.bfh-flag-NL:empty,
.bfh-flag-NO:empty,
.bfh-flag-NP:empty,
.bfh-flag-NR:empty,
.bfh-flag-NZ:empty,
.bfh-flag-OM:empty,
.bfh-flag-PA:empty,
.bfh-flag-PE:empty,
.bfh-flag-PG:empty,
.bfh-flag-PH:empty,
.bfh-flag-PK:empty,
.bfh-flag-PL:empty,
.bfh-flag-PN:empty,
.bfh-flag-PS:empty,
.bfh-flag-PT:empty,
.bfh-flag-PW:empty,
.bfh-flag-PY:empty,
.bfh-flag-QA:empty,
.bfh-flag-RS:empty,
.bfh-flag-RU:empty,
.bfh-flag-RW:empty,
.bfh-flag-SA:empty,
.bfh-flag-SB:empty,
.bfh-flag-SC:empty,
.bfh-flag-SD:empty,
.bfh-flag-SE:empty,
.bfh-flag-SG:empty,
.bfh-flag-SH:empty,
.bfh-flag-SI:empty,
.bfh-flag-SK:empty,
.bfh-flag-SM:empty,
.bfh-flag-SN:empty,
.bfh-flag-SO:empty,
.bfh-flag-SR:empty,
.bfh-flag-SS:empty,
.bfh-flag-ST:empty,
.bfh-flag-SV:empty,
.bfh-flag-SY:empty,
.bfh-flag-SZ:empty,
.bfh-flag-TC:empty,
.bfh-flag-TD:empty,
.bfh-flag-TG:empty,
.bfh-flag-TH:empty,
.bfh-flag-TJ:empty,
.bfh-flag-TM:empty,
.bfh-flag-TN:empty,
.bfh-flag-TP:empty,
.bfh-flag-TR:empty,
.bfh-flag-TT:empty,
.bfh-flag-TV:empty,
.bfh-flag-TW:empty,
.bfh-flag-TZ:empty,
.bfh-flag-UA:empty,
.bfh-flag-UG:empty,
.bfh-flag-US:empty,
.bfh-flag-UY:empty,
.bfh-flag-UZ:empty,
.bfh-flag-VC:empty,
.bfh-flag-VE:empty,
.bfh-flag-VG:empty,
.bfh-flag-VI:empty,
.bfh-flag-VN:empty,
.bfh-flag-VU:empty,
.bfh-flag-WS:empty,
.bfh-flag-YE:empty,
.bfh-flag-ZA:empty,
.bfh-flag-ZM:empty,
.bfh-flag-BF:empty,
.bfh-flag-CU:empty,
.bfh-flag-DE:empty,
.bfh-flag-IR:empty,
.bfh-flag-KZ:empty,
.bfh-flag-LB:empty,
.bfh-flag-LI:empty,
.bfh-flag-MC:empty,
.bfh-flag-MD:empty,
.bfh-flag-MK:empty,
.bfh-flag-MN:empty,
.bfh-flag-MO:empty,
.bfh-flag-MX:empty,
.bfh-flag-MY:empty,
.bfh-flag-PR:empty,
.bfh-flag-RO:empty,
.bfh-flag-SL:empty,
.bfh-flag-TO:empty,
.bfh-flag-VA:empty,
.bfh-flag-ZW:empty {
  width: 16px; }

.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW,
.bfh-flag-EUR,
.bfh-flag-XCD {
  margin-right: 5px; }

.bfh-flag-AD {
  background-position: -1921px 0; }

.bfh-flag-AE {
  background-position: -1904px 0; }

.bfh-flag-AF {
  background-position: -3689px 0; }

.bfh-flag-AG {
  background-position: -34px 0; }

.bfh-flag-AI {
  background-position: -51px 0; }

.bfh-flag-AL {
  background-position: -68px 0; }

.bfh-flag-AM {
  background-position: -85px 0; }

.bfh-flag-AN {
  background-position: -102px 0; }

.bfh-flag-AO {
  background-position: -119px 0; }

.bfh-flag-AQ {
  background-position: -136px 0; }

.bfh-flag-AR {
  background-position: -153px 0; }

.bfh-flag-AS {
  background-position: -170px 0; }

.bfh-flag-AT {
  background-position: -187px 0; }

.bfh-flag-AU {
  background-position: -204px 0; }

.bfh-flag-AW {
  background-position: -221px 0; }

.bfh-flag-AX {
  background-position: -238px 0; }

.bfh-flag-AZ {
  background-position: -255px 0; }

.bfh-flag-BA {
  background-position: -272px 0; }

.bfh-flag-BB {
  background-position: -289px 0; }

.bfh-flag-BD {
  background-position: -306px 0; }

.bfh-flag-BE {
  background-position: -323px 0; }

.bfh-flag-BG {
  background-position: -340px 0; }

.bfh-flag-BH {
  background-position: -357px 0; }

.bfh-flag-BI {
  background-position: -374px 0; }

.bfh-flag-BJ {
  background-position: -391px 0; }

.bfh-flag-BL {
  background-position: -408px 0; }

.bfh-flag-BM {
  background-position: -425px 0; }

.bfh-flag-BN {
  background-position: -442px 0; }

.bfh-flag-BO {
  background-position: -459px 0; }

.bfh-flag-BR {
  background-position: -476px 0; }

.bfh-flag-BS {
  background-position: -493px 0; }

.bfh-flag-BT {
  background-position: -510px 0; }

.bfh-flag-BW {
  background-position: -527px 0; }

.bfh-flag-BY {
  background-position: -544px 0; }

.bfh-flag-BZ {
  background-position: -561px 0; }

.bfh-flag-CA {
  background-position: -578px 0; }

.bfh-flag-CD {
  background-position: -595px 0; }

.bfh-flag-CF {
  background-position: -612px 0; }

.bfh-flag-CG {
  background-position: -629px 0; }

.bfh-flag-CH {
  background-position: -646px 0; }

.bfh-flag-CI {
  background-position: -663px 0; }

.bfh-flag-CL {
  background-position: -680px 0; }

.bfh-flag-CM {
  background-position: -697px 0; }

.bfh-flag-CN {
  background-position: -714px 0; }

.bfh-flag-CO {
  background-position: -731px 0; }

.bfh-flag-CR {
  background-position: -748px 0; }

.bfh-flag-CV {
  background-position: -765px 0; }

.bfh-flag-CY {
  background-position: -782px 0; }

.bfh-flag-CZ {
  background-position: -799px 0; }

.bfh-flag-DJ {
  background-position: -816px 0; }

.bfh-flag-DK {
  background-position: -833px 0; }

.bfh-flag-DM {
  background-position: -850px 0; }

.bfh-flag-DO {
  background-position: -867px 0; }

.bfh-flag-DZ {
  background-position: -884px 0; }

.bfh-flag-EC {
  background-position: -901px 0; }

.bfh-flag-EE {
  background-position: -918px 0; }

.bfh-flag-EG {
  background-position: -935px 0; }

.bfh-flag-EH {
  background-position: -952px 0; }

.bfh-flag-ER {
  background-position: -969px 0; }

.bfh-flag-ES {
  background-position: -986px 0; }

.bfh-flag-ET {
  background-position: -1003px 0; }

.bfh-flag-EU {
  background-position: -1020px 0; }

.bfh-flag-FI {
  background-position: -1037px 0; }

.bfh-flag-FJ {
  background-position: -1054px 0; }

.bfh-flag-FK {
  background-position: -1071px 0; }

.bfh-flag-FM {
  background-position: -1088px 0; }

.bfh-flag-FO {
  background-position: -1105px 0; }

.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF {
  background-position: -1122px 0; }

.bfh-flag-GA {
  background-position: -1139px 0; }

.bfh-flag-GB {
  background-position: -1156px 0; }

.bfh-flag-GD {
  background-position: -1173px 0; }

.bfh-flag-GE {
  background-position: -1190px 0; }

.bfh-flag-GG {
  background-position: -1207px 0; }

.bfh-flag-GH {
  background-position: -1224px 0; }

.bfh-flag-GL {
  background-position: -1241px 0; }

.bfh-flag-GM {
  background-position: -1258px 0; }

.bfh-flag-GN {
  background-position: -1275px 0; }

.bfh-flag-GQ {
  background-position: -1292px 0; }

.bfh-flag-GR {
  background-position: -1309px 0; }

.bfh-flag-GS {
  background-position: -1326px 0; }

.bfh-flag-GT {
  background-position: -1343px 0; }

.bfh-flag-GU {
  background-position: -1360px 0; }

.bfh-flag-GW {
  background-position: -1377px 0; }

.bfh-flag-GY {
  background-position: -1394px 0; }

.bfh-flag-HK {
  background-position: -1411px 0; }

.bfh-flag-HN {
  background-position: -1428px 0; }

.bfh-flag-HR {
  background-position: -1445px 0; }

.bfh-flag-HT {
  background-position: -1462px 0; }

.bfh-flag-HU {
  background-position: -1479px 0; }

.bfh-flag-ID {
  background-position: -1496px 0; }

.bfh-flag-IE {
  background-position: -1513px 0; }

.bfh-flag-IL {
  background-position: -1530px 0; }

.bfh-flag-IM {
  background-position: -1547px 0; }

.bfh-flag-IN {
  background-position: -1564px 0; }

.bfh-flag-IQ {
  background-position: -1581px 0; }

.bfh-flag-IS {
  background-position: -1598px 0; }

.bfh-flag-IT {
  background-position: -1615px 0; }

.bfh-flag-JE {
  background-position: -1632px 0; }

.bfh-flag-JM {
  background-position: -1649px 0; }

.bfh-flag-JO {
  background-position: -1666px 0; }

.bfh-flag-JP {
  background-position: -1683px 0; }

.bfh-flag-KE {
  background-position: -1700px 0; }

.bfh-flag-KG {
  background-position: -1717px 0; }

.bfh-flag-KH {
  background-position: -1734px 0; }

.bfh-flag-KI {
  background-position: -1751px 0; }

.bfh-flag-KM {
  background-position: -1768px 0; }

.bfh-flag-KN {
  background-position: -1785px 0; }

.bfh-flag-KP {
  background-position: -1802px 0; }

.bfh-flag-KR {
  background-position: -1819px 0; }

.bfh-flag-KV {
  background-position: -1836px 0; }

.bfh-flag-KW {
  background-position: -1853px 0; }

.bfh-flag-KY {
  background-position: -1870px 0; }

.bfh-flag-LA {
  background-position: -1887px 0; }

.bfh-flag-LC {
  background-position: 0 0; }

.bfh-flag-LK {
  background-position: -17px 0; }

.bfh-flag-LR {
  background-position: -1938px 0; }

.bfh-flag-LS {
  background-position: -1955px 0; }

.bfh-flag-LT {
  background-position: -1972px 0; }

.bfh-flag-LU {
  background-position: -1989px 0; }

.bfh-flag-LV {
  background-position: -2006px 0; }

.bfh-flag-LY {
  background-position: -2023px 0; }

.bfh-flag-MA {
  background-position: -2040px 0; }

.bfh-flag-ME {
  background-position: -2057px 0; }

.bfh-flag-MG {
  background-position: -2074px 0; }

.bfh-flag-MH {
  background-position: -2091px 0; }

.bfh-flag-ML {
  background-position: -2108px 0; }

.bfh-flag-MM {
  background-position: -2125px 0; }

.bfh-flag-MP {
  background-position: -2142px 0; }

.bfh-flag-MR {
  background-position: -2159px 0; }

.bfh-flag-MS {
  background-position: -2176px 0; }

.bfh-flag-MT {
  background-position: -2193px 0; }

.bfh-flag-MU {
  background-position: -2210px 0; }

.bfh-flag-MV {
  background-position: -2227px 0; }

.bfh-flag-MW {
  background-position: -2244px 0; }

.bfh-flag-MZ {
  background-position: -2261px 0; }

.bfh-flag-NA {
  background-position: -2278px 0; }

.bfh-flag-NE {
  background-position: -2295px 0; }

.bfh-flag-NF {
  background-position: -2312px 0; }

.bfh-flag-NG {
  background-position: -2329px 0; }

.bfh-flag-NI {
  background-position: -2346px 0; }

.bfh-flag-NL {
  background-position: -2363px 0; }

.bfh-flag-NO {
  background-position: -2380px 0; }

.bfh-flag-NP {
  background-position: -2397px 0; }

.bfh-flag-NR {
  background-position: -2414px 0; }

.bfh-flag-NZ {
  background-position: -2431px 0; }

.bfh-flag-OM {
  background-position: -2448px 0; }

.bfh-flag-PA {
  background-position: -2465px 0; }

.bfh-flag-PE {
  background-position: -2482px 0; }

.bfh-flag-PG {
  background-position: -2499px 0; }

.bfh-flag-PH {
  background-position: -2516px 0; }

.bfh-flag-PK {
  background-position: -2533px 0; }

.bfh-flag-PL {
  background-position: -2550px 0; }

.bfh-flag-PN {
  background-position: -2567px 0; }

.bfh-flag-PS {
  background-position: -2584px 0; }

.bfh-flag-PT {
  background-position: -2601px 0; }

.bfh-flag-PW {
  background-position: -2618px 0; }

.bfh-flag-PY {
  background-position: -2635px 0; }

.bfh-flag-QA {
  background-position: -2652px 0; }

.bfh-flag-RS {
  background-position: -2669px 0; }

.bfh-flag-RU {
  background-position: -2686px 0; }

.bfh-flag-RW {
  background-position: -2703px 0; }

.bfh-flag-SA {
  background-position: -2720px 0; }

.bfh-flag-SB {
  background-position: -2737px 0; }

.bfh-flag-SC {
  background-position: -2754px 0; }

.bfh-flag-SD {
  background-position: -2771px 0; }

.bfh-flag-SE {
  background-position: -2788px 0; }

.bfh-flag-SG {
  background-position: -2805px 0; }

.bfh-flag-SH {
  background-position: -2822px 0; }

.bfh-flag-SI {
  background-position: -2839px 0; }

.bfh-flag-SK {
  background-position: -2856px 0; }

.bfh-flag-SM {
  background-position: -2873px 0; }

.bfh-flag-SN {
  background-position: -2890px 0; }

.bfh-flag-SO {
  background-position: -2907px 0; }

.bfh-flag-SR {
  background-position: -2924px 0; }

.bfh-flag-SS {
  background-position: -2941px 0; }

.bfh-flag-ST {
  background-position: -2958px 0; }

.bfh-flag-SV {
  background-position: -2975px 0; }

.bfh-flag-SY {
  background-position: -2992px 0; }

.bfh-flag-SZ {
  background-position: -3009px 0; }

.bfh-flag-TC {
  background-position: -3026px 0; }

.bfh-flag-TD {
  background-position: -3043px 0; }

.bfh-flag-TG {
  background-position: -3060px 0; }

.bfh-flag-TH {
  background-position: -3077px 0; }

.bfh-flag-TJ {
  background-position: -3094px 0; }

.bfh-flag-TM {
  background-position: -3111px 0; }

.bfh-flag-TN {
  background-position: -3128px 0; }

.bfh-flag-TP {
  background-position: -3145px 0; }

.bfh-flag-TR {
  background-position: -3162px 0; }

.bfh-flag-TT {
  background-position: -3179px 0; }

.bfh-flag-TV {
  background-position: -3196px 0; }

.bfh-flag-TW {
  background-position: -3213px 0; }

.bfh-flag-TZ {
  background-position: -3230px 0; }

.bfh-flag-UA {
  background-position: -3247px 0; }

.bfh-flag-UG {
  background-position: -3264px 0; }

.bfh-flag-US {
  background-position: -3281px 0; }

.bfh-flag-UY {
  background-position: -3298px 0; }

.bfh-flag-UZ {
  background-position: -3315px 0; }

.bfh-flag-VC {
  background-position: -3332px 0; }

.bfh-flag-VE {
  background-position: -3349px 0; }

.bfh-flag-VG {
  background-position: -3366px 0; }

.bfh-flag-VI {
  background-position: -3383px 0; }

.bfh-flag-VN {
  background-position: -3400px 0; }

.bfh-flag-VU {
  background-position: -3417px 0; }

.bfh-flag-WS {
  background-position: -3434px 0; }

.bfh-flag-YE {
  background-position: -3451px 0; }

.bfh-flag-ZA {
  background-position: -3468px 0; }

.bfh-flag-ZM {
  background-position: -3485px 0; }

.bfh-flag-BF {
  background-position: -3502px 0; }

.bfh-flag-CU {
  background-position: -3519px 0; }

.bfh-flag-DE {
  background-position: -3536px 0; }

.bfh-flag-IR {
  background-position: -3553px 0; }

.bfh-flag-KZ {
  background-position: -3570px 0; }

.bfh-flag-LB {
  background-position: -3587px 0; }

.bfh-flag-LI {
  background-position: -3604px 0; }

.bfh-flag-MC {
  background-position: -3621px 0; }

.bfh-flag-MD {
  background-position: -3638px 0; }

.bfh-flag-MK {
  background-position: -3655px 0; }

.bfh-flag-MN {
  background-position: -3672px 0; }

.bfh-flag-MO {
  background-position: -3706px 0; }

.bfh-flag-MX {
  background-position: -3723px 0; }

.bfh-flag-MY {
  background-position: -3740px 0; }

.bfh-flag-PR {
  background-position: -3757px 0; }

.bfh-flag-RO {
  background-position: -3774px 0; }

.bfh-flag-SL {
  background-position: -3791px 0; }

.bfh-flag-TO {
  background-position: -3808px 0; }

.bfh-flag-VA {
  background-position: -3825px 0; }

.bfh-flag-ZW {
  background-position: -3842px 0; }

.bfh-flag-EUR {
  background: url(../img/eu.png) no-repeat; }

.bfh-flag-XCD {
  background: url(../img/xcd.png) no-repeat; }

.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
  width: 16px;
  height: 14px;
  background: url(../img/bootstrap-formhelpers-currencies.flags.png) no-repeat; }

.bfh-flag-AUD:empty,
.bfh-flag-CHF:empty,
.bfh-flag-DKK:empty,
.bfh-flag-EUR:empty,
.bfh-flag-XAF:empty,
.bfh-flag-XCD:empty,
.bfh-flag-XOF:empty,
.bfh-flag-XPF:empty,
.bfh-flag-ZAR:empty {
  width: 16px; }

.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
  margin-right: 5px; }

.bfh-flag-AUD {
  background-position: -32px 0; }

.bfh-flag-CHF {
  background-position: -224px 0; }

.bfh-flag-DKK {
  background-position: -64px -16px; }

.bfh-flag-EUR {
  background-position: -96px -16px; }

.bfh-flag-XAF {
  background-position: -160px -80px; }

.bfh-flag-XCD {
  background-position: -176px -80px; }

.bfh-flag-XOF {
  background-position: -192px -80px; }

.bfh-flag-XPF {
  background-position: -208px -80px; }

.bfh-flag-ZAR {
  background-position: -224px -80px; }

.bfh-selectbox {
  position: relative; }

.bfh-selectbox .bfh-selectbox-toggle {
  display: inline-block;
  padding: 6px 24px 6px 12px;
  text-decoration: none; }

.bfh-selectbox .bfh-selectbox-toggle:focus {
  outline: 0; }

.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
  display: inline-block;
  float: left;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
  float: right;
  margin-top: 8px;
  margin-right: -16px;
  margin-left: -10px; }

.bfh-selectbox .bfh-selectbox-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 90px;
  padding: 5px 0;
  margin: -1px 0 0;
  font-size: 14px;
  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; }

.bfh-selectbox .bfh-selectbox-options.pull-right {
  right: 0;
  left: auto; }

.bfh-selectbox .bfh-selectbox-options .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.bfh-selectbox .bfh-selectbox-options .bfh-selectbox-filter-container {
  width: 100%;
  padding: 5px; }

.bfh-selectbox .bfh-selectbox-options ul {
  max-width: 500px;
  max-height: 200px;
  padding: 0;
  margin: 5px 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none; }

.bfh-selectbox .bfh-selectbox-options ul li > a {
  display: block;
  width: 100%;
  min-height: 26px;
  padding: 3px 20px;
  overflow-x: hidden;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bfh-selectbox .bfh-selectbox-options ul li > a:hover,
.bfh-selectbox .bfh-selectbox-options ul li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.bfh-selectbox .bfh-selectbox-options ul .bfh-selectbox-options-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999; }

.bfh-selectbox .bfh-selectbox-options ul .disabled > a {
  color: #999999; }

.bfh-selectbox .bfh-selectbox-options ul .disabled > a:hover,
.bfh-selectbox .bfh-selectbox-options ul .disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.bfh-selectbox.open > .bfh-selectbox-options {
  display: block; }

.bfh-selectbox.open a {
  outline: 0; }

.pull-right > .bfh-selectbox-options {
  right: 0;
  left: auto; }

.bfh-selectbox-up .caret,
.navbar-fixed-bottom .bfh-selectbox .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: ""; }

.bfh-selectbox-up .bfh-selectbox-options,
.navbar-fixed-bottom .bfh-selectbox .bfh-selectbox-options {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .bfh-selectbox-options {
    right: 0;
    left: auto; } }
.bfh-googlefonts .bfh-selectbox-options a {
  width: 230px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../img/bootstrap-formhelpers-googlefonts.png); }

.bfh-googlefonts .bfh-selectbox-options a:focus {
  background-color: transparent;
  background-repeat: no-repeat;
  outline: none;
  filter: none; }

.bfh-googlefonts .bfh-selectbox-options .active > a, .bfh-googlefonts .bfh-selectbox-options .table th.sortable:hover > a, .table .bfh-googlefonts .bfh-selectbox-options th.sortable:hover > a,
.bfh-googlefonts .bfh-selectbox-options .active > a:hover,
.bfh-googlefonts .bfh-selectbox-options .table th.sortable:hover > a:hover,
.table .bfh-googlefonts .bfh-selectbox-options th.sortable:hover > a:hover {
  background-color: transparent;
  background-image: url(../img/bootstrap-formhelpers-googlefonts.png);
  background-repeat: no-repeat;
  outline: none;
  filter: none; }

.bfh-datepicker-calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 296px; }

.bfh-datepicker-calendar > table.calendar {
  width: 376px;
  background: #ffffff; }

.bfh-datepicker-calendar > table.calendar .months-header > th {
  font-size: 12px;
  text-align: center; }

.bfh-datepicker-calendar > table.calendar .months-header > th.month > span {
  display: inline-block;
  width: 100px; }

.bfh-datepicker-calendar > table.calendar .months-header > th.year > span {
  display: inline-block;
  width: 50px; }

.bfh-datepicker-calendar > table.calendar .days-header > th {
  width: 30px;
  font-size: 11px;
  line-height: 12px;
  text-align: center; }

.bfh-datepicker-calendar > table.calendar > tbody > tr > td {
  width: 30px;
  font-size: 11px;
  line-height: 12px;
  text-align: center; }

.bfh-datepicker-calendar > table.calendar > tbody > tr > td.today {
  color: #ffffff;
  background-color: #428bca; }

.bfh-datepicker-calendar > table.calendar > tbody > tr > td.off {
  color: #999999; }

.bfh-datepicker-calendar > table.calendar > tbody > tr > td:not(.off):hover {
  color: #262626;
  cursor: pointer;
  background-color: #f5f5f5; }

.bfh-datepicker {
  position: relative; }

.bfh-datepicker-toggle {
  *margin-bottom: -3px; }

.bfh-datepicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit; }

.open > .bfh-datepicker-calendar {
  display: block; }

.bfh-timepicker-popover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  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; }

.bfh-timepicker-popover > table {
  width: 180px;
  margin: 0; }

.bfh-timepicker-popover > table > tbody > tr > td {
  text-align: center;
  border: 0; }

.bfh-timepicker-popover > table > tbody > tr > td.separator {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px; }

.bfh-timepicker-popover > table > tbody > tr > td > div > input {
  width: 42px !important;
  text-align: center; }

.bfh-timepicker {
  position: relative; }

.bfh-timepicker-toggle {
  *margin-bottom: -3px; }

.bfh-timepicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit; }

.open > .bfh-timepicker-popover {
  display: block; }

.bfh-slider {
  height: 20px;
  margin-top: 8px;
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none; }

.bfh-slider > .bfh-slider-handle {
  position: absolute;
  width: 20px;
  height: 34px;
  margin-top: -7px;
  cursor: col-resize;
  background: #efefef;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.bfh-slider > .bfh-slider-handle > .bfh-slider-value {
  position: absolute;
  width: 48px;
  height: 20px;
  margin-top: 5px;
  margin-left: -15px;
  line-height: 20px;
  text-align: center;
  cursor: col-resize;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.bfh-slider > .bfh-slider-handle > .bfh-slider-value .disabled {
  color: #999999; }

.bfh-slider.disabled .bfh-slider-value {
  color: #999999; }

.bfh-colorpicker-popover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 20px;
  cursor: default;
  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; }

.bfh-colorpicker-popover > canvas {
  width: 384px;
  height: 256px; }

.bfh-colorpicker {
  position: relative; }

.bfh-colorpicker-toggle {
  *margin-bottom: -3px; }

.bfh-colorpicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit; }

.bfh-colorpicker-toggle .bfh-colorpicker-icon {
  display: block;
  width: 16px;
  height: 16px; }

.open > .bfh-colorpicker-popover {
  display: block; }

.input-group > .bfh-number {
  border-right: 0; }

.input-group > .bfh-number-btn:hover {
  background-color: #cccccc; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 1200px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 4px; }
    .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eeeeee; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #eeeeee;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #337ab7;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #337ab7;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #eeeeee; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #337ab7;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #777777; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.image-uploader {
  position: relative; }
  .image-uploader > .image-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 100px;
    min-height: 100px;
    background-color: #999;
    border-radius: 5px; }
    .image-uploader > .image-area.drop > .dropIndicator, .image-uploader > .image-area.preview:hover > .dropIndicator {
      z-index: 3 !important;
      opacity: 1 !important;
      border-style: solid;
      background-color: rgba(255, 255, 255, 0.8); }
      .image-uploader > .image-area.drop > .dropIndicator > label, .image-uploader > .image-area.preview:hover > .dropIndicator > label {
        content: "Drop file here"; }
    .image-uploader > .image-area.dropped > .dropIndicator, .image-uploader > .image-area.preview > .dropIndicator {
      opacity: 0;
      z-index: -1; }
    .image-uploader > .image-area.preview > img {
      cursor: default;
      pointer-events: none; }
    .image-uploader > .image-area > .dropIndicator {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      cursor: pointer;
      z-index: 3;
      color: #a6a6a6;
      border-style: dashed;
      border-width: 2px;
      border-color: #ccc;
      border-radius: 6px; }
      .image-uploader > .image-area > .dropIndicator > label {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        padding: 2px;
        text-align: center; }
    .image-uploader > .image-area > .viewport {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 0 1000px rgba(125, 125, 125, 0.7);
      z-index: 1;
      pointer-events: none; }
    .image-uploader > .image-area > img {
      position: absolute;
      top: 0;
      left: 0; }
  .image-uploader > input[type="file"] {
    position: absolute;
    top: -5000px;
    left: -5000px; }
  .image-uploader.activity-photo.image-uploader > .image-area {
    width: 360px;
    height: 220px; }
    .image-uploader.activity-photo.image-uploader > .image-area > .viewport {
      width: 320px;
      height: 150px;
      border-radius: 5px; }
    .image-uploader.activity-photo.image-uploader > .image-area > .dropIndicator {
      width: 320px;
      height: 150px;
      border-radius: 5px; }
      .image-uploader.activity-photo.image-uploader > .image-area > .dropIndicator > label {
        text-align: center;
        padding-top: 12px;
        font-size: 11px; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote.eot?0d0d5fac99cc8774d89eb08b1a8323c4");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?0d0d5fac99cc8774d89eb08b1a8323c4") format("woff"), url("../fonts/summernote.ttf?0d0d5fac99cc8774d89eb08b1a8323c4") format("truetype"); }
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrow-circle-down:before {
  content: "\f108"; }

.note-icon-arrow-circle-left:before {
  content: "\f109"; }

.note-icon-arrow-circle-right:before {
  content: "\f10a"; }

.note-icon-arrow-circle-up:before {
  content: "\f10b"; }

.note-icon-arrows-alt:before {
  content: "\f10c"; }

.note-icon-arrows-h:before {
  content: "\f10d"; }

.note-icon-arrows-v:before {
  content: "\f10e"; }

.note-icon-bold:before {
  content: "\f10f"; }

.note-icon-caret:before {
  content: "\f110"; }

.note-icon-chain-broken:before {
  content: "\f111"; }

.note-icon-circle:before {
  content: "\f112"; }

.note-icon-close:before {
  content: "\f113"; }

.note-icon-code:before {
  content: "\f114"; }

.note-icon-col-after:before {
  content: "\f115"; }

.note-icon-col-before:before {
  content: "\f116"; }

.note-icon-col-remove:before {
  content: "\f117"; }

.note-icon-eraser:before {
  content: "\f118"; }

.note-icon-font:before {
  content: "\f119"; }

.note-icon-frame:before {
  content: "\f11a"; }

.note-icon-italic:before {
  content: "\f11b"; }

.note-icon-link:before {
  content: "\f11c"; }

.note-icon-magic:before {
  content: "\f11d"; }

.note-icon-menu-check:before {
  content: "\f11e"; }

.note-icon-minus:before {
  content: "\f11f"; }

.note-icon-orderedlist:before {
  content: "\f120"; }

.note-icon-pencil:before {
  content: "\f121"; }

.note-icon-picture:before {
  content: "\f122"; }

.note-icon-question:before {
  content: "\f123"; }

.note-icon-redo:before {
  content: "\f124"; }

.note-icon-row-above:before {
  content: "\f125"; }

.note-icon-row-below:before {
  content: "\f126"; }

.note-icon-row-remove:before {
  content: "\f127"; }

.note-icon-special-character:before {
  content: "\f128"; }

.note-icon-square:before {
  content: "\f129"; }

.note-icon-strikethrough:before {
  content: "\f12a"; }

.note-icon-subscript:before {
  content: "\f12b"; }

.note-icon-summernote:before {
  content: "\f12c"; }

.note-icon-superscript:before {
  content: "\f12d"; }

.note-icon-table:before {
  content: "\f12e"; }

.note-icon-text-height:before {
  content: "\f12f"; }

.note-icon-trash:before {
  content: "\f130"; }

.note-icon-underline:before {
  content: "\f131"; }

.note-icon-undo:before {
  content: "\f132"; }

.note-icon-unorderedlist:before {
  content: "\f133"; }

.note-icon-video:before {
  content: "\f134"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: .95; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px; }

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px; }

.note-editor.note-frame {
  border: 1px solid #a9a9a9; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 337px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }
.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .table th.note-hint-item.sortable:hover, .table .note-hint-popover .popover-content .note-hint-group th.note-hint-item.sortable:hover, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black; }

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */ }

.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */ }

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */ }

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap; }

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap; }

.CodeMirror-guttermarker {
  color: black; }

.CodeMirror-guttermarker-subtle {
  color: #999; }

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0; }

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver; }

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7; }

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1; }

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7; }
@keyframes blink {
  50% {
    background-color: transparent; } }
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute; }

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue; }

.cm-s-default .cm-quote {
  color: #090; }

.cm-negative {
  color: #d44; }

.cm-positive {
  color: #292; }

.cm-header, .cm-strong {
  font-weight: bold; }

.cm-em {
  font-style: italic; }

.cm-link {
  text-decoration: underline; }

.cm-strikethrough {
  text-decoration: line-through; }

.cm-s-default .cm-keyword {
  color: #708; }

.cm-s-default .cm-atom {
  color: #219; }

.cm-s-default .cm-number {
  color: #164; }

.cm-s-default .cm-def {
  color: #00f; }

.cm-s-default .cm-variable-2 {
  color: #05a; }

.cm-s-default .cm-variable-3 {
  color: #085; }

.cm-s-default .cm-comment {
  color: #a50; }

.cm-s-default .cm-string {
  color: #a11; }

.cm-s-default .cm-string-2 {
  color: #f50; }

.cm-s-default .cm-meta {
  color: #555; }

.cm-s-default .cm-qualifier {
  color: #555; }

.cm-s-default .cm-builtin {
  color: #30a; }

.cm-s-default .cm-bracket {
  color: #997; }

.cm-s-default .cm-tag {
  color: #170; }

.cm-s-default .cm-attribute {
  color: #00c; }

.cm-s-default .cm-hr {
  color: #999; }

.cm-s-default .cm-link {
  color: #00c; }

.cm-s-default .cm-error {
  color: #f00; }

.cm-invalidchar {
  color: #f00; }

.CodeMirror-composing {
  border-bottom: 2px solid; }

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22; }

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3); }

.CodeMirror-activeline-background {
  background: #e8f2ff; }

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white; }

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative; }

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent; }

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none; }

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll; }

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0; }

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0; }

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3; }

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px; }

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important; }

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4; }

.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */ }

.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  font-variant-ligatures: none; }

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal; }

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto; }

.CodeMirror-code {
  outline: none; }

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box; }

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none; }

.CodeMirror-measure pre {
  position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3; }

div.CodeMirror-dragcursors {
  visibility: visible; }

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible; }

.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-crosshair {
  cursor: crosshair; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4); }

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden; } }
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none; }

/*!
 * /*
 * taucharts@2.5.1 (2018-08-19)
 * Copyright 2018 Targetprocess, Inc.
 * Licensed under Apache License 2.0
 * * /
 *
 */
.tau-chart__layout {
  line-height: 1;
  font-family: Helvetica Neue, Segoe UI, Open Sans, Ubuntu, sans-serif; }

.tau-chart__layout text {
  font: normal 13px Helvetica Neue, Segoe UI, Open Sans, Ubuntu, sans-serif; }

.tau-chart__chart {
  font-family: Helvetica Neue, Segoe UI, Open Sans, Ubuntu, sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto; }

.tau-chart__layout {
  display: -webkit-flexbox;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: transparent;
  color: #333; }

.tau-chart__layout__header {
  flex: 0 0.1 auto;
  position: relative; }

.tau-chart__layout__container {
  display: -webkit-flexbox;
  display: flex;
  flex: 1 1 auto;
  height: 100%; }

.tau-chart__layout__footer {
  flex: 0 1 auto; }

.tau-chart__layout__sidebar {
  flex: 0 1 auto; }

.tau-chart__layout__content {
  flex: 1 1 auto;
  overflow: hidden; }

.tau-chart__layout__sidebar-right {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto; }

.tau-chart__layout__sidebar-right__wrap {
  max-height: 100%;
  box-sizing: border-box; }

.tau-chart__layout text {
  fill: #333; }

.tau-chart__layout.tau-chart__layout_rendering-error {
  opacity: 0.75; }

.tau-chart__rendering-timeout-warning {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.tau-chart__rendering-timeout-warning svg {
  height: 100%;
  max-width: 32em;
  width: 100%; }

.tau-chart__rendering-timeout-warning text {
  font-weight: 300; }

.tau-chart__progress {
  box-sizing: border-box;
  height: 0.25em;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1s 0.75s;
  width: 100%; }

.tau-chart__progress_active {
  opacity: 1; }

.tau-chart__progress__value {
  background: rgba(51, 51, 51, 0.25);
  height: 100%;
  transition: width 0.75s; }

.tau-chart {
  /* region Select --------------------------------------------------*/ }

.tau-chart__checkbox {
  position: relative;
  display: block; }

.tau-chart__checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.tau-chart__checkbox__icon {
  position: relative;
  width: 14px;
  height: 14px;
  top: 3px;
  display: inline-block;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background: linear-gradient(to bottom, #fff 0%, #dbdbde 100%); }

.tau-chart__checkbox__icon:before {
  display: none;
  content: '';
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAFoTx1HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEQ4M0RDOTE4NDQ2MTFFNEE5RTdBRERDQzRBQzNEMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEQ4M0RDOTI4NDQ2MTFFNEE5RTdBRERDQzRBQzNEMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRDgzREM4Rjg0NDYxMUU0QTlFN0FERENDNEFDM0QxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRDgzREM5MDg0NDYxMUU0QTlFN0FERENDNEFDM0QxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn2UjdoAAAEGSURBVHjaYvz//z8DGIAYSUlJdwECiBEukpiY/BDEAQggBrgIVBkLjAEDAAHEiMyBywBNOwDmJCYm/cdQBhBAqHrQAUgSojV5P8QtSY+A+D7cPTDdMAUwTQABhNdYJgZ8AF1nRkaGAgjDvQzi/AOCP3+YWX7+/HmXiYlRAcXY37//AEPs511OTg65uXPnPkQxNi0tTTklJUWGaNcCBBj+EMIDmBjIBCwo1jMyYigAul/x79//B4CulwOqODBv3hxHDKcmJycfAHLtgfrvMTExJf/7938xUF4GaOB9FhZmh1mzZj2CqUdNEkAdSUmZSsAgBNrAIAsUAQYlu+O0adMeo0cS/QMHAGJZps83N5ZDAAAAAElFTkSuQmCC");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.tau-chart__checkbox__text {
  margin-left: 5px; }

.tau-chart__checkbox__input ~ .tau-chart__checkbox__text {
  cursor: pointer; }

.tau-chart__checkbox__input:disabled ~ .tau-chart__checkbox__text {
  cursor: default;
  opacity: 0.3; }

.tau-chart__checkbox__input:not(:disabled):focus + .tau-chart__checkbox__icon {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 7px 0 #52a8ec;
  outline: none; }

.tau-chart__checkbox:hover .tau-chart__checkbox__input:not(:disabled) ~ .tau-chart__checkbox__icon {
  border-color: #999; }

.tau-chart__checkbox__input:checked + .tau-chart__checkbox__icon {
  background: linear-gradient(to bottom, #fff 0%, #dbdbde 100%); }

.tau-chart__checkbox__input:checked + .tau-chart__checkbox__icon:before {
  display: block; }

.tau-chart__select {
  font-size: 13px;
  font-family: inherit;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  color: #333; }

.tau-chart__select:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 7px 0 #52a8ec;
  outline: none; }

.tau-chart__select[disabled] {
  opacity: 0.3;
  cursor: default; }

.tau-chart__select[multiple] {
  height: auto; }

.tau-chart__select option[disabled] {
  opacity: 0.6; }

.tau-chart__button {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid currentColor;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #b3b3b3;
  cursor: pointer;
  font-size: 13px;
  padding: 0 6px;
  line-height: 1.5em;
  height: calc(1.5em + 2px); }

.tau-chart__button:hover {
  border-color: #999999;
  color: #333; }

/* region Generate .color@{n}-@{i}  function  */
.tau-chart__svg .color20-1 {
  stroke: #6FA1D9;
  fill: #6FA1D9; }

.tau-chart__svg .color20-2 {
  stroke: #DF2B59;
  fill: #DF2B59; }

.tau-chart__svg .color20-3 {
  stroke: #66DA26;
  fill: #66DA26; }

.tau-chart__svg .color20-4 {
  stroke: #4C3862;
  fill: #4C3862; }

.tau-chart__svg .color20-5 {
  stroke: #E5B011;
  fill: #E5B011; }

.tau-chart__svg .color20-6 {
  stroke: #3A3226;
  fill: #3A3226; }

.tau-chart__svg .color20-7 {
  stroke: #CB461A;
  fill: #CB461A; }

.tau-chart__svg .color20-8 {
  stroke: #C7CE23;
  fill: #C7CE23; }

.tau-chart__svg .color20-9 {
  stroke: #7FCDC2;
  fill: #7FCDC2; }

.tau-chart__svg .color20-10 {
  stroke: #CCA1C8;
  fill: #CCA1C8; }

.tau-chart__svg .color20-11 {
  stroke: #C84CCE;
  fill: #C84CCE; }

.tau-chart__svg .color20-12 {
  stroke: #54762E;
  fill: #54762E; }

.tau-chart__svg .color20-13 {
  stroke: #746BC9;
  fill: #746BC9; }

.tau-chart__svg .color20-14 {
  stroke: #953441;
  fill: #953441; }

.tau-chart__svg .color20-15 {
  stroke: #5C7A76;
  fill: #5C7A76; }

.tau-chart__svg .color20-16 {
  stroke: #C8BF87;
  fill: #C8BF87; }

.tau-chart__svg .color20-17 {
  stroke: #BFC1C3;
  fill: #BFC1C3; }

.tau-chart__svg .color20-18 {
  stroke: #8E5C31;
  fill: #8E5C31; }

.tau-chart__svg .color20-19 {
  stroke: #71CE7B;
  fill: #71CE7B; }

.tau-chart__svg .color20-20 {
  stroke: #BE478B;
  fill: #BE478B; }

.tau-chart__svg .color-default {
  stroke: #6FA1D9;
  fill: #6FA1D9; }

/* endregion */
/* region Generate .line-params-@{n}  function  */
/* Generate .line-size-@{n} */
.tau-chart__line-width-1 {
  stroke-width: 1px; }

.tau-chart__line-width-2 {
  stroke-width: 1.5px; }

.tau-chart__line-width-3 {
  stroke-width: 2px; }

.tau-chart__line-width-4 {
  stroke-width: 2.5px; }

.tau-chart__line-width-5 {
  stroke-width: 3px; }

/* Generate .line-opacity-@{n} */
.tau-chart__line-opacity-1 {
  stroke-opacity: 1; }

.tau-chart__line-opacity-2 {
  stroke-opacity: 0.95; }

.tau-chart__line-opacity-3 {
  stroke-opacity: 0.9; }

.tau-chart__line-opacity-4 {
  stroke-opacity: 0.85; }

.tau-chart__line-opacity-5 {
  stroke-opacity: 0.8; }

/* endregion */
/* endregion */
.tau-chart {
  /* Links */
  /* Axises and Grid */
  /* Scatterplot  */
  /* Linechart  */
  /*  Bar  */
  /* TODO: fix to avoid conflict on "stroke" with color brewer */
  /* TODO: remove this when CSS for color brewer is fixed */
  /*  PLUGINS  */
  /*  Highlighter  */ }

.tau-chart a {
  color: #3962FF;
  border-bottom: 1px solid rgba(57, 98, 255, 0.3);
  text-decoration: none; }

.tau-chart a:hover {
  color: #E17152;
  border-bottom: 1px solid rgba(225, 113, 82, 0.3); }

.tau-chart__time-axis-overflow .tick:nth-child(even) {
  display: none; }

.tau-chart__svg {
  display: block;
  overflow: hidden; }

.tau-chart__svg .place {
  fill: #fff;
  stroke: #000;
  stroke-opacity: 0.7;
  stroke-width: 0.5; }

.tau-chart__svg .place-label {
  opacity: 0.7;
  font-size: 11px;
  color: #000000;
  line-height: 13px;
  text-anchor: start; }

.tau-chart__svg .place-label-countries,
.tau-chart__svg .place-label-subunits,
.tau-chart__svg .place-label-states {
  text-anchor: middle;
  font-size: 10px;
  fill: rgba(51, 51, 51, 0.5);
  line-height: 10px;
  text-transform: capitalize; }

.tau-chart__svg .map-contour-level path {
  stroke-opacity: 0.5;
  stroke-linejoin: 'round'; }

.tau-chart__svg .map-contour-level-0 path {
  stroke: #fff; }

.tau-chart__svg .map-contour-level-1 path {
  stroke: #fff; }

.tau-chart__svg .map-contour-level-2 path {
  stroke: #fff; }

.tau-chart__svg .map-contour-level-3 path {
  stroke: #fff; }

.tau-chart__svg .map-contour-level-4 path {
  stroke: #fff; }

.tau-chart__svg .map-contour-highlighted,
.tau-chart__svg .map-contour:hover {
  fill: #FFBF00; }

.tau-chart__svg .map-contour-highlighted path,
.tau-chart__svg .map-contour:hover path {
  stroke: #fff; }

.tau-chart__svg .map-contour-highlighted text,
.tau-chart__svg .map-contour:hover text {
  fill: #000; }

.tau-chart__svg .axis line,
.tau-chart__svg .axis path {
  stroke-width: 1;
  fill: none;
  stroke: rgba(189, 195, 205, 0.4);
  shape-rendering: crispEdges; }

.tau-chart__svg .axis.facet-axis .tick line {
  opacity: 0; }

.tau-chart__svg .axis.facet-axis .tick line.label-ref {
  opacity: 1; }

.tau-chart__svg .axis.facet-axis .tick text {
  font-size: 12px;
  font-weight: 600; }

.tau-chart__svg .axis.facet-axis path.domain {
  opacity: 0; }

.tau-chart__svg .axis.facet-axis.compact .tick text {
  font-weight: normal; }

.tau-chart__svg .axis.facet-axis.compact .label {
  font-weight: normal; }

.tau-chart__svg .axis.facet-axis.compact .label .label-token {
  font-weight: normal; }

.tau-chart__svg .tick text {
  font-size: 11px; }

.tau-chart__svg .grid .grid-lines path {
  shape-rendering: crispEdges; }

.tau-chart__svg .grid .line path,
.tau-chart__svg .grid path.line,
.tau-chart__svg .grid path.domain {
  fill: none; }

.tau-chart__svg .grid .tick > line,
.tau-chart__svg .grid .extra-tick-line {
  fill: none;
  stroke: rgba(189, 195, 205, 0.4);
  stroke-width: 1px;
  shape-rendering: crispEdges; }

.tau-chart__svg .grid .tick.zero-tick > line {
  stroke: rgba(126, 129, 134, 0.505); }

.tau-chart__svg .grid .line path {
  shape-rendering: auto; }

.tau-chart__svg .grid .cursor-line {
  shape-rendering: crispEdges;
  stroke: #adadad;
  stroke-width: 1px; }

.tau-chart__svg .label {
  font-size: 12px;
  font-weight: 600; }

.tau-chart__svg .label .label-token {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize; }

.tau-chart__svg .label .label-token-1,
.tau-chart__svg .label .label-token-2 {
  font-weight: normal; }

.tau-chart__svg .label .label-token-2 {
  fill: gray; }

.tau-chart__svg .label .label-token-delimiter {
  font-weight: normal;
  fill: gray; }

.tau-chart__svg .label.inline .label-token {
  font-weight: normal;
  fill: gray;
  text-transform: none; }

.tau-chart__svg .brush .selection {
  fill-opacity: 0.3;
  stroke: #fff;
  shape-rendering: crispEdges; }

.tau-chart__svg .background {
  stroke: #f2f2f2; }

.tau-chart__dot {
  opacity: 0.7;
  stroke-width: 0;
  transition: stroke-width 0.1s ease, opacity 0.2s ease; }

.tau-chart__line {
  fill: none;
  transition: stroke-opacity 0.2s ease, stroke-width 0.2s ease; }

.tau-chart__dot-line {
  opacity: 1;
  transition: stroke-opacity 0.2s ease; }

.tau-chart__bar {
  opacity: 0.7;
  shape-rendering: geometricPrecision;
  stroke-opacity: 0.5;
  stroke-width: 1;
  stroke: #fff;
  transition: opacity 0.2s ease; }

.tau-chart__area {
  transition: opacity 0.2s ease; }

.tau-chart__area path:not(.i-data-anchor),
.tau-chart__area polygon {
  opacity: 0.6;
  transition: stroke-opacity 0.2s ease, stroke-width 0.2s ease; }

.tau-chart__svg .tau-chart__bar {
  stroke: #fff; }

.tau-chart__dot.tau-chart__highlighted {
  stroke-width: 1;
  opacity: 1; }

.tau-chart__dot.tau-chart__dimmed {
  opacity: 0.2; }

.tau-chart__line.tau-chart__highlighted {
  stroke-opacity: 1;
  stroke-width: 3; }

.tau-chart__line.tau-chart__dimmed {
  stroke-opacity: 0.2; }

.i-role-label.tau-chart__highlighted,
.tau-chart__area.tau-chart__highlighted,
.tau-chart__bar.tau-chart__highlighted {
  stroke-opacity: 1;
  opacity: 1; }

.i-role-label.tau-chart__dimmed,
.tau-chart__area.tau-chart__dimmed,
.tau-chart__bar.tau-chart__dimmed {
  opacity: 0.2; }

.tau-chart__annotation-line {
  stroke-width: 2px;
  stroke-dasharray: 1,1;
  shape-rendering: crispEdges; }

.tau-chart__annotation-area.tau-chart__area polygon {
  opacity: 0.1; }

.tau-chart__category-filter {
  box-sizing: border-box;
  margin-right: 30px;
  padding: 20px 0 10px 10px;
  width: 160px; }

.tau-chart__category-filter__category__label {
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 10px 10px;
  text-transform: capitalize; }

.tau-chart__category-filter__category__values {
  margin-bottom: 10px; }

.tau-chart__category-filter__value {
  align-items: center;
  color: #ccc;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  width: 100%; }

.tau-chart__category-filter__value:hover {
  background-color: rgba(189, 195, 205, 0.2); }

.tau-chart__category-filter__value_checked {
  color: #333; }

.tau-chart__category-filter__value__toggle {
  flex: none;
  padding: 10px 10px 8px 10px; }

.tau-chart__category-filter__value__toggle__icon {
  background-color: transparent;
  border: 1px solid #8694a3;
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  pointer-events: none;
  position: relative;
  width: 16px; }

.tau-chart__category-filter__value__toggle__icon::before,
.tau-chart__category-filter__value__toggle__icon::after {
  background-color: #333;
  content: "";
  display: block;
  opacity: 0;
  position: absolute; }

.tau-chart__category-filter__value__toggle__icon::before {
  height: 2px;
  left: 3px;
  top: 6px;
  width: 8px; }

.tau-chart__category-filter__value__toggle__icon::after {
  height: 8px;
  left: 6px;
  top: 3px;
  width: 2px; }

.tau-chart__category-filter__value__toggle:hover .tau-chart__category-filter__value__toggle__icon::before,
.tau-chart__category-filter__value__toggle:hover .tau-chart__category-filter__value__toggle__icon::after {
  opacity: 1; }

.tau-chart__category-filter__value_checked .tau-chart__category-filter__value__toggle__icon {
  background-color: #8694a3;
  border-color: transparent; }

.tau-chart__category-filter__value_checked .tau-chart__category-filter__value__toggle__icon::before,
.tau-chart__category-filter__value_checked .tau-chart__category-filter__value__toggle__icon::after {
  background-color: #fff;
  transform: rotate(45deg); }

.tau-chart__category-filter__value__label {
  padding-left: 4px; }

.tau-chart__layout .tau-crosshair__line {
  shape-rendering: crispEdges;
  stroke-dasharray: 1px 1px;
  stroke-width: 1px; }

.tau-chart__layout .tau-crosshair__label__text {
  fill: #fff;
  stroke: none; }

.tau-chart__layout .tau-crosshair__label__text,
.tau-chart__layout .tau-crosshair__label__text-shadow {
  font-size: 12px;
  font-weight: normal; }

.tau-chart__layout .tau-crosshair__line-shadow {
  shape-rendering: crispEdges;
  stroke: #cccccc;
  stroke-width: 1px; }

.tau-chart__layout .tau-crosshair__group.y .tau-crosshair__line-shadow {
  transform: translateX(-0.5px); }

.tau-chart__layout .tau-crosshair__group.x .tau-crosshair__line-shadow {
  transform: translateY(0.5px); }

.tau-chart__layout .tau-crosshair__label__text-shadow {
  stroke-linejoin: round;
  stroke-width: 3px;
  visibility: hidden; }

.tau-chart__layout .tau-crosshair__label__box {
  fill-opacity: 0.85;
  rx: 3px;
  ry: 3px;
  stroke: none; }

.tau-chart__layout .tau-crosshair__line.color20-1 {
  stroke: #6FA1D9; }

.tau-chart__layout .tau-crosshair__label.color20-1 .tau-crosshair__label__text-shadow {
  stroke: #6FA1D9; }

.tau-chart__layout .tau-crosshair__label.color20-1 .tau-crosshair__label__box {
  fill: #6FA1D9; }

.tau-chart__layout .tau-crosshair__line.color20-2 {
  stroke: #DF2B59; }

.tau-chart__layout .tau-crosshair__label.color20-2 .tau-crosshair__label__text-shadow {
  stroke: #DF2B59; }

.tau-chart__layout .tau-crosshair__label.color20-2 .tau-crosshair__label__box {
  fill: #DF2B59; }

.tau-chart__layout .tau-crosshair__line.color20-3 {
  stroke: #66DA26; }

.tau-chart__layout .tau-crosshair__label.color20-3 .tau-crosshair__label__text-shadow {
  stroke: #66DA26; }

.tau-chart__layout .tau-crosshair__label.color20-3 .tau-crosshair__label__box {
  fill: #66DA26; }

.tau-chart__layout .tau-crosshair__line.color20-4 {
  stroke: #4C3862; }

.tau-chart__layout .tau-crosshair__label.color20-4 .tau-crosshair__label__text-shadow {
  stroke: #4C3862; }

.tau-chart__layout .tau-crosshair__label.color20-4 .tau-crosshair__label__box {
  fill: #4C3862; }

.tau-chart__layout .tau-crosshair__line.color20-5 {
  stroke: #E5B011; }

.tau-chart__layout .tau-crosshair__label.color20-5 .tau-crosshair__label__text-shadow {
  stroke: #E5B011; }

.tau-chart__layout .tau-crosshair__label.color20-5 .tau-crosshair__label__box {
  fill: #E5B011; }

.tau-chart__layout .tau-crosshair__line.color20-6 {
  stroke: #3A3226; }

.tau-chart__layout .tau-crosshair__label.color20-6 .tau-crosshair__label__text-shadow {
  stroke: #3A3226; }

.tau-chart__layout .tau-crosshair__label.color20-6 .tau-crosshair__label__box {
  fill: #3A3226; }

.tau-chart__layout .tau-crosshair__line.color20-7 {
  stroke: #CB461A; }

.tau-chart__layout .tau-crosshair__label.color20-7 .tau-crosshair__label__text-shadow {
  stroke: #CB461A; }

.tau-chart__layout .tau-crosshair__label.color20-7 .tau-crosshair__label__box {
  fill: #CB461A; }

.tau-chart__layout .tau-crosshair__line.color20-8 {
  stroke: #C7CE23; }

.tau-chart__layout .tau-crosshair__label.color20-8 .tau-crosshair__label__text-shadow {
  stroke: #C7CE23; }

.tau-chart__layout .tau-crosshair__label.color20-8 .tau-crosshair__label__box {
  fill: #C7CE23; }

.tau-chart__layout .tau-crosshair__line.color20-9 {
  stroke: #7FCDC2; }

.tau-chart__layout .tau-crosshair__label.color20-9 .tau-crosshair__label__text-shadow {
  stroke: #7FCDC2; }

.tau-chart__layout .tau-crosshair__label.color20-9 .tau-crosshair__label__box {
  fill: #7FCDC2; }

.tau-chart__layout .tau-crosshair__line.color20-10 {
  stroke: #CCA1C8; }

.tau-chart__layout .tau-crosshair__label.color20-10 .tau-crosshair__label__text-shadow {
  stroke: #CCA1C8; }

.tau-chart__layout .tau-crosshair__label.color20-10 .tau-crosshair__label__box {
  fill: #CCA1C8; }

.tau-chart__layout .tau-crosshair__line.color20-11 {
  stroke: #C84CCE; }

.tau-chart__layout .tau-crosshair__label.color20-11 .tau-crosshair__label__text-shadow {
  stroke: #C84CCE; }

.tau-chart__layout .tau-crosshair__label.color20-11 .tau-crosshair__label__box {
  fill: #C84CCE; }

.tau-chart__layout .tau-crosshair__line.color20-12 {
  stroke: #54762E; }

.tau-chart__layout .tau-crosshair__label.color20-12 .tau-crosshair__label__text-shadow {
  stroke: #54762E; }

.tau-chart__layout .tau-crosshair__label.color20-12 .tau-crosshair__label__box {
  fill: #54762E; }

.tau-chart__layout .tau-crosshair__line.color20-13 {
  stroke: #746BC9; }

.tau-chart__layout .tau-crosshair__label.color20-13 .tau-crosshair__label__text-shadow {
  stroke: #746BC9; }

.tau-chart__layout .tau-crosshair__label.color20-13 .tau-crosshair__label__box {
  fill: #746BC9; }

.tau-chart__layout .tau-crosshair__line.color20-14 {
  stroke: #953441; }

.tau-chart__layout .tau-crosshair__label.color20-14 .tau-crosshair__label__text-shadow {
  stroke: #953441; }

.tau-chart__layout .tau-crosshair__label.color20-14 .tau-crosshair__label__box {
  fill: #953441; }

.tau-chart__layout .tau-crosshair__line.color20-15 {
  stroke: #5C7A76; }

.tau-chart__layout .tau-crosshair__label.color20-15 .tau-crosshair__label__text-shadow {
  stroke: #5C7A76; }

.tau-chart__layout .tau-crosshair__label.color20-15 .tau-crosshair__label__box {
  fill: #5C7A76; }

.tau-chart__layout .tau-crosshair__line.color20-16 {
  stroke: #C8BF87; }

.tau-chart__layout .tau-crosshair__label.color20-16 .tau-crosshair__label__text-shadow {
  stroke: #C8BF87; }

.tau-chart__layout .tau-crosshair__label.color20-16 .tau-crosshair__label__box {
  fill: #C8BF87; }

.tau-chart__layout .tau-crosshair__line.color20-17 {
  stroke: #BFC1C3; }

.tau-chart__layout .tau-crosshair__label.color20-17 .tau-crosshair__label__text-shadow {
  stroke: #BFC1C3; }

.tau-chart__layout .tau-crosshair__label.color20-17 .tau-crosshair__label__box {
  fill: #BFC1C3; }

.tau-chart__layout .tau-crosshair__line.color20-18 {
  stroke: #8E5C31; }

.tau-chart__layout .tau-crosshair__label.color20-18 .tau-crosshair__label__text-shadow {
  stroke: #8E5C31; }

.tau-chart__layout .tau-crosshair__label.color20-18 .tau-crosshair__label__box {
  fill: #8E5C31; }

.tau-chart__layout .tau-crosshair__line.color20-19 {
  stroke: #71CE7B; }

.tau-chart__layout .tau-crosshair__label.color20-19 .tau-crosshair__label__text-shadow {
  stroke: #71CE7B; }

.tau-chart__layout .tau-crosshair__label.color20-19 .tau-crosshair__label__box {
  fill: #71CE7B; }

.tau-chart__layout .tau-crosshair__line.color20-20 {
  stroke: #BE478B; }

.tau-chart__layout .tau-crosshair__label.color20-20 .tau-crosshair__label__text-shadow {
  stroke: #BE478B; }

.tau-chart__layout .tau-crosshair__label.color20-20 .tau-crosshair__label__box {
  fill: #BE478B; }

.diff-tooltip__table {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 5px;
  padding-top: 5px;
  width: calc(100% + 15px); }

.diff-tooltip__header {
  align-items: stretch;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  padding: 2px 0px;
  position: relative; }

.diff-tooltip__header__text {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  max-width: 120px; }

.diff-tooltip__header__value {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  margin-right: 15px;
  max-width: 120px;
  padding-left: 10px;
  text-align: right; }

.diff-tooltip__header__updown {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  font-size: 75%;
  height: 100%;
  justify-content: flex-start;
  padding-left: 2px;
  position: absolute;
  right: 0;
  visibility: hidden; }

.diff-tooltip__body {
  max-height: 250px;
  overflow: hidden;
  padding: 1px;
  position: relative; }

.diff-tooltip__body__content {
  padding-bottom: 1px; }

.diff-tooltip__body_overflow-top::before,
.diff-tooltip__body_overflow-bottom::after {
  align-items: center;
  color: rgba(51, 51, 51, 0.7);
  content: "...";
  display: flex;
  flex-direction: column;
  height: 26px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.diff-tooltip__body_overflow-top::before {
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  justify-content: flex-start;
  top: 0; }

.diff-tooltip__body_overflow-bottom::after {
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  justify-content: flex-end;
  bottom: 0; }

.diff-tooltip__item {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
  min-width: 100px;
  position: relative; }

.diff-tooltip__item_highlighted {
  background-color: rgba(241, 233, 255, 0.5);
  box-shadow: 0 0 0 1px #877aa1;
  z-index: 1; }

.diff-tooltip__item__bg {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  min-width: 3px;
  opacity: 0.6;
  position: absolute;
  z-index: 0; }

.diff-tooltip__item__text {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 2px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 1; }

.diff-tooltip__item__value {
  flex: none;
  display: table-cell;
  padding: 2px 4px 2px 30px;
  z-index: 1; }

.diff-tooltip__item__updown {
  align-items: center;
  display: inline-flex;
  flex: 4;
  justify-content: flex-start;
  left: 100%;
  height: 100%;
  padding: 0 4px 0 4px;
  position: absolute; }

.diff-tooltip__item__updown_positive {
  color: #4ca383; }

.diff-tooltip__item__updown_negative {
  color: #df6772; }

.diff-tooltip__field__updown_positive {
  color: #4ca383; }

.diff-tooltip__field__updown_negative {
  color: #df6772; }

.interval-highlight__range {
  shape-rendering: crispEdges; }

.interval-highlight__range-start {
  shape-rendering: crispEdges;
  stroke: #b8aecb;
  stroke-dasharray: 2 1; }

.interval-highlight__range-end {
  shape-rendering: crispEdges;
  stroke: #b8aecb; }

.interval-highlight__gradient-start {
  stop-color: #c4b3e6;
  stop-opacity: 0.02; }

.interval-highlight__gradient-end {
  stop-color: #c4b3e6;
  stop-opacity: 0.2; }

.diff-tooltip__item__bg.color20-1 {
  background-color: #6FA1D9; }

.diff-tooltip__item__bg.color20-2 {
  background-color: #DF2B59; }

.diff-tooltip__item__bg.color20-3 {
  background-color: #66DA26; }

.diff-tooltip__item__bg.color20-4 {
  background-color: #4C3862; }

.diff-tooltip__item__bg.color20-5 {
  background-color: #E5B011; }

.diff-tooltip__item__bg.color20-6 {
  background-color: #3A3226; }

.diff-tooltip__item__bg.color20-7 {
  background-color: #CB461A; }

.diff-tooltip__item__bg.color20-8 {
  background-color: #C7CE23; }

.diff-tooltip__item__bg.color20-9 {
  background-color: #7FCDC2; }

.diff-tooltip__item__bg.color20-10 {
  background-color: #CCA1C8; }

.diff-tooltip__item__bg.color20-11 {
  background-color: #C84CCE; }

.diff-tooltip__item__bg.color20-12 {
  background-color: #54762E; }

.diff-tooltip__item__bg.color20-13 {
  background-color: #746BC9; }

.diff-tooltip__item__bg.color20-14 {
  background-color: #953441; }

.diff-tooltip__item__bg.color20-15 {
  background-color: #5C7A76; }

.diff-tooltip__item__bg.color20-16 {
  background-color: #C8BF87; }

.diff-tooltip__item__bg.color20-17 {
  background-color: #BFC1C3; }

.diff-tooltip__item__bg.color20-18 {
  background-color: #8E5C31; }

.diff-tooltip__item__bg.color20-19 {
  background-color: #71CE7B; }

.diff-tooltip__item__bg.color20-20 {
  background-color: #BE478B; }

.tau-chart__print-block {
  display: none; }

.tau-chart__export {
  float: right;
  margin: 0 20px 0 0;
  display: block;
  text-indent: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZXhwb3J0PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiMwMDAiPjxwYXRoIGQ9Ik0xNyAxLjY3bC04LjMyOCA4LjM2Nkw4IDkuNSAxNi4zNTMgMUgxMlYwaDZ2NmgtMVYxLjY3eiIgb3BhY2l0eT0iLjgiLz48cGF0aCBkPSJNMCA1LjAxQzAgMy4zNDYgMS4zMzcgMiAzLjAxIDJIMTZ2MTIuOTljMCAxLjY2My0xLjMzNyAzLjAxLTMuMDEgMy4wMUgzLjAxQzEuMzQ2IDE4IDAgMTYuNjYzIDAgMTQuOTlWNS4wMXpNMTUgMTVDMTUgMTYuMTA1IDE0LjEwMyAxNyAxMi45OTQgMTdIMy4wMDZDMS44OTggMTcgMSAxNi4xMDMgMSAxNC45OTRWNS4wMDZDMSAzLjg5OCAxLjg4NyAzIDIuOTk4IDNIOVYyaDd2N2gtMXY2LjAwMnoiIG9wYWNpdHk9Ii40Ii8+PC9nPjwvZz48L3N2Zz4=);
  width: 20px;
  height: 20px;
  color: transparent;
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 2; }

.tau-chart__export:hover {
  opacity: 1;
  text-decoration: none; }

.tau-chart__export__list {
  font-size: 11px;
  margin: 0;
  padding: 0; }

.tau-chart__export__item {
  overflow: hidden;
  box-sizing: border-box; }

.tau-chart__export__item > a {
  display: block;
  padding: 7px 15px;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.tau-chart__export__item > a:hover,
.tau-chart__export__item > a:focus {
  background: #EAF2FC;
  outline: none;
  box-shadow: none; }

.tau-chart__legend {
  padding: 20px 0 10px 10px;
  position: relative;
  margin-right: 30px;
  width: 160px;
  box-sizing: border-box; }

.tau-chart__legend__wrap {
  margin-bottom: 30px;
  position: relative; }

.tau-chart__legend__wrap:last-child {
  margin-bottom: 0; }

.tau-chart__legend__title {
  margin: 0 0 10px 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px; }

.tau-chart__legend__reset {
  margin-top: -4px;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 1; }

.tau-chart__legend__reset.disabled {
  display: none; }

.tau-chart__legend__reset + .tau-chart__legend__title {
  margin-right: 1.7em; }

.tau-chart__legend__item {
  padding: 10px 20px 8px 40px;
  position: relative;
  font-size: 13px;
  line-height: 1.2em;
  cursor: pointer; }

.tau-chart__legend__item:hover {
  background-color: rgba(189, 195, 205, 0.2); }

.tau-chart__legend__item--size {
  cursor: default; }

.tau-chart__legend__item--size:hover {
  background: none; }

.tau-chart__legend__item .color-default {
  background: #6FA1D9;
  border-color: #6FA1D9; }

.tau-chart__legend__item:disabled,
.tau-chart__legend__item.disabled {
  color: #ccc; }

.tau-chart__legend__item.disabled .tau-chart__legend__guide {
  background: transparent; }

.tau-chart__legend__guide {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%; }

.tau-chart__legend__guide__wrap {
  position: absolute;
  top: calc((10px - 8px) + 0.6em);
  left: 10px;
  width: 16px;
  height: 16px; }

.tau-chart__legend__guide--size {
  stroke: #6FA1D9;
  fill: #6FA1D9; }

.tau-chart__legend__guide--color__overlay {
  background-color: transparent;
  height: 36px;
  left: -12px;
  position: absolute;
  top: -12px;
  width: 36px; }

.tau-chart__legend__guide--color::before {
  content: "";
  display: none;
  height: 2px;
  left: 3px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  width: 8px; }

.tau-chart__legend__guide--color::after {
  content: "";
  display: none;
  height: 8px;
  left: 6px;
  pointer-events: none;
  position: absolute;
  top: 3px;
  width: 2px; }

.tau-chart__legend__item .tau-chart__legend__guide--color:hover::before,
.tau-chart__legend__item .tau-chart__legend__guide--color:hover::after {
  background-color: #fff;
  display: inline-block;
  transform: rotate(45deg); }

.tau-chart__legend__item.disabled .tau-chart__legend__guide--color:hover {
  background: #fff; }

.tau-chart__legend__item.disabled .tau-chart__legend__guide--color:hover::before,
.tau-chart__legend__item.disabled .tau-chart__legend__guide--color:hover::after {
  background-color: #333;
  transform: none; }

.tau-chart__legend__size-wrapper,
.tau-chart__legend__gradient-wrapper {
  box-sizing: border-box;
  margin: 10px;
  overflow: visible;
  width: 100%; }

.tau-chart__legend__size,
.tau-chart__legend__gradient {
  overflow: visible; }

.tau-chart__legend__size__item__circle.color-definite {
  stroke: #cacaca;
  fill: #cacaca; }

.tau-chart__legend__size__item__circle.color-default-size {
  stroke: #6FA1D9;
  fill: #6FA1D9; }

.tau-chart__legend__gradient__bar {
  rx: 4px;
  ry: 4px; }

.tau-chart__legend__item .color20-1 {
  background: #6FA1D9;
  border: 1px solid #6FA1D9; }

.tau-chart__legend__item.disabled .color20-1 {
  background-color: transparent; }

.tau-chart__legend__item .color20-2 {
  background: #DF2B59;
  border: 1px solid #DF2B59; }

.tau-chart__legend__item.disabled .color20-2 {
  background-color: transparent; }

.tau-chart__legend__item .color20-3 {
  background: #66DA26;
  border: 1px solid #66DA26; }

.tau-chart__legend__item.disabled .color20-3 {
  background-color: transparent; }

.tau-chart__legend__item .color20-4 {
  background: #4C3862;
  border: 1px solid #4C3862; }

.tau-chart__legend__item.disabled .color20-4 {
  background-color: transparent; }

.tau-chart__legend__item .color20-5 {
  background: #E5B011;
  border: 1px solid #E5B011; }

.tau-chart__legend__item.disabled .color20-5 {
  background-color: transparent; }

.tau-chart__legend__item .color20-6 {
  background: #3A3226;
  border: 1px solid #3A3226; }

.tau-chart__legend__item.disabled .color20-6 {
  background-color: transparent; }

.tau-chart__legend__item .color20-7 {
  background: #CB461A;
  border: 1px solid #CB461A; }

.tau-chart__legend__item.disabled .color20-7 {
  background-color: transparent; }

.tau-chart__legend__item .color20-8 {
  background: #C7CE23;
  border: 1px solid #C7CE23; }

.tau-chart__legend__item.disabled .color20-8 {
  background-color: transparent; }

.tau-chart__legend__item .color20-9 {
  background: #7FCDC2;
  border: 1px solid #7FCDC2; }

.tau-chart__legend__item.disabled .color20-9 {
  background-color: transparent; }

.tau-chart__legend__item .color20-10 {
  background: #CCA1C8;
  border: 1px solid #CCA1C8; }

.tau-chart__legend__item.disabled .color20-10 {
  background-color: transparent; }

.tau-chart__legend__item .color20-11 {
  background: #C84CCE;
  border: 1px solid #C84CCE; }

.tau-chart__legend__item.disabled .color20-11 {
  background-color: transparent; }

.tau-chart__legend__item .color20-12 {
  background: #54762E;
  border: 1px solid #54762E; }

.tau-chart__legend__item.disabled .color20-12 {
  background-color: transparent; }

.tau-chart__legend__item .color20-13 {
  background: #746BC9;
  border: 1px solid #746BC9; }

.tau-chart__legend__item.disabled .color20-13 {
  background-color: transparent; }

.tau-chart__legend__item .color20-14 {
  background: #953441;
  border: 1px solid #953441; }

.tau-chart__legend__item.disabled .color20-14 {
  background-color: transparent; }

.tau-chart__legend__item .color20-15 {
  background: #5C7A76;
  border: 1px solid #5C7A76; }

.tau-chart__legend__item.disabled .color20-15 {
  background-color: transparent; }

.tau-chart__legend__item .color20-16 {
  background: #C8BF87;
  border: 1px solid #C8BF87; }

.tau-chart__legend__item.disabled .color20-16 {
  background-color: transparent; }

.tau-chart__legend__item .color20-17 {
  background: #BFC1C3;
  border: 1px solid #BFC1C3; }

.tau-chart__legend__item.disabled .color20-17 {
  background-color: transparent; }

.tau-chart__legend__item .color20-18 {
  background: #8E5C31;
  border: 1px solid #8E5C31; }

.tau-chart__legend__item.disabled .color20-18 {
  background-color: transparent; }

.tau-chart__legend__item .color20-19 {
  background: #71CE7B;
  border: 1px solid #71CE7B; }

.tau-chart__legend__item.disabled .color20-19 {
  background-color: transparent; }

.tau-chart__legend__item .color20-20 {
  background: #BE478B;
  border: 1px solid #BE478B; }

.tau-chart__legend__item.disabled .color20-20 {
  background-color: transparent; }

.tau-chart__filter__wrap {
  padding: 20px 0 10px 10px;
  margin-right: 30px;
  width: 160px;
  box-sizing: border-box; }

.tau-chart__filter__wrap__title {
  margin: 0 0 10px 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px; }

.tau-chart__filter__wrap rect {
  fill: rgba(0, 0, 0, 0.2); }

.tau-chart__filter__wrap .brush .overlay,
.tau-chart__filter__wrap .brush .handle {
  opacity: 0; }

.tau-chart__filter__wrap .brush .selection {
  shape-rendering: crispEdges;
  fill-opacity: 0.4;
  fill: #0074FF; }

.tau-chart__filter__wrap text.date-label {
  text-anchor: middle;
  font-size: 12px; }

.tau-chart__filter__wrap text.date-label .common {
  font-weight: 600; }

.tau-chart__filter__wrap .resize line {
  stroke: #000;
  stroke-width: 1px;
  shape-rendering: crispEdges; }

.tau-chart__filter__wrap .resize.e text {
  text-anchor: middle;
  font-size: 12px; }

.tau-chart__filter__wrap .resize.w text {
  text-anchor: middle;
  font-size: 12px; }

.tau-chart__tooltip {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 900;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.005);
  font-size: 11px;
  font-family: Helvetica Neue, Segoe UI, Open Sans, Ubuntu, sans-serif;
  /* Fade */ }

.tau-chart__tooltip.fade {
  opacity: 0;
  transition: opacity 200ms ease-out; }

.tau-chart__tooltip.fade.in {
  opacity: 1;
  transition-duration: 500ms; }

.tau-chart__tooltip.top-right,
.tau-chart__tooltip.bottom-right {
  margin-left: 8px; }

.tau-chart__tooltip.top-left,
.tau-chart__tooltip.bottom-left {
  margin-left: -8px; }

.tau-chart__tooltip.top,
.tau-chart__tooltip.top-right,
.tau-chart__tooltip.top-left {
  margin-top: 8px; }

.tau-chart__tooltip__content {
  box-sizing: border-box;
  max-width: 500px;
  min-width: 100px;
  overflow: hidden;
  padding: 15px 15px 10px 15px; }

.tau-chart__tooltip__buttons {
  background: #EBEEF1;
  bottom: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.005);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 500px;
  min-width: 86px;
  position: absolute;
  width: 100%;
  z-index: -1; }

.tau-chart__tooltip__buttons::after {
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
  height: 8px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%; }

.tau-chart__tooltip__button {
  color: #65717F;
  cursor: pointer;
  display: inline-flex;
  flex: 1 0 auto;
  height: 0;
  overflow: hidden;
  transition: height 500ms; }

.tau-chart__tooltip__button__wrap {
  line-height: 26px;
  padding: 0 15px; }

.tau-chart__tooltip__button:hover {
  background: #f5f7f8;
  color: #333; }

.tau-chart__tooltip__button .tau-icon-close-gray {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggZmlsbD0iIzg0OTZBNyIgZD0iTTEwLDAuNzE1TDkuMjg1LDBMNSw0LjI4NUwwLjcxNSwwTDAsMC43MTVMNC4yODUsNUwwLDkuMjg1TDAuNzE1LDEwTDUsNS43MTVMOS4yODUsMTBMMTAsOS4yODVMNS43MTUsNUwxMCwwLjcxNXoiLz48L3N2Zz4=);
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
  margin-right: 5px; }

.tau-chart__tooltip.stuck .tau-chart__tooltip__button {
  height: 26px; }

.tau-chart__tooltip.top .tau-chart__tooltip__buttons,
.tau-chart__tooltip.top-right .tau-chart__tooltip__buttons,
.tau-chart__tooltip.top-left .tau-chart__tooltip__buttons {
  bottom: initial;
  top: 100%; }

.tau-chart__tooltip.top .tau-chart__tooltip__buttons__wrap,
.tau-chart__tooltip.top-right .tau-chart__tooltip__buttons__wrap,
.tau-chart__tooltip.top-left .tau-chart__tooltip__buttons__wrap {
  position: relative;
  top: calc(100% - 26px); }

.tau-chart__tooltip.top .tau-chart__tooltip__buttons::after,
.tau-chart__tooltip.top-right .tau-chart__tooltip__buttons::after,
.tau-chart__tooltip.top-left .tau-chart__tooltip__buttons::after {
  background: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0));
  bottom: 100%;
  top: initial; }

.tau-chart__tooltip.top-right .tau-chart__tooltip__button__wrap,
.tau-chart__tooltip.top-left .tau-chart__tooltip__button__wrap {
  position: relative;
  top: calc(100% - 26px); }

.tau-chart__tooltip__list {
  display: table; }

.tau-chart__tooltip__list__item {
  display: table-row; }

.tau-chart__tooltip__list__elem {
  display: table-cell;
  padding-bottom: 4px;
  line-height: 1.3;
  color: #000; }

.tau-chart__tooltip__list__elem:not(:first-child) {
  padding-left: 15px; }

.tau-chart__tooltip__list__elem:first-child {
  color: #8e8e8e; }

.tau-chart__tooltip__gray-text {
  color: #8e8e8e; }

.tau-chart__tooltip-target {
  cursor: pointer; }

.tau-chart__tooltip-target .tau-chart__dot.tau-chart__highlighted,
.tau-chart__tooltip-target .tau-chart__bar.tau-chart__highlighted,
.tau-chart__tooltip-target .i-data-anchor.tau-chart__highlighted {
  stroke: #333;
  stroke-width: 1; }

.tau-chart__tooltip-target .tau-chart__bar.tau-chart__highlighted {
  shape-rendering: crispEdges; }

.tau-chart__svg .tau-chart__trendline.color20-1 {
  stroke: #357ac7; }

.tau-chart__svg .tau-chart__trendline.color20-2 {
  stroke: #a5193d; }

.tau-chart__svg .tau-chart__trendline.color20-3 {
  stroke: #47991a; }

.tau-chart__svg .tau-chart__trendline.color20-4 {
  stroke: #261c31; }

.tau-chart__svg .tau-chart__trendline.color20-5 {
  stroke: #9e790c; }

.tau-chart__svg .tau-chart__trendline.color20-6 {
  stroke: #0c0a08; }

.tau-chart__svg .tau-chart__trendline.color20-7 {
  stroke: #872f11; }

.tau-chart__svg .tau-chart__trendline.color20-8 {
  stroke: #888d18; }

.tau-chart__svg .tau-chart__trendline.color20-9 {
  stroke: #48b8a8; }

.tau-chart__svg .tau-chart__trendline.color20-10 {
  stroke: #b16fab; }

.tau-chart__svg .tau-chart__trendline.color20-11 {
  stroke: #9c2ca1; }

.tau-chart__svg .tau-chart__trendline.color20-12 {
  stroke: #2d3f19; }

.tau-chart__svg .tau-chart__trendline.color20-13 {
  stroke: #483eaa; }

.tau-chart__svg .tau-chart__trendline.color20-14 {
  stroke: #5c2028; }

.tau-chart__svg .tau-chart__trendline.color20-15 {
  stroke: #3b4e4c; }

.tau-chart__svg .tau-chart__trendline.color20-16 {
  stroke: #b0a353; }

.tau-chart__svg .tau-chart__trendline.color20-17 {
  stroke: #989b9e; }

.tau-chart__svg .tau-chart__trendline.color20-18 {
  stroke: #55371d; }

.tau-chart__svg .tau-chart__trendline.color20-19 {
  stroke: #3eb44b; }

.tau-chart__svg .tau-chart__trendline.color20-20 {
  stroke: #883063; }

.tau-chart__svg .tau-chart__trendline.color-default {
  stroke: #357ac7; }

.tau-chart {
  /* TrendLine */ }

.tau-chart__trendlinepanel {
  padding: 20px 0 20px 20px;
  margin-right: 20px;
  width: 160px;
  box-sizing: border-box; }

.tau-chart__trendlinepanel__title {
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px; }

.tau-chart__trendlinepanel__control {
  width: 100%; }

.tau-chart__trendlinepanel__error-message {
  font-size: 11px;
  line-height: 16px;
  margin-left: 5px; }

.tau-chart__trendlinepanel.applicable-false.hide-trendline-error,
.tau-chart__trendlinepanel.applicable-false .tau-chart__checkbox__input,
.tau-chart__trendlinepanel.applicable-false .tau-chart__trendlinepanel__control,
.tau-chart__trendlinepanel.applicable-false .tau-chart__checkbox__icon {
  display: none; }

.tau-chart__trendline {
  stroke-dasharray: 4, 4; }

/* This product includes color specifications and designs developed by Cynthia Brewer (http://colorbrewer.org/). */
/*
 generate from addons color-brewer.js
 copy(_.flatten(_.map(res, function(value, hue){
   return _.map(value, function(value, number) {
         return _.map(value,function(value,index) {
            return ['.', hue, '.', 'q', index, '-', number, '{fill:', value, ';stroke:', value, ';}'].join('');
         })
   })
})).join(''))
*/
.YlGn.q0-3 {
  fill: #f7fcb9;
  background: #f7fcb9;
  stroke: #f7fcb9; }

.YlGn.q1-3 {
  fill: #addd8e;
  background: #addd8e;
  stroke: #addd8e; }

.YlGn.q2-3 {
  fill: #31a354;
  background: #31a354;
  stroke: #31a354; }

.YlGn.q0-4 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGn.q1-4 {
  fill: #c2e699;
  background: #c2e699;
  stroke: #c2e699; }

.YlGn.q2-4 {
  fill: #78c679;
  background: #78c679;
  stroke: #78c679; }

.YlGn.q3-4 {
  fill: #238443;
  background: #238443;
  stroke: #238443; }

.YlGn.q0-5 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGn.q1-5 {
  fill: #c2e699;
  background: #c2e699;
  stroke: #c2e699; }

.YlGn.q2-5 {
  fill: #78c679;
  background: #78c679;
  stroke: #78c679; }

.YlGn.q3-5 {
  fill: #31a354;
  background: #31a354;
  stroke: #31a354; }

.YlGn.q4-5 {
  fill: #006837;
  background: #006837;
  stroke: #006837; }

.YlGn.q0-6 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGn.q1-6 {
  fill: #d9f0a3;
  background: #d9f0a3;
  stroke: #d9f0a3; }

.YlGn.q2-6 {
  fill: #addd8e;
  background: #addd8e;
  stroke: #addd8e; }

.YlGn.q3-6 {
  fill: #78c679;
  background: #78c679;
  stroke: #78c679; }

.YlGn.q4-6 {
  fill: #31a354;
  background: #31a354;
  stroke: #31a354; }

.YlGn.q5-6 {
  fill: #006837;
  background: #006837;
  stroke: #006837; }

.YlGn.q0-7 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGn.q1-7 {
  fill: #d9f0a3;
  background: #d9f0a3;
  stroke: #d9f0a3; }

.YlGn.q2-7 {
  fill: #addd8e;
  background: #addd8e;
  stroke: #addd8e; }

.YlGn.q3-7 {
  fill: #78c679;
  background: #78c679;
  stroke: #78c679; }

.YlGn.q4-7 {
  fill: #41ab5d;
  background: #41ab5d;
  stroke: #41ab5d; }

.YlGn.q5-7 {
  fill: #238443;
  background: #238443;
  stroke: #238443; }

.YlGn.q6-7 {
  fill: #005a32;
  background: #005a32;
  stroke: #005a32; }

.YlGn.q0-8 {
  fill: #ffffe5;
  background: #ffffe5;
  stroke: #ffffe5; }

.YlGn.q1-8 {
  fill: #f7fcb9;
  background: #f7fcb9;
  stroke: #f7fcb9; }

.YlGn.q2-8 {
  fill: #d9f0a3;
  background: #d9f0a3;
  stroke: #d9f0a3; }

.YlGn.q3-8 {
  fill: #addd8e;
  background: #addd8e;
  stroke: #addd8e; }

.YlGn.q4-8 {
  fill: #78c679;
  background: #78c679;
  stroke: #78c679; }

.YlGn.q5-8 {
  fill: #41ab5d;
  background: #41ab5d;
  stroke: #41ab5d; }

.YlGn.q6-8 {
  fill: #238443;
  background: #238443;
  stroke: #238443; }

.YlGn.q7-8 {
  fill: #005a32;
  background: #005a32;
  stroke: #005a32; }

.YlGn.q0-9 {
  fill: #ffffe5;
  background: #ffffe5;
  stroke: #ffffe5; }

.YlGn.q1-9 {
  fill: #f7fcb9;
  background: #f7fcb9;
  stroke: #f7fcb9; }

.YlGn.q2-9 {
  fill: #d9f0a3;
  background: #d9f0a3;
  stroke: #d9f0a3; }

.YlGn.q3-9 {
  fill: #addd8e;
  background: #addd8e;
  stroke: #addd8e; }

.YlGn.q4-9 {
  fill: #78c679;
  background: #78c679;
  stroke: #78c679; }

.YlGn.q5-9 {
  fill: #41ab5d;
  background: #41ab5d;
  stroke: #41ab5d; }

.YlGn.q6-9 {
  fill: #238443;
  background: #238443;
  stroke: #238443; }

.YlGn.q7-9 {
  fill: #006837;
  background: #006837;
  stroke: #006837; }

.YlGn.q8-9 {
  fill: #004529;
  background: #004529;
  stroke: #004529; }

.YlGnBu.q0-3 {
  fill: #edf8b1;
  background: #edf8b1;
  stroke: #edf8b1; }

.YlGnBu.q1-3 {
  fill: #7fcdbb;
  background: #7fcdbb;
  stroke: #7fcdbb; }

.YlGnBu.q2-3 {
  fill: #2c7fb8;
  background: #2c7fb8;
  stroke: #2c7fb8; }

.YlGnBu.q0-4 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGnBu.q1-4 {
  fill: #a1dab4;
  background: #a1dab4;
  stroke: #a1dab4; }

.YlGnBu.q2-4 {
  fill: #41b6c4;
  background: #41b6c4;
  stroke: #41b6c4; }

.YlGnBu.q3-4 {
  fill: #225ea8;
  background: #225ea8;
  stroke: #225ea8; }

.YlGnBu.q0-5 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGnBu.q1-5 {
  fill: #a1dab4;
  background: #a1dab4;
  stroke: #a1dab4; }

.YlGnBu.q2-5 {
  fill: #41b6c4;
  background: #41b6c4;
  stroke: #41b6c4; }

.YlGnBu.q3-5 {
  fill: #2c7fb8;
  background: #2c7fb8;
  stroke: #2c7fb8; }

.YlGnBu.q4-5 {
  fill: #253494;
  background: #253494;
  stroke: #253494; }

.YlGnBu.q0-6 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGnBu.q1-6 {
  fill: #c7e9b4;
  background: #c7e9b4;
  stroke: #c7e9b4; }

.YlGnBu.q2-6 {
  fill: #7fcdbb;
  background: #7fcdbb;
  stroke: #7fcdbb; }

.YlGnBu.q3-6 {
  fill: #41b6c4;
  background: #41b6c4;
  stroke: #41b6c4; }

.YlGnBu.q4-6 {
  fill: #2c7fb8;
  background: #2c7fb8;
  stroke: #2c7fb8; }

.YlGnBu.q5-6 {
  fill: #253494;
  background: #253494;
  stroke: #253494; }

.YlGnBu.q0-7 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlGnBu.q1-7 {
  fill: #c7e9b4;
  background: #c7e9b4;
  stroke: #c7e9b4; }

.YlGnBu.q2-7 {
  fill: #7fcdbb;
  background: #7fcdbb;
  stroke: #7fcdbb; }

.YlGnBu.q3-7 {
  fill: #41b6c4;
  background: #41b6c4;
  stroke: #41b6c4; }

.YlGnBu.q4-7 {
  fill: #1d91c0;
  background: #1d91c0;
  stroke: #1d91c0; }

.YlGnBu.q5-7 {
  fill: #225ea8;
  background: #225ea8;
  stroke: #225ea8; }

.YlGnBu.q6-7 {
  fill: #0c2c84;
  background: #0c2c84;
  stroke: #0c2c84; }

.YlGnBu.q0-8 {
  fill: #ffffd9;
  background: #ffffd9;
  stroke: #ffffd9; }

.YlGnBu.q1-8 {
  fill: #edf8b1;
  background: #edf8b1;
  stroke: #edf8b1; }

.YlGnBu.q2-8 {
  fill: #c7e9b4;
  background: #c7e9b4;
  stroke: #c7e9b4; }

.YlGnBu.q3-8 {
  fill: #7fcdbb;
  background: #7fcdbb;
  stroke: #7fcdbb; }

.YlGnBu.q4-8 {
  fill: #41b6c4;
  background: #41b6c4;
  stroke: #41b6c4; }

.YlGnBu.q5-8 {
  fill: #1d91c0;
  background: #1d91c0;
  stroke: #1d91c0; }

.YlGnBu.q6-8 {
  fill: #225ea8;
  background: #225ea8;
  stroke: #225ea8; }

.YlGnBu.q7-8 {
  fill: #0c2c84;
  background: #0c2c84;
  stroke: #0c2c84; }

.YlGnBu.q0-9 {
  fill: #ffffd9;
  background: #ffffd9;
  stroke: #ffffd9; }

.YlGnBu.q1-9 {
  fill: #edf8b1;
  background: #edf8b1;
  stroke: #edf8b1; }

.YlGnBu.q2-9 {
  fill: #c7e9b4;
  background: #c7e9b4;
  stroke: #c7e9b4; }

.YlGnBu.q3-9 {
  fill: #7fcdbb;
  background: #7fcdbb;
  stroke: #7fcdbb; }

.YlGnBu.q4-9 {
  fill: #41b6c4;
  background: #41b6c4;
  stroke: #41b6c4; }

.YlGnBu.q5-9 {
  fill: #1d91c0;
  background: #1d91c0;
  stroke: #1d91c0; }

.YlGnBu.q6-9 {
  fill: #225ea8;
  background: #225ea8;
  stroke: #225ea8; }

.YlGnBu.q7-9 {
  fill: #253494;
  background: #253494;
  stroke: #253494; }

.YlGnBu.q8-9 {
  fill: #081d58;
  background: #081d58;
  stroke: #081d58; }

.GnBu.q0-3 {
  fill: #e0f3db;
  background: #e0f3db;
  stroke: #e0f3db; }

.GnBu.q1-3 {
  fill: #a8ddb5;
  background: #a8ddb5;
  stroke: #a8ddb5; }

.GnBu.q2-3 {
  fill: #43a2ca;
  background: #43a2ca;
  stroke: #43a2ca; }

.GnBu.q0-4 {
  fill: #f0f9e8;
  background: #f0f9e8;
  stroke: #f0f9e8; }

.GnBu.q1-4 {
  fill: #bae4bc;
  background: #bae4bc;
  stroke: #bae4bc; }

.GnBu.q2-4 {
  fill: #7bccc4;
  background: #7bccc4;
  stroke: #7bccc4; }

.GnBu.q3-4 {
  fill: #2b8cbe;
  background: #2b8cbe;
  stroke: #2b8cbe; }

.GnBu.q0-5 {
  fill: #f0f9e8;
  background: #f0f9e8;
  stroke: #f0f9e8; }

.GnBu.q1-5 {
  fill: #bae4bc;
  background: #bae4bc;
  stroke: #bae4bc; }

.GnBu.q2-5 {
  fill: #7bccc4;
  background: #7bccc4;
  stroke: #7bccc4; }

.GnBu.q3-5 {
  fill: #43a2ca;
  background: #43a2ca;
  stroke: #43a2ca; }

.GnBu.q4-5 {
  fill: #0868ac;
  background: #0868ac;
  stroke: #0868ac; }

.GnBu.q0-6 {
  fill: #f0f9e8;
  background: #f0f9e8;
  stroke: #f0f9e8; }

.GnBu.q1-6 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.GnBu.q2-6 {
  fill: #a8ddb5;
  background: #a8ddb5;
  stroke: #a8ddb5; }

.GnBu.q3-6 {
  fill: #7bccc4;
  background: #7bccc4;
  stroke: #7bccc4; }

.GnBu.q4-6 {
  fill: #43a2ca;
  background: #43a2ca;
  stroke: #43a2ca; }

.GnBu.q5-6 {
  fill: #0868ac;
  background: #0868ac;
  stroke: #0868ac; }

.GnBu.q0-7 {
  fill: #f0f9e8;
  background: #f0f9e8;
  stroke: #f0f9e8; }

.GnBu.q1-7 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.GnBu.q2-7 {
  fill: #a8ddb5;
  background: #a8ddb5;
  stroke: #a8ddb5; }

.GnBu.q3-7 {
  fill: #7bccc4;
  background: #7bccc4;
  stroke: #7bccc4; }

.GnBu.q4-7 {
  fill: #4eb3d3;
  background: #4eb3d3;
  stroke: #4eb3d3; }

.GnBu.q5-7 {
  fill: #2b8cbe;
  background: #2b8cbe;
  stroke: #2b8cbe; }

.GnBu.q6-7 {
  fill: #08589e;
  background: #08589e;
  stroke: #08589e; }

.GnBu.q0-8 {
  fill: #f7fcf0;
  background: #f7fcf0;
  stroke: #f7fcf0; }

.GnBu.q1-8 {
  fill: #e0f3db;
  background: #e0f3db;
  stroke: #e0f3db; }

.GnBu.q2-8 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.GnBu.q3-8 {
  fill: #a8ddb5;
  background: #a8ddb5;
  stroke: #a8ddb5; }

.GnBu.q4-8 {
  fill: #7bccc4;
  background: #7bccc4;
  stroke: #7bccc4; }

.GnBu.q5-8 {
  fill: #4eb3d3;
  background: #4eb3d3;
  stroke: #4eb3d3; }

.GnBu.q6-8 {
  fill: #2b8cbe;
  background: #2b8cbe;
  stroke: #2b8cbe; }

.GnBu.q7-8 {
  fill: #08589e;
  background: #08589e;
  stroke: #08589e; }

.GnBu.q0-9 {
  fill: #f7fcf0;
  background: #f7fcf0;
  stroke: #f7fcf0; }

.GnBu.q1-9 {
  fill: #e0f3db;
  background: #e0f3db;
  stroke: #e0f3db; }

.GnBu.q2-9 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.GnBu.q3-9 {
  fill: #a8ddb5;
  background: #a8ddb5;
  stroke: #a8ddb5; }

.GnBu.q4-9 {
  fill: #7bccc4;
  background: #7bccc4;
  stroke: #7bccc4; }

.GnBu.q5-9 {
  fill: #4eb3d3;
  background: #4eb3d3;
  stroke: #4eb3d3; }

.GnBu.q6-9 {
  fill: #2b8cbe;
  background: #2b8cbe;
  stroke: #2b8cbe; }

.GnBu.q7-9 {
  fill: #0868ac;
  background: #0868ac;
  stroke: #0868ac; }

.GnBu.q8-9 {
  fill: #084081;
  background: #084081;
  stroke: #084081; }

.BuGn.q0-3 {
  fill: #e5f5f9;
  background: #e5f5f9;
  stroke: #e5f5f9; }

.BuGn.q1-3 {
  fill: #99d8c9;
  background: #99d8c9;
  stroke: #99d8c9; }

.BuGn.q2-3 {
  fill: #2ca25f;
  background: #2ca25f;
  stroke: #2ca25f; }

.BuGn.q0-4 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuGn.q1-4 {
  fill: #b2e2e2;
  background: #b2e2e2;
  stroke: #b2e2e2; }

.BuGn.q2-4 {
  fill: #66c2a4;
  background: #66c2a4;
  stroke: #66c2a4; }

.BuGn.q3-4 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.BuGn.q0-5 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuGn.q1-5 {
  fill: #b2e2e2;
  background: #b2e2e2;
  stroke: #b2e2e2; }

.BuGn.q2-5 {
  fill: #66c2a4;
  background: #66c2a4;
  stroke: #66c2a4; }

.BuGn.q3-5 {
  fill: #2ca25f;
  background: #2ca25f;
  stroke: #2ca25f; }

.BuGn.q4-5 {
  fill: #006d2c;
  background: #006d2c;
  stroke: #006d2c; }

.BuGn.q0-6 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuGn.q1-6 {
  fill: #ccece6;
  background: #ccece6;
  stroke: #ccece6; }

.BuGn.q2-6 {
  fill: #99d8c9;
  background: #99d8c9;
  stroke: #99d8c9; }

.BuGn.q3-6 {
  fill: #66c2a4;
  background: #66c2a4;
  stroke: #66c2a4; }

.BuGn.q4-6 {
  fill: #2ca25f;
  background: #2ca25f;
  stroke: #2ca25f; }

.BuGn.q5-6 {
  fill: #006d2c;
  background: #006d2c;
  stroke: #006d2c; }

.BuGn.q0-7 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuGn.q1-7 {
  fill: #ccece6;
  background: #ccece6;
  stroke: #ccece6; }

.BuGn.q2-7 {
  fill: #99d8c9;
  background: #99d8c9;
  stroke: #99d8c9; }

.BuGn.q3-7 {
  fill: #66c2a4;
  background: #66c2a4;
  stroke: #66c2a4; }

.BuGn.q4-7 {
  fill: #41ae76;
  background: #41ae76;
  stroke: #41ae76; }

.BuGn.q5-7 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.BuGn.q6-7 {
  fill: #005824;
  background: #005824;
  stroke: #005824; }

.BuGn.q0-8 {
  fill: #f7fcfd;
  background: #f7fcfd;
  stroke: #f7fcfd; }

.BuGn.q1-8 {
  fill: #e5f5f9;
  background: #e5f5f9;
  stroke: #e5f5f9; }

.BuGn.q2-8 {
  fill: #ccece6;
  background: #ccece6;
  stroke: #ccece6; }

.BuGn.q3-8 {
  fill: #99d8c9;
  background: #99d8c9;
  stroke: #99d8c9; }

.BuGn.q4-8 {
  fill: #66c2a4;
  background: #66c2a4;
  stroke: #66c2a4; }

.BuGn.q5-8 {
  fill: #41ae76;
  background: #41ae76;
  stroke: #41ae76; }

.BuGn.q6-8 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.BuGn.q7-8 {
  fill: #005824;
  background: #005824;
  stroke: #005824; }

.BuGn.q0-9 {
  fill: #f7fcfd;
  background: #f7fcfd;
  stroke: #f7fcfd; }

.BuGn.q1-9 {
  fill: #e5f5f9;
  background: #e5f5f9;
  stroke: #e5f5f9; }

.BuGn.q2-9 {
  fill: #ccece6;
  background: #ccece6;
  stroke: #ccece6; }

.BuGn.q3-9 {
  fill: #99d8c9;
  background: #99d8c9;
  stroke: #99d8c9; }

.BuGn.q4-9 {
  fill: #66c2a4;
  background: #66c2a4;
  stroke: #66c2a4; }

.BuGn.q5-9 {
  fill: #41ae76;
  background: #41ae76;
  stroke: #41ae76; }

.BuGn.q6-9 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.BuGn.q7-9 {
  fill: #006d2c;
  background: #006d2c;
  stroke: #006d2c; }

.BuGn.q8-9 {
  fill: #00441b;
  background: #00441b;
  stroke: #00441b; }

.PuBuGn.q0-3 {
  fill: #ece2f0;
  background: #ece2f0;
  stroke: #ece2f0; }

.PuBuGn.q1-3 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBuGn.q2-3 {
  fill: #1c9099;
  background: #1c9099;
  stroke: #1c9099; }

.PuBuGn.q0-4 {
  fill: #f6eff7;
  background: #f6eff7;
  stroke: #f6eff7; }

.PuBuGn.q1-4 {
  fill: #bdc9e1;
  background: #bdc9e1;
  stroke: #bdc9e1; }

.PuBuGn.q2-4 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.PuBuGn.q3-4 {
  fill: #02818a;
  background: #02818a;
  stroke: #02818a; }

.PuBuGn.q0-5 {
  fill: #f6eff7;
  background: #f6eff7;
  stroke: #f6eff7; }

.PuBuGn.q1-5 {
  fill: #bdc9e1;
  background: #bdc9e1;
  stroke: #bdc9e1; }

.PuBuGn.q2-5 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.PuBuGn.q3-5 {
  fill: #1c9099;
  background: #1c9099;
  stroke: #1c9099; }

.PuBuGn.q4-5 {
  fill: #016c59;
  background: #016c59;
  stroke: #016c59; }

.PuBuGn.q0-6 {
  fill: #f6eff7;
  background: #f6eff7;
  stroke: #f6eff7; }

.PuBuGn.q1-6 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBuGn.q2-6 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBuGn.q3-6 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.PuBuGn.q4-6 {
  fill: #1c9099;
  background: #1c9099;
  stroke: #1c9099; }

.PuBuGn.q5-6 {
  fill: #016c59;
  background: #016c59;
  stroke: #016c59; }

.PuBuGn.q0-7 {
  fill: #f6eff7;
  background: #f6eff7;
  stroke: #f6eff7; }

.PuBuGn.q1-7 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBuGn.q2-7 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBuGn.q3-7 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.PuBuGn.q4-7 {
  fill: #3690c0;
  background: #3690c0;
  stroke: #3690c0; }

.PuBuGn.q5-7 {
  fill: #02818a;
  background: #02818a;
  stroke: #02818a; }

.PuBuGn.q6-7 {
  fill: #016450;
  background: #016450;
  stroke: #016450; }

.PuBuGn.q0-8 {
  fill: #fff7fb;
  background: #fff7fb;
  stroke: #fff7fb; }

.PuBuGn.q1-8 {
  fill: #ece2f0;
  background: #ece2f0;
  stroke: #ece2f0; }

.PuBuGn.q2-8 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBuGn.q3-8 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBuGn.q4-8 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.PuBuGn.q5-8 {
  fill: #3690c0;
  background: #3690c0;
  stroke: #3690c0; }

.PuBuGn.q6-8 {
  fill: #02818a;
  background: #02818a;
  stroke: #02818a; }

.PuBuGn.q7-8 {
  fill: #016450;
  background: #016450;
  stroke: #016450; }

.PuBuGn.q0-9 {
  fill: #fff7fb;
  background: #fff7fb;
  stroke: #fff7fb; }

.PuBuGn.q1-9 {
  fill: #ece2f0;
  background: #ece2f0;
  stroke: #ece2f0; }

.PuBuGn.q2-9 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBuGn.q3-9 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBuGn.q4-9 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.PuBuGn.q5-9 {
  fill: #3690c0;
  background: #3690c0;
  stroke: #3690c0; }

.PuBuGn.q6-9 {
  fill: #02818a;
  background: #02818a;
  stroke: #02818a; }

.PuBuGn.q7-9 {
  fill: #016c59;
  background: #016c59;
  stroke: #016c59; }

.PuBuGn.q8-9 {
  fill: #014636;
  background: #014636;
  stroke: #014636; }

.PuBu.q0-3 {
  fill: #ece7f2;
  background: #ece7f2;
  stroke: #ece7f2; }

.PuBu.q1-3 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBu.q2-3 {
  fill: #2b8cbe;
  background: #2b8cbe;
  stroke: #2b8cbe; }

.PuBu.q0-4 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuBu.q1-4 {
  fill: #bdc9e1;
  background: #bdc9e1;
  stroke: #bdc9e1; }

.PuBu.q2-4 {
  fill: #74a9cf;
  background: #74a9cf;
  stroke: #74a9cf; }

.PuBu.q3-4 {
  fill: #0570b0;
  background: #0570b0;
  stroke: #0570b0; }

.PuBu.q0-5 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuBu.q1-5 {
  fill: #bdc9e1;
  background: #bdc9e1;
  stroke: #bdc9e1; }

.PuBu.q2-5 {
  fill: #74a9cf;
  background: #74a9cf;
  stroke: #74a9cf; }

.PuBu.q3-5 {
  fill: #2b8cbe;
  background: #2b8cbe;
  stroke: #2b8cbe; }

.PuBu.q4-5 {
  fill: #045a8d;
  background: #045a8d;
  stroke: #045a8d; }

.PuBu.q0-6 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuBu.q1-6 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBu.q2-6 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBu.q3-6 {
  fill: #74a9cf;
  background: #74a9cf;
  stroke: #74a9cf; }

.PuBu.q4-6 {
  fill: #2b8cbe;
  background: #2b8cbe;
  stroke: #2b8cbe; }

.PuBu.q5-6 {
  fill: #045a8d;
  background: #045a8d;
  stroke: #045a8d; }

.PuBu.q0-7 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuBu.q1-7 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBu.q2-7 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBu.q3-7 {
  fill: #74a9cf;
  background: #74a9cf;
  stroke: #74a9cf; }

.PuBu.q4-7 {
  fill: #3690c0;
  background: #3690c0;
  stroke: #3690c0; }

.PuBu.q5-7 {
  fill: #0570b0;
  background: #0570b0;
  stroke: #0570b0; }

.PuBu.q6-7 {
  fill: #034e7b;
  background: #034e7b;
  stroke: #034e7b; }

.PuBu.q0-8 {
  fill: #fff7fb;
  background: #fff7fb;
  stroke: #fff7fb; }

.PuBu.q1-8 {
  fill: #ece7f2;
  background: #ece7f2;
  stroke: #ece7f2; }

.PuBu.q2-8 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBu.q3-8 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBu.q4-8 {
  fill: #74a9cf;
  background: #74a9cf;
  stroke: #74a9cf; }

.PuBu.q5-8 {
  fill: #3690c0;
  background: #3690c0;
  stroke: #3690c0; }

.PuBu.q6-8 {
  fill: #0570b0;
  background: #0570b0;
  stroke: #0570b0; }

.PuBu.q7-8 {
  fill: #034e7b;
  background: #034e7b;
  stroke: #034e7b; }

.PuBu.q0-9 {
  fill: #fff7fb;
  background: #fff7fb;
  stroke: #fff7fb; }

.PuBu.q1-9 {
  fill: #ece7f2;
  background: #ece7f2;
  stroke: #ece7f2; }

.PuBu.q2-9 {
  fill: #d0d1e6;
  background: #d0d1e6;
  stroke: #d0d1e6; }

.PuBu.q3-9 {
  fill: #a6bddb;
  background: #a6bddb;
  stroke: #a6bddb; }

.PuBu.q4-9 {
  fill: #74a9cf;
  background: #74a9cf;
  stroke: #74a9cf; }

.PuBu.q5-9 {
  fill: #3690c0;
  background: #3690c0;
  stroke: #3690c0; }

.PuBu.q6-9 {
  fill: #0570b0;
  background: #0570b0;
  stroke: #0570b0; }

.PuBu.q7-9 {
  fill: #045a8d;
  background: #045a8d;
  stroke: #045a8d; }

.PuBu.q8-9 {
  fill: #023858;
  background: #023858;
  stroke: #023858; }

.BuPu.q0-3 {
  fill: #e0ecf4;
  background: #e0ecf4;
  stroke: #e0ecf4; }

.BuPu.q1-3 {
  fill: #9ebcda;
  background: #9ebcda;
  stroke: #9ebcda; }

.BuPu.q2-3 {
  fill: #8856a7;
  background: #8856a7;
  stroke: #8856a7; }

.BuPu.q0-4 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuPu.q1-4 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.BuPu.q2-4 {
  fill: #8c96c6;
  background: #8c96c6;
  stroke: #8c96c6; }

.BuPu.q3-4 {
  fill: #88419d;
  background: #88419d;
  stroke: #88419d; }

.BuPu.q0-5 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuPu.q1-5 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.BuPu.q2-5 {
  fill: #8c96c6;
  background: #8c96c6;
  stroke: #8c96c6; }

.BuPu.q3-5 {
  fill: #8856a7;
  background: #8856a7;
  stroke: #8856a7; }

.BuPu.q4-5 {
  fill: #810f7c;
  background: #810f7c;
  stroke: #810f7c; }

.BuPu.q0-6 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuPu.q1-6 {
  fill: #bfd3e6;
  background: #bfd3e6;
  stroke: #bfd3e6; }

.BuPu.q2-6 {
  fill: #9ebcda;
  background: #9ebcda;
  stroke: #9ebcda; }

.BuPu.q3-6 {
  fill: #8c96c6;
  background: #8c96c6;
  stroke: #8c96c6; }

.BuPu.q4-6 {
  fill: #8856a7;
  background: #8856a7;
  stroke: #8856a7; }

.BuPu.q5-6 {
  fill: #810f7c;
  background: #810f7c;
  stroke: #810f7c; }

.BuPu.q0-7 {
  fill: #edf8fb;
  background: #edf8fb;
  stroke: #edf8fb; }

.BuPu.q1-7 {
  fill: #bfd3e6;
  background: #bfd3e6;
  stroke: #bfd3e6; }

.BuPu.q2-7 {
  fill: #9ebcda;
  background: #9ebcda;
  stroke: #9ebcda; }

.BuPu.q3-7 {
  fill: #8c96c6;
  background: #8c96c6;
  stroke: #8c96c6; }

.BuPu.q4-7 {
  fill: #8c6bb1;
  background: #8c6bb1;
  stroke: #8c6bb1; }

.BuPu.q5-7 {
  fill: #88419d;
  background: #88419d;
  stroke: #88419d; }

.BuPu.q6-7 {
  fill: #6e016b;
  background: #6e016b;
  stroke: #6e016b; }

.BuPu.q0-8 {
  fill: #f7fcfd;
  background: #f7fcfd;
  stroke: #f7fcfd; }

.BuPu.q1-8 {
  fill: #e0ecf4;
  background: #e0ecf4;
  stroke: #e0ecf4; }

.BuPu.q2-8 {
  fill: #bfd3e6;
  background: #bfd3e6;
  stroke: #bfd3e6; }

.BuPu.q3-8 {
  fill: #9ebcda;
  background: #9ebcda;
  stroke: #9ebcda; }

.BuPu.q4-8 {
  fill: #8c96c6;
  background: #8c96c6;
  stroke: #8c96c6; }

.BuPu.q5-8 {
  fill: #8c6bb1;
  background: #8c6bb1;
  stroke: #8c6bb1; }

.BuPu.q6-8 {
  fill: #88419d;
  background: #88419d;
  stroke: #88419d; }

.BuPu.q7-8 {
  fill: #6e016b;
  background: #6e016b;
  stroke: #6e016b; }

.BuPu.q0-9 {
  fill: #f7fcfd;
  background: #f7fcfd;
  stroke: #f7fcfd; }

.BuPu.q1-9 {
  fill: #e0ecf4;
  background: #e0ecf4;
  stroke: #e0ecf4; }

.BuPu.q2-9 {
  fill: #bfd3e6;
  background: #bfd3e6;
  stroke: #bfd3e6; }

.BuPu.q3-9 {
  fill: #9ebcda;
  background: #9ebcda;
  stroke: #9ebcda; }

.BuPu.q4-9 {
  fill: #8c96c6;
  background: #8c96c6;
  stroke: #8c96c6; }

.BuPu.q5-9 {
  fill: #8c6bb1;
  background: #8c6bb1;
  stroke: #8c6bb1; }

.BuPu.q6-9 {
  fill: #88419d;
  background: #88419d;
  stroke: #88419d; }

.BuPu.q7-9 {
  fill: #810f7c;
  background: #810f7c;
  stroke: #810f7c; }

.BuPu.q8-9 {
  fill: #4d004b;
  background: #4d004b;
  stroke: #4d004b; }

.RdPu.q0-3 {
  fill: #fde0dd;
  background: #fde0dd;
  stroke: #fde0dd; }

.RdPu.q1-3 {
  fill: #fa9fb5;
  background: #fa9fb5;
  stroke: #fa9fb5; }

.RdPu.q2-3 {
  fill: #c51b8a;
  background: #c51b8a;
  stroke: #c51b8a; }

.RdPu.q0-4 {
  fill: #feebe2;
  background: #feebe2;
  stroke: #feebe2; }

.RdPu.q1-4 {
  fill: #fbb4b9;
  background: #fbb4b9;
  stroke: #fbb4b9; }

.RdPu.q2-4 {
  fill: #f768a1;
  background: #f768a1;
  stroke: #f768a1; }

.RdPu.q3-4 {
  fill: #ae017e;
  background: #ae017e;
  stroke: #ae017e; }

.RdPu.q0-5 {
  fill: #feebe2;
  background: #feebe2;
  stroke: #feebe2; }

.RdPu.q1-5 {
  fill: #fbb4b9;
  background: #fbb4b9;
  stroke: #fbb4b9; }

.RdPu.q2-5 {
  fill: #f768a1;
  background: #f768a1;
  stroke: #f768a1; }

.RdPu.q3-5 {
  fill: #c51b8a;
  background: #c51b8a;
  stroke: #c51b8a; }

.RdPu.q4-5 {
  fill: #7a0177;
  background: #7a0177;
  stroke: #7a0177; }

.RdPu.q0-6 {
  fill: #feebe2;
  background: #feebe2;
  stroke: #feebe2; }

.RdPu.q1-6 {
  fill: #fcc5c0;
  background: #fcc5c0;
  stroke: #fcc5c0; }

.RdPu.q2-6 {
  fill: #fa9fb5;
  background: #fa9fb5;
  stroke: #fa9fb5; }

.RdPu.q3-6 {
  fill: #f768a1;
  background: #f768a1;
  stroke: #f768a1; }

.RdPu.q4-6 {
  fill: #c51b8a;
  background: #c51b8a;
  stroke: #c51b8a; }

.RdPu.q5-6 {
  fill: #7a0177;
  background: #7a0177;
  stroke: #7a0177; }

.RdPu.q0-7 {
  fill: #feebe2;
  background: #feebe2;
  stroke: #feebe2; }

.RdPu.q1-7 {
  fill: #fcc5c0;
  background: #fcc5c0;
  stroke: #fcc5c0; }

.RdPu.q2-7 {
  fill: #fa9fb5;
  background: #fa9fb5;
  stroke: #fa9fb5; }

.RdPu.q3-7 {
  fill: #f768a1;
  background: #f768a1;
  stroke: #f768a1; }

.RdPu.q4-7 {
  fill: #dd3497;
  background: #dd3497;
  stroke: #dd3497; }

.RdPu.q5-7 {
  fill: #ae017e;
  background: #ae017e;
  stroke: #ae017e; }

.RdPu.q6-7 {
  fill: #7a0177;
  background: #7a0177;
  stroke: #7a0177; }

.RdPu.q0-8 {
  fill: #fff7f3;
  background: #fff7f3;
  stroke: #fff7f3; }

.RdPu.q1-8 {
  fill: #fde0dd;
  background: #fde0dd;
  stroke: #fde0dd; }

.RdPu.q2-8 {
  fill: #fcc5c0;
  background: #fcc5c0;
  stroke: #fcc5c0; }

.RdPu.q3-8 {
  fill: #fa9fb5;
  background: #fa9fb5;
  stroke: #fa9fb5; }

.RdPu.q4-8 {
  fill: #f768a1;
  background: #f768a1;
  stroke: #f768a1; }

.RdPu.q5-8 {
  fill: #dd3497;
  background: #dd3497;
  stroke: #dd3497; }

.RdPu.q6-8 {
  fill: #ae017e;
  background: #ae017e;
  stroke: #ae017e; }

.RdPu.q7-8 {
  fill: #7a0177;
  background: #7a0177;
  stroke: #7a0177; }

.RdPu.q0-9 {
  fill: #fff7f3;
  background: #fff7f3;
  stroke: #fff7f3; }

.RdPu.q1-9 {
  fill: #fde0dd;
  background: #fde0dd;
  stroke: #fde0dd; }

.RdPu.q2-9 {
  fill: #fcc5c0;
  background: #fcc5c0;
  stroke: #fcc5c0; }

.RdPu.q3-9 {
  fill: #fa9fb5;
  background: #fa9fb5;
  stroke: #fa9fb5; }

.RdPu.q4-9 {
  fill: #f768a1;
  background: #f768a1;
  stroke: #f768a1; }

.RdPu.q5-9 {
  fill: #dd3497;
  background: #dd3497;
  stroke: #dd3497; }

.RdPu.q6-9 {
  fill: #ae017e;
  background: #ae017e;
  stroke: #ae017e; }

.RdPu.q7-9 {
  fill: #7a0177;
  background: #7a0177;
  stroke: #7a0177; }

.RdPu.q8-9 {
  fill: #49006a;
  background: #49006a;
  stroke: #49006a; }

.PuRd.q0-3 {
  fill: #e7e1ef;
  background: #e7e1ef;
  stroke: #e7e1ef; }

.PuRd.q1-3 {
  fill: #c994c7;
  background: #c994c7;
  stroke: #c994c7; }

.PuRd.q2-3 {
  fill: #dd1c77;
  background: #dd1c77;
  stroke: #dd1c77; }

.PuRd.q0-4 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuRd.q1-4 {
  fill: #d7b5d8;
  background: #d7b5d8;
  stroke: #d7b5d8; }

.PuRd.q2-4 {
  fill: #df65b0;
  background: #df65b0;
  stroke: #df65b0; }

.PuRd.q3-4 {
  fill: #ce1256;
  background: #ce1256;
  stroke: #ce1256; }

.PuRd.q0-5 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuRd.q1-5 {
  fill: #d7b5d8;
  background: #d7b5d8;
  stroke: #d7b5d8; }

.PuRd.q2-5 {
  fill: #df65b0;
  background: #df65b0;
  stroke: #df65b0; }

.PuRd.q3-5 {
  fill: #dd1c77;
  background: #dd1c77;
  stroke: #dd1c77; }

.PuRd.q4-5 {
  fill: #980043;
  background: #980043;
  stroke: #980043; }

.PuRd.q0-6 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuRd.q1-6 {
  fill: #d4b9da;
  background: #d4b9da;
  stroke: #d4b9da; }

.PuRd.q2-6 {
  fill: #c994c7;
  background: #c994c7;
  stroke: #c994c7; }

.PuRd.q3-6 {
  fill: #df65b0;
  background: #df65b0;
  stroke: #df65b0; }

.PuRd.q4-6 {
  fill: #dd1c77;
  background: #dd1c77;
  stroke: #dd1c77; }

.PuRd.q5-6 {
  fill: #980043;
  background: #980043;
  stroke: #980043; }

.PuRd.q0-7 {
  fill: #f1eef6;
  background: #f1eef6;
  stroke: #f1eef6; }

.PuRd.q1-7 {
  fill: #d4b9da;
  background: #d4b9da;
  stroke: #d4b9da; }

.PuRd.q2-7 {
  fill: #c994c7;
  background: #c994c7;
  stroke: #c994c7; }

.PuRd.q3-7 {
  fill: #df65b0;
  background: #df65b0;
  stroke: #df65b0; }

.PuRd.q4-7 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.PuRd.q5-7 {
  fill: #ce1256;
  background: #ce1256;
  stroke: #ce1256; }

.PuRd.q6-7 {
  fill: #91003f;
  background: #91003f;
  stroke: #91003f; }

.PuRd.q0-8 {
  fill: #f7f4f9;
  background: #f7f4f9;
  stroke: #f7f4f9; }

.PuRd.q1-8 {
  fill: #e7e1ef;
  background: #e7e1ef;
  stroke: #e7e1ef; }

.PuRd.q2-8 {
  fill: #d4b9da;
  background: #d4b9da;
  stroke: #d4b9da; }

.PuRd.q3-8 {
  fill: #c994c7;
  background: #c994c7;
  stroke: #c994c7; }

.PuRd.q4-8 {
  fill: #df65b0;
  background: #df65b0;
  stroke: #df65b0; }

.PuRd.q5-8 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.PuRd.q6-8 {
  fill: #ce1256;
  background: #ce1256;
  stroke: #ce1256; }

.PuRd.q7-8 {
  fill: #91003f;
  background: #91003f;
  stroke: #91003f; }

.PuRd.q0-9 {
  fill: #f7f4f9;
  background: #f7f4f9;
  stroke: #f7f4f9; }

.PuRd.q1-9 {
  fill: #e7e1ef;
  background: #e7e1ef;
  stroke: #e7e1ef; }

.PuRd.q2-9 {
  fill: #d4b9da;
  background: #d4b9da;
  stroke: #d4b9da; }

.PuRd.q3-9 {
  fill: #c994c7;
  background: #c994c7;
  stroke: #c994c7; }

.PuRd.q4-9 {
  fill: #df65b0;
  background: #df65b0;
  stroke: #df65b0; }

.PuRd.q5-9 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.PuRd.q6-9 {
  fill: #ce1256;
  background: #ce1256;
  stroke: #ce1256; }

.PuRd.q7-9 {
  fill: #980043;
  background: #980043;
  stroke: #980043; }

.PuRd.q8-9 {
  fill: #67001f;
  background: #67001f;
  stroke: #67001f; }

.OrRd.q0-3 {
  fill: #fee8c8;
  background: #fee8c8;
  stroke: #fee8c8; }

.OrRd.q1-3 {
  fill: #fdbb84;
  background: #fdbb84;
  stroke: #fdbb84; }

.OrRd.q2-3 {
  fill: #e34a33;
  background: #e34a33;
  stroke: #e34a33; }

.OrRd.q0-4 {
  fill: #fef0d9;
  background: #fef0d9;
  stroke: #fef0d9; }

.OrRd.q1-4 {
  fill: #fdcc8a;
  background: #fdcc8a;
  stroke: #fdcc8a; }

.OrRd.q2-4 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.OrRd.q3-4 {
  fill: #d7301f;
  background: #d7301f;
  stroke: #d7301f; }

.OrRd.q0-5 {
  fill: #fef0d9;
  background: #fef0d9;
  stroke: #fef0d9; }

.OrRd.q1-5 {
  fill: #fdcc8a;
  background: #fdcc8a;
  stroke: #fdcc8a; }

.OrRd.q2-5 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.OrRd.q3-5 {
  fill: #e34a33;
  background: #e34a33;
  stroke: #e34a33; }

.OrRd.q4-5 {
  fill: #b30000;
  background: #b30000;
  stroke: #b30000; }

.OrRd.q0-6 {
  fill: #fef0d9;
  background: #fef0d9;
  stroke: #fef0d9; }

.OrRd.q1-6 {
  fill: #fdd49e;
  background: #fdd49e;
  stroke: #fdd49e; }

.OrRd.q2-6 {
  fill: #fdbb84;
  background: #fdbb84;
  stroke: #fdbb84; }

.OrRd.q3-6 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.OrRd.q4-6 {
  fill: #e34a33;
  background: #e34a33;
  stroke: #e34a33; }

.OrRd.q5-6 {
  fill: #b30000;
  background: #b30000;
  stroke: #b30000; }

.OrRd.q0-7 {
  fill: #fef0d9;
  background: #fef0d9;
  stroke: #fef0d9; }

.OrRd.q1-7 {
  fill: #fdd49e;
  background: #fdd49e;
  stroke: #fdd49e; }

.OrRd.q2-7 {
  fill: #fdbb84;
  background: #fdbb84;
  stroke: #fdbb84; }

.OrRd.q3-7 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.OrRd.q4-7 {
  fill: #ef6548;
  background: #ef6548;
  stroke: #ef6548; }

.OrRd.q5-7 {
  fill: #d7301f;
  background: #d7301f;
  stroke: #d7301f; }

.OrRd.q6-7 {
  fill: #990000;
  background: #990000;
  stroke: #990000; }

.OrRd.q0-8 {
  fill: #fff7ec;
  background: #fff7ec;
  stroke: #fff7ec; }

.OrRd.q1-8 {
  fill: #fee8c8;
  background: #fee8c8;
  stroke: #fee8c8; }

.OrRd.q2-8 {
  fill: #fdd49e;
  background: #fdd49e;
  stroke: #fdd49e; }

.OrRd.q3-8 {
  fill: #fdbb84;
  background: #fdbb84;
  stroke: #fdbb84; }

.OrRd.q4-8 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.OrRd.q5-8 {
  fill: #ef6548;
  background: #ef6548;
  stroke: #ef6548; }

.OrRd.q6-8 {
  fill: #d7301f;
  background: #d7301f;
  stroke: #d7301f; }

.OrRd.q7-8 {
  fill: #990000;
  background: #990000;
  stroke: #990000; }

.OrRd.q0-9 {
  fill: #fff7ec;
  background: #fff7ec;
  stroke: #fff7ec; }

.OrRd.q1-9 {
  fill: #fee8c8;
  background: #fee8c8;
  stroke: #fee8c8; }

.OrRd.q2-9 {
  fill: #fdd49e;
  background: #fdd49e;
  stroke: #fdd49e; }

.OrRd.q3-9 {
  fill: #fdbb84;
  background: #fdbb84;
  stroke: #fdbb84; }

.OrRd.q4-9 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.OrRd.q5-9 {
  fill: #ef6548;
  background: #ef6548;
  stroke: #ef6548; }

.OrRd.q6-9 {
  fill: #d7301f;
  background: #d7301f;
  stroke: #d7301f; }

.OrRd.q7-9 {
  fill: #b30000;
  background: #b30000;
  stroke: #b30000; }

.OrRd.q8-9 {
  fill: #7f0000;
  background: #7f0000;
  stroke: #7f0000; }

.YlOrRd.q0-3 {
  fill: #ffeda0;
  background: #ffeda0;
  stroke: #ffeda0; }

.YlOrRd.q1-3 {
  fill: #feb24c;
  background: #feb24c;
  stroke: #feb24c; }

.YlOrRd.q2-3 {
  fill: #f03b20;
  background: #f03b20;
  stroke: #f03b20; }

.YlOrRd.q0-4 {
  fill: #ffffb2;
  background: #ffffb2;
  stroke: #ffffb2; }

.YlOrRd.q1-4 {
  fill: #fecc5c;
  background: #fecc5c;
  stroke: #fecc5c; }

.YlOrRd.q2-4 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.YlOrRd.q3-4 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.YlOrRd.q0-5 {
  fill: #ffffb2;
  background: #ffffb2;
  stroke: #ffffb2; }

.YlOrRd.q1-5 {
  fill: #fecc5c;
  background: #fecc5c;
  stroke: #fecc5c; }

.YlOrRd.q2-5 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.YlOrRd.q3-5 {
  fill: #f03b20;
  background: #f03b20;
  stroke: #f03b20; }

.YlOrRd.q4-5 {
  fill: #bd0026;
  background: #bd0026;
  stroke: #bd0026; }

.YlOrRd.q0-6 {
  fill: #ffffb2;
  background: #ffffb2;
  stroke: #ffffb2; }

.YlOrRd.q1-6 {
  fill: #fed976;
  background: #fed976;
  stroke: #fed976; }

.YlOrRd.q2-6 {
  fill: #feb24c;
  background: #feb24c;
  stroke: #feb24c; }

.YlOrRd.q3-6 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.YlOrRd.q4-6 {
  fill: #f03b20;
  background: #f03b20;
  stroke: #f03b20; }

.YlOrRd.q5-6 {
  fill: #bd0026;
  background: #bd0026;
  stroke: #bd0026; }

.YlOrRd.q0-7 {
  fill: #ffffb2;
  background: #ffffb2;
  stroke: #ffffb2; }

.YlOrRd.q1-7 {
  fill: #fed976;
  background: #fed976;
  stroke: #fed976; }

.YlOrRd.q2-7 {
  fill: #feb24c;
  background: #feb24c;
  stroke: #feb24c; }

.YlOrRd.q3-7 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.YlOrRd.q4-7 {
  fill: #fc4e2a;
  background: #fc4e2a;
  stroke: #fc4e2a; }

.YlOrRd.q5-7 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.YlOrRd.q6-7 {
  fill: #b10026;
  background: #b10026;
  stroke: #b10026; }

.YlOrRd.q0-8 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlOrRd.q1-8 {
  fill: #ffeda0;
  background: #ffeda0;
  stroke: #ffeda0; }

.YlOrRd.q2-8 {
  fill: #fed976;
  background: #fed976;
  stroke: #fed976; }

.YlOrRd.q3-8 {
  fill: #feb24c;
  background: #feb24c;
  stroke: #feb24c; }

.YlOrRd.q4-8 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.YlOrRd.q5-8 {
  fill: #fc4e2a;
  background: #fc4e2a;
  stroke: #fc4e2a; }

.YlOrRd.q6-8 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.YlOrRd.q7-8 {
  fill: #b10026;
  background: #b10026;
  stroke: #b10026; }

.YlOrRd.q0-9 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.YlOrRd.q1-9 {
  fill: #ffeda0;
  background: #ffeda0;
  stroke: #ffeda0; }

.YlOrRd.q2-9 {
  fill: #fed976;
  background: #fed976;
  stroke: #fed976; }

.YlOrRd.q3-9 {
  fill: #feb24c;
  background: #feb24c;
  stroke: #feb24c; }

.YlOrRd.q4-9 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.YlOrRd.q5-9 {
  fill: #fc4e2a;
  background: #fc4e2a;
  stroke: #fc4e2a; }

.YlOrRd.q6-9 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.YlOrRd.q7-9 {
  fill: #bd0026;
  background: #bd0026;
  stroke: #bd0026; }

.YlOrRd.q8-9 {
  fill: #800026;
  background: #800026;
  stroke: #800026; }

.YlOrBr.q0-3 {
  fill: #fff7bc;
  background: #fff7bc;
  stroke: #fff7bc; }

.YlOrBr.q1-3 {
  fill: #fec44f;
  background: #fec44f;
  stroke: #fec44f; }

.YlOrBr.q2-3 {
  fill: #d95f0e;
  background: #d95f0e;
  stroke: #d95f0e; }

.YlOrBr.q0-4 {
  fill: #ffffd4;
  background: #ffffd4;
  stroke: #ffffd4; }

.YlOrBr.q1-4 {
  fill: #fed98e;
  background: #fed98e;
  stroke: #fed98e; }

.YlOrBr.q2-4 {
  fill: #fe9929;
  background: #fe9929;
  stroke: #fe9929; }

.YlOrBr.q3-4 {
  fill: #cc4c02;
  background: #cc4c02;
  stroke: #cc4c02; }

.YlOrBr.q0-5 {
  fill: #ffffd4;
  background: #ffffd4;
  stroke: #ffffd4; }

.YlOrBr.q1-5 {
  fill: #fed98e;
  background: #fed98e;
  stroke: #fed98e; }

.YlOrBr.q2-5 {
  fill: #fe9929;
  background: #fe9929;
  stroke: #fe9929; }

.YlOrBr.q3-5 {
  fill: #d95f0e;
  background: #d95f0e;
  stroke: #d95f0e; }

.YlOrBr.q4-5 {
  fill: #993404;
  background: #993404;
  stroke: #993404; }

.YlOrBr.q0-6 {
  fill: #ffffd4;
  background: #ffffd4;
  stroke: #ffffd4; }

.YlOrBr.q1-6 {
  fill: #fee391;
  background: #fee391;
  stroke: #fee391; }

.YlOrBr.q2-6 {
  fill: #fec44f;
  background: #fec44f;
  stroke: #fec44f; }

.YlOrBr.q3-6 {
  fill: #fe9929;
  background: #fe9929;
  stroke: #fe9929; }

.YlOrBr.q4-6 {
  fill: #d95f0e;
  background: #d95f0e;
  stroke: #d95f0e; }

.YlOrBr.q5-6 {
  fill: #993404;
  background: #993404;
  stroke: #993404; }

.YlOrBr.q0-7 {
  fill: #ffffd4;
  background: #ffffd4;
  stroke: #ffffd4; }

.YlOrBr.q1-7 {
  fill: #fee391;
  background: #fee391;
  stroke: #fee391; }

.YlOrBr.q2-7 {
  fill: #fec44f;
  background: #fec44f;
  stroke: #fec44f; }

.YlOrBr.q3-7 {
  fill: #fe9929;
  background: #fe9929;
  stroke: #fe9929; }

.YlOrBr.q4-7 {
  fill: #ec7014;
  background: #ec7014;
  stroke: #ec7014; }

.YlOrBr.q5-7 {
  fill: #cc4c02;
  background: #cc4c02;
  stroke: #cc4c02; }

.YlOrBr.q6-7 {
  fill: #8c2d04;
  background: #8c2d04;
  stroke: #8c2d04; }

.YlOrBr.q0-8 {
  fill: #ffffe5;
  background: #ffffe5;
  stroke: #ffffe5; }

.YlOrBr.q1-8 {
  fill: #fff7bc;
  background: #fff7bc;
  stroke: #fff7bc; }

.YlOrBr.q2-8 {
  fill: #fee391;
  background: #fee391;
  stroke: #fee391; }

.YlOrBr.q3-8 {
  fill: #fec44f;
  background: #fec44f;
  stroke: #fec44f; }

.YlOrBr.q4-8 {
  fill: #fe9929;
  background: #fe9929;
  stroke: #fe9929; }

.YlOrBr.q5-8 {
  fill: #ec7014;
  background: #ec7014;
  stroke: #ec7014; }

.YlOrBr.q6-8 {
  fill: #cc4c02;
  background: #cc4c02;
  stroke: #cc4c02; }

.YlOrBr.q7-8 {
  fill: #8c2d04;
  background: #8c2d04;
  stroke: #8c2d04; }

.YlOrBr.q0-9 {
  fill: #ffffe5;
  background: #ffffe5;
  stroke: #ffffe5; }

.YlOrBr.q1-9 {
  fill: #fff7bc;
  background: #fff7bc;
  stroke: #fff7bc; }

.YlOrBr.q2-9 {
  fill: #fee391;
  background: #fee391;
  stroke: #fee391; }

.YlOrBr.q3-9 {
  fill: #fec44f;
  background: #fec44f;
  stroke: #fec44f; }

.YlOrBr.q4-9 {
  fill: #fe9929;
  background: #fe9929;
  stroke: #fe9929; }

.YlOrBr.q5-9 {
  fill: #ec7014;
  background: #ec7014;
  stroke: #ec7014; }

.YlOrBr.q6-9 {
  fill: #cc4c02;
  background: #cc4c02;
  stroke: #cc4c02; }

.YlOrBr.q7-9 {
  fill: #993404;
  background: #993404;
  stroke: #993404; }

.YlOrBr.q8-9 {
  fill: #662506;
  background: #662506;
  stroke: #662506; }

.Purples.q0-3 {
  fill: #efedf5;
  background: #efedf5;
  stroke: #efedf5; }

.Purples.q1-3 {
  fill: #bcbddc;
  background: #bcbddc;
  stroke: #bcbddc; }

.Purples.q2-3 {
  fill: #756bb1;
  background: #756bb1;
  stroke: #756bb1; }

.Purples.q0-4 {
  fill: #f2f0f7;
  background: #f2f0f7;
  stroke: #f2f0f7; }

.Purples.q1-4 {
  fill: #cbc9e2;
  background: #cbc9e2;
  stroke: #cbc9e2; }

.Purples.q2-4 {
  fill: #9e9ac8;
  background: #9e9ac8;
  stroke: #9e9ac8; }

.Purples.q3-4 {
  fill: #6a51a3;
  background: #6a51a3;
  stroke: #6a51a3; }

.Purples.q0-5 {
  fill: #f2f0f7;
  background: #f2f0f7;
  stroke: #f2f0f7; }

.Purples.q1-5 {
  fill: #cbc9e2;
  background: #cbc9e2;
  stroke: #cbc9e2; }

.Purples.q2-5 {
  fill: #9e9ac8;
  background: #9e9ac8;
  stroke: #9e9ac8; }

.Purples.q3-5 {
  fill: #756bb1;
  background: #756bb1;
  stroke: #756bb1; }

.Purples.q4-5 {
  fill: #54278f;
  background: #54278f;
  stroke: #54278f; }

.Purples.q0-6 {
  fill: #f2f0f7;
  background: #f2f0f7;
  stroke: #f2f0f7; }

.Purples.q1-6 {
  fill: #dadaeb;
  background: #dadaeb;
  stroke: #dadaeb; }

.Purples.q2-6 {
  fill: #bcbddc;
  background: #bcbddc;
  stroke: #bcbddc; }

.Purples.q3-6 {
  fill: #9e9ac8;
  background: #9e9ac8;
  stroke: #9e9ac8; }

.Purples.q4-6 {
  fill: #756bb1;
  background: #756bb1;
  stroke: #756bb1; }

.Purples.q5-6 {
  fill: #54278f;
  background: #54278f;
  stroke: #54278f; }

.Purples.q0-7 {
  fill: #f2f0f7;
  background: #f2f0f7;
  stroke: #f2f0f7; }

.Purples.q1-7 {
  fill: #dadaeb;
  background: #dadaeb;
  stroke: #dadaeb; }

.Purples.q2-7 {
  fill: #bcbddc;
  background: #bcbddc;
  stroke: #bcbddc; }

.Purples.q3-7 {
  fill: #9e9ac8;
  background: #9e9ac8;
  stroke: #9e9ac8; }

.Purples.q4-7 {
  fill: #807dba;
  background: #807dba;
  stroke: #807dba; }

.Purples.q5-7 {
  fill: #6a51a3;
  background: #6a51a3;
  stroke: #6a51a3; }

.Purples.q6-7 {
  fill: #4a1486;
  background: #4a1486;
  stroke: #4a1486; }

.Purples.q0-8 {
  fill: #fcfbfd;
  background: #fcfbfd;
  stroke: #fcfbfd; }

.Purples.q1-8 {
  fill: #efedf5;
  background: #efedf5;
  stroke: #efedf5; }

.Purples.q2-8 {
  fill: #dadaeb;
  background: #dadaeb;
  stroke: #dadaeb; }

.Purples.q3-8 {
  fill: #bcbddc;
  background: #bcbddc;
  stroke: #bcbddc; }

.Purples.q4-8 {
  fill: #9e9ac8;
  background: #9e9ac8;
  stroke: #9e9ac8; }

.Purples.q5-8 {
  fill: #807dba;
  background: #807dba;
  stroke: #807dba; }

.Purples.q6-8 {
  fill: #6a51a3;
  background: #6a51a3;
  stroke: #6a51a3; }

.Purples.q7-8 {
  fill: #4a1486;
  background: #4a1486;
  stroke: #4a1486; }

.Purples.q0-9 {
  fill: #fcfbfd;
  background: #fcfbfd;
  stroke: #fcfbfd; }

.Purples.q1-9 {
  fill: #efedf5;
  background: #efedf5;
  stroke: #efedf5; }

.Purples.q2-9 {
  fill: #dadaeb;
  background: #dadaeb;
  stroke: #dadaeb; }

.Purples.q3-9 {
  fill: #bcbddc;
  background: #bcbddc;
  stroke: #bcbddc; }

.Purples.q4-9 {
  fill: #9e9ac8;
  background: #9e9ac8;
  stroke: #9e9ac8; }

.Purples.q5-9 {
  fill: #807dba;
  background: #807dba;
  stroke: #807dba; }

.Purples.q6-9 {
  fill: #6a51a3;
  background: #6a51a3;
  stroke: #6a51a3; }

.Purples.q7-9 {
  fill: #54278f;
  background: #54278f;
  stroke: #54278f; }

.Purples.q8-9 {
  fill: #3f007d;
  background: #3f007d;
  stroke: #3f007d; }

.Blues.q0-3 {
  fill: #deebf7;
  background: #deebf7;
  stroke: #deebf7; }

.Blues.q1-3 {
  fill: #9ecae1;
  background: #9ecae1;
  stroke: #9ecae1; }

.Blues.q2-3 {
  fill: #3182bd;
  background: #3182bd;
  stroke: #3182bd; }

.Blues.q0-4 {
  fill: #eff3ff;
  background: #eff3ff;
  stroke: #eff3ff; }

.Blues.q1-4 {
  fill: #bdd7e7;
  background: #bdd7e7;
  stroke: #bdd7e7; }

.Blues.q2-4 {
  fill: #6baed6;
  background: #6baed6;
  stroke: #6baed6; }

.Blues.q3-4 {
  fill: #2171b5;
  background: #2171b5;
  stroke: #2171b5; }

.Blues.q0-5 {
  fill: #eff3ff;
  background: #eff3ff;
  stroke: #eff3ff; }

.Blues.q1-5 {
  fill: #bdd7e7;
  background: #bdd7e7;
  stroke: #bdd7e7; }

.Blues.q2-5 {
  fill: #6baed6;
  background: #6baed6;
  stroke: #6baed6; }

.Blues.q3-5 {
  fill: #3182bd;
  background: #3182bd;
  stroke: #3182bd; }

.Blues.q4-5 {
  fill: #08519c;
  background: #08519c;
  stroke: #08519c; }

.Blues.q0-6 {
  fill: #eff3ff;
  background: #eff3ff;
  stroke: #eff3ff; }

.Blues.q1-6 {
  fill: #c6dbef;
  background: #c6dbef;
  stroke: #c6dbef; }

.Blues.q2-6 {
  fill: #9ecae1;
  background: #9ecae1;
  stroke: #9ecae1; }

.Blues.q3-6 {
  fill: #6baed6;
  background: #6baed6;
  stroke: #6baed6; }

.Blues.q4-6 {
  fill: #3182bd;
  background: #3182bd;
  stroke: #3182bd; }

.Blues.q5-6 {
  fill: #08519c;
  background: #08519c;
  stroke: #08519c; }

.Blues.q0-7 {
  fill: #eff3ff;
  background: #eff3ff;
  stroke: #eff3ff; }

.Blues.q1-7 {
  fill: #c6dbef;
  background: #c6dbef;
  stroke: #c6dbef; }

.Blues.q2-7 {
  fill: #9ecae1;
  background: #9ecae1;
  stroke: #9ecae1; }

.Blues.q3-7 {
  fill: #6baed6;
  background: #6baed6;
  stroke: #6baed6; }

.Blues.q4-7 {
  fill: #4292c6;
  background: #4292c6;
  stroke: #4292c6; }

.Blues.q5-7 {
  fill: #2171b5;
  background: #2171b5;
  stroke: #2171b5; }

.Blues.q6-7 {
  fill: #084594;
  background: #084594;
  stroke: #084594; }

.Blues.q0-8 {
  fill: #f7fbff;
  background: #f7fbff;
  stroke: #f7fbff; }

.Blues.q1-8 {
  fill: #deebf7;
  background: #deebf7;
  stroke: #deebf7; }

.Blues.q2-8 {
  fill: #c6dbef;
  background: #c6dbef;
  stroke: #c6dbef; }

.Blues.q3-8 {
  fill: #9ecae1;
  background: #9ecae1;
  stroke: #9ecae1; }

.Blues.q4-8 {
  fill: #6baed6;
  background: #6baed6;
  stroke: #6baed6; }

.Blues.q5-8 {
  fill: #4292c6;
  background: #4292c6;
  stroke: #4292c6; }

.Blues.q6-8 {
  fill: #2171b5;
  background: #2171b5;
  stroke: #2171b5; }

.Blues.q7-8 {
  fill: #084594;
  background: #084594;
  stroke: #084594; }

.Blues.q0-9 {
  fill: #f7fbff;
  background: #f7fbff;
  stroke: #f7fbff; }

.Blues.q1-9 {
  fill: #deebf7;
  background: #deebf7;
  stroke: #deebf7; }

.Blues.q2-9 {
  fill: #c6dbef;
  background: #c6dbef;
  stroke: #c6dbef; }

.Blues.q3-9 {
  fill: #9ecae1;
  background: #9ecae1;
  stroke: #9ecae1; }

.Blues.q4-9 {
  fill: #6baed6;
  background: #6baed6;
  stroke: #6baed6; }

.Blues.q5-9 {
  fill: #4292c6;
  background: #4292c6;
  stroke: #4292c6; }

.Blues.q6-9 {
  fill: #2171b5;
  background: #2171b5;
  stroke: #2171b5; }

.Blues.q7-9 {
  fill: #08519c;
  background: #08519c;
  stroke: #08519c; }

.Blues.q8-9 {
  fill: #08306b;
  background: #08306b;
  stroke: #08306b; }

.Greens.q0-3 {
  fill: #e5f5e0;
  background: #e5f5e0;
  stroke: #e5f5e0; }

.Greens.q1-3 {
  fill: #a1d99b;
  background: #a1d99b;
  stroke: #a1d99b; }

.Greens.q2-3 {
  fill: #31a354;
  background: #31a354;
  stroke: #31a354; }

.Greens.q0-4 {
  fill: #edf8e9;
  background: #edf8e9;
  stroke: #edf8e9; }

.Greens.q1-4 {
  fill: #bae4b3;
  background: #bae4b3;
  stroke: #bae4b3; }

.Greens.q2-4 {
  fill: #74c476;
  background: #74c476;
  stroke: #74c476; }

.Greens.q3-4 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.Greens.q0-5 {
  fill: #edf8e9;
  background: #edf8e9;
  stroke: #edf8e9; }

.Greens.q1-5 {
  fill: #bae4b3;
  background: #bae4b3;
  stroke: #bae4b3; }

.Greens.q2-5 {
  fill: #74c476;
  background: #74c476;
  stroke: #74c476; }

.Greens.q3-5 {
  fill: #31a354;
  background: #31a354;
  stroke: #31a354; }

.Greens.q4-5 {
  fill: #006d2c;
  background: #006d2c;
  stroke: #006d2c; }

.Greens.q0-6 {
  fill: #edf8e9;
  background: #edf8e9;
  stroke: #edf8e9; }

.Greens.q1-6 {
  fill: #c7e9c0;
  background: #c7e9c0;
  stroke: #c7e9c0; }

.Greens.q2-6 {
  fill: #a1d99b;
  background: #a1d99b;
  stroke: #a1d99b; }

.Greens.q3-6 {
  fill: #74c476;
  background: #74c476;
  stroke: #74c476; }

.Greens.q4-6 {
  fill: #31a354;
  background: #31a354;
  stroke: #31a354; }

.Greens.q5-6 {
  fill: #006d2c;
  background: #006d2c;
  stroke: #006d2c; }

.Greens.q0-7 {
  fill: #edf8e9;
  background: #edf8e9;
  stroke: #edf8e9; }

.Greens.q1-7 {
  fill: #c7e9c0;
  background: #c7e9c0;
  stroke: #c7e9c0; }

.Greens.q2-7 {
  fill: #a1d99b;
  background: #a1d99b;
  stroke: #a1d99b; }

.Greens.q3-7 {
  fill: #74c476;
  background: #74c476;
  stroke: #74c476; }

.Greens.q4-7 {
  fill: #41ab5d;
  background: #41ab5d;
  stroke: #41ab5d; }

.Greens.q5-7 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.Greens.q6-7 {
  fill: #005a32;
  background: #005a32;
  stroke: #005a32; }

.Greens.q0-8 {
  fill: #f7fcf5;
  background: #f7fcf5;
  stroke: #f7fcf5; }

.Greens.q1-8 {
  fill: #e5f5e0;
  background: #e5f5e0;
  stroke: #e5f5e0; }

.Greens.q2-8 {
  fill: #c7e9c0;
  background: #c7e9c0;
  stroke: #c7e9c0; }

.Greens.q3-8 {
  fill: #a1d99b;
  background: #a1d99b;
  stroke: #a1d99b; }

.Greens.q4-8 {
  fill: #74c476;
  background: #74c476;
  stroke: #74c476; }

.Greens.q5-8 {
  fill: #41ab5d;
  background: #41ab5d;
  stroke: #41ab5d; }

.Greens.q6-8 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.Greens.q7-8 {
  fill: #005a32;
  background: #005a32;
  stroke: #005a32; }

.Greens.q0-9 {
  fill: #f7fcf5;
  background: #f7fcf5;
  stroke: #f7fcf5; }

.Greens.q1-9 {
  fill: #e5f5e0;
  background: #e5f5e0;
  stroke: #e5f5e0; }

.Greens.q2-9 {
  fill: #c7e9c0;
  background: #c7e9c0;
  stroke: #c7e9c0; }

.Greens.q3-9 {
  fill: #a1d99b;
  background: #a1d99b;
  stroke: #a1d99b; }

.Greens.q4-9 {
  fill: #74c476;
  background: #74c476;
  stroke: #74c476; }

.Greens.q5-9 {
  fill: #41ab5d;
  background: #41ab5d;
  stroke: #41ab5d; }

.Greens.q6-9 {
  fill: #238b45;
  background: #238b45;
  stroke: #238b45; }

.Greens.q7-9 {
  fill: #006d2c;
  background: #006d2c;
  stroke: #006d2c; }

.Greens.q8-9 {
  fill: #00441b;
  background: #00441b;
  stroke: #00441b; }

.Oranges.q0-3 {
  fill: #fee6ce;
  background: #fee6ce;
  stroke: #fee6ce; }

.Oranges.q1-3 {
  fill: #fdae6b;
  background: #fdae6b;
  stroke: #fdae6b; }

.Oranges.q2-3 {
  fill: #e6550d;
  background: #e6550d;
  stroke: #e6550d; }

.Oranges.q0-4 {
  fill: #feedde;
  background: #feedde;
  stroke: #feedde; }

.Oranges.q1-4 {
  fill: #fdbe85;
  background: #fdbe85;
  stroke: #fdbe85; }

.Oranges.q2-4 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.Oranges.q3-4 {
  fill: #d94701;
  background: #d94701;
  stroke: #d94701; }

.Oranges.q0-5 {
  fill: #feedde;
  background: #feedde;
  stroke: #feedde; }

.Oranges.q1-5 {
  fill: #fdbe85;
  background: #fdbe85;
  stroke: #fdbe85; }

.Oranges.q2-5 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.Oranges.q3-5 {
  fill: #e6550d;
  background: #e6550d;
  stroke: #e6550d; }

.Oranges.q4-5 {
  fill: #a63603;
  background: #a63603;
  stroke: #a63603; }

.Oranges.q0-6 {
  fill: #feedde;
  background: #feedde;
  stroke: #feedde; }

.Oranges.q1-6 {
  fill: #fdd0a2;
  background: #fdd0a2;
  stroke: #fdd0a2; }

.Oranges.q2-6 {
  fill: #fdae6b;
  background: #fdae6b;
  stroke: #fdae6b; }

.Oranges.q3-6 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.Oranges.q4-6 {
  fill: #e6550d;
  background: #e6550d;
  stroke: #e6550d; }

.Oranges.q5-6 {
  fill: #a63603;
  background: #a63603;
  stroke: #a63603; }

.Oranges.q0-7 {
  fill: #feedde;
  background: #feedde;
  stroke: #feedde; }

.Oranges.q1-7 {
  fill: #fdd0a2;
  background: #fdd0a2;
  stroke: #fdd0a2; }

.Oranges.q2-7 {
  fill: #fdae6b;
  background: #fdae6b;
  stroke: #fdae6b; }

.Oranges.q3-7 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.Oranges.q4-7 {
  fill: #f16913;
  background: #f16913;
  stroke: #f16913; }

.Oranges.q5-7 {
  fill: #d94801;
  background: #d94801;
  stroke: #d94801; }

.Oranges.q6-7 {
  fill: #8c2d04;
  background: #8c2d04;
  stroke: #8c2d04; }

.Oranges.q0-8 {
  fill: #fff5eb;
  background: #fff5eb;
  stroke: #fff5eb; }

.Oranges.q1-8 {
  fill: #fee6ce;
  background: #fee6ce;
  stroke: #fee6ce; }

.Oranges.q2-8 {
  fill: #fdd0a2;
  background: #fdd0a2;
  stroke: #fdd0a2; }

.Oranges.q3-8 {
  fill: #fdae6b;
  background: #fdae6b;
  stroke: #fdae6b; }

.Oranges.q4-8 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.Oranges.q5-8 {
  fill: #f16913;
  background: #f16913;
  stroke: #f16913; }

.Oranges.q6-8 {
  fill: #d94801;
  background: #d94801;
  stroke: #d94801; }

.Oranges.q7-8 {
  fill: #8c2d04;
  background: #8c2d04;
  stroke: #8c2d04; }

.Oranges.q0-9 {
  fill: #fff5eb;
  background: #fff5eb;
  stroke: #fff5eb; }

.Oranges.q1-9 {
  fill: #fee6ce;
  background: #fee6ce;
  stroke: #fee6ce; }

.Oranges.q2-9 {
  fill: #fdd0a2;
  background: #fdd0a2;
  stroke: #fdd0a2; }

.Oranges.q3-9 {
  fill: #fdae6b;
  background: #fdae6b;
  stroke: #fdae6b; }

.Oranges.q4-9 {
  fill: #fd8d3c;
  background: #fd8d3c;
  stroke: #fd8d3c; }

.Oranges.q5-9 {
  fill: #f16913;
  background: #f16913;
  stroke: #f16913; }

.Oranges.q6-9 {
  fill: #d94801;
  background: #d94801;
  stroke: #d94801; }

.Oranges.q7-9 {
  fill: #a63603;
  background: #a63603;
  stroke: #a63603; }

.Oranges.q8-9 {
  fill: #7f2704;
  background: #7f2704;
  stroke: #7f2704; }

.Reds.q0-3 {
  fill: #fee0d2;
  background: #fee0d2;
  stroke: #fee0d2; }

.Reds.q1-3 {
  fill: #fc9272;
  background: #fc9272;
  stroke: #fc9272; }

.Reds.q2-3 {
  fill: #de2d26;
  background: #de2d26;
  stroke: #de2d26; }

.Reds.q0-4 {
  fill: #fee5d9;
  background: #fee5d9;
  stroke: #fee5d9; }

.Reds.q1-4 {
  fill: #fcae91;
  background: #fcae91;
  stroke: #fcae91; }

.Reds.q2-4 {
  fill: #fb6a4a;
  background: #fb6a4a;
  stroke: #fb6a4a; }

.Reds.q3-4 {
  fill: #cb181d;
  background: #cb181d;
  stroke: #cb181d; }

.Reds.q0-5 {
  fill: #fee5d9;
  background: #fee5d9;
  stroke: #fee5d9; }

.Reds.q1-5 {
  fill: #fcae91;
  background: #fcae91;
  stroke: #fcae91; }

.Reds.q2-5 {
  fill: #fb6a4a;
  background: #fb6a4a;
  stroke: #fb6a4a; }

.Reds.q3-5 {
  fill: #de2d26;
  background: #de2d26;
  stroke: #de2d26; }

.Reds.q4-5 {
  fill: #a50f15;
  background: #a50f15;
  stroke: #a50f15; }

.Reds.q0-6 {
  fill: #fee5d9;
  background: #fee5d9;
  stroke: #fee5d9; }

.Reds.q1-6 {
  fill: #fcbba1;
  background: #fcbba1;
  stroke: #fcbba1; }

.Reds.q2-6 {
  fill: #fc9272;
  background: #fc9272;
  stroke: #fc9272; }

.Reds.q3-6 {
  fill: #fb6a4a;
  background: #fb6a4a;
  stroke: #fb6a4a; }

.Reds.q4-6 {
  fill: #de2d26;
  background: #de2d26;
  stroke: #de2d26; }

.Reds.q5-6 {
  fill: #a50f15;
  background: #a50f15;
  stroke: #a50f15; }

.Reds.q0-7 {
  fill: #fee5d9;
  background: #fee5d9;
  stroke: #fee5d9; }

.Reds.q1-7 {
  fill: #fcbba1;
  background: #fcbba1;
  stroke: #fcbba1; }

.Reds.q2-7 {
  fill: #fc9272;
  background: #fc9272;
  stroke: #fc9272; }

.Reds.q3-7 {
  fill: #fb6a4a;
  background: #fb6a4a;
  stroke: #fb6a4a; }

.Reds.q4-7 {
  fill: #ef3b2c;
  background: #ef3b2c;
  stroke: #ef3b2c; }

.Reds.q5-7 {
  fill: #cb181d;
  background: #cb181d;
  stroke: #cb181d; }

.Reds.q6-7 {
  fill: #99000d;
  background: #99000d;
  stroke: #99000d; }

.Reds.q0-8 {
  fill: #fff5f0;
  background: #fff5f0;
  stroke: #fff5f0; }

.Reds.q1-8 {
  fill: #fee0d2;
  background: #fee0d2;
  stroke: #fee0d2; }

.Reds.q2-8 {
  fill: #fcbba1;
  background: #fcbba1;
  stroke: #fcbba1; }

.Reds.q3-8 {
  fill: #fc9272;
  background: #fc9272;
  stroke: #fc9272; }

.Reds.q4-8 {
  fill: #fb6a4a;
  background: #fb6a4a;
  stroke: #fb6a4a; }

.Reds.q5-8 {
  fill: #ef3b2c;
  background: #ef3b2c;
  stroke: #ef3b2c; }

.Reds.q6-8 {
  fill: #cb181d;
  background: #cb181d;
  stroke: #cb181d; }

.Reds.q7-8 {
  fill: #99000d;
  background: #99000d;
  stroke: #99000d; }

.Reds.q0-9 {
  fill: #fff5f0;
  background: #fff5f0;
  stroke: #fff5f0; }

.Reds.q1-9 {
  fill: #fee0d2;
  background: #fee0d2;
  stroke: #fee0d2; }

.Reds.q2-9 {
  fill: #fcbba1;
  background: #fcbba1;
  stroke: #fcbba1; }

.Reds.q3-9 {
  fill: #fc9272;
  background: #fc9272;
  stroke: #fc9272; }

.Reds.q4-9 {
  fill: #fb6a4a;
  background: #fb6a4a;
  stroke: #fb6a4a; }

.Reds.q5-9 {
  fill: #ef3b2c;
  background: #ef3b2c;
  stroke: #ef3b2c; }

.Reds.q6-9 {
  fill: #cb181d;
  background: #cb181d;
  stroke: #cb181d; }

.Reds.q7-9 {
  fill: #a50f15;
  background: #a50f15;
  stroke: #a50f15; }

.Reds.q8-9 {
  fill: #67000d;
  background: #67000d;
  stroke: #67000d; }

.Greys.q0-3 {
  fill: #f0f0f0;
  background: #f0f0f0;
  stroke: #f0f0f0; }

.Greys.q1-3 {
  fill: #bdbdbd;
  background: #bdbdbd;
  stroke: #bdbdbd; }

.Greys.q2-3 {
  fill: #636363;
  background: #636363;
  stroke: #636363; }

.Greys.q0-4 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.Greys.q1-4 {
  fill: #cccccc;
  background: #cccccc;
  stroke: #cccccc; }

.Greys.q2-4 {
  fill: #969696;
  background: #969696;
  stroke: #969696; }

.Greys.q3-4 {
  fill: #525252;
  background: #525252;
  stroke: #525252; }

.Greys.q0-5 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.Greys.q1-5 {
  fill: #cccccc;
  background: #cccccc;
  stroke: #cccccc; }

.Greys.q2-5 {
  fill: #969696;
  background: #969696;
  stroke: #969696; }

.Greys.q3-5 {
  fill: #636363;
  background: #636363;
  stroke: #636363; }

.Greys.q4-5 {
  fill: #252525;
  background: #252525;
  stroke: #252525; }

.Greys.q0-6 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.Greys.q1-6 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Greys.q2-6 {
  fill: #bdbdbd;
  background: #bdbdbd;
  stroke: #bdbdbd; }

.Greys.q3-6 {
  fill: #969696;
  background: #969696;
  stroke: #969696; }

.Greys.q4-6 {
  fill: #636363;
  background: #636363;
  stroke: #636363; }

.Greys.q5-6 {
  fill: #252525;
  background: #252525;
  stroke: #252525; }

.Greys.q0-7 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.Greys.q1-7 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Greys.q2-7 {
  fill: #bdbdbd;
  background: #bdbdbd;
  stroke: #bdbdbd; }

.Greys.q3-7 {
  fill: #969696;
  background: #969696;
  stroke: #969696; }

.Greys.q4-7 {
  fill: #737373;
  background: #737373;
  stroke: #737373; }

.Greys.q5-7 {
  fill: #525252;
  background: #525252;
  stroke: #525252; }

.Greys.q6-7 {
  fill: #252525;
  background: #252525;
  stroke: #252525; }

.Greys.q0-8 {
  fill: #ffffff;
  background: #ffffff;
  stroke: #ffffff; }

.Greys.q1-8 {
  fill: #f0f0f0;
  background: #f0f0f0;
  stroke: #f0f0f0; }

.Greys.q2-8 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Greys.q3-8 {
  fill: #bdbdbd;
  background: #bdbdbd;
  stroke: #bdbdbd; }

.Greys.q4-8 {
  fill: #969696;
  background: #969696;
  stroke: #969696; }

.Greys.q5-8 {
  fill: #737373;
  background: #737373;
  stroke: #737373; }

.Greys.q6-8 {
  fill: #525252;
  background: #525252;
  stroke: #525252; }

.Greys.q7-8 {
  fill: #252525;
  background: #252525;
  stroke: #252525; }

.Greys.q0-9 {
  fill: #ffffff;
  background: #ffffff;
  stroke: #ffffff; }

.Greys.q1-9 {
  fill: #f0f0f0;
  background: #f0f0f0;
  stroke: #f0f0f0; }

.Greys.q2-9 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Greys.q3-9 {
  fill: #bdbdbd;
  background: #bdbdbd;
  stroke: #bdbdbd; }

.Greys.q4-9 {
  fill: #969696;
  background: #969696;
  stroke: #969696; }

.Greys.q5-9 {
  fill: #737373;
  background: #737373;
  stroke: #737373; }

.Greys.q6-9 {
  fill: #525252;
  background: #525252;
  stroke: #525252; }

.Greys.q7-9 {
  fill: #252525;
  background: #252525;
  stroke: #252525; }

.Greys.q8-9 {
  fill: #000000;
  background: #000000;
  stroke: #000000; }

.PuOr.q0-3 {
  fill: #f1a340;
  background: #f1a340;
  stroke: #f1a340; }

.PuOr.q1-3 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PuOr.q2-3 {
  fill: #998ec3;
  background: #998ec3;
  stroke: #998ec3; }

.PuOr.q0-4 {
  fill: #e66101;
  background: #e66101;
  stroke: #e66101; }

.PuOr.q1-4 {
  fill: #fdb863;
  background: #fdb863;
  stroke: #fdb863; }

.PuOr.q2-4 {
  fill: #b2abd2;
  background: #b2abd2;
  stroke: #b2abd2; }

.PuOr.q3-4 {
  fill: #5e3c99;
  background: #5e3c99;
  stroke: #5e3c99; }

.PuOr.q0-5 {
  fill: #e66101;
  background: #e66101;
  stroke: #e66101; }

.PuOr.q1-5 {
  fill: #fdb863;
  background: #fdb863;
  stroke: #fdb863; }

.PuOr.q2-5 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PuOr.q3-5 {
  fill: #b2abd2;
  background: #b2abd2;
  stroke: #b2abd2; }

.PuOr.q4-5 {
  fill: #5e3c99;
  background: #5e3c99;
  stroke: #5e3c99; }

.PuOr.q0-6 {
  fill: #b35806;
  background: #b35806;
  stroke: #b35806; }

.PuOr.q1-6 {
  fill: #f1a340;
  background: #f1a340;
  stroke: #f1a340; }

.PuOr.q2-6 {
  fill: #fee0b6;
  background: #fee0b6;
  stroke: #fee0b6; }

.PuOr.q3-6 {
  fill: #d8daeb;
  background: #d8daeb;
  stroke: #d8daeb; }

.PuOr.q4-6 {
  fill: #998ec3;
  background: #998ec3;
  stroke: #998ec3; }

.PuOr.q5-6 {
  fill: #542788;
  background: #542788;
  stroke: #542788; }

.PuOr.q0-7 {
  fill: #b35806;
  background: #b35806;
  stroke: #b35806; }

.PuOr.q1-7 {
  fill: #f1a340;
  background: #f1a340;
  stroke: #f1a340; }

.PuOr.q2-7 {
  fill: #fee0b6;
  background: #fee0b6;
  stroke: #fee0b6; }

.PuOr.q3-7 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PuOr.q4-7 {
  fill: #d8daeb;
  background: #d8daeb;
  stroke: #d8daeb; }

.PuOr.q5-7 {
  fill: #998ec3;
  background: #998ec3;
  stroke: #998ec3; }

.PuOr.q6-7 {
  fill: #542788;
  background: #542788;
  stroke: #542788; }

.PuOr.q0-8 {
  fill: #b35806;
  background: #b35806;
  stroke: #b35806; }

.PuOr.q1-8 {
  fill: #e08214;
  background: #e08214;
  stroke: #e08214; }

.PuOr.q2-8 {
  fill: #fdb863;
  background: #fdb863;
  stroke: #fdb863; }

.PuOr.q3-8 {
  fill: #fee0b6;
  background: #fee0b6;
  stroke: #fee0b6; }

.PuOr.q4-8 {
  fill: #d8daeb;
  background: #d8daeb;
  stroke: #d8daeb; }

.PuOr.q5-8 {
  fill: #b2abd2;
  background: #b2abd2;
  stroke: #b2abd2; }

.PuOr.q6-8 {
  fill: #8073ac;
  background: #8073ac;
  stroke: #8073ac; }

.PuOr.q7-8 {
  fill: #542788;
  background: #542788;
  stroke: #542788; }

.PuOr.q0-9 {
  fill: #b35806;
  background: #b35806;
  stroke: #b35806; }

.PuOr.q1-9 {
  fill: #e08214;
  background: #e08214;
  stroke: #e08214; }

.PuOr.q2-9 {
  fill: #fdb863;
  background: #fdb863;
  stroke: #fdb863; }

.PuOr.q3-9 {
  fill: #fee0b6;
  background: #fee0b6;
  stroke: #fee0b6; }

.PuOr.q4-9 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PuOr.q5-9 {
  fill: #d8daeb;
  background: #d8daeb;
  stroke: #d8daeb; }

.PuOr.q6-9 {
  fill: #b2abd2;
  background: #b2abd2;
  stroke: #b2abd2; }

.PuOr.q7-9 {
  fill: #8073ac;
  background: #8073ac;
  stroke: #8073ac; }

.PuOr.q8-9 {
  fill: #542788;
  background: #542788;
  stroke: #542788; }

.PuOr.q0-10 {
  fill: #7f3b08;
  background: #7f3b08;
  stroke: #7f3b08; }

.PuOr.q1-10 {
  fill: #b35806;
  background: #b35806;
  stroke: #b35806; }

.PuOr.q2-10 {
  fill: #e08214;
  background: #e08214;
  stroke: #e08214; }

.PuOr.q3-10 {
  fill: #fdb863;
  background: #fdb863;
  stroke: #fdb863; }

.PuOr.q4-10 {
  fill: #fee0b6;
  background: #fee0b6;
  stroke: #fee0b6; }

.PuOr.q5-10 {
  fill: #d8daeb;
  background: #d8daeb;
  stroke: #d8daeb; }

.PuOr.q6-10 {
  fill: #b2abd2;
  background: #b2abd2;
  stroke: #b2abd2; }

.PuOr.q7-10 {
  fill: #8073ac;
  background: #8073ac;
  stroke: #8073ac; }

.PuOr.q8-10 {
  fill: #542788;
  background: #542788;
  stroke: #542788; }

.PuOr.q9-10 {
  fill: #2d004b;
  background: #2d004b;
  stroke: #2d004b; }

.PuOr.q0-11 {
  fill: #7f3b08;
  background: #7f3b08;
  stroke: #7f3b08; }

.PuOr.q1-11 {
  fill: #b35806;
  background: #b35806;
  stroke: #b35806; }

.PuOr.q2-11 {
  fill: #e08214;
  background: #e08214;
  stroke: #e08214; }

.PuOr.q3-11 {
  fill: #fdb863;
  background: #fdb863;
  stroke: #fdb863; }

.PuOr.q4-11 {
  fill: #fee0b6;
  background: #fee0b6;
  stroke: #fee0b6; }

.PuOr.q5-11 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PuOr.q6-11 {
  fill: #d8daeb;
  background: #d8daeb;
  stroke: #d8daeb; }

.PuOr.q7-11 {
  fill: #b2abd2;
  background: #b2abd2;
  stroke: #b2abd2; }

.PuOr.q8-11 {
  fill: #8073ac;
  background: #8073ac;
  stroke: #8073ac; }

.PuOr.q9-11 {
  fill: #542788;
  background: #542788;
  stroke: #542788; }

.PuOr.q10-11 {
  fill: #2d004b;
  background: #2d004b;
  stroke: #2d004b; }

.BrBG.q0-3 {
  fill: #d8b365;
  background: #d8b365;
  stroke: #d8b365; }

.BrBG.q1-3 {
  fill: #f5f5f5;
  background: #f5f5f5;
  stroke: #f5f5f5; }

.BrBG.q2-3 {
  fill: #5ab4ac;
  background: #5ab4ac;
  stroke: #5ab4ac; }

.BrBG.q0-4 {
  fill: #a6611a;
  background: #a6611a;
  stroke: #a6611a; }

.BrBG.q1-4 {
  fill: #dfc27d;
  background: #dfc27d;
  stroke: #dfc27d; }

.BrBG.q2-4 {
  fill: #80cdc1;
  background: #80cdc1;
  stroke: #80cdc1; }

.BrBG.q3-4 {
  fill: #018571;
  background: #018571;
  stroke: #018571; }

.BrBG.q0-5 {
  fill: #a6611a;
  background: #a6611a;
  stroke: #a6611a; }

.BrBG.q1-5 {
  fill: #dfc27d;
  background: #dfc27d;
  stroke: #dfc27d; }

.BrBG.q2-5 {
  fill: #f5f5f5;
  background: #f5f5f5;
  stroke: #f5f5f5; }

.BrBG.q3-5 {
  fill: #80cdc1;
  background: #80cdc1;
  stroke: #80cdc1; }

.BrBG.q4-5 {
  fill: #018571;
  background: #018571;
  stroke: #018571; }

.BrBG.q0-6 {
  fill: #8c510a;
  background: #8c510a;
  stroke: #8c510a; }

.BrBG.q1-6 {
  fill: #d8b365;
  background: #d8b365;
  stroke: #d8b365; }

.BrBG.q2-6 {
  fill: #f6e8c3;
  background: #f6e8c3;
  stroke: #f6e8c3; }

.BrBG.q3-6 {
  fill: #c7eae5;
  background: #c7eae5;
  stroke: #c7eae5; }

.BrBG.q4-6 {
  fill: #5ab4ac;
  background: #5ab4ac;
  stroke: #5ab4ac; }

.BrBG.q5-6 {
  fill: #01665e;
  background: #01665e;
  stroke: #01665e; }

.BrBG.q0-7 {
  fill: #8c510a;
  background: #8c510a;
  stroke: #8c510a; }

.BrBG.q1-7 {
  fill: #d8b365;
  background: #d8b365;
  stroke: #d8b365; }

.BrBG.q2-7 {
  fill: #f6e8c3;
  background: #f6e8c3;
  stroke: #f6e8c3; }

.BrBG.q3-7 {
  fill: #f5f5f5;
  background: #f5f5f5;
  stroke: #f5f5f5; }

.BrBG.q4-7 {
  fill: #c7eae5;
  background: #c7eae5;
  stroke: #c7eae5; }

.BrBG.q5-7 {
  fill: #5ab4ac;
  background: #5ab4ac;
  stroke: #5ab4ac; }

.BrBG.q6-7 {
  fill: #01665e;
  background: #01665e;
  stroke: #01665e; }

.BrBG.q0-8 {
  fill: #8c510a;
  background: #8c510a;
  stroke: #8c510a; }

.BrBG.q1-8 {
  fill: #bf812d;
  background: #bf812d;
  stroke: #bf812d; }

.BrBG.q2-8 {
  fill: #dfc27d;
  background: #dfc27d;
  stroke: #dfc27d; }

.BrBG.q3-8 {
  fill: #f6e8c3;
  background: #f6e8c3;
  stroke: #f6e8c3; }

.BrBG.q4-8 {
  fill: #c7eae5;
  background: #c7eae5;
  stroke: #c7eae5; }

.BrBG.q5-8 {
  fill: #80cdc1;
  background: #80cdc1;
  stroke: #80cdc1; }

.BrBG.q6-8 {
  fill: #35978f;
  background: #35978f;
  stroke: #35978f; }

.BrBG.q7-8 {
  fill: #01665e;
  background: #01665e;
  stroke: #01665e; }

.BrBG.q0-9 {
  fill: #8c510a;
  background: #8c510a;
  stroke: #8c510a; }

.BrBG.q1-9 {
  fill: #bf812d;
  background: #bf812d;
  stroke: #bf812d; }

.BrBG.q2-9 {
  fill: #dfc27d;
  background: #dfc27d;
  stroke: #dfc27d; }

.BrBG.q3-9 {
  fill: #f6e8c3;
  background: #f6e8c3;
  stroke: #f6e8c3; }

.BrBG.q4-9 {
  fill: #f5f5f5;
  background: #f5f5f5;
  stroke: #f5f5f5; }

.BrBG.q5-9 {
  fill: #c7eae5;
  background: #c7eae5;
  stroke: #c7eae5; }

.BrBG.q6-9 {
  fill: #80cdc1;
  background: #80cdc1;
  stroke: #80cdc1; }

.BrBG.q7-9 {
  fill: #35978f;
  background: #35978f;
  stroke: #35978f; }

.BrBG.q8-9 {
  fill: #01665e;
  background: #01665e;
  stroke: #01665e; }

.BrBG.q0-10 {
  fill: #543005;
  background: #543005;
  stroke: #543005; }

.BrBG.q1-10 {
  fill: #8c510a;
  background: #8c510a;
  stroke: #8c510a; }

.BrBG.q2-10 {
  fill: #bf812d;
  background: #bf812d;
  stroke: #bf812d; }

.BrBG.q3-10 {
  fill: #dfc27d;
  background: #dfc27d;
  stroke: #dfc27d; }

.BrBG.q4-10 {
  fill: #f6e8c3;
  background: #f6e8c3;
  stroke: #f6e8c3; }

.BrBG.q5-10 {
  fill: #c7eae5;
  background: #c7eae5;
  stroke: #c7eae5; }

.BrBG.q6-10 {
  fill: #80cdc1;
  background: #80cdc1;
  stroke: #80cdc1; }

.BrBG.q7-10 {
  fill: #35978f;
  background: #35978f;
  stroke: #35978f; }

.BrBG.q8-10 {
  fill: #01665e;
  background: #01665e;
  stroke: #01665e; }

.BrBG.q9-10 {
  fill: #003c30;
  background: #003c30;
  stroke: #003c30; }

.BrBG.q0-11 {
  fill: #543005;
  background: #543005;
  stroke: #543005; }

.BrBG.q1-11 {
  fill: #8c510a;
  background: #8c510a;
  stroke: #8c510a; }

.BrBG.q2-11 {
  fill: #bf812d;
  background: #bf812d;
  stroke: #bf812d; }

.BrBG.q3-11 {
  fill: #dfc27d;
  background: #dfc27d;
  stroke: #dfc27d; }

.BrBG.q4-11 {
  fill: #f6e8c3;
  background: #f6e8c3;
  stroke: #f6e8c3; }

.BrBG.q5-11 {
  fill: #f5f5f5;
  background: #f5f5f5;
  stroke: #f5f5f5; }

.BrBG.q6-11 {
  fill: #c7eae5;
  background: #c7eae5;
  stroke: #c7eae5; }

.BrBG.q7-11 {
  fill: #80cdc1;
  background: #80cdc1;
  stroke: #80cdc1; }

.BrBG.q8-11 {
  fill: #35978f;
  background: #35978f;
  stroke: #35978f; }

.BrBG.q9-11 {
  fill: #01665e;
  background: #01665e;
  stroke: #01665e; }

.BrBG.q10-11 {
  fill: #003c30;
  background: #003c30;
  stroke: #003c30; }

.PRGn.q0-3 {
  fill: #af8dc3;
  background: #af8dc3;
  stroke: #af8dc3; }

.PRGn.q1-3 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PRGn.q2-3 {
  fill: #7fbf7b;
  background: #7fbf7b;
  stroke: #7fbf7b; }

.PRGn.q0-4 {
  fill: #7b3294;
  background: #7b3294;
  stroke: #7b3294; }

.PRGn.q1-4 {
  fill: #c2a5cf;
  background: #c2a5cf;
  stroke: #c2a5cf; }

.PRGn.q2-4 {
  fill: #a6dba0;
  background: #a6dba0;
  stroke: #a6dba0; }

.PRGn.q3-4 {
  fill: #008837;
  background: #008837;
  stroke: #008837; }

.PRGn.q0-5 {
  fill: #7b3294;
  background: #7b3294;
  stroke: #7b3294; }

.PRGn.q1-5 {
  fill: #c2a5cf;
  background: #c2a5cf;
  stroke: #c2a5cf; }

.PRGn.q2-5 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PRGn.q3-5 {
  fill: #a6dba0;
  background: #a6dba0;
  stroke: #a6dba0; }

.PRGn.q4-5 {
  fill: #008837;
  background: #008837;
  stroke: #008837; }

.PRGn.q0-6 {
  fill: #762a83;
  background: #762a83;
  stroke: #762a83; }

.PRGn.q1-6 {
  fill: #af8dc3;
  background: #af8dc3;
  stroke: #af8dc3; }

.PRGn.q2-6 {
  fill: #e7d4e8;
  background: #e7d4e8;
  stroke: #e7d4e8; }

.PRGn.q3-6 {
  fill: #d9f0d3;
  background: #d9f0d3;
  stroke: #d9f0d3; }

.PRGn.q4-6 {
  fill: #7fbf7b;
  background: #7fbf7b;
  stroke: #7fbf7b; }

.PRGn.q5-6 {
  fill: #1b7837;
  background: #1b7837;
  stroke: #1b7837; }

.PRGn.q0-7 {
  fill: #762a83;
  background: #762a83;
  stroke: #762a83; }

.PRGn.q1-7 {
  fill: #af8dc3;
  background: #af8dc3;
  stroke: #af8dc3; }

.PRGn.q2-7 {
  fill: #e7d4e8;
  background: #e7d4e8;
  stroke: #e7d4e8; }

.PRGn.q3-7 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PRGn.q4-7 {
  fill: #d9f0d3;
  background: #d9f0d3;
  stroke: #d9f0d3; }

.PRGn.q5-7 {
  fill: #7fbf7b;
  background: #7fbf7b;
  stroke: #7fbf7b; }

.PRGn.q6-7 {
  fill: #1b7837;
  background: #1b7837;
  stroke: #1b7837; }

.PRGn.q0-8 {
  fill: #762a83;
  background: #762a83;
  stroke: #762a83; }

.PRGn.q1-8 {
  fill: #9970ab;
  background: #9970ab;
  stroke: #9970ab; }

.PRGn.q2-8 {
  fill: #c2a5cf;
  background: #c2a5cf;
  stroke: #c2a5cf; }

.PRGn.q3-8 {
  fill: #e7d4e8;
  background: #e7d4e8;
  stroke: #e7d4e8; }

.PRGn.q4-8 {
  fill: #d9f0d3;
  background: #d9f0d3;
  stroke: #d9f0d3; }

.PRGn.q5-8 {
  fill: #a6dba0;
  background: #a6dba0;
  stroke: #a6dba0; }

.PRGn.q6-8 {
  fill: #5aae61;
  background: #5aae61;
  stroke: #5aae61; }

.PRGn.q7-8 {
  fill: #1b7837;
  background: #1b7837;
  stroke: #1b7837; }

.PRGn.q0-9 {
  fill: #762a83;
  background: #762a83;
  stroke: #762a83; }

.PRGn.q1-9 {
  fill: #9970ab;
  background: #9970ab;
  stroke: #9970ab; }

.PRGn.q2-9 {
  fill: #c2a5cf;
  background: #c2a5cf;
  stroke: #c2a5cf; }

.PRGn.q3-9 {
  fill: #e7d4e8;
  background: #e7d4e8;
  stroke: #e7d4e8; }

.PRGn.q4-9 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PRGn.q5-9 {
  fill: #d9f0d3;
  background: #d9f0d3;
  stroke: #d9f0d3; }

.PRGn.q6-9 {
  fill: #a6dba0;
  background: #a6dba0;
  stroke: #a6dba0; }

.PRGn.q7-9 {
  fill: #5aae61;
  background: #5aae61;
  stroke: #5aae61; }

.PRGn.q8-9 {
  fill: #1b7837;
  background: #1b7837;
  stroke: #1b7837; }

.PRGn.q0-10 {
  fill: #40004b;
  background: #40004b;
  stroke: #40004b; }

.PRGn.q1-10 {
  fill: #762a83;
  background: #762a83;
  stroke: #762a83; }

.PRGn.q2-10 {
  fill: #9970ab;
  background: #9970ab;
  stroke: #9970ab; }

.PRGn.q3-10 {
  fill: #c2a5cf;
  background: #c2a5cf;
  stroke: #c2a5cf; }

.PRGn.q4-10 {
  fill: #e7d4e8;
  background: #e7d4e8;
  stroke: #e7d4e8; }

.PRGn.q5-10 {
  fill: #d9f0d3;
  background: #d9f0d3;
  stroke: #d9f0d3; }

.PRGn.q6-10 {
  fill: #a6dba0;
  background: #a6dba0;
  stroke: #a6dba0; }

.PRGn.q7-10 {
  fill: #5aae61;
  background: #5aae61;
  stroke: #5aae61; }

.PRGn.q8-10 {
  fill: #1b7837;
  background: #1b7837;
  stroke: #1b7837; }

.PRGn.q9-10 {
  fill: #00441b;
  background: #00441b;
  stroke: #00441b; }

.PRGn.q0-11 {
  fill: #40004b;
  background: #40004b;
  stroke: #40004b; }

.PRGn.q1-11 {
  fill: #762a83;
  background: #762a83;
  stroke: #762a83; }

.PRGn.q2-11 {
  fill: #9970ab;
  background: #9970ab;
  stroke: #9970ab; }

.PRGn.q3-11 {
  fill: #c2a5cf;
  background: #c2a5cf;
  stroke: #c2a5cf; }

.PRGn.q4-11 {
  fill: #e7d4e8;
  background: #e7d4e8;
  stroke: #e7d4e8; }

.PRGn.q5-11 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PRGn.q6-11 {
  fill: #d9f0d3;
  background: #d9f0d3;
  stroke: #d9f0d3; }

.PRGn.q7-11 {
  fill: #a6dba0;
  background: #a6dba0;
  stroke: #a6dba0; }

.PRGn.q8-11 {
  fill: #5aae61;
  background: #5aae61;
  stroke: #5aae61; }

.PRGn.q9-11 {
  fill: #1b7837;
  background: #1b7837;
  stroke: #1b7837; }

.PRGn.q10-11 {
  fill: #00441b;
  background: #00441b;
  stroke: #00441b; }

.PiYG.q0-3 {
  fill: #e9a3c9;
  background: #e9a3c9;
  stroke: #e9a3c9; }

.PiYG.q1-3 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PiYG.q2-3 {
  fill: #a1d76a;
  background: #a1d76a;
  stroke: #a1d76a; }

.PiYG.q0-4 {
  fill: #d01c8b;
  background: #d01c8b;
  stroke: #d01c8b; }

.PiYG.q1-4 {
  fill: #f1b6da;
  background: #f1b6da;
  stroke: #f1b6da; }

.PiYG.q2-4 {
  fill: #b8e186;
  background: #b8e186;
  stroke: #b8e186; }

.PiYG.q3-4 {
  fill: #4dac26;
  background: #4dac26;
  stroke: #4dac26; }

.PiYG.q0-5 {
  fill: #d01c8b;
  background: #d01c8b;
  stroke: #d01c8b; }

.PiYG.q1-5 {
  fill: #f1b6da;
  background: #f1b6da;
  stroke: #f1b6da; }

.PiYG.q2-5 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PiYG.q3-5 {
  fill: #b8e186;
  background: #b8e186;
  stroke: #b8e186; }

.PiYG.q4-5 {
  fill: #4dac26;
  background: #4dac26;
  stroke: #4dac26; }

.PiYG.q0-6 {
  fill: #c51b7d;
  background: #c51b7d;
  stroke: #c51b7d; }

.PiYG.q1-6 {
  fill: #e9a3c9;
  background: #e9a3c9;
  stroke: #e9a3c9; }

.PiYG.q2-6 {
  fill: #fde0ef;
  background: #fde0ef;
  stroke: #fde0ef; }

.PiYG.q3-6 {
  fill: #e6f5d0;
  background: #e6f5d0;
  stroke: #e6f5d0; }

.PiYG.q4-6 {
  fill: #a1d76a;
  background: #a1d76a;
  stroke: #a1d76a; }

.PiYG.q5-6 {
  fill: #4d9221;
  background: #4d9221;
  stroke: #4d9221; }

.PiYG.q0-7 {
  fill: #c51b7d;
  background: #c51b7d;
  stroke: #c51b7d; }

.PiYG.q1-7 {
  fill: #e9a3c9;
  background: #e9a3c9;
  stroke: #e9a3c9; }

.PiYG.q2-7 {
  fill: #fde0ef;
  background: #fde0ef;
  stroke: #fde0ef; }

.PiYG.q3-7 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PiYG.q4-7 {
  fill: #e6f5d0;
  background: #e6f5d0;
  stroke: #e6f5d0; }

.PiYG.q5-7 {
  fill: #a1d76a;
  background: #a1d76a;
  stroke: #a1d76a; }

.PiYG.q6-7 {
  fill: #4d9221;
  background: #4d9221;
  stroke: #4d9221; }

.PiYG.q0-8 {
  fill: #c51b7d;
  background: #c51b7d;
  stroke: #c51b7d; }

.PiYG.q1-8 {
  fill: #de77ae;
  background: #de77ae;
  stroke: #de77ae; }

.PiYG.q2-8 {
  fill: #f1b6da;
  background: #f1b6da;
  stroke: #f1b6da; }

.PiYG.q3-8 {
  fill: #fde0ef;
  background: #fde0ef;
  stroke: #fde0ef; }

.PiYG.q4-8 {
  fill: #e6f5d0;
  background: #e6f5d0;
  stroke: #e6f5d0; }

.PiYG.q5-8 {
  fill: #b8e186;
  background: #b8e186;
  stroke: #b8e186; }

.PiYG.q6-8 {
  fill: #7fbc41;
  background: #7fbc41;
  stroke: #7fbc41; }

.PiYG.q7-8 {
  fill: #4d9221;
  background: #4d9221;
  stroke: #4d9221; }

.PiYG.q0-9 {
  fill: #c51b7d;
  background: #c51b7d;
  stroke: #c51b7d; }

.PiYG.q1-9 {
  fill: #de77ae;
  background: #de77ae;
  stroke: #de77ae; }

.PiYG.q2-9 {
  fill: #f1b6da;
  background: #f1b6da;
  stroke: #f1b6da; }

.PiYG.q3-9 {
  fill: #fde0ef;
  background: #fde0ef;
  stroke: #fde0ef; }

.PiYG.q4-9 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PiYG.q5-9 {
  fill: #e6f5d0;
  background: #e6f5d0;
  stroke: #e6f5d0; }

.PiYG.q6-9 {
  fill: #b8e186;
  background: #b8e186;
  stroke: #b8e186; }

.PiYG.q7-9 {
  fill: #7fbc41;
  background: #7fbc41;
  stroke: #7fbc41; }

.PiYG.q8-9 {
  fill: #4d9221;
  background: #4d9221;
  stroke: #4d9221; }

.PiYG.q0-10 {
  fill: #8e0152;
  background: #8e0152;
  stroke: #8e0152; }

.PiYG.q1-10 {
  fill: #c51b7d;
  background: #c51b7d;
  stroke: #c51b7d; }

.PiYG.q2-10 {
  fill: #de77ae;
  background: #de77ae;
  stroke: #de77ae; }

.PiYG.q3-10 {
  fill: #f1b6da;
  background: #f1b6da;
  stroke: #f1b6da; }

.PiYG.q4-10 {
  fill: #fde0ef;
  background: #fde0ef;
  stroke: #fde0ef; }

.PiYG.q5-10 {
  fill: #e6f5d0;
  background: #e6f5d0;
  stroke: #e6f5d0; }

.PiYG.q6-10 {
  fill: #b8e186;
  background: #b8e186;
  stroke: #b8e186; }

.PiYG.q7-10 {
  fill: #7fbc41;
  background: #7fbc41;
  stroke: #7fbc41; }

.PiYG.q8-10 {
  fill: #4d9221;
  background: #4d9221;
  stroke: #4d9221; }

.PiYG.q9-10 {
  fill: #276419;
  background: #276419;
  stroke: #276419; }

.PiYG.q0-11 {
  fill: #8e0152;
  background: #8e0152;
  stroke: #8e0152; }

.PiYG.q1-11 {
  fill: #c51b7d;
  background: #c51b7d;
  stroke: #c51b7d; }

.PiYG.q2-11 {
  fill: #de77ae;
  background: #de77ae;
  stroke: #de77ae; }

.PiYG.q3-11 {
  fill: #f1b6da;
  background: #f1b6da;
  stroke: #f1b6da; }

.PiYG.q4-11 {
  fill: #fde0ef;
  background: #fde0ef;
  stroke: #fde0ef; }

.PiYG.q5-11 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.PiYG.q6-11 {
  fill: #e6f5d0;
  background: #e6f5d0;
  stroke: #e6f5d0; }

.PiYG.q7-11 {
  fill: #b8e186;
  background: #b8e186;
  stroke: #b8e186; }

.PiYG.q8-11 {
  fill: #7fbc41;
  background: #7fbc41;
  stroke: #7fbc41; }

.PiYG.q9-11 {
  fill: #4d9221;
  background: #4d9221;
  stroke: #4d9221; }

.PiYG.q10-11 {
  fill: #276419;
  background: #276419;
  stroke: #276419; }

.RdBu.q0-3 {
  fill: #ef8a62;
  background: #ef8a62;
  stroke: #ef8a62; }

.RdBu.q1-3 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.RdBu.q2-3 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.RdBu.q0-4 {
  fill: #ca0020;
  background: #ca0020;
  stroke: #ca0020; }

.RdBu.q1-4 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdBu.q2-4 {
  fill: #92c5de;
  background: #92c5de;
  stroke: #92c5de; }

.RdBu.q3-4 {
  fill: #0571b0;
  background: #0571b0;
  stroke: #0571b0; }

.RdBu.q0-5 {
  fill: #ca0020;
  background: #ca0020;
  stroke: #ca0020; }

.RdBu.q1-5 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdBu.q2-5 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.RdBu.q3-5 {
  fill: #92c5de;
  background: #92c5de;
  stroke: #92c5de; }

.RdBu.q4-5 {
  fill: #0571b0;
  background: #0571b0;
  stroke: #0571b0; }

.RdBu.q0-6 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdBu.q1-6 {
  fill: #ef8a62;
  background: #ef8a62;
  stroke: #ef8a62; }

.RdBu.q2-6 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdBu.q3-6 {
  fill: #d1e5f0;
  background: #d1e5f0;
  stroke: #d1e5f0; }

.RdBu.q4-6 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.RdBu.q5-6 {
  fill: #2166ac;
  background: #2166ac;
  stroke: #2166ac; }

.RdBu.q0-7 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdBu.q1-7 {
  fill: #ef8a62;
  background: #ef8a62;
  stroke: #ef8a62; }

.RdBu.q2-7 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdBu.q3-7 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.RdBu.q4-7 {
  fill: #d1e5f0;
  background: #d1e5f0;
  stroke: #d1e5f0; }

.RdBu.q5-7 {
  fill: #67a9cf;
  background: #67a9cf;
  stroke: #67a9cf; }

.RdBu.q6-7 {
  fill: #2166ac;
  background: #2166ac;
  stroke: #2166ac; }

.RdBu.q0-8 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdBu.q1-8 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdBu.q2-8 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdBu.q3-8 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdBu.q4-8 {
  fill: #d1e5f0;
  background: #d1e5f0;
  stroke: #d1e5f0; }

.RdBu.q5-8 {
  fill: #92c5de;
  background: #92c5de;
  stroke: #92c5de; }

.RdBu.q6-8 {
  fill: #4393c3;
  background: #4393c3;
  stroke: #4393c3; }

.RdBu.q7-8 {
  fill: #2166ac;
  background: #2166ac;
  stroke: #2166ac; }

.RdBu.q0-9 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdBu.q1-9 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdBu.q2-9 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdBu.q3-9 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdBu.q4-9 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.RdBu.q5-9 {
  fill: #d1e5f0;
  background: #d1e5f0;
  stroke: #d1e5f0; }

.RdBu.q6-9 {
  fill: #92c5de;
  background: #92c5de;
  stroke: #92c5de; }

.RdBu.q7-9 {
  fill: #4393c3;
  background: #4393c3;
  stroke: #4393c3; }

.RdBu.q8-9 {
  fill: #2166ac;
  background: #2166ac;
  stroke: #2166ac; }

.RdBu.q0-10 {
  fill: #67001f;
  background: #67001f;
  stroke: #67001f; }

.RdBu.q1-10 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdBu.q2-10 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdBu.q3-10 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdBu.q4-10 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdBu.q5-10 {
  fill: #d1e5f0;
  background: #d1e5f0;
  stroke: #d1e5f0; }

.RdBu.q6-10 {
  fill: #92c5de;
  background: #92c5de;
  stroke: #92c5de; }

.RdBu.q7-10 {
  fill: #4393c3;
  background: #4393c3;
  stroke: #4393c3; }

.RdBu.q8-10 {
  fill: #2166ac;
  background: #2166ac;
  stroke: #2166ac; }

.RdBu.q9-10 {
  fill: #053061;
  background: #053061;
  stroke: #053061; }

.RdBu.q0-11 {
  fill: #67001f;
  background: #67001f;
  stroke: #67001f; }

.RdBu.q1-11 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdBu.q2-11 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdBu.q3-11 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdBu.q4-11 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdBu.q5-11 {
  fill: #f7f7f7;
  background: #f7f7f7;
  stroke: #f7f7f7; }

.RdBu.q6-11 {
  fill: #d1e5f0;
  background: #d1e5f0;
  stroke: #d1e5f0; }

.RdBu.q7-11 {
  fill: #92c5de;
  background: #92c5de;
  stroke: #92c5de; }

.RdBu.q8-11 {
  fill: #4393c3;
  background: #4393c3;
  stroke: #4393c3; }

.RdBu.q9-11 {
  fill: #2166ac;
  background: #2166ac;
  stroke: #2166ac; }

.RdBu.q10-11 {
  fill: #053061;
  background: #053061;
  stroke: #053061; }

.RdGy.q0-3 {
  fill: #ef8a62;
  background: #ef8a62;
  stroke: #ef8a62; }

.RdGy.q1-3 {
  fill: #ffffff;
  background: #ffffff;
  stroke: #ffffff; }

.RdGy.q2-3 {
  fill: #999999;
  background: #999999;
  stroke: #999999; }

.RdGy.q0-4 {
  fill: #ca0020;
  background: #ca0020;
  stroke: #ca0020; }

.RdGy.q1-4 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdGy.q2-4 {
  fill: #bababa;
  background: #bababa;
  stroke: #bababa; }

.RdGy.q3-4 {
  fill: #404040;
  background: #404040;
  stroke: #404040; }

.RdGy.q0-5 {
  fill: #ca0020;
  background: #ca0020;
  stroke: #ca0020; }

.RdGy.q1-5 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdGy.q2-5 {
  fill: #ffffff;
  background: #ffffff;
  stroke: #ffffff; }

.RdGy.q3-5 {
  fill: #bababa;
  background: #bababa;
  stroke: #bababa; }

.RdGy.q4-5 {
  fill: #404040;
  background: #404040;
  stroke: #404040; }

.RdGy.q0-6 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdGy.q1-6 {
  fill: #ef8a62;
  background: #ef8a62;
  stroke: #ef8a62; }

.RdGy.q2-6 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdGy.q3-6 {
  fill: #e0e0e0;
  background: #e0e0e0;
  stroke: #e0e0e0; }

.RdGy.q4-6 {
  fill: #999999;
  background: #999999;
  stroke: #999999; }

.RdGy.q5-6 {
  fill: #4d4d4d;
  background: #4d4d4d;
  stroke: #4d4d4d; }

.RdGy.q0-7 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdGy.q1-7 {
  fill: #ef8a62;
  background: #ef8a62;
  stroke: #ef8a62; }

.RdGy.q2-7 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdGy.q3-7 {
  fill: #ffffff;
  background: #ffffff;
  stroke: #ffffff; }

.RdGy.q4-7 {
  fill: #e0e0e0;
  background: #e0e0e0;
  stroke: #e0e0e0; }

.RdGy.q5-7 {
  fill: #999999;
  background: #999999;
  stroke: #999999; }

.RdGy.q6-7 {
  fill: #4d4d4d;
  background: #4d4d4d;
  stroke: #4d4d4d; }

.RdGy.q0-8 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdGy.q1-8 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdGy.q2-8 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdGy.q3-8 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdGy.q4-8 {
  fill: #e0e0e0;
  background: #e0e0e0;
  stroke: #e0e0e0; }

.RdGy.q5-8 {
  fill: #bababa;
  background: #bababa;
  stroke: #bababa; }

.RdGy.q6-8 {
  fill: #878787;
  background: #878787;
  stroke: #878787; }

.RdGy.q7-8 {
  fill: #4d4d4d;
  background: #4d4d4d;
  stroke: #4d4d4d; }

.RdGy.q0-9 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdGy.q1-9 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdGy.q2-9 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdGy.q3-9 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdGy.q4-9 {
  fill: #ffffff;
  background: #ffffff;
  stroke: #ffffff; }

.RdGy.q5-9 {
  fill: #e0e0e0;
  background: #e0e0e0;
  stroke: #e0e0e0; }

.RdGy.q6-9 {
  fill: #bababa;
  background: #bababa;
  stroke: #bababa; }

.RdGy.q7-9 {
  fill: #878787;
  background: #878787;
  stroke: #878787; }

.RdGy.q8-9 {
  fill: #4d4d4d;
  background: #4d4d4d;
  stroke: #4d4d4d; }

.RdGy.q0-10 {
  fill: #67001f;
  background: #67001f;
  stroke: #67001f; }

.RdGy.q1-10 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdGy.q2-10 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdGy.q3-10 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdGy.q4-10 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdGy.q5-10 {
  fill: #e0e0e0;
  background: #e0e0e0;
  stroke: #e0e0e0; }

.RdGy.q6-10 {
  fill: #bababa;
  background: #bababa;
  stroke: #bababa; }

.RdGy.q7-10 {
  fill: #878787;
  background: #878787;
  stroke: #878787; }

.RdGy.q8-10 {
  fill: #4d4d4d;
  background: #4d4d4d;
  stroke: #4d4d4d; }

.RdGy.q9-10 {
  fill: #1a1a1a;
  background: #1a1a1a;
  stroke: #1a1a1a; }

.RdGy.q0-11 {
  fill: #67001f;
  background: #67001f;
  stroke: #67001f; }

.RdGy.q1-11 {
  fill: #b2182b;
  background: #b2182b;
  stroke: #b2182b; }

.RdGy.q2-11 {
  fill: #d6604d;
  background: #d6604d;
  stroke: #d6604d; }

.RdGy.q3-11 {
  fill: #f4a582;
  background: #f4a582;
  stroke: #f4a582; }

.RdGy.q4-11 {
  fill: #fddbc7;
  background: #fddbc7;
  stroke: #fddbc7; }

.RdGy.q5-11 {
  fill: #ffffff;
  background: #ffffff;
  stroke: #ffffff; }

.RdGy.q6-11 {
  fill: #e0e0e0;
  background: #e0e0e0;
  stroke: #e0e0e0; }

.RdGy.q7-11 {
  fill: #bababa;
  background: #bababa;
  stroke: #bababa; }

.RdGy.q8-11 {
  fill: #878787;
  background: #878787;
  stroke: #878787; }

.RdGy.q9-11 {
  fill: #4d4d4d;
  background: #4d4d4d;
  stroke: #4d4d4d; }

.RdGy.q10-11 {
  fill: #1a1a1a;
  background: #1a1a1a;
  stroke: #1a1a1a; }

.RdYlBu.q0-3 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.RdYlBu.q1-3 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlBu.q2-3 {
  fill: #91bfdb;
  background: #91bfdb;
  stroke: #91bfdb; }

.RdYlBu.q0-4 {
  fill: #d7191c;
  background: #d7191c;
  stroke: #d7191c; }

.RdYlBu.q1-4 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlBu.q2-4 {
  fill: #abd9e9;
  background: #abd9e9;
  stroke: #abd9e9; }

.RdYlBu.q3-4 {
  fill: #2c7bb6;
  background: #2c7bb6;
  stroke: #2c7bb6; }

.RdYlBu.q0-5 {
  fill: #d7191c;
  background: #d7191c;
  stroke: #d7191c; }

.RdYlBu.q1-5 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlBu.q2-5 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlBu.q3-5 {
  fill: #abd9e9;
  background: #abd9e9;
  stroke: #abd9e9; }

.RdYlBu.q4-5 {
  fill: #2c7bb6;
  background: #2c7bb6;
  stroke: #2c7bb6; }

.RdYlBu.q0-6 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlBu.q1-6 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.RdYlBu.q2-6 {
  fill: #fee090;
  background: #fee090;
  stroke: #fee090; }

.RdYlBu.q3-6 {
  fill: #e0f3f8;
  background: #e0f3f8;
  stroke: #e0f3f8; }

.RdYlBu.q4-6 {
  fill: #91bfdb;
  background: #91bfdb;
  stroke: #91bfdb; }

.RdYlBu.q5-6 {
  fill: #4575b4;
  background: #4575b4;
  stroke: #4575b4; }

.RdYlBu.q0-7 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlBu.q1-7 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.RdYlBu.q2-7 {
  fill: #fee090;
  background: #fee090;
  stroke: #fee090; }

.RdYlBu.q3-7 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlBu.q4-7 {
  fill: #e0f3f8;
  background: #e0f3f8;
  stroke: #e0f3f8; }

.RdYlBu.q5-7 {
  fill: #91bfdb;
  background: #91bfdb;
  stroke: #91bfdb; }

.RdYlBu.q6-7 {
  fill: #4575b4;
  background: #4575b4;
  stroke: #4575b4; }

.RdYlBu.q0-8 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlBu.q1-8 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlBu.q2-8 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlBu.q3-8 {
  fill: #fee090;
  background: #fee090;
  stroke: #fee090; }

.RdYlBu.q4-8 {
  fill: #e0f3f8;
  background: #e0f3f8;
  stroke: #e0f3f8; }

.RdYlBu.q5-8 {
  fill: #abd9e9;
  background: #abd9e9;
  stroke: #abd9e9; }

.RdYlBu.q6-8 {
  fill: #74add1;
  background: #74add1;
  stroke: #74add1; }

.RdYlBu.q7-8 {
  fill: #4575b4;
  background: #4575b4;
  stroke: #4575b4; }

.RdYlBu.q0-9 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlBu.q1-9 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlBu.q2-9 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlBu.q3-9 {
  fill: #fee090;
  background: #fee090;
  stroke: #fee090; }

.RdYlBu.q4-9 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlBu.q5-9 {
  fill: #e0f3f8;
  background: #e0f3f8;
  stroke: #e0f3f8; }

.RdYlBu.q6-9 {
  fill: #abd9e9;
  background: #abd9e9;
  stroke: #abd9e9; }

.RdYlBu.q7-9 {
  fill: #74add1;
  background: #74add1;
  stroke: #74add1; }

.RdYlBu.q8-9 {
  fill: #4575b4;
  background: #4575b4;
  stroke: #4575b4; }

.RdYlBu.q0-10 {
  fill: #a50026;
  background: #a50026;
  stroke: #a50026; }

.RdYlBu.q1-10 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlBu.q2-10 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlBu.q3-10 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlBu.q4-10 {
  fill: #fee090;
  background: #fee090;
  stroke: #fee090; }

.RdYlBu.q5-10 {
  fill: #e0f3f8;
  background: #e0f3f8;
  stroke: #e0f3f8; }

.RdYlBu.q6-10 {
  fill: #abd9e9;
  background: #abd9e9;
  stroke: #abd9e9; }

.RdYlBu.q7-10 {
  fill: #74add1;
  background: #74add1;
  stroke: #74add1; }

.RdYlBu.q8-10 {
  fill: #4575b4;
  background: #4575b4;
  stroke: #4575b4; }

.RdYlBu.q9-10 {
  fill: #313695;
  background: #313695;
  stroke: #313695; }

.RdYlBu.q0-11 {
  fill: #a50026;
  background: #a50026;
  stroke: #a50026; }

.RdYlBu.q1-11 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlBu.q2-11 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlBu.q3-11 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlBu.q4-11 {
  fill: #fee090;
  background: #fee090;
  stroke: #fee090; }

.RdYlBu.q5-11 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlBu.q6-11 {
  fill: #e0f3f8;
  background: #e0f3f8;
  stroke: #e0f3f8; }

.RdYlBu.q7-11 {
  fill: #abd9e9;
  background: #abd9e9;
  stroke: #abd9e9; }

.RdYlBu.q8-11 {
  fill: #74add1;
  background: #74add1;
  stroke: #74add1; }

.RdYlBu.q9-11 {
  fill: #4575b4;
  background: #4575b4;
  stroke: #4575b4; }

.RdYlBu.q10-11 {
  fill: #313695;
  background: #313695;
  stroke: #313695; }

.Spectral.q0-3 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.Spectral.q1-3 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.Spectral.q2-3 {
  fill: #99d594;
  background: #99d594;
  stroke: #99d594; }

.Spectral.q0-4 {
  fill: #d7191c;
  background: #d7191c;
  stroke: #d7191c; }

.Spectral.q1-4 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.Spectral.q2-4 {
  fill: #abdda4;
  background: #abdda4;
  stroke: #abdda4; }

.Spectral.q3-4 {
  fill: #2b83ba;
  background: #2b83ba;
  stroke: #2b83ba; }

.Spectral.q0-5 {
  fill: #d7191c;
  background: #d7191c;
  stroke: #d7191c; }

.Spectral.q1-5 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.Spectral.q2-5 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.Spectral.q3-5 {
  fill: #abdda4;
  background: #abdda4;
  stroke: #abdda4; }

.Spectral.q4-5 {
  fill: #2b83ba;
  background: #2b83ba;
  stroke: #2b83ba; }

.Spectral.q0-6 {
  fill: #d53e4f;
  background: #d53e4f;
  stroke: #d53e4f; }

.Spectral.q1-6 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.Spectral.q2-6 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.Spectral.q3-6 {
  fill: #e6f598;
  background: #e6f598;
  stroke: #e6f598; }

.Spectral.q4-6 {
  fill: #99d594;
  background: #99d594;
  stroke: #99d594; }

.Spectral.q5-6 {
  fill: #3288bd;
  background: #3288bd;
  stroke: #3288bd; }

.Spectral.q0-7 {
  fill: #d53e4f;
  background: #d53e4f;
  stroke: #d53e4f; }

.Spectral.q1-7 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.Spectral.q2-7 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.Spectral.q3-7 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.Spectral.q4-7 {
  fill: #e6f598;
  background: #e6f598;
  stroke: #e6f598; }

.Spectral.q5-7 {
  fill: #99d594;
  background: #99d594;
  stroke: #99d594; }

.Spectral.q6-7 {
  fill: #3288bd;
  background: #3288bd;
  stroke: #3288bd; }

.Spectral.q0-8 {
  fill: #d53e4f;
  background: #d53e4f;
  stroke: #d53e4f; }

.Spectral.q1-8 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.Spectral.q2-8 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.Spectral.q3-8 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.Spectral.q4-8 {
  fill: #e6f598;
  background: #e6f598;
  stroke: #e6f598; }

.Spectral.q5-8 {
  fill: #abdda4;
  background: #abdda4;
  stroke: #abdda4; }

.Spectral.q6-8 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Spectral.q7-8 {
  fill: #3288bd;
  background: #3288bd;
  stroke: #3288bd; }

.Spectral.q0-9 {
  fill: #d53e4f;
  background: #d53e4f;
  stroke: #d53e4f; }

.Spectral.q1-9 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.Spectral.q2-9 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.Spectral.q3-9 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.Spectral.q4-9 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.Spectral.q5-9 {
  fill: #e6f598;
  background: #e6f598;
  stroke: #e6f598; }

.Spectral.q6-9 {
  fill: #abdda4;
  background: #abdda4;
  stroke: #abdda4; }

.Spectral.q7-9 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Spectral.q8-9 {
  fill: #3288bd;
  background: #3288bd;
  stroke: #3288bd; }

.Spectral.q0-10 {
  fill: #9e0142;
  background: #9e0142;
  stroke: #9e0142; }

.Spectral.q1-10 {
  fill: #d53e4f;
  background: #d53e4f;
  stroke: #d53e4f; }

.Spectral.q2-10 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.Spectral.q3-10 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.Spectral.q4-10 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.Spectral.q5-10 {
  fill: #e6f598;
  background: #e6f598;
  stroke: #e6f598; }

.Spectral.q6-10 {
  fill: #abdda4;
  background: #abdda4;
  stroke: #abdda4; }

.Spectral.q7-10 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Spectral.q8-10 {
  fill: #3288bd;
  background: #3288bd;
  stroke: #3288bd; }

.Spectral.q9-10 {
  fill: #5e4fa2;
  background: #5e4fa2;
  stroke: #5e4fa2; }

.Spectral.q0-11 {
  fill: #9e0142;
  background: #9e0142;
  stroke: #9e0142; }

.Spectral.q1-11 {
  fill: #d53e4f;
  background: #d53e4f;
  stroke: #d53e4f; }

.Spectral.q2-11 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.Spectral.q3-11 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.Spectral.q4-11 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.Spectral.q5-11 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.Spectral.q6-11 {
  fill: #e6f598;
  background: #e6f598;
  stroke: #e6f598; }

.Spectral.q7-11 {
  fill: #abdda4;
  background: #abdda4;
  stroke: #abdda4; }

.Spectral.q8-11 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Spectral.q9-11 {
  fill: #3288bd;
  background: #3288bd;
  stroke: #3288bd; }

.Spectral.q10-11 {
  fill: #5e4fa2;
  background: #5e4fa2;
  stroke: #5e4fa2; }

.RdYlGn.q0-3 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.RdYlGn.q1-3 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlGn.q2-3 {
  fill: #91cf60;
  background: #91cf60;
  stroke: #91cf60; }

.RdYlGn.q0-4 {
  fill: #d7191c;
  background: #d7191c;
  stroke: #d7191c; }

.RdYlGn.q1-4 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlGn.q2-4 {
  fill: #a6d96a;
  background: #a6d96a;
  stroke: #a6d96a; }

.RdYlGn.q3-4 {
  fill: #1a9641;
  background: #1a9641;
  stroke: #1a9641; }

.RdYlGn.q0-5 {
  fill: #d7191c;
  background: #d7191c;
  stroke: #d7191c; }

.RdYlGn.q1-5 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlGn.q2-5 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlGn.q3-5 {
  fill: #a6d96a;
  background: #a6d96a;
  stroke: #a6d96a; }

.RdYlGn.q4-5 {
  fill: #1a9641;
  background: #1a9641;
  stroke: #1a9641; }

.RdYlGn.q0-6 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlGn.q1-6 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.RdYlGn.q2-6 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.RdYlGn.q3-6 {
  fill: #d9ef8b;
  background: #d9ef8b;
  stroke: #d9ef8b; }

.RdYlGn.q4-6 {
  fill: #91cf60;
  background: #91cf60;
  stroke: #91cf60; }

.RdYlGn.q5-6 {
  fill: #1a9850;
  background: #1a9850;
  stroke: #1a9850; }

.RdYlGn.q0-7 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlGn.q1-7 {
  fill: #fc8d59;
  background: #fc8d59;
  stroke: #fc8d59; }

.RdYlGn.q2-7 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.RdYlGn.q3-7 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlGn.q4-7 {
  fill: #d9ef8b;
  background: #d9ef8b;
  stroke: #d9ef8b; }

.RdYlGn.q5-7 {
  fill: #91cf60;
  background: #91cf60;
  stroke: #91cf60; }

.RdYlGn.q6-7 {
  fill: #1a9850;
  background: #1a9850;
  stroke: #1a9850; }

.RdYlGn.q0-8 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlGn.q1-8 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlGn.q2-8 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlGn.q3-8 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.RdYlGn.q4-8 {
  fill: #d9ef8b;
  background: #d9ef8b;
  stroke: #d9ef8b; }

.RdYlGn.q5-8 {
  fill: #a6d96a;
  background: #a6d96a;
  stroke: #a6d96a; }

.RdYlGn.q6-8 {
  fill: #66bd63;
  background: #66bd63;
  stroke: #66bd63; }

.RdYlGn.q7-8 {
  fill: #1a9850;
  background: #1a9850;
  stroke: #1a9850; }

.RdYlGn.q0-9 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlGn.q1-9 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlGn.q2-9 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlGn.q3-9 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.RdYlGn.q4-9 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlGn.q5-9 {
  fill: #d9ef8b;
  background: #d9ef8b;
  stroke: #d9ef8b; }

.RdYlGn.q6-9 {
  fill: #a6d96a;
  background: #a6d96a;
  stroke: #a6d96a; }

.RdYlGn.q7-9 {
  fill: #66bd63;
  background: #66bd63;
  stroke: #66bd63; }

.RdYlGn.q8-9 {
  fill: #1a9850;
  background: #1a9850;
  stroke: #1a9850; }

.RdYlGn.q0-10 {
  fill: #a50026;
  background: #a50026;
  stroke: #a50026; }

.RdYlGn.q1-10 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlGn.q2-10 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlGn.q3-10 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlGn.q4-10 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.RdYlGn.q5-10 {
  fill: #d9ef8b;
  background: #d9ef8b;
  stroke: #d9ef8b; }

.RdYlGn.q6-10 {
  fill: #a6d96a;
  background: #a6d96a;
  stroke: #a6d96a; }

.RdYlGn.q7-10 {
  fill: #66bd63;
  background: #66bd63;
  stroke: #66bd63; }

.RdYlGn.q8-10 {
  fill: #1a9850;
  background: #1a9850;
  stroke: #1a9850; }

.RdYlGn.q9-10 {
  fill: #006837;
  background: #006837;
  stroke: #006837; }

.RdYlGn.q0-11 {
  fill: #a50026;
  background: #a50026;
  stroke: #a50026; }

.RdYlGn.q1-11 {
  fill: #d73027;
  background: #d73027;
  stroke: #d73027; }

.RdYlGn.q2-11 {
  fill: #f46d43;
  background: #f46d43;
  stroke: #f46d43; }

.RdYlGn.q3-11 {
  fill: #fdae61;
  background: #fdae61;
  stroke: #fdae61; }

.RdYlGn.q4-11 {
  fill: #fee08b;
  background: #fee08b;
  stroke: #fee08b; }

.RdYlGn.q5-11 {
  fill: #ffffbf;
  background: #ffffbf;
  stroke: #ffffbf; }

.RdYlGn.q6-11 {
  fill: #d9ef8b;
  background: #d9ef8b;
  stroke: #d9ef8b; }

.RdYlGn.q7-11 {
  fill: #a6d96a;
  background: #a6d96a;
  stroke: #a6d96a; }

.RdYlGn.q8-11 {
  fill: #66bd63;
  background: #66bd63;
  stroke: #66bd63; }

.RdYlGn.q9-11 {
  fill: #1a9850;
  background: #1a9850;
  stroke: #1a9850; }

.RdYlGn.q10-11 {
  fill: #006837;
  background: #006837;
  stroke: #006837; }

.Accent.q0-3 {
  fill: #7fc97f;
  background: #7fc97f;
  stroke: #7fc97f; }

.Accent.q1-3 {
  fill: #beaed4;
  background: #beaed4;
  stroke: #beaed4; }

.Accent.q2-3 {
  fill: #fdc086;
  background: #fdc086;
  stroke: #fdc086; }

.Accent.q0-4 {
  fill: #7fc97f;
  background: #7fc97f;
  stroke: #7fc97f; }

.Accent.q1-4 {
  fill: #beaed4;
  background: #beaed4;
  stroke: #beaed4; }

.Accent.q2-4 {
  fill: #fdc086;
  background: #fdc086;
  stroke: #fdc086; }

.Accent.q3-4 {
  fill: #ffff99;
  background: #ffff99;
  stroke: #ffff99; }

.Accent.q0-5 {
  fill: #7fc97f;
  background: #7fc97f;
  stroke: #7fc97f; }

.Accent.q1-5 {
  fill: #beaed4;
  background: #beaed4;
  stroke: #beaed4; }

.Accent.q2-5 {
  fill: #fdc086;
  background: #fdc086;
  stroke: #fdc086; }

.Accent.q3-5 {
  fill: #ffff99;
  background: #ffff99;
  stroke: #ffff99; }

.Accent.q4-5 {
  fill: #386cb0;
  background: #386cb0;
  stroke: #386cb0; }

.Accent.q0-6 {
  fill: #7fc97f;
  background: #7fc97f;
  stroke: #7fc97f; }

.Accent.q1-6 {
  fill: #beaed4;
  background: #beaed4;
  stroke: #beaed4; }

.Accent.q2-6 {
  fill: #fdc086;
  background: #fdc086;
  stroke: #fdc086; }

.Accent.q3-6 {
  fill: #ffff99;
  background: #ffff99;
  stroke: #ffff99; }

.Accent.q4-6 {
  fill: #386cb0;
  background: #386cb0;
  stroke: #386cb0; }

.Accent.q5-6 {
  fill: #f0027f;
  background: #f0027f;
  stroke: #f0027f; }

.Accent.q0-7 {
  fill: #7fc97f;
  background: #7fc97f;
  stroke: #7fc97f; }

.Accent.q1-7 {
  fill: #beaed4;
  background: #beaed4;
  stroke: #beaed4; }

.Accent.q2-7 {
  fill: #fdc086;
  background: #fdc086;
  stroke: #fdc086; }

.Accent.q3-7 {
  fill: #ffff99;
  background: #ffff99;
  stroke: #ffff99; }

.Accent.q4-7 {
  fill: #386cb0;
  background: #386cb0;
  stroke: #386cb0; }

.Accent.q5-7 {
  fill: #f0027f;
  background: #f0027f;
  stroke: #f0027f; }

.Accent.q6-7 {
  fill: #bf5b17;
  background: #bf5b17;
  stroke: #bf5b17; }

.Accent.q0-8 {
  fill: #7fc97f;
  background: #7fc97f;
  stroke: #7fc97f; }

.Accent.q1-8 {
  fill: #beaed4;
  background: #beaed4;
  stroke: #beaed4; }

.Accent.q2-8 {
  fill: #fdc086;
  background: #fdc086;
  stroke: #fdc086; }

.Accent.q3-8 {
  fill: #ffff99;
  background: #ffff99;
  stroke: #ffff99; }

.Accent.q4-8 {
  fill: #386cb0;
  background: #386cb0;
  stroke: #386cb0; }

.Accent.q5-8 {
  fill: #f0027f;
  background: #f0027f;
  stroke: #f0027f; }

.Accent.q6-8 {
  fill: #bf5b17;
  background: #bf5b17;
  stroke: #bf5b17; }

.Accent.q7-8 {
  fill: #666666;
  background: #666666;
  stroke: #666666; }

.Dark2.q0-3 {
  fill: #1b9e77;
  background: #1b9e77;
  stroke: #1b9e77; }

.Dark2.q1-3 {
  fill: #d95f02;
  background: #d95f02;
  stroke: #d95f02; }

.Dark2.q2-3 {
  fill: #7570b3;
  background: #7570b3;
  stroke: #7570b3; }

.Dark2.q0-4 {
  fill: #1b9e77;
  background: #1b9e77;
  stroke: #1b9e77; }

.Dark2.q1-4 {
  fill: #d95f02;
  background: #d95f02;
  stroke: #d95f02; }

.Dark2.q2-4 {
  fill: #7570b3;
  background: #7570b3;
  stroke: #7570b3; }

.Dark2.q3-4 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.Dark2.q0-5 {
  fill: #1b9e77;
  background: #1b9e77;
  stroke: #1b9e77; }

.Dark2.q1-5 {
  fill: #d95f02;
  background: #d95f02;
  stroke: #d95f02; }

.Dark2.q2-5 {
  fill: #7570b3;
  background: #7570b3;
  stroke: #7570b3; }

.Dark2.q3-5 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.Dark2.q4-5 {
  fill: #66a61e;
  background: #66a61e;
  stroke: #66a61e; }

.Dark2.q0-6 {
  fill: #1b9e77;
  background: #1b9e77;
  stroke: #1b9e77; }

.Dark2.q1-6 {
  fill: #d95f02;
  background: #d95f02;
  stroke: #d95f02; }

.Dark2.q2-6 {
  fill: #7570b3;
  background: #7570b3;
  stroke: #7570b3; }

.Dark2.q3-6 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.Dark2.q4-6 {
  fill: #66a61e;
  background: #66a61e;
  stroke: #66a61e; }

.Dark2.q5-6 {
  fill: #e6ab02;
  background: #e6ab02;
  stroke: #e6ab02; }

.Dark2.q0-7 {
  fill: #1b9e77;
  background: #1b9e77;
  stroke: #1b9e77; }

.Dark2.q1-7 {
  fill: #d95f02;
  background: #d95f02;
  stroke: #d95f02; }

.Dark2.q2-7 {
  fill: #7570b3;
  background: #7570b3;
  stroke: #7570b3; }

.Dark2.q3-7 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.Dark2.q4-7 {
  fill: #66a61e;
  background: #66a61e;
  stroke: #66a61e; }

.Dark2.q5-7 {
  fill: #e6ab02;
  background: #e6ab02;
  stroke: #e6ab02; }

.Dark2.q6-7 {
  fill: #a6761d;
  background: #a6761d;
  stroke: #a6761d; }

.Dark2.q0-8 {
  fill: #1b9e77;
  background: #1b9e77;
  stroke: #1b9e77; }

.Dark2.q1-8 {
  fill: #d95f02;
  background: #d95f02;
  stroke: #d95f02; }

.Dark2.q2-8 {
  fill: #7570b3;
  background: #7570b3;
  stroke: #7570b3; }

.Dark2.q3-8 {
  fill: #e7298a;
  background: #e7298a;
  stroke: #e7298a; }

.Dark2.q4-8 {
  fill: #66a61e;
  background: #66a61e;
  stroke: #66a61e; }

.Dark2.q5-8 {
  fill: #e6ab02;
  background: #e6ab02;
  stroke: #e6ab02; }

.Dark2.q6-8 {
  fill: #a6761d;
  background: #a6761d;
  stroke: #a6761d; }

.Dark2.q7-8 {
  fill: #666666;
  background: #666666;
  stroke: #666666; }

.Paired.q0-3 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-3 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-3 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q0-4 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-4 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-4 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-4 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q0-5 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-5 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-5 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-5 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-5 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q0-6 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-6 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-6 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-6 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-6 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q5-6 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.Paired.q0-7 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-7 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-7 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-7 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-7 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q5-7 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.Paired.q6-7 {
  fill: #fdbf6f;
  background: #fdbf6f;
  stroke: #fdbf6f; }

.Paired.q0-8 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-8 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-8 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-8 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-8 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q5-8 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.Paired.q6-8 {
  fill: #fdbf6f;
  background: #fdbf6f;
  stroke: #fdbf6f; }

.Paired.q7-8 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Paired.q0-9 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-9 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-9 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-9 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-9 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q5-9 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.Paired.q6-9 {
  fill: #fdbf6f;
  background: #fdbf6f;
  stroke: #fdbf6f; }

.Paired.q7-9 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Paired.q8-9 {
  fill: #cab2d6;
  background: #cab2d6;
  stroke: #cab2d6; }

.Paired.q0-10 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-10 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-10 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-10 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-10 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q5-10 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.Paired.q6-10 {
  fill: #fdbf6f;
  background: #fdbf6f;
  stroke: #fdbf6f; }

.Paired.q7-10 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Paired.q8-10 {
  fill: #cab2d6;
  background: #cab2d6;
  stroke: #cab2d6; }

.Paired.q9-10 {
  fill: #6a3d9a;
  background: #6a3d9a;
  stroke: #6a3d9a; }

.Paired.q0-11 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-11 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-11 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-11 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-11 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q5-11 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.Paired.q6-11 {
  fill: #fdbf6f;
  background: #fdbf6f;
  stroke: #fdbf6f; }

.Paired.q7-11 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Paired.q8-11 {
  fill: #cab2d6;
  background: #cab2d6;
  stroke: #cab2d6; }

.Paired.q9-11 {
  fill: #6a3d9a;
  background: #6a3d9a;
  stroke: #6a3d9a; }

.Paired.q10-11 {
  fill: #ffff99;
  background: #ffff99;
  stroke: #ffff99; }

.Paired.q0-12 {
  fill: #a6cee3;
  background: #a6cee3;
  stroke: #a6cee3; }

.Paired.q1-12 {
  fill: #1f78b4;
  background: #1f78b4;
  stroke: #1f78b4; }

.Paired.q2-12 {
  fill: #b2df8a;
  background: #b2df8a;
  stroke: #b2df8a; }

.Paired.q3-12 {
  fill: #33a02c;
  background: #33a02c;
  stroke: #33a02c; }

.Paired.q4-12 {
  fill: #fb9a99;
  background: #fb9a99;
  stroke: #fb9a99; }

.Paired.q5-12 {
  fill: #e31a1c;
  background: #e31a1c;
  stroke: #e31a1c; }

.Paired.q6-12 {
  fill: #fdbf6f;
  background: #fdbf6f;
  stroke: #fdbf6f; }

.Paired.q7-12 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Paired.q8-12 {
  fill: #cab2d6;
  background: #cab2d6;
  stroke: #cab2d6; }

.Paired.q9-12 {
  fill: #6a3d9a;
  background: #6a3d9a;
  stroke: #6a3d9a; }

.Paired.q10-12 {
  fill: #ffff99;
  background: #ffff99;
  stroke: #ffff99; }

.Paired.q11-12 {
  fill: #b15928;
  background: #b15928;
  stroke: #b15928; }

.Pastel1.q0-3 {
  fill: #fbb4ae;
  background: #fbb4ae;
  stroke: #fbb4ae; }

.Pastel1.q1-3 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.Pastel1.q2-3 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Pastel1.q0-4 {
  fill: #fbb4ae;
  background: #fbb4ae;
  stroke: #fbb4ae; }

.Pastel1.q1-4 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.Pastel1.q2-4 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Pastel1.q3-4 {
  fill: #decbe4;
  background: #decbe4;
  stroke: #decbe4; }

.Pastel1.q0-5 {
  fill: #fbb4ae;
  background: #fbb4ae;
  stroke: #fbb4ae; }

.Pastel1.q1-5 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.Pastel1.q2-5 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Pastel1.q3-5 {
  fill: #decbe4;
  background: #decbe4;
  stroke: #decbe4; }

.Pastel1.q4-5 {
  fill: #fed9a6;
  background: #fed9a6;
  stroke: #fed9a6; }

.Pastel1.q0-6 {
  fill: #fbb4ae;
  background: #fbb4ae;
  stroke: #fbb4ae; }

.Pastel1.q1-6 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.Pastel1.q2-6 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Pastel1.q3-6 {
  fill: #decbe4;
  background: #decbe4;
  stroke: #decbe4; }

.Pastel1.q4-6 {
  fill: #fed9a6;
  background: #fed9a6;
  stroke: #fed9a6; }

.Pastel1.q5-6 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.Pastel1.q0-7 {
  fill: #fbb4ae;
  background: #fbb4ae;
  stroke: #fbb4ae; }

.Pastel1.q1-7 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.Pastel1.q2-7 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Pastel1.q3-7 {
  fill: #decbe4;
  background: #decbe4;
  stroke: #decbe4; }

.Pastel1.q4-7 {
  fill: #fed9a6;
  background: #fed9a6;
  stroke: #fed9a6; }

.Pastel1.q5-7 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.Pastel1.q6-7 {
  fill: #e5d8bd;
  background: #e5d8bd;
  stroke: #e5d8bd; }

.Pastel1.q0-8 {
  fill: #fbb4ae;
  background: #fbb4ae;
  stroke: #fbb4ae; }

.Pastel1.q1-8 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.Pastel1.q2-8 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Pastel1.q3-8 {
  fill: #decbe4;
  background: #decbe4;
  stroke: #decbe4; }

.Pastel1.q4-8 {
  fill: #fed9a6;
  background: #fed9a6;
  stroke: #fed9a6; }

.Pastel1.q5-8 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.Pastel1.q6-8 {
  fill: #e5d8bd;
  background: #e5d8bd;
  stroke: #e5d8bd; }

.Pastel1.q7-8 {
  fill: #fddaec;
  background: #fddaec;
  stroke: #fddaec; }

.Pastel1.q0-9 {
  fill: #fbb4ae;
  background: #fbb4ae;
  stroke: #fbb4ae; }

.Pastel1.q1-9 {
  fill: #b3cde3;
  background: #b3cde3;
  stroke: #b3cde3; }

.Pastel1.q2-9 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Pastel1.q3-9 {
  fill: #decbe4;
  background: #decbe4;
  stroke: #decbe4; }

.Pastel1.q4-9 {
  fill: #fed9a6;
  background: #fed9a6;
  stroke: #fed9a6; }

.Pastel1.q5-9 {
  fill: #ffffcc;
  background: #ffffcc;
  stroke: #ffffcc; }

.Pastel1.q6-9 {
  fill: #e5d8bd;
  background: #e5d8bd;
  stroke: #e5d8bd; }

.Pastel1.q7-9 {
  fill: #fddaec;
  background: #fddaec;
  stroke: #fddaec; }

.Pastel1.q8-9 {
  fill: #f2f2f2;
  background: #f2f2f2;
  stroke: #f2f2f2; }

.Pastel2.q0-3 {
  fill: #b3e2cd;
  background: #b3e2cd;
  stroke: #b3e2cd; }

.Pastel2.q1-3 {
  fill: #fdcdac;
  background: #fdcdac;
  stroke: #fdcdac; }

.Pastel2.q2-3 {
  fill: #cbd5e8;
  background: #cbd5e8;
  stroke: #cbd5e8; }

.Pastel2.q0-4 {
  fill: #b3e2cd;
  background: #b3e2cd;
  stroke: #b3e2cd; }

.Pastel2.q1-4 {
  fill: #fdcdac;
  background: #fdcdac;
  stroke: #fdcdac; }

.Pastel2.q2-4 {
  fill: #cbd5e8;
  background: #cbd5e8;
  stroke: #cbd5e8; }

.Pastel2.q3-4 {
  fill: #f4cae4;
  background: #f4cae4;
  stroke: #f4cae4; }

.Pastel2.q0-5 {
  fill: #b3e2cd;
  background: #b3e2cd;
  stroke: #b3e2cd; }

.Pastel2.q1-5 {
  fill: #fdcdac;
  background: #fdcdac;
  stroke: #fdcdac; }

.Pastel2.q2-5 {
  fill: #cbd5e8;
  background: #cbd5e8;
  stroke: #cbd5e8; }

.Pastel2.q3-5 {
  fill: #f4cae4;
  background: #f4cae4;
  stroke: #f4cae4; }

.Pastel2.q4-5 {
  fill: #e6f5c9;
  background: #e6f5c9;
  stroke: #e6f5c9; }

.Pastel2.q0-6 {
  fill: #b3e2cd;
  background: #b3e2cd;
  stroke: #b3e2cd; }

.Pastel2.q1-6 {
  fill: #fdcdac;
  background: #fdcdac;
  stroke: #fdcdac; }

.Pastel2.q2-6 {
  fill: #cbd5e8;
  background: #cbd5e8;
  stroke: #cbd5e8; }

.Pastel2.q3-6 {
  fill: #f4cae4;
  background: #f4cae4;
  stroke: #f4cae4; }

.Pastel2.q4-6 {
  fill: #e6f5c9;
  background: #e6f5c9;
  stroke: #e6f5c9; }

.Pastel2.q5-6 {
  fill: #fff2ae;
  background: #fff2ae;
  stroke: #fff2ae; }

.Pastel2.q0-7 {
  fill: #b3e2cd;
  background: #b3e2cd;
  stroke: #b3e2cd; }

.Pastel2.q1-7 {
  fill: #fdcdac;
  background: #fdcdac;
  stroke: #fdcdac; }

.Pastel2.q2-7 {
  fill: #cbd5e8;
  background: #cbd5e8;
  stroke: #cbd5e8; }

.Pastel2.q3-7 {
  fill: #f4cae4;
  background: #f4cae4;
  stroke: #f4cae4; }

.Pastel2.q4-7 {
  fill: #e6f5c9;
  background: #e6f5c9;
  stroke: #e6f5c9; }

.Pastel2.q5-7 {
  fill: #fff2ae;
  background: #fff2ae;
  stroke: #fff2ae; }

.Pastel2.q6-7 {
  fill: #f1e2cc;
  background: #f1e2cc;
  stroke: #f1e2cc; }

.Pastel2.q0-8 {
  fill: #b3e2cd;
  background: #b3e2cd;
  stroke: #b3e2cd; }

.Pastel2.q1-8 {
  fill: #fdcdac;
  background: #fdcdac;
  stroke: #fdcdac; }

.Pastel2.q2-8 {
  fill: #cbd5e8;
  background: #cbd5e8;
  stroke: #cbd5e8; }

.Pastel2.q3-8 {
  fill: #f4cae4;
  background: #f4cae4;
  stroke: #f4cae4; }

.Pastel2.q4-8 {
  fill: #e6f5c9;
  background: #e6f5c9;
  stroke: #e6f5c9; }

.Pastel2.q5-8 {
  fill: #fff2ae;
  background: #fff2ae;
  stroke: #fff2ae; }

.Pastel2.q6-8 {
  fill: #f1e2cc;
  background: #f1e2cc;
  stroke: #f1e2cc; }

.Pastel2.q7-8 {
  fill: #cccccc;
  background: #cccccc;
  stroke: #cccccc; }

.Set1.q0-3 {
  fill: #e41a1c;
  background: #e41a1c;
  stroke: #e41a1c; }

.Set1.q1-3 {
  fill: #377eb8;
  background: #377eb8;
  stroke: #377eb8; }

.Set1.q2-3 {
  fill: #4daf4a;
  background: #4daf4a;
  stroke: #4daf4a; }

.Set1.q0-4 {
  fill: #e41a1c;
  background: #e41a1c;
  stroke: #e41a1c; }

.Set1.q1-4 {
  fill: #377eb8;
  background: #377eb8;
  stroke: #377eb8; }

.Set1.q2-4 {
  fill: #4daf4a;
  background: #4daf4a;
  stroke: #4daf4a; }

.Set1.q3-4 {
  fill: #984ea3;
  background: #984ea3;
  stroke: #984ea3; }

.Set1.q0-5 {
  fill: #e41a1c;
  background: #e41a1c;
  stroke: #e41a1c; }

.Set1.q1-5 {
  fill: #377eb8;
  background: #377eb8;
  stroke: #377eb8; }

.Set1.q2-5 {
  fill: #4daf4a;
  background: #4daf4a;
  stroke: #4daf4a; }

.Set1.q3-5 {
  fill: #984ea3;
  background: #984ea3;
  stroke: #984ea3; }

.Set1.q4-5 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Set1.q0-6 {
  fill: #e41a1c;
  background: #e41a1c;
  stroke: #e41a1c; }

.Set1.q1-6 {
  fill: #377eb8;
  background: #377eb8;
  stroke: #377eb8; }

.Set1.q2-6 {
  fill: #4daf4a;
  background: #4daf4a;
  stroke: #4daf4a; }

.Set1.q3-6 {
  fill: #984ea3;
  background: #984ea3;
  stroke: #984ea3; }

.Set1.q4-6 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Set1.q5-6 {
  fill: #ffff33;
  background: #ffff33;
  stroke: #ffff33; }

.Set1.q0-7 {
  fill: #e41a1c;
  background: #e41a1c;
  stroke: #e41a1c; }

.Set1.q1-7 {
  fill: #377eb8;
  background: #377eb8;
  stroke: #377eb8; }

.Set1.q2-7 {
  fill: #4daf4a;
  background: #4daf4a;
  stroke: #4daf4a; }

.Set1.q3-7 {
  fill: #984ea3;
  background: #984ea3;
  stroke: #984ea3; }

.Set1.q4-7 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Set1.q5-7 {
  fill: #ffff33;
  background: #ffff33;
  stroke: #ffff33; }

.Set1.q6-7 {
  fill: #a65628;
  background: #a65628;
  stroke: #a65628; }

.Set1.q0-8 {
  fill: #e41a1c;
  background: #e41a1c;
  stroke: #e41a1c; }

.Set1.q1-8 {
  fill: #377eb8;
  background: #377eb8;
  stroke: #377eb8; }

.Set1.q2-8 {
  fill: #4daf4a;
  background: #4daf4a;
  stroke: #4daf4a; }

.Set1.q3-8 {
  fill: #984ea3;
  background: #984ea3;
  stroke: #984ea3; }

.Set1.q4-8 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Set1.q5-8 {
  fill: #ffff33;
  background: #ffff33;
  stroke: #ffff33; }

.Set1.q6-8 {
  fill: #a65628;
  background: #a65628;
  stroke: #a65628; }

.Set1.q7-8 {
  fill: #f781bf;
  background: #f781bf;
  stroke: #f781bf; }

.Set1.q0-9 {
  fill: #e41a1c;
  background: #e41a1c;
  stroke: #e41a1c; }

.Set1.q1-9 {
  fill: #377eb8;
  background: #377eb8;
  stroke: #377eb8; }

.Set1.q2-9 {
  fill: #4daf4a;
  background: #4daf4a;
  stroke: #4daf4a; }

.Set1.q3-9 {
  fill: #984ea3;
  background: #984ea3;
  stroke: #984ea3; }

.Set1.q4-9 {
  fill: #ff7f00;
  background: #ff7f00;
  stroke: #ff7f00; }

.Set1.q5-9 {
  fill: #ffff33;
  background: #ffff33;
  stroke: #ffff33; }

.Set1.q6-9 {
  fill: #a65628;
  background: #a65628;
  stroke: #a65628; }

.Set1.q7-9 {
  fill: #f781bf;
  background: #f781bf;
  stroke: #f781bf; }

.Set1.q8-9 {
  fill: #999999;
  background: #999999;
  stroke: #999999; }

.Set2.q0-3 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Set2.q1-3 {
  fill: #fc8d62;
  background: #fc8d62;
  stroke: #fc8d62; }

.Set2.q2-3 {
  fill: #8da0cb;
  background: #8da0cb;
  stroke: #8da0cb; }

.Set2.q0-4 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Set2.q1-4 {
  fill: #fc8d62;
  background: #fc8d62;
  stroke: #fc8d62; }

.Set2.q2-4 {
  fill: #8da0cb;
  background: #8da0cb;
  stroke: #8da0cb; }

.Set2.q3-4 {
  fill: #e78ac3;
  background: #e78ac3;
  stroke: #e78ac3; }

.Set2.q0-5 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Set2.q1-5 {
  fill: #fc8d62;
  background: #fc8d62;
  stroke: #fc8d62; }

.Set2.q2-5 {
  fill: #8da0cb;
  background: #8da0cb;
  stroke: #8da0cb; }

.Set2.q3-5 {
  fill: #e78ac3;
  background: #e78ac3;
  stroke: #e78ac3; }

.Set2.q4-5 {
  fill: #a6d854;
  background: #a6d854;
  stroke: #a6d854; }

.Set2.q0-6 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Set2.q1-6 {
  fill: #fc8d62;
  background: #fc8d62;
  stroke: #fc8d62; }

.Set2.q2-6 {
  fill: #8da0cb;
  background: #8da0cb;
  stroke: #8da0cb; }

.Set2.q3-6 {
  fill: #e78ac3;
  background: #e78ac3;
  stroke: #e78ac3; }

.Set2.q4-6 {
  fill: #a6d854;
  background: #a6d854;
  stroke: #a6d854; }

.Set2.q5-6 {
  fill: #ffd92f;
  background: #ffd92f;
  stroke: #ffd92f; }

.Set2.q0-7 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Set2.q1-7 {
  fill: #fc8d62;
  background: #fc8d62;
  stroke: #fc8d62; }

.Set2.q2-7 {
  fill: #8da0cb;
  background: #8da0cb;
  stroke: #8da0cb; }

.Set2.q3-7 {
  fill: #e78ac3;
  background: #e78ac3;
  stroke: #e78ac3; }

.Set2.q4-7 {
  fill: #a6d854;
  background: #a6d854;
  stroke: #a6d854; }

.Set2.q5-7 {
  fill: #ffd92f;
  background: #ffd92f;
  stroke: #ffd92f; }

.Set2.q6-7 {
  fill: #e5c494;
  background: #e5c494;
  stroke: #e5c494; }

.Set2.q0-8 {
  fill: #66c2a5;
  background: #66c2a5;
  stroke: #66c2a5; }

.Set2.q1-8 {
  fill: #fc8d62;
  background: #fc8d62;
  stroke: #fc8d62; }

.Set2.q2-8 {
  fill: #8da0cb;
  background: #8da0cb;
  stroke: #8da0cb; }

.Set2.q3-8 {
  fill: #e78ac3;
  background: #e78ac3;
  stroke: #e78ac3; }

.Set2.q4-8 {
  fill: #a6d854;
  background: #a6d854;
  stroke: #a6d854; }

.Set2.q5-8 {
  fill: #ffd92f;
  background: #ffd92f;
  stroke: #ffd92f; }

.Set2.q6-8 {
  fill: #e5c494;
  background: #e5c494;
  stroke: #e5c494; }

.Set2.q7-8 {
  fill: #b3b3b3;
  background: #b3b3b3;
  stroke: #b3b3b3; }

.Set3.q0-3 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-3 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-3 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q0-4 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-4 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-4 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-4 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q0-5 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-5 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-5 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-5 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-5 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q0-6 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-6 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-6 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-6 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-6 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q5-6 {
  fill: #fdb462;
  background: #fdb462;
  stroke: #fdb462; }

.Set3.q0-7 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-7 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-7 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-7 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-7 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q5-7 {
  fill: #fdb462;
  background: #fdb462;
  stroke: #fdb462; }

.Set3.q6-7 {
  fill: #b3de69;
  background: #b3de69;
  stroke: #b3de69; }

.Set3.q0-8 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-8 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-8 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-8 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-8 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q5-8 {
  fill: #fdb462;
  background: #fdb462;
  stroke: #fdb462; }

.Set3.q6-8 {
  fill: #b3de69;
  background: #b3de69;
  stroke: #b3de69; }

.Set3.q7-8 {
  fill: #fccde5;
  background: #fccde5;
  stroke: #fccde5; }

.Set3.q0-9 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-9 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-9 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-9 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-9 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q5-9 {
  fill: #fdb462;
  background: #fdb462;
  stroke: #fdb462; }

.Set3.q6-9 {
  fill: #b3de69;
  background: #b3de69;
  stroke: #b3de69; }

.Set3.q7-9 {
  fill: #fccde5;
  background: #fccde5;
  stroke: #fccde5; }

.Set3.q8-9 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Set3.q0-10 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-10 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-10 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-10 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-10 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q5-10 {
  fill: #fdb462;
  background: #fdb462;
  stroke: #fdb462; }

.Set3.q6-10 {
  fill: #b3de69;
  background: #b3de69;
  stroke: #b3de69; }

.Set3.q7-10 {
  fill: #fccde5;
  background: #fccde5;
  stroke: #fccde5; }

.Set3.q8-10 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Set3.q9-10 {
  fill: #bc80bd;
  background: #bc80bd;
  stroke: #bc80bd; }

.Set3.q0-11 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-11 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-11 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-11 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-11 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q5-11 {
  fill: #fdb462;
  background: #fdb462;
  stroke: #fdb462; }

.Set3.q6-11 {
  fill: #b3de69;
  background: #b3de69;
  stroke: #b3de69; }

.Set3.q7-11 {
  fill: #fccde5;
  background: #fccde5;
  stroke: #fccde5; }

.Set3.q8-11 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Set3.q9-11 {
  fill: #bc80bd;
  background: #bc80bd;
  stroke: #bc80bd; }

.Set3.q10-11 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Set3.q0-12 {
  fill: #8dd3c7;
  background: #8dd3c7;
  stroke: #8dd3c7; }

.Set3.q1-12 {
  fill: #ffffb3;
  background: #ffffb3;
  stroke: #ffffb3; }

.Set3.q2-12 {
  fill: #bebada;
  background: #bebada;
  stroke: #bebada; }

.Set3.q3-12 {
  fill: #fb8072;
  background: #fb8072;
  stroke: #fb8072; }

.Set3.q4-12 {
  fill: #80b1d3;
  background: #80b1d3;
  stroke: #80b1d3; }

.Set3.q5-12 {
  fill: #fdb462;
  background: #fdb462;
  stroke: #fdb462; }

.Set3.q6-12 {
  fill: #b3de69;
  background: #b3de69;
  stroke: #b3de69; }

.Set3.q7-12 {
  fill: #fccde5;
  background: #fccde5;
  stroke: #fccde5; }

.Set3.q8-12 {
  fill: #d9d9d9;
  background: #d9d9d9;
  stroke: #d9d9d9; }

.Set3.q9-12 {
  fill: #bc80bd;
  background: #bc80bd;
  stroke: #bc80bd; }

.Set3.q10-12 {
  fill: #ccebc5;
  background: #ccebc5;
  stroke: #ccebc5; }

.Set3.q11-12 {
  fill: #ffed6f;
  background: #ffed6f;
  stroke: #ffed6f; }

/*!
 * /*
 * taucharts@2.4.0 (2018-08-15)
 * Copyright 2018 Targetprocess, Inc.
 * Licensed under Apache License 2.0
 * * /
 *
 */
.tau-chart__legend {
  padding: 20px 0 10px 10px;
  position: relative;
  margin-right: 30px;
  width: 160px;
  box-sizing: border-box; }

.tau-chart__legend__wrap {
  margin-bottom: 30px;
  position: relative; }

.tau-chart__legend__wrap:last-child {
  margin-bottom: 0; }

.tau-chart__legend__title {
  margin: 0 0 10px 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px; }

.tau-chart__legend__reset {
  margin-top: -4px;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 1; }

.tau-chart__legend__reset.disabled {
  display: none; }

.tau-chart__legend__reset + .tau-chart__legend__title {
  margin-right: 1.7em; }

.tau-chart__legend__item {
  padding: 10px 20px 8px 40px;
  position: relative;
  font-size: 13px;
  line-height: 1.2em;
  cursor: pointer; }

.tau-chart__legend__item:hover {
  background-color: rgba(189, 195, 205, 0.2); }

.tau-chart__legend__item--size {
  cursor: default; }

.tau-chart__legend__item--size:hover {
  background: none; }

.tau-chart__legend__item .color-default {
  background: #6FA1D9;
  border-color: #6FA1D9; }

.tau-chart__legend__item:disabled,
.tau-chart__legend__item.disabled {
  color: #ccc; }

.tau-chart__legend__item.disabled .tau-chart__legend__guide {
  background: transparent; }

.tau-chart__legend__guide {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%; }

.tau-chart__legend__guide__wrap {
  position: absolute;
  top: calc((10px - 8px) + 0.6em);
  left: 10px;
  width: 16px;
  height: 16px; }

.tau-chart__legend__guide--size {
  stroke: #6FA1D9;
  fill: #6FA1D9; }

.tau-chart__legend__guide--color__overlay {
  background-color: transparent;
  height: 36px;
  left: -12px;
  position: absolute;
  top: -12px;
  width: 36px; }

.tau-chart__legend__guide--color::before {
  content: "";
  display: none;
  height: 2px;
  left: 3px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  width: 8px; }

.tau-chart__legend__guide--color::after {
  content: "";
  display: none;
  height: 8px;
  left: 6px;
  pointer-events: none;
  position: absolute;
  top: 3px;
  width: 2px; }

.tau-chart__legend__item .tau-chart__legend__guide--color:hover::before,
.tau-chart__legend__item .tau-chart__legend__guide--color:hover::after {
  background-color: #fff;
  display: inline-block;
  transform: rotate(45deg); }

.tau-chart__legend__item.disabled .tau-chart__legend__guide--color:hover {
  background: #fff; }

.tau-chart__legend__item.disabled .tau-chart__legend__guide--color:hover::before,
.tau-chart__legend__item.disabled .tau-chart__legend__guide--color:hover::after {
  background-color: #333;
  transform: none; }

.tau-chart__legend__size-wrapper,
.tau-chart__legend__gradient-wrapper {
  box-sizing: border-box;
  margin: 10px;
  overflow: visible;
  width: 100%; }

.tau-chart__legend__size,
.tau-chart__legend__gradient {
  overflow: visible; }

.tau-chart__legend__size__item__circle.color-definite {
  stroke: #cacaca;
  fill: #cacaca; }

.tau-chart__legend__size__item__circle.color-default-size {
  stroke: #6FA1D9;
  fill: #6FA1D9; }

.tau-chart__legend__gradient__bar {
  rx: 4px;
  ry: 4px; }

.tau-chart__legend__item .color20-1 {
  background: #6FA1D9;
  border: 1px solid #6FA1D9; }

.tau-chart__legend__item.disabled .color20-1 {
  background-color: transparent; }

.tau-chart__legend__item .color20-2 {
  background: #DF2B59;
  border: 1px solid #DF2B59; }

.tau-chart__legend__item.disabled .color20-2 {
  background-color: transparent; }

.tau-chart__legend__item .color20-3 {
  background: #66DA26;
  border: 1px solid #66DA26; }

.tau-chart__legend__item.disabled .color20-3 {
  background-color: transparent; }

.tau-chart__legend__item .color20-4 {
  background: #4C3862;
  border: 1px solid #4C3862; }

.tau-chart__legend__item.disabled .color20-4 {
  background-color: transparent; }

.tau-chart__legend__item .color20-5 {
  background: #E5B011;
  border: 1px solid #E5B011; }

.tau-chart__legend__item.disabled .color20-5 {
  background-color: transparent; }

.tau-chart__legend__item .color20-6 {
  background: #3A3226;
  border: 1px solid #3A3226; }

.tau-chart__legend__item.disabled .color20-6 {
  background-color: transparent; }

.tau-chart__legend__item .color20-7 {
  background: #CB461A;
  border: 1px solid #CB461A; }

.tau-chart__legend__item.disabled .color20-7 {
  background-color: transparent; }

.tau-chart__legend__item .color20-8 {
  background: #C7CE23;
  border: 1px solid #C7CE23; }

.tau-chart__legend__item.disabled .color20-8 {
  background-color: transparent; }

.tau-chart__legend__item .color20-9 {
  background: #7FCDC2;
  border: 1px solid #7FCDC2; }

.tau-chart__legend__item.disabled .color20-9 {
  background-color: transparent; }

.tau-chart__legend__item .color20-10 {
  background: #CCA1C8;
  border: 1px solid #CCA1C8; }

.tau-chart__legend__item.disabled .color20-10 {
  background-color: transparent; }

.tau-chart__legend__item .color20-11 {
  background: #C84CCE;
  border: 1px solid #C84CCE; }

.tau-chart__legend__item.disabled .color20-11 {
  background-color: transparent; }

.tau-chart__legend__item .color20-12 {
  background: #54762E;
  border: 1px solid #54762E; }

.tau-chart__legend__item.disabled .color20-12 {
  background-color: transparent; }

.tau-chart__legend__item .color20-13 {
  background: #746BC9;
  border: 1px solid #746BC9; }

.tau-chart__legend__item.disabled .color20-13 {
  background-color: transparent; }

.tau-chart__legend__item .color20-14 {
  background: #953441;
  border: 1px solid #953441; }

.tau-chart__legend__item.disabled .color20-14 {
  background-color: transparent; }

.tau-chart__legend__item .color20-15 {
  background: #5C7A76;
  border: 1px solid #5C7A76; }

.tau-chart__legend__item.disabled .color20-15 {
  background-color: transparent; }

.tau-chart__legend__item .color20-16 {
  background: #C8BF87;
  border: 1px solid #C8BF87; }

.tau-chart__legend__item.disabled .color20-16 {
  background-color: transparent; }

.tau-chart__legend__item .color20-17 {
  background: #BFC1C3;
  border: 1px solid #BFC1C3; }

.tau-chart__legend__item.disabled .color20-17 {
  background-color: transparent; }

.tau-chart__legend__item .color20-18 {
  background: #8E5C31;
  border: 1px solid #8E5C31; }

.tau-chart__legend__item.disabled .color20-18 {
  background-color: transparent; }

.tau-chart__legend__item .color20-19 {
  background: #71CE7B;
  border: 1px solid #71CE7B; }

.tau-chart__legend__item.disabled .color20-19 {
  background-color: transparent; }

.tau-chart__legend__item .color20-20 {
  background: #BE478B;
  border: 1px solid #BE478B; }

.tau-chart__legend__item.disabled .color20-20 {
  background-color: transparent; }

/*!
 * /*
 * taucharts@2.4.0 (2018-08-15)
 * Copyright 2018 Targetprocess, Inc.
 * Licensed under Apache License 2.0
 * * /
 *
 */
.tau-chart__filter__wrap {
  padding: 20px 0 10px 10px;
  margin-right: 30px;
  width: 160px;
  box-sizing: border-box; }

.tau-chart__filter__wrap__title {
  margin: 0 0 10px 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px; }

.tau-chart__filter__wrap rect {
  fill: rgba(0, 0, 0, 0.2); }

.tau-chart__filter__wrap .brush .overlay,
.tau-chart__filter__wrap .brush .handle {
  opacity: 0; }

.tau-chart__filter__wrap .brush .selection {
  shape-rendering: crispEdges;
  fill-opacity: 0.4;
  fill: #0074FF; }

.tau-chart__filter__wrap text.date-label {
  text-anchor: middle;
  font-size: 12px; }

.tau-chart__filter__wrap text.date-label .common {
  font-weight: 600; }

.tau-chart__filter__wrap .resize line {
  stroke: #000;
  stroke-width: 1px;
  shape-rendering: crispEdges; }

.tau-chart__filter__wrap .resize.e text {
  text-anchor: middle;
  font-size: 12px; }

.tau-chart__filter__wrap .resize.w text {
  text-anchor: middle;
  font-size: 12px; }

/*!
 * /*
 * taucharts@2.4.0 (2018-08-15)
 * Copyright 2018 Targetprocess, Inc.
 * Licensed under Apache License 2.0
 * * /
 *
 */
.tau-chart__tooltip {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 900;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.005);
  font-size: 11px;
  font-family: Helvetica Neue, Segoe UI, Open Sans, Ubuntu, sans-serif;
  /* Fade */ }

.tau-chart__tooltip.fade {
  opacity: 0;
  transition: opacity 200ms ease-out; }

.tau-chart__tooltip.fade.in {
  opacity: 1;
  transition-duration: 500ms; }

.tau-chart__tooltip.top-right,
.tau-chart__tooltip.bottom-right {
  margin-left: 8px; }

.tau-chart__tooltip.top-left,
.tau-chart__tooltip.bottom-left {
  margin-left: -8px; }

.tau-chart__tooltip.top,
.tau-chart__tooltip.top-right,
.tau-chart__tooltip.top-left {
  margin-top: 8px; }

.tau-chart__tooltip__content {
  box-sizing: border-box;
  max-width: 500px;
  min-width: 100px;
  overflow: hidden;
  padding: 15px 15px 10px 15px; }

.tau-chart__tooltip__buttons {
  background: #EBEEF1;
  bottom: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.005);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 500px;
  min-width: 86px;
  position: absolute;
  width: 100%;
  z-index: -1; }

.tau-chart__tooltip__buttons::after {
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
  height: 8px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%; }

.tau-chart__tooltip__button {
  color: #65717F;
  cursor: pointer;
  display: inline-flex;
  flex: 1 0 auto;
  height: 0;
  overflow: hidden;
  transition: height 500ms; }

.tau-chart__tooltip__button__wrap {
  line-height: 26px;
  padding: 0 15px; }

.tau-chart__tooltip__button:hover {
  background: #f5f7f8;
  color: #333; }

.tau-chart__tooltip__button .tau-icon-close-gray {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggZmlsbD0iIzg0OTZBNyIgZD0iTTEwLDAuNzE1TDkuMjg1LDBMNSw0LjI4NUwwLjcxNSwwTDAsMC43MTVMNC4yODUsNUwwLDkuMjg1TDAuNzE1LDEwTDUsNS43MTVMOS4yODUsMTBMMTAsOS4yODVMNS43MTUsNUwxMCwwLjcxNXoiLz48L3N2Zz4=);
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
  margin-right: 5px; }

.tau-chart__tooltip.stuck .tau-chart__tooltip__button {
  height: 26px; }

.tau-chart__tooltip.top .tau-chart__tooltip__buttons,
.tau-chart__tooltip.top-right .tau-chart__tooltip__buttons,
.tau-chart__tooltip.top-left .tau-chart__tooltip__buttons {
  bottom: initial;
  top: 100%; }

.tau-chart__tooltip.top .tau-chart__tooltip__buttons__wrap,
.tau-chart__tooltip.top-right .tau-chart__tooltip__buttons__wrap,
.tau-chart__tooltip.top-left .tau-chart__tooltip__buttons__wrap {
  position: relative;
  top: calc(100% - 26px); }

.tau-chart__tooltip.top .tau-chart__tooltip__buttons::after,
.tau-chart__tooltip.top-right .tau-chart__tooltip__buttons::after,
.tau-chart__tooltip.top-left .tau-chart__tooltip__buttons::after {
  background: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0));
  bottom: 100%;
  top: initial; }

.tau-chart__tooltip.top-right .tau-chart__tooltip__button__wrap,
.tau-chart__tooltip.top-left .tau-chart__tooltip__button__wrap {
  position: relative;
  top: calc(100% - 26px); }

.tau-chart__tooltip__list {
  display: table; }

.tau-chart__tooltip__list__item {
  display: table-row; }

.tau-chart__tooltip__list__elem {
  display: table-cell;
  padding-bottom: 4px;
  line-height: 1.3;
  color: #000; }

.tau-chart__tooltip__list__elem:not(:first-child) {
  padding-left: 15px; }

.tau-chart__tooltip__list__elem:first-child {
  color: #8e8e8e; }

.tau-chart__tooltip__gray-text {
  color: #8e8e8e; }

.tau-chart__tooltip-target {
  cursor: pointer; }

.tau-chart__tooltip-target .tau-chart__dot.tau-chart__highlighted,
.tau-chart__tooltip-target .tau-chart__bar.tau-chart__highlighted,
.tau-chart__tooltip-target .i-data-anchor.tau-chart__highlighted {
  stroke: #333;
  stroke-width: 1; }

.tau-chart__tooltip-target .tau-chart__bar.tau-chart__highlighted {
  shape-rendering: crispEdges; }

.vis-custom-time {
  background-color: #6E94FF;
  width: 2px;
  cursor: move;
  z-index: 1; }

.vis-custom-time.disabled {
  cursor: inherit; }

.vis-time-axis {
  position: relative;
  overflow: hidden; }

.vis-time-axis.vis-foreground {
  top: 0;
  left: 0;
  width: 100%; }

.vis-time-axis.vis-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vis-time-axis .vis-text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap; }

.vis-time-axis .vis-text.vis-measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden; }

.vis-time-axis .vis-grid.vis-vertical {
  position: absolute;
  border-left: 1px solid; }

.vis-time-axis .vis-grid.vis-vertical-rtl {
  position: absolute;
  border-right: 1px solid; }

.vis-time-axis .vis-grid.vis-minor {
  border-color: #e5e5e5; }

.vis-time-axis .vis-grid.vis-major {
  border-color: #bfbfbf; }

/* override some bootstrap styles screwing up the timelines css */
.vis [class*="span"] {
  min-height: 0;
  width: auto; }

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid; }

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
  border-color: #e5e5e5; }

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
  border-color: #bfbfbf; }

.vis-data-axis .vis-y-axis.vis-major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap; }

.vis-data-axis .vis-y-axis.vis-major.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto; }

.vis-data-axis .vis-y-axis.vis-minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap; }

.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto; }

.vis-data-axis .vis-y-axis.vis-title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center; }

.vis-data-axis .vis-y-axis.vis-title.vis-measure {
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: auto; }

.vis-data-axis .vis-y-axis.vis-title.vis-left {
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(-90deg); }

.vis-data-axis .vis-y-axis.vis-title.vis-right {
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(90deg); }

.vis-legend {
  background-color: rgba(247, 252, 255, 0.65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55); }

.vis-legend-text {
  /*font-size: 10px;*/
  white-space: nowrap;
  display: inline-block; }

.vis-item {
  position: absolute;
  color: #1A1A1A;
  border-color: #97B0F8;
  border-width: 1px;
  background-color: #D5DDF6;
  display: inline-block;
  z-index: 1;
  /*overflow: hidden;*/ }

.vis-item.vis-selected {
  border-color: #FFC200;
  background-color: #FFF785;
  /* z-index must be higher than the z-index of custom time bar and current time bar */
  z-index: 2; }

.vis-editable.vis-selected {
  cursor: move; }

.vis-item.vis-point.vis-selected {
  background-color: #FFF785; }

.vis-item.vis-box {
  text-align: center;
  border-style: solid;
  border-radius: 2px; }

.vis-item.vis-point {
  background: none; }

.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px; }

.vis-item.vis-range {
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box; }

.vis-item.vis-background {
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.vis-item .vis-item-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.vis-item-visible-frame {
  white-space: nowrap; }

.vis-item.vis-range .vis-item-content {
  position: relative;
  display: inline-block; }

.vis-item.vis-background .vis-item-content {
  position: absolute;
  display: inline-block; }

.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid; }

.vis-item .vis-item-content {
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px; }

.vis-item .vis-onUpdateTime-tooltip {
  position: absolute;
  background: #4f81bd;
  color: white;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  border-radius: 1px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s; }

.vis-item .vis-delete, .vis-item .vis-delete-rtl {
  position: absolute;
  top: 0px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 0px 5px;
  cursor: pointer;
  transition: background 0.2s linear; }

.vis-item .vis-delete {
  right: -24px; }

.vis-item .vis-delete-rtl {
  left: -24px; }

.vis-item .vis-delete:after, .vis-item .vis-delete-rtl:after {
  content: "\00D7";
  /* MULTIPLICATION SIGN */
  color: red;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  transition: color 0.2s linear; }

.vis-item .vis-delete:hover, .vis-item .vis-delete-rtl:hover {
  background: red; }

.vis-item .vis-delete:hover:after, .vis-item .vis-delete-rtl:hover:after {
  color: white; }

.vis-item .vis-drag-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  cursor: move; }

.vis-item.vis-range .vis-drag-left {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  left: -4px;
  cursor: w-resize; }

.vis-item.vis-range .vis-drag-right {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  right: -4px;
  cursor: e-resize; }

.vis-range.vis-item.vis-readonly .vis-drag-left,
.vis-range.vis-item.vis-readonly .vis-drag-right {
  cursor: auto; }

.vis-timeline {
  /*
  -webkit-transition: height .4s ease-in-out;
  transition:         height .4s ease-in-out;
  */ }

.vis-panel {
  /*
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
  */ }

.vis-axis {
  /*
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
  */ }

/* TODO: get animation working nicely

.vis-item {
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
}

.vis-item.line {
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.vis-current-time {
  background-color: #FF7F6E;
  width: 2px;
  z-index: 1;
  pointer-events: none; }

.vis-rolling-mode-btn {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 7px;
  right: 20px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.8;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #3876c2; }

.vis-rolling-mode-btn:before {
  content: "\26F6"; }

.vis-rolling-mode-btn:hover {
  opacity: 1; }

.vis-panel {
  position: absolute;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
  border: 1px #bfbfbf; }

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden; }

.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

.vis-left.vis-panel.vis-vertical-scroll {
  direction: rtl; }

.vis-left.vis-panel.vis-vertical-scroll .vis-content {
  direction: ltr; }

.vis-right.vis-panel.vis-vertical-scroll {
  direction: ltr; }

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
  direction: rtl; }

.vis-panel.vis-center,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
  border-left-style: solid;
  border-right-style: solid; }

.vis-background {
  overflow: hidden; }

.vis-panel > .vis-content {
  position: relative; }

.vis-panel .vis-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  /* TODO: find a nice way to ensure vis-shadows are drawn on top of items
  z-index: 1;
  */ }

.vis-panel .vis-shadow.vis-top {
  top: -1px;
  left: 0; }

.vis-panel .vis-shadow.vis-bottom {
  bottom: -1px;
  left: 0; }

.vis-graph-group0 {
  fill: #4f81bd;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #4f81bd; }

.vis-graph-group1 {
  fill: #f79646;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f79646; }

.vis-graph-group2 {
  fill: #8c51cf;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8c51cf; }

.vis-graph-group3 {
  fill: #75c841;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #75c841; }

.vis-graph-group4 {
  fill: #ff0100;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff0100; }

.vis-graph-group5 {
  fill: #37d8e6;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #37d8e6; }

.vis-graph-group6 {
  fill: #042662;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #042662; }

.vis-graph-group7 {
  fill: #00ff26;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #00ff26; }

.vis-graph-group8 {
  fill: #ff00ff;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff00ff; }

.vis-graph-group9 {
  fill: #8f3938;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8f3938; }

.vis-timeline .vis-fill {
  fill-opacity: 0.1;
  stroke: none; }

.vis-timeline .vis-bar {
  fill-opacity: 0.5;
  stroke-width: 1px; }

.vis-timeline .vis-point {
  stroke-width: 2px;
  fill-opacity: 1.0; }

.vis-timeline .vis-legend-background {
  stroke-width: 1px;
  fill-opacity: 0.9;
  fill: #ffffff;
  stroke: #c2c2c2; }

.vis-timeline .vis-outline {
  stroke-width: 1px;
  fill-opacity: 1;
  fill: #ffffff;
  stroke: #e5e5e5; }

.vis-timeline .vis-icon-fill {
  fill-opacity: 0.3;
  stroke: none; }

.vis-timeline {
  position: relative;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.vis-loading-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.vis-itemset {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.vis-itemset .vis-background,
.vis-itemset .vis-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible; }

.vis-axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1; }

.vis-foreground .vis-group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf; }

.vis-foreground .vis-group:last-child {
  border-bottom: none; }

.vis-nesting-group {
  cursor: pointer; }

.vis-nested-group {
  background: #f5f5f5; }

.vis-label.vis-nesting-group.expanded:before {
  content: "\25BC"; }

.vis-label.vis-nesting-group.collapsed-rtl:before {
  content: "\25C0"; }

.vis-label.vis-nesting-group.collapsed:before {
  content: "\25B6"; }

.vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.vis-labelset {
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }

.vis-labelset .vis-label {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
  box-sizing: border-box; }

.vis-labelset .vis-label {
  border-bottom: 1px solid #bfbfbf; }

.vis-labelset .vis-label.draggable {
  cursor: pointer; }

.vis-labelset .vis-label.vertical {
  display: flex;
  align-items: center;
  justify-content: center; }

.vis-labelset .vis-label:last-child {
  border-bottom: none; }

.vis-labelset .vis-label .vis-inner {
  display: inline-block;
  padding: 5px; }

.vis-labelset .vis-label .vis-inner.vis-hidden {
  padding: 0; }

.vis-labelset .vis-label.vertical .vis-inner {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  transform: rotate(-90deg); }

.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Must be displayed above for example selected Timeline items */
  z-index: 10; }

.vis-active {
  box-shadow: 0 0 10px #86d5f8; }

div.vis-configuration {
  position: relative;
  display: block;
  float: left;
  font-size: 12px; }

div.vis-configuration-wrapper {
  display: block;
  width: 700px; }

div.vis-configuration-wrapper::after {
  clear: both;
  content: "";
  display: block; }

div.vis-configuration.vis-config-option-container {
  display: block;
  width: 495px;
  background-color: #ffffff;
  border: 2px solid #f7f8fa;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px; }

div.vis-configuration.vis-config-button {
  display: block;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  background-color: #f7f8fa;
  border: 2px solid #ceced0;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
  cursor: pointer;
  margin-bottom: 30px; }

div.vis-configuration.vis-config-button.hover {
  background-color: #4588e6;
  border: 2px solid #214373;
  color: #ffffff; }

div.vis-configuration.vis-config-item {
  display: block;
  float: left;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px; }

div.vis-configuration.vis-config-item.vis-config-s2 {
  left: 10px;
  background-color: #f7f8fa;
  padding-left: 5px;
  border-radius: 3px; }

div.vis-configuration.vis-config-item.vis-config-s3 {
  left: 20px;
  background-color: #e4e9f0;
  padding-left: 5px;
  border-radius: 3px; }

div.vis-configuration.vis-config-item.vis-config-s4 {
  left: 30px;
  background-color: #cfd8e6;
  padding-left: 5px;
  border-radius: 3px; }

div.vis-configuration.vis-config-header {
  font-size: 18px;
  font-weight: bold; }

div.vis-configuration.vis-config-label {
  width: 120px;
  height: 25px;
  line-height: 25px; }

div.vis-configuration.vis-config-label.vis-config-s3 {
  width: 110px; }

div.vis-configuration.vis-config-label.vis-config-s4 {
  width: 100px; }

div.vis-configuration.vis-config-colorBlock {
  top: 1px;
  width: 30px;
  height: 19px;
  border: 1px solid #444444;
  border-radius: 2px;
  padding: 0px;
  margin: 0px;
  cursor: pointer; }

input.vis-configuration.vis-config-checkbox {
  left: -5px; }

input.vis-configuration.vis-config-rangeinput {
  position: relative;
  top: -5px;
  width: 60px;
  /*height:13px;*/
  padding: 1px;
  margin: 0;
  pointer-events: none; }

input.vis-configuration.vis-config-range {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 0px solid white;
  background-color: rgba(0, 0, 0, 0);
  /*required for proper track sizing in FF*/
  width: 300px;
  height: 20px; }

input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #dedede;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, #c8c8c8 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #999999;
  box-shadow: #aaaaaa 0px 0px 3px 0px;
  border-radius: 3px; }

input.vis-configuration.vis-config-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #14334b;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #3876c2;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #3876c2 0%, #385380 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3876c2', endColorstr='#385380',GradientType=0 );
  /* IE6-9 */
  box-shadow: #111927 0px 0px 1px 0px;
  margin-top: -7px; }

input.vis-configuration.vis-config-range:focus {
  outline: none; }

input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
  background: #9d9d9d;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #9d9d9d 0%, #c8c8c8 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#c8c8c8',GradientType=0 );
  /* IE6-9 */ }

input.vis-configuration.vis-config-range::-moz-range-track {
  width: 300px;
  height: 10px;
  background: #dedede;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, #c8c8c8 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #999999;
  box-shadow: #aaaaaa 0px 0px 3px 0px;
  border-radius: 3px; }

input.vis-configuration.vis-config-range::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380; }

/*hide the outline behind the border*/
input.vis-configuration.vis-config-range:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

input.vis-configuration.vis-config-range::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input.vis-configuration.vis-config-range::-ms-fill-lower {
  background: #777;
  border-radius: 10px; }

input.vis-configuration.vis-config-range::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px; }

input.vis-configuration.vis-config-range::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380; }

input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
  background: #888; }

input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
  background: #ccc; }

.vis-configuration-popup {
  position: absolute;
  background: rgba(57, 76, 89, 0.85);
  border: 2px solid #f2faff;
  line-height: 30px;
  height: 30px;
  width: 150px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  transition: opacity 0.3s ease-in-out; }

.vis-configuration-popup:after, .vis-configuration-popup:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.vis-configuration-popup:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(57, 76, 89, 0.85);
  border-width: 8px;
  margin-top: -8px; }

.vis-configuration-popup:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f2faff;
  border-width: 12px;
  margin-top: -12px; }

div.vis-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;
  font-family: verdana;
  font-size: 14px;
  color: #000000;
  background-color: #f5f4ed;
  border-radius: 3px;
  border: 1px solid #808074;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 5; }

* {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box; }

input, textarea {
  outline: none;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text; }

html {
  height: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: none; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: none; }

.app {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: none; }
  .app .screen {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    -webkit-overflow-scrolling: none;
    transform: translateX(0);
    transition-property: transform, opacity;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out; }
    .app .screen.right {
      transform: translateX(100%);
      opacity: 0; }
    .app .screen.left {
      transform: translateX(-100%);
      opacity: 0; }
    .app .screen.hide {
      transform: translateY(100%);
      opacity: 0; }
    .app .screen.overlay {
      z-index: 1;
      color: #fff;
      background-color: rgba(10, 10, 10, 0.5); }
    .app .screen.white {
      color: #333333; }
      .app .screen.white.overlay {
        background-color: rgba(250, 250, 250, 0.9); }
    .app .screen.flash {
      left: 0;
      transform: none;
      transition-property: left, top; }
      .app .screen.flash.right {
        left: 100%; }
      .app .screen.flash.left {
        left: -100%; }
      .app .screen.flash.bottom {
        top: 100%; }
      .app .screen.flash.top {
        top: -100%; }
    .app .screen.background {
      pointer-events: none;
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      -o-filter: blur(10px);
      filter: blur(10px); }
  @media (max-width: 1160px) {
    .app > .screen {
      top: 60px; } }
  .app .form {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .app .form .content {
      position: absolute;
      left: 0;
      right: 0;
      transform: translateX(0);
      transition-property: transform;
      transition-duration: 0.6s;
      transition-timing-function: ease-in-out; }
      .app .form .content.right {
        transform: translateX(100%); }
      .app .form .content.left {
        transform: translateX(-100%); }
  .app .loader {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000200;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
    .app .loader.show {
      pointer-events: auto;
      opacity: 1; }
      .app .loader.show .spinner {
        animation: spin 1s infinite linear; }
    .app .loader .spinner {
      position: relative;
      top: 35%;
      opacity: 0.9;
      border: 7px solid #bbbbbb;
      border-top-color: #ffffff;
      border-left-color: #ffffff;
      border-radius: 70px;
      box-shadow: 0 0 35px #dddddd;
      width: 70px;
      height: 70px;
      margin: 0 auto; }
    .app .loader .description {
      display: none;
      position: relative;
      color: #fff;
      width: 300px;
      height: 30px;
      top: 35%;
      margin: 5px auto;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      text-shadow: 0 0 15px #000; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.roundedCheckboxContainer {
  position: relative;
  height: 30px;
  width: 30px; }
  .roundedCheckboxContainer label {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #356faa;
    border-radius: 50%; }
    .roundedCheckboxContainer label:after {
      content: "";
      position: absolute;
      height: 12px;
      width: 20px;
      left: 3px;
      top: 5px;
      border: none;
      border-left: 4px solid #fff;
      border-bottom: 4px solid #fff;
      transform: rotate(-45deg);
      opacity: 0; }
  .roundedCheckboxContainer input[type="checkbox"] {
    opacity: 0.001; }
    .roundedCheckboxContainer input[type="checkbox"]:checked + label {
      background-color: #356faa;
      border-color: #356faa; }
      .roundedCheckboxContainer input[type="checkbox"]:checked + label:after {
        opacity: 1; }

.checkboxLabel {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 50px;
  padding: 0;
  margin: 5px;
  background-color: #fff;
  border-radius: 15px;
  vertical-align: middle; }
  .checkboxLabel.disabled {
    opacity: 0.5; }
  .checkboxLabel.sm {
    top: -2px;
    margin: 0;
    margin-right: 2px;
    width: 31px;
    height: 18px;
    border-radius: 9px; }
    .checkboxLabel.sm .checkboxToggle {
      width: 31px;
      height: 18px; }
      .checkboxLabel.sm .checkboxToggle:before {
        height: 16px;
        width: 16px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
      .checkboxLabel.sm .checkboxToggle:after {
        width: 31px;
        height: 18px;
        border-radius: 9px; }
    .checkboxLabel.sm input[type="checkbox"]:checked + .checkboxToggle:before, .checkboxLabel.sm input[type="radio"]:checked + .checkboxToggle:before {
      left: 14px; }
  .checkboxLabel.blue input[type="checkbox"]:checked + .checkboxToggle:after, .checkboxLabel.blue input[type="radio"]:checked + .checkboxToggle:after {
    background-color: #4AC0E0; }
  .checkboxLabel .checkboxToggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 30px; }
    .checkboxLabel .checkboxToggle:before {
      content: '';
      position: absolute;
      display: block;
      padding: 0;
      margin: 0;
      height: 28px;
      width: 28px;
      border-radius: 100%;
      background-color: #fff;
      top: 1px;
      left: 1px;
      z-index: 3;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
      transition-property: left;
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out; }
    .checkboxLabel .checkboxToggle:after {
      content: '';
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 50px;
      height: 30px;
      border-radius: 15px;
      z-index: 2;
      background-color: #ddd;
      transition-property: background-color;
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out; }
  .checkboxLabel input[type="checkbox"]:checked + .checkboxToggle:before, .checkboxLabel input[type="radio"]:checked + .checkboxToggle:before {
    left: 20px; }
  .checkboxLabel input[type="checkbox"]:checked + .checkboxToggle:after, .checkboxLabel input[type="radio"]:checked + .checkboxToggle:after {
    background-color: #4AC0E0; }
  .checkboxLabel input[type="checkbox"]:checked + .dark:before {
    left: 20px; }
  .checkboxLabel input[type="checkbox"]:checked + .dark:after {
    background-color: #337ab7; }
  .checkboxLabel input[type="checkbox"], .checkboxLabel input[type="radio"] {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0;
    opacity: 0.001;
    z-index: 1;
    vertical-align: top;
    outline: none; }

::-webkit-scrollbar {
  width: 8px;
  /* 1px wider than Lion. */
  height: 8px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(9, 53, 69, 0);
  -webkit-border-radius: 100px; }

/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(9, 53, 69, 0.1); }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb {
  /* This is the EXACT color of Mac OS scrollbars.
  Yes, I pulled out digital color meter */
  background-color: rgba(9, 53, 69, 0.4);
  -webkit-border-radius: 100px; }

::-webkit-scrollbar-thumb:active {
  background: rgba(9, 53, 69, 0.5);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

.grid-size-selector {
  position: relative;
  width: 155px;
  height: 105px; }
  .grid-size-selector > .indicator {
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #ddd;
    border-color: #999;
    border-width: 1px;
    border-style: dashed; }
  .grid-size-selector > .cell {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0.7;
    cursor: pointer;
    border-color: #999;
    border-width: 1px;
    border-style: solid; }
    .grid-size-selector > .cell[data-row="2"] {
      top: 30px; }
    .grid-size-selector > .cell[data-row="3"] {
      top: 55px; }
    .grid-size-selector > .cell[data-row="4"] {
      top: 80px; }
    .grid-size-selector > .cell[data-col="2"] {
      left: 30px; }
    .grid-size-selector > .cell[data-col="3"] {
      left: 55px; }
    .grid-size-selector > .cell[data-col="4"] {
      left: 80px; }
    .grid-size-selector > .cell[data-col="5"] {
      left: 105px; }
    .grid-size-selector > .cell[data-col="6"] {
      left: 130px; }
    .grid-size-selector > .cell.selected {
      border-color: #1A82E2; }

* {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: none;
  box-sizing: border-box; }

html, body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.428571429; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: none; }

p {
  padding-bottom: 10px; }

table td {
  vertical-align: top; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

.titleBar {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: 22px;
  padding: 10px;
  margin-bottom: 10px; }
  .titleBar.green {
    background-color: #007934; }
  .titleBar.blue {
    background-color: #0082B5; }
  .titleBar.orange, .titleBar.purple {
    background-color: #8347AD; }
  .titleBar.grey {
    background-color: #867874; }

.logoFooter {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../images/PillarLogo-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  margin-top: 10px; }
  .logoFooter.green {
    background-color: #007934; }
  .logoFooter.blue {
    background-color: #0082B5; }
  .logoFooter.orange, .logoFooter.purple {
    background-color: #8347AD; }
  .logoFooter.grey {
    background-color: #867874; }

.coverPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  padding-bottom: 45px; }
  .coverPage.green {
    background-image: url(../images/lessons/GreenBackgroundPattern.png); }
  .coverPage.blue {
    background-image: url(../images/lessons/BlueBackgroundPattern.png); }
  .coverPage.purple {
    background-image: url(../images/lessons/PurpleBackgroundPattern.png); }
  .coverPage.grey {
    background-image: url(../images/lessons/GreyBackgroundPattern.png); }
  .coverPage.photo {
    background-repeat: no-repeat;
    background-size: cover; }
  .coverPage p {
    margin: 0;
    padding: 0; }
  .coverPage > .innerContent {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    padding: 10px 60px;
    text-align: center;
    overflow-y: auto;
    margin: 10px 0; }
    @media (max-width: 500px) {
      .coverPage > .innerContent {
        padding: 0 20px; } }
    .coverPage > .innerContent > .subtitle {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 5px;
      margin: 10px 0; }
      @media (max-width: 500px) {
        .coverPage > .innerContent > .subtitle {
          font-size: 16px !important;
          letter-spacing: 4px; }
          .coverPage > .innerContent > .subtitle * {
            font-size: 16px !important; } }
    .coverPage > .innerContent > .title {
      font-size: 50px;
      font-weight: 600;
      letter-spacing: 3px;
      line-height: 1.1;
      margin: 10px 0; }
      @media (max-width: 500px) {
        .coverPage > .innerContent > .title {
          font-size: 34px !important; }
          .coverPage > .innerContent > .title * {
            font-size: 34px !important; } }
      .coverPage > .innerContent > .title:after {
        display: block;
        content: " ";
        position: relative;
        width: 80px;
        height: 5px;
        background-color: #000;
        margin: 10px auto; }
    .coverPage > .innerContent .description {
      font-size: 16px;
      letter-spacing: 1px;
      margin: 10px 0; }
      @media (max-width: 500px) {
        .coverPage > .innerContent .description {
          font-size: 14px !important; }
          .coverPage > .innerContent .description * {
            font-size: 14px !important; } }
  .coverPage > .footer {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    padding: 13px;
    margin-top: 10px;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 14px;
    letter-spacing: 5px; }
    @media (max-width: 500px) {
      .coverPage > .footer {
        font-size: 12px !important;
        padding: 10px;
        letter-spacing: 4px; } }

.twoColumn {
  position: relative; }
  @media (min-width: 500px) {
    .twoColumn {
      display: flex; } }
  .twoColumn .column {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 1%;
    vertical-align: top; }
    @media (max-width: 500px) {
      .twoColumn .column {
        display: block;
        width: 100%;
        padding: 0; } }

.callout {
  display: block;
  background-color: #ddd;
  font-weight: 600;
  font-size: 16px;
  padding: 10px; }

img.note-float-left {
  margin-right: 10px; }

img.note-float-right {
  margin-left: 10px; }

.reminder-menu {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  bottom: 60px;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  text-align: left;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  border-radius: 6px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px; }
  .reminder-menu.open {
    bottom: 65px;
    height: 185px;
    opacity: 1;
    pointer-events: auto; }
  .reminder-menu:after, .reminder-menu:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(180deg); }
  .reminder-menu:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .reminder-menu > .screens {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 6px; }
    .reminder-menu > .screens > .screen {
      padding-top: 10px;
      padding-bottom: 10px; }
      .reminder-menu > .screens > .screen .header {
        position: relative;
        font-size: 14px;
        font-weight: 600; }
      .reminder-menu > .screens > .screen.remindMe-Confirm {
        font-weight: 600; }
        .reminder-menu > .screens > .screen.remindMe-Confirm .note {
          display: block;
          font-size: 12px; }
        .reminder-menu > .screens > .screen.remindMe-Confirm .reminder-datetime {
          display: block;
          font-size: 20px;
          margin: 10px 38px;
          color: #007934; }
  .reminder-menu .calendar .next-button, .reminder-menu .calendar .previous-button {
    position: absolute;
    top: 6px;
    cursor: pointer;
    width: 18px;
    height: 22px;
    z-index: 1; }
    .reminder-menu .calendar .next-button.disabled, .reminder-menu .calendar .previous-button.disabled {
      opacity: 0.3;
      pointer-events: none; }
  .reminder-menu .calendar .next-button {
    right: 6px; }
    .reminder-menu .calendar .next-button::after {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .reminder-menu .calendar .previous-button {
    left: 6px; }
    .reminder-menu .calendar .previous-button::after {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .reminder-menu .calendar .month-header {
    padding: 6px;
    font-size: 14px;
    font-weight: 600; }
  .reminder-menu .calendar .month-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0 13px; }
    .reminder-menu .calendar .month-body .calendar-day {
      height: 22px;
      width: 28px;
      margin: 1px 4px;
      padding: 3px;
      color: #222;
      font-size: 12px;
      text-align: center;
      border-radius: 3px;
      cursor: pointer; }
      .reminder-menu .calendar .month-body .calendar-day.today {
        color: #000;
        background-color: #ddd;
        font-weight: 600; }
      .reminder-menu .calendar .month-body .calendar-day:hover, .reminder-menu .calendar .month-body .calendar-day.today:hover {
        background-color: #666;
        color: #fff; }
      .reminder-menu .calendar .month-body .calendar-day.past {
        color: #bbb;
        pointer-events: none; }
  .reminder-menu .timeMenu {
    display: block;
    position: relative;
    width: 80%;
    margin: 10px auto;
    margin-top: 40px; }
    .reminder-menu .timeMenu select {
      display: block;
      width: 100%;
      color: #666;
      font-size: 15px;
      font-weight: 600;
      -webkit-appearance: none;
      border-radius: 5px;
      background-color: transparent;
      border-color: #999;
      border-width: 1px;
      border-style: solid;
      outline: none;
      padding: 10px 15px;
      padding-right: 40px; }
    .reminder-menu .timeMenu:after {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 15px;
      top: 12px;
      font-size: 18px;
      pointer-events: none;
      color: #666; }

.card {
  display: inline-block;
  width: 350px;
  min-height: 100px;
  text-align: center;
  margin: 20px;
  perspective: 800px; }
  .card.snap-back {
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease-in-out; }
  @media (max-width: 800px) {
    .card {
      width: 96%;
      margin: 10px 2%; } }
  .card.lessonTheme .front .background {
    background: linear-gradient(0deg, #76cfe7 0%, #4AC0E0 100%); }
  .card.lessonTheme .front .body {
    color: #fff;
    padding: 0; }
    .card.lessonTheme .front .body .title, .card.lessonTheme .front .body .description {
      color: #fff;
      padding: 10px; }
    .card.lessonTheme .front .body .subtitle {
      padding-top: 15px;
      padding-bottom: 10px;
      font-size: 14px; }
      .card.lessonTheme .front .body .subtitle::before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 5px; }
    .card.lessonTheme .front .body .photo {
      border-radius: 0; }
    .card.lessonTheme .front .body .description .feature {
      margin-bottom: 70px; }
    .card.lessonTheme .front .body .reason {
      color: #fff; }
  .card.lessonTheme .front .button.cta {
    border-color: rgba(74, 192, 224, 0.5);
    background: #fff;
    color: #0082B5; }
    .card.lessonTheme .front .button.cta:before {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .card.focusSetTheme .front .header .points, .card.focusSetTheme .front .header .points::after, .card.focusSetTheme .front .header .menu-icon::after {
    color: #007934; }
  .card.focusSetTheme .front .background {
    background: linear-gradient(0deg, #00ac4a 0%, #007934 100%); }
  .card.focusSetTheme .front .body {
    color: #fff;
    padding: 0; }
    .card.focusSetTheme .front .body .title, .card.focusSetTheme .front .body .description {
      color: #fff;
      padding: 10px; }
    .card.focusSetTheme .front .body .subtitle {
      padding-top: 15px;
      padding-bottom: 10px;
      font-size: 14px; }
      .card.focusSetTheme .front .body .subtitle::before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 5px; }
    .card.focusSetTheme .front .body .photo {
      border-radius: 0; }
    .card.focusSetTheme .front .body .reason {
      color: #fff; }
  .card.focusSetTheme .front .button.cta {
    border-color: rgba(0, 121, 52, 0.5);
    background: #fff;
    color: #007934; }
    .card.focusSetTheme .front .button.cta:before {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .card.contestTheme .front .callout {
    left: auto;
    right: 15px;
    border-color: #fff;
    color: #fff;
    width: 90px;
    height: 90px;
    top: 80px;
    background: linear-gradient(0deg, #00ac4a 0%, #007934 100%); }
  .card.contestTheme .front .body {
    padding: 0; }
    .card.contestTheme .front .body .photo {
      border-radius: 0; }
  .card.contestTheme .front .button {
    background: linear-gradient(270deg, #007934 0%, #00ac4a 100%); }
    .card.contestTheme .front .button:before {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .card.missionTheme .front .callout {
    border-color: #fff;
    background-color: #4AC0E0;
    color: #fff; }
  .card.missionTheme .front .body {
    padding: 0; }
    .card.missionTheme .front .body .title, .card.missionTheme .front .body .description {
      padding: 10px; }
    .card.missionTheme .front .body .subtitle {
      padding-top: 20px;
      font-size: 14px; }
      .card.missionTheme .front .body .subtitle::before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 5px; }
    .card.missionTheme .front .body .description {
      font-size: 18px;
      margin: 5px 50px; }
    .card.missionTheme .front .body .expire-time {
      color: #4AC0E0;
      font-size: 32px;
      font-weight: bold;
      text-transform: capitalize; }
    .card.missionTheme .front .body .photo {
      border-radius: 0; }
  .card.missionTheme .front .button.cta:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .card.notificationTheme .front {
    min-height: 200px; }
    .card.notificationTheme .front .background {
      background: linear-gradient(0deg, #00a7e8 0%, #0082B5 100%); }
    .card.notificationTheme .front .header .icon:before {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: 18px; }
    .card.notificationTheme .front .body {
      padding-bottom: 10px; }
      .card.notificationTheme .front .body .title, .card.notificationTheme .front .body .description {
        color: #fff; }
        .card.notificationTheme .front .body .title a, .card.notificationTheme .front .body .description a {
          color: #fff; }
      .card.notificationTheme .front .body .description.no-photo {
        background-color: #fff;
        border-radius: 15px;
        color: #333;
        margin: 0 12px;
        padding: 28px 14px; }
      .card.notificationTheme .front .body .no-photo-addon {
        background-color: #fff;
        clip-path: polygon(100% 0, 0 0, 0 100%);
        margin: auto;
        height: 50px;
        width: 65px; }
      .card.notificationTheme .front .body .reason {
        color: #fff; }
    .card.notificationTheme .front .button {
      display: none; }
  .card.verificationTheme {
    color: #fff; }
    .card.verificationTheme .front {
      min-height: 200px;
      padding-bottom: 0 !important; }
      .card.verificationTheme .front .header {
        position: relative;
        display: flex;
        width: auto;
        margin: 0 18%; }
        .card.verificationTheme .front .header .icon {
          position: relative;
          flex-basis: 50px;
          color: #fff;
          font-size: 50px; }
        .card.verificationTheme .front .header .title {
          font-size: 20px;
          color: #fff;
          text-align: left;
          padding: 15px;
          align-self: flex-end; }
      .card.verificationTheme .front .body {
        padding: 10px 10%; }
        .card.verificationTheme .front .body .description {
          color: #fff; }
          .card.verificationTheme .front .body .description a {
            color: #fff; }
        .card.verificationTheme .front .body .user-name {
          font-size: 20px; }
        .card.verificationTheme .front .body .reason {
          color: #fff; }
    .card.verificationTheme.verified .front .background {
      background: linear-gradient(0deg, #00ac4a 0%, #007934 100%); }
    .card.verificationTheme.verified .front .header .icon:after {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .card.verificationTheme.exempt .front .background {
      background: linear-gradient(0deg, #ffad33 0%, #ff9900 100%); }
    .card.verificationTheme.exempt .front .header .icon:after {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .card.verificationTheme.not-verified .front .background {
      background: linear-gradient(0deg, red 0%, #cc0000 100%); }
    .card.verificationTheme.not-verified .front .header .icon:after {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .card.verificationTheme.not-verified .front .user-name {
      display: none; }
    .card.verificationTheme .button {
      display: none; }
  .card.backgroundTheme .front .header .points, .card.backgroundTheme .front .header .points::after, .card.backgroundTheme .front .header .menu-icon::after {
    color: #8347AD; }
  .card.backgroundTheme .front .body {
    color: #fff;
    padding: 0; }
    .card.backgroundTheme .front .body .title, .card.backgroundTheme .front .body .description {
      color: #fff;
      padding: 10px; }
    .card.backgroundTheme .front .body .photo {
      border-radius: 0; }
    .card.backgroundTheme .front .body .reason {
      color: #fff; }
  .card.backgroundTheme .front .button.cta {
    border-color: rgba(131, 71, 173, 0.5);
    background: #fff;
    color: #8347AD; }
  .card.activityEventTheme .front {
    padding-bottom: 20px; }
    .card.activityEventTheme .front .background {
      background: linear-gradient(0deg, #4d4d4d 0%, #000 100%); }
    .card.activityEventTheme .front .body {
      color: #fff;
      padding: 0; }
      .card.activityEventTheme .front .body .title, .card.activityEventTheme .front .body .description {
        color: #fff;
        padding: 10px; }
      .card.activityEventTheme .front .body .title {
        font-size: 24px; }
      .card.activityEventTheme .front .body .photo {
        display: none;
        border-radius: 0; }
      .card.activityEventTheme .front .body .reason {
        color: #fff; }
      .card.activityEventTheme .front .body .rsvp-label {
        margin-top: 25px; }
      .card.activityEventTheme .front .body .date {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 600; }
      .card.activityEventTheme .front .body .time {
        font-size: 18px; }
    .card.activityEventTheme .front .date-box {
      display: flex;
      flex-direction: column;
      background: #fff;
      width: 100px;
      height: -moz-fit-content;
      height: fit-content;
      margin: 30px auto;
      margin-bottom: 16px;
      padding: 12px 0 4px;
      text-align: center;
      border-style: solid;
      border-color: #000;
      border-width: 5px;
      border-radius: 10px; }
      .card.activityEventTheme .front .date-box .month {
        color: #666;
        font-size: 14px;
        font-weight: 600; }
      .card.activityEventTheme .front .date-box .date {
        color: #666;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;
        margin-top: 12px; }
      .card.activityEventTheme .front .date-box .caption {
        color: #aaa;
        font-size: 14px;
        font-style: italic; }
      .card.activityEventTheme .front .date-box .timezone {
        color: #666;
        margin-top: 4px;
        margin-bottom: 8px; }
    .card.activityEventTheme .front.hasPhoto .date-box {
      position: absolute;
      z-index: 1;
      top: 60px;
      left: 20px; }
    .card.activityEventTheme .front.hasPhoto .title {
      padding-top: 40px; }
    .card.activityEventTheme .front.hasPhoto .photo {
      display: block; }
    .card.activityEventTheme .front.with-photo:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.45);
      z-index: -1; }
    .card.activityEventTheme .front.with-photo .title, .card.activityEventTheme .front.with-photo .points, .card.activityEventTheme .front.with-photo .menu-icon, .card.activityEventTheme .front.with-photo .description {
      color: #fff; }
    .card.activityEventTheme .front.with-photo .button {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
      .card.activityEventTheme .front.with-photo .button.no-cta {
        border: none; }
    .card.activityEventTheme .front.with-photo .reason {
      color: #e5e5e5; }
    .card.activityEventTheme .front .button.cta {
      border-color: rgba(0, 0, 0, 0.5);
      background: #fff;
      color: #0082B5; }
      .card.activityEventTheme .front .button.cta:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .card.activityEventTheme .front .button.no-cta {
      background-color: #fff;
      border: 1px solid #666;
      color: #0082B5; }
    .card.activityEventTheme .front .button.no-cta.view-calendar {
      border: 5px solid rgba(255, 255, 255, 0.7);
      color: #fff; }
  .card.activityEventTheme .askQuestion .button.cta {
    height: inherit; }
  .card.videoTheme.reminder .front .button-container .button.cta {
    display: none; }
  .card.videoTheme .front.hasPhoto .header .points, .card.videoTheme .front.hasPhoto .header .menu-icon {
    top: 10px;
    background-color: rgba(60, 60, 60, 0.8);
    color: #fff; }
  .card.videoTheme .front.hasPhoto .header .points {
    left: 10px; }
  .card.videoTheme .front.hasPhoto .header .menu-icon {
    right: 10px; }
  .card.videoTheme .front.hasPhoto .body {
    padding: 0;
    min-height: 300px; }
    .card.videoTheme .front.hasPhoto .body .photo {
      position: relative;
      height: auto;
      aspect-ratio: 16 / 9;
      background-size: cover;
      background-position: center;
      cursor: pointer;
      pointer-events: auto;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
      .card.videoTheme .front.hasPhoto .body .photo:after {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        transition-property: background-color;
        transition-duration: 0.4s;
        transition-timing-function: ease-in-out;
        font-size: 40px;
        color: #fff; }
      .card.videoTheme .front.hasPhoto .body .photo:hover:after {
        background-color: rgba(0, 0, 0, 0.5); }
    .card.videoTheme .front.hasPhoto .body .video-duration {
      border-radius: 3px;
      background-color: rgba(60, 60, 60, 0.8);
      color: #fff;
      height: 22px;
      display: inline-block;
      font-size: 12px;
      position: absolute;
      padding: 2px 10px;
      right: 10px;
      margin-top: -30px; }
    .card.videoTheme .front.hasPhoto .body .title, .card.videoTheme .front.hasPhoto .body .description {
      padding: 10px; }
    .card.videoTheme .front.hasPhoto .body .title {
      margin-top: 0;
      font-size: 20px;
      font-weight: 600;
      color: #000; }
    .card.videoTheme .front.hasPhoto .body .video-category {
      display: inline-flex;
      border-radius: 3px;
      background-color: #ccc;
      font-size: 12px;
      color: #000;
      height: 20px;
      white-space: nowrap;
      padding: 2px 10px; }
      .card.videoTheme .front.hasPhoto .body .video-category > img {
        height: 16px;
        margin-right: 5px;
        filter: brightness(0); }
    .card.videoTheme .front.hasPhoto .body .reason {
      margin-bottom: 10px; }
  .card.videoTheme .front.hasPhoto .video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 1; }
    .card.videoTheme .front.hasPhoto .video-container > mux-player {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
  .card.videoTheme .front.hasPhoto .button-container .button {
    margin-bottom: 0; }
  .card.videoTheme .front.hasPhoto .button-container .link-button, .card.videoTheme .front.hasPhoto .button-container #memberInfoScreen .log-consult .previous-notes-link, #memberInfoScreen .log-consult .card.videoTheme .front.hasPhoto .button-container .previous-notes-link, .card.videoTheme .front.hasPhoto .button-container #memberInfoScreen .log-consult .question-container .question .question-header .question-history-link, #memberInfoScreen .log-consult .question-container .question .question-header .card.videoTheme .front.hasPhoto .button-container .question-history-link, .card.videoTheme .front.hasPhoto .button-container #activityEventCheckInScreen .check-link, #activityEventCheckInScreen .card.videoTheme .front.hasPhoto .button-container .check-link {
    margin: 5px; }
  .card.urgent .front .header .icon, .card.urgent .front .header .points {
    color: #ee786c; }
  .card.urgent .front .body .description {
    color: #ee786c; }
  .card.content .front .header .icon, .card.content .front .header .points {
    color: #867874; }
  .card.content .front .body .description .normal {
    color: #000; }
  .card.disabled .front {
    opacity: 0.5;
    pointer-events: none; }
  .card.activity .front {
    padding-bottom: 90px; }
  .card.reminder .front {
    padding-bottom: 175px; }
    .card.reminder .front .reminder-menu {
      bottom: 105px; }
      .card.reminder .front .reminder-menu.open {
        bottom: 110px; }
    .card.reminder .front .reschedule-flag {
      position: absolute;
      top: 8px;
      right: 0px;
      height: 20px;
      min-width: 200px;
      padding: 2px 0;
      padding-right: 10px;
      background-color: #0082B5;
      color: #fff;
      text-align: left;
      font-style: italic; }
      .card.reminder .front .reschedule-flag::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: -20px;
        width: 0;
        height: 0px;
        border: 10px solid #0082B5;
        border-bottom-color: #0082B5;
        border-left-color: transparent; }
      .card.reminder .front .reschedule-flag.past {
        background-color: #ee786c; }
        .card.reminder .front .reschedule-flag.past::before {
          border: 10px solid #ee786c;
          border-bottom-color: #ee786c;
          border-left-color: transparent; }
    .card.reminder .front .button-container .button {
      display: block;
      width: 80%;
      margin: 10px auto; }
      .card.reminder .front .button-container .button.reschedule {
        background: #fff;
        border-color: #4AC0E0;
        color: #0082B5; }
      .card.reminder .front .button-container .button.cancel {
        background: #fff;
        border-color: #ee786c;
        color: #ee786c; }
  .card.reminder .back .button-container .button {
    display: block;
    width: 80%;
    margin: 10px auto; }
    .card.reminder .back .button-container .button.again {
      background-color: #fff;
      border-color: #007934;
      color: #007934;
      border-width: 1px;
      border-style: solid; }
  .card .front {
    transform: rotateX(0deg) rotateY(0deg);
    min-height: 305px; }
    .card .front .reasonOverlay {
      display: none;
      position: absolute;
      background: #111;
      top: 30px;
      bottom: 30px;
      left: 20px;
      right: 20px;
      border-radius: 5px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      color: #eee;
      padding: 5px 10px;
      overflow: auto;
      z-index: 10; }
      .card .front .reasonOverlay .close {
        position: absolute;
        top: 2px;
        right: 2px;
        width: 15px;
        height: 15px;
        color: #eee;
        font-size: 15px;
        z-index: 100;
        cursor: pointer; }
      .card .front .reasonOverlay .answerInfo {
        padding: 5px; }
    .card .front .callout {
      display: none;
      flex-direction: column;
      justify-content: center;
      position: absolute;
      z-index: 1;
      top: 90px;
      left: 15px;
      width: 100px;
      height: 100px;
      background-color: #fff;
      color: #0082B5;
      border-style: solid;
      border-width: 5px;
      border-color: #4AC0E0;
      border-radius: 100%; }
      .card .front .callout .callout-label {
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize; }
      .card .front .callout .callout-value {
        font-size: 30px;
        font-weight: 600; }
    .card .front .input {
      display: block;
      position: relative;
      width: 80%;
      left: 50%;
      margin-left: -40%;
      margin-top: 15px;
      background-color: #f6f6f6;
      border-radius: 15px;
      border-style: solid;
      border-width: 1px;
      border-color: #ddd;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
      .card .front .input > input {
        height: 20px;
        margin: 10px;
        padding: 0;
        border: none;
        background: transparent;
        resize: none;
        font-size: 14px;
        color: #333;
        overflow-y: hidden;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase; }
  .card .back {
    position: absolute;
    top: 0;
    transform: rotateY(-180deg); }
  .card .redeem-back {
    min-height: 330px; }
  .card.flipped .front {
    transform: rotateY(180deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  .card.flipped .back {
    transform: rotateX(0deg) rotateY(0deg); }
    .card.flipped .back .header .icon, .card.flipped .back .header .points {
      color: #007934; }
  .card .front, .card .back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgba(0, 100, 150, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease-in-out; }
    .card .front.hide, .card .back.hide {
      opacity: 0; }
    .card .front.question .biometrics, .card .back.question .biometrics {
      margin-top: 10px; }
      @media (max-width: 800px) {
        .card .front.question .biometrics, .card .back.question .biometrics {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; } }
      .card .front.question .biometrics .biometrics-container, .card .back.question .biometrics .biometrics-container {
        font-size: 13px;
        color: #444;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
        width: 100%; }
        .card .front.question .biometrics .biometrics-container .biometric, .card .back.question .biometrics .biometrics-container .biometric {
          display: flex;
          flex-direction: row;
          width: 45%;
          justify-content: flex-end;
          margin-right: 15px; }
          @media (max-width: 800px) {
            .card .front.question .biometrics .biometrics-container .biometric, .card .back.question .biometrics .biometrics-container .biometric {
              justify-content: center;
              margin-right: 0; } }
          .card .front.question .biometrics .biometrics-container .biometric .biometric-name, .card .back.question .biometrics .biometrics-container .biometric .biometric-name {
            text-transform: capitalize;
            margin-right: 3px; }
        .card .front.question .biometrics .biometrics-container input, .card .back.question .biometrics .biometrics-container input {
          margin-left: 5px;
          border-radius: 6px;
          border: 1px solid #dddbdb;
          height: 35px;
          width: 150px;
          text-align: center;
          font-size: 15px; }
    .card .front.question .reviewAnswer, .card .back.question .reviewAnswer {
      position: absolute;
      top: 80px;
      margin: 10px 0;
      width: 100%; }
    .card .front.question .reviewAnswerBiometrics, .card .back.question .reviewAnswerBiometrics {
      position: absolute;
      margin: 10px 0;
      width: 100%; }
      .card .front.question .reviewAnswerBiometrics .review-biometrics, .card .back.question .reviewAnswerBiometrics .review-biometrics {
        top: 0;
        color: red;
        font-weight: bold;
        margin: 20px 0; }
        .card .front.question .reviewAnswerBiometrics .review-biometrics .biometric, .card .back.question .reviewAnswerBiometrics .review-biometrics .biometric {
          font-weight: bold;
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
          font-size: 13px;
          margin-top: 10px; }
          .card .front.question .reviewAnswerBiometrics .review-biometrics .biometric .error, .card .back.question .reviewAnswerBiometrics .review-biometrics .biometric .error {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: center;
            margin-bottom: 5px; }
          .card .front.question .reviewAnswerBiometrics .review-biometrics .biometric span, .card .back.question .reviewAnswerBiometrics .review-biometrics .biometric span {
            font-style: italic; }
          .card .front.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-info, .card .back.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-info {
            display: flex;
            flex-direction: row; }
          .card .front.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-name, .card .back.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-name {
            text-transform: capitalize;
            margin-right: 3px;
            color: #444; }
          .card .front.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-result, .card .back.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-result {
            margin-left: 5px;
            color: black; }
            .card .front.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-result .biometric-units, .card .back.question .reviewAnswerBiometrics .review-biometrics .biometric .biometric-result .biometric-units {
              margin-left: 3px; }
    .card .front.question.nps, .card .back.question.nps {
      min-height: 310px; }
      .card .front.question.nps .nps-input-list, .card .back.question.nps .nps-input-list {
        position: relative;
        margin: 0 -5px; }
        .card .front.question.nps .nps-input-list .nps-label, .card .back.question.nps .nps-input-list .nps-label {
          position: absolute;
          display: inline-block;
          top: 60px;
          color: #999;
          padding: 0 6px; }
          .card .front.question.nps .nps-input-list .nps-label.low, .card .back.question.nps .nps-input-list .nps-label.low {
            left: 0; }
          .card .front.question.nps .nps-input-list .nps-label.high, .card .back.question.nps .nps-input-list .nps-label.high {
            right: 0; }
        .card .front.question.nps .nps-input-list .button, .card .back.question.nps .nps-input-list .button {
          position: relative;
          display: inline-block;
          margin: 2px;
          padding: 0px;
          width: 24px;
          height: 70px;
          min-width: 0;
          color: #000;
          background: transparent;
          border: none;
          text-align: center; }
          .card .front.question.nps .nps-input-list .button:after, .card .back.question.nps .nps-input-list .button:after {
            display: block;
            position: absolute;
            content: "";
            top: 34px;
            left: 2px;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background-color: #ddd;
            border: solid #aaa 1px; }
          .card .front.question.nps .nps-input-list .button.selected:after, .card .back.question.nps .nps-input-list .button.selected:after {
            background-color: #007934;
            border-color: #007934; }
        .card .front.question.nps .nps-input-list.confirmAnswers .button, .card .back.question.nps .nps-input-list.confirmAnswers .button {
          color: #333; }
          .card .front.question.nps .nps-input-list.confirmAnswers .button:after, .card .back.question.nps .nps-input-list.confirmAnswers .button:after {
            border-color: #fff;
            background-color: #eee; }
          .card .front.question.nps .nps-input-list.confirmAnswers .button.selected, .card .back.question.nps .nps-input-list.confirmAnswers .button.selected {
            color: #000; }
            .card .front.question.nps .nps-input-list.confirmAnswers .button.selected:after, .card .back.question.nps .nps-input-list.confirmAnswers .button.selected:after {
              background-color: #007934; }
      .card .front.question.nps .link-button, .card .front.question.nps #memberInfoScreen .log-consult .previous-notes-link, #memberInfoScreen .log-consult .card .front.question.nps .previous-notes-link, .card #memberInfoScreen .log-consult .question-container .front.question.nps .question-header .question-history-link, #memberInfoScreen .log-consult .question-container .card .front.question.nps .question-header .question-history-link, .card .front.question.nps #activityEventCheckInScreen .check-link, #activityEventCheckInScreen .card .front.question.nps .check-link, .card .back.question.nps .link-button, .card .back.question.nps #memberInfoScreen .log-consult .previous-notes-link, #memberInfoScreen .log-consult .card .back.question.nps .previous-notes-link, .card #memberInfoScreen .log-consult .question-container .back.question.nps .question-header .question-history-link, #memberInfoScreen .log-consult .question-container .card .back.question.nps .question-header .question-history-link, .card .back.question.nps #activityEventCheckInScreen .check-link, #activityEventCheckInScreen .card .back.question.nps .check-link {
        display: block; }
    .card .front.question .body .title, .card .back.question .body .title {
      font-size: 14px;
      font-weight: 400;
      padding: 5px;
      margin-bottom: 15px; }
    .card .front.question .body .subhead, .card .back.question .body .subhead {
      font-size: 16px;
      font-weight: 600; }
    .card .front.question .body .cardPreviousAnswer, .card .back.question .body .cardPreviousAnswer {
      padding: 10px;
      margin: 10px;
      background-color: #dddd;
      border-radius: 3px; }
    .card .front.hasPhoto .header .points, .card .front.hasPhoto .header .menu-icon, .card .back.hasPhoto .header .points, .card .back.hasPhoto .header .menu-icon {
      top: 20px; }
    .card .front.hasPhoto .header .points, .card .back.hasPhoto .header .points {
      left: 20px; }
    .card .front.hasPhoto .header .menu-icon, .card .back.hasPhoto .header .menu-icon {
      right: 20px; }
    .card .front.hasPhoto .menu, .card .back.hasPhoto .menu {
      top: 50px;
      right: 29px; }
      .card .front.hasPhoto .menu.open, .card .back.hasPhoto .menu.open {
        top: 60px; }
    .card .front.hasPhoto .background, .card .back.hasPhoto .background {
      top: 140px; }
    .card .front.hasPhoto .callout, .card .back.hasPhoto .callout {
      display: flex; }
    .card .front.hasPhoto .body .photo, .card .back.hasPhoto .body .photo {
      display: block; }
    .card .front .background, .card .back .background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(0deg, #9b67c0 0%, #8347AD 100%);
      z-index: -1; }
    .card .front .header, .card .back .header {
      position: absolute;
      top: 1px;
      width: 100%;
      z-index: 1; }
      .card .front .header .icon, .card .back .header .icon {
        position: absolute;
        top: 8px;
        left: 8px;
        color: #0082B5; }
      .card .front .header .points, .card .front .header .menu-icon, .card .back .header .points, .card .back .header .menu-icon {
        position: absolute;
        top: 10px;
        width: 56px;
        height: 26px;
        padding: 6px;
        border-radius: 13px;
        background-color: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
        color: #0082B5;
        font-size: 13px; }
      .card .front .header .points, .card .back .header .points {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        left: 10px;
        padding: 5px; }
        .card .front .header .points::after, .card .back .header .points::after {
          display: inline-block;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 12px;
          margin-top: -1px; }
      .card .front .header .menu-icon, .card .back .header .menu-icon {
        right: 10px;
        cursor: pointer; }
        .card .front .header .menu-icon::after, .card .back .header .menu-icon::after {
          display: inline-block;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 16px; }
        .card .front .header .menu-icon.log-activity-preview::after, .card .back .header .menu-icon.log-activity-preview::after {
          display: inline-block;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 16px; }
    .card .front .body, .card .back .body {
      padding: 10px;
      transform: translateX(0);
      transition-duration: 0.6s;
      transition-property: all;
      transition-timing-function: ease-in-out; }
      .card .front .body.right, .card .back .body.right {
        transform: translateX(100%); }
      .card .front .body.left, .card .back .body.left {
        transform: translateX(-100%); }
      .card .front .body .photo, .card .back .body .photo {
        display: none;
        width: 100%;
        height: 150px;
        background-color: #ddd;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        margin: 0;
        overflow: hidden;
        pointer-events: none; }
      .card .front .body .title, .card .back .body .title {
        color: #5d5d5d;
        font-size: 20px;
        margin-top: 10px;
        padding: 10px;
        font-weight: 600; }
      .card .front .body .subhead, .card .back .body .subhead {
        font-size: 14px;
        font-weight: 400; }
      .card .front .body .previousAnswer, .card .back .body .previousAnswer {
        display: none;
        font-style: italic;
        margin: 12px 20px;
        font-size: 13px;
        padding: 10px;
        border-radius: 5px;
        background-color: #ededed; }
      .card .front .body .success, .card .back .body .success {
        font-size: 16px;
        margin: 0 0 12px 0; }
      .card .front .body .description, .card .back .body .description {
        color: #808080;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 10px; }
        .card .front .body .description.scroll, .card .back .body .description.scroll {
          overflow: auto;
          padding-right: 10px; }
        .card .front .body .description .feature, .card .back .body .description .feature {
          display: inline-block;
          margin: 5px 20px;
          line-height: 1.4;
          text-transform: capitalize; }
          .card .front .body .description .feature .highlight, .card .back .body .description .feature .highlight {
            font-size: 24px;
            font-weight: 600; }
          .card .front .body .description .feature .label, .card .back .body .description .feature .label {
            font-style: italic; }
        .card .front .body .description .footnote, .card .back .body .description .footnote {
          margin-top: 10px;
          font-style: italic;
          font-size: 12px;
          color: #aaa; }
      .card .front .body .reason, .card .back .body .reason {
        display: none;
        color: rgba(128, 128, 128, 0.7);
        font-size: 11px;
        font-style: italic; }
    .card .front .redeem-body, .card .back .redeem-body {
      margin-top: 30px; }
    .card .front .menu, .card .back .menu {
      position: absolute;
      pointer-events: none;
      opacity: 0;
      top: 40px;
      max-height: 50px;
      right: 19px;
      background-color: rgba(240, 240, 240, 0.95);
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
      min-width: 150px;
      max-width: 75%;
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px;
      transition-property: all;
      transition-duration: 0.4s;
      transition-timing-function: ease-out;
      border-radius: 6px;
      border-color: #ddd;
      border-style: solid;
      border-width: 1px; }
      .card .front .menu.open, .card .back .menu.open {
        top: 50px;
        opacity: 1;
        max-height: 300px;
        pointer-events: auto; }
      .card .front .menu:after, .card .front .menu:before, .card .back .menu:after, .card .back .menu:before {
        bottom: 100%;
        right: 8px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .card .front .menu:after, .card .back .menu:after {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #f1f1f1;
        border-width: 10px;
        margin-left: -10px; }
      .card .front .menu:before, .card .back .menu:before {
        border-color: rgba(187, 187, 187, 0);
        border-bottom-color: #ddd;
        border-width: 12px;
        margin-right: -2px; }
      .card .front .menu > .menu-item, .card .back .menu > .menu-item {
        cursor: pointer;
        padding: 10px; }
        .card .front .menu > .menu-item:hover, .card .back .menu > .menu-item:hover {
          background-color: rgba(255, 255, 255, 0.7); }
        .card .front .menu > .menu-item > .menu-item-title, .card .back .menu > .menu-item > .menu-item-title {
          font-size: 16px;
          color: #0082B5; }
        .card .front .menu > .menu-item > .menu-item-description, .card .back .menu > .menu-item > .menu-item-description {
          font-size: 12px;
          color: #666; }
    .card .front .buttonsList .button, .card .back .buttonsList .button {
      display: block;
      margin: 10px 30px;
      height: 100%; }
      @media (max-width: 760px) {
        .card .front .buttonsList .button, .card .back .buttonsList .button {
          margin: 10px 15px; } }
    .card .front .button-container-photo, .card .back .button-container-photo {
      position: relative;
      display: block;
      width: 100%;
      bottom: 20px; }
    .card .front .button-container, .card .back .button-container {
      position: absolute;
      display: block;
      width: 100%;
      bottom: 5px; }
    .card .front .button, .card .back .button {
      font-size: 14px;
      background: linear-gradient(270deg, #6b605c 0%, #867874 100%); }
      .card .front .button.cta, .card .back .button.cta {
        background: linear-gradient(270deg, #24aed3 0%, #4AC0E0 100%); }
        .card .front .button.cta.error, .card .back .button.cta.error {
          background: linear-gradient(270deg, #990000 0%, #cc0000 100%); }
      .card .front .button.redeem, .card .back .button.redeem {
        background-color: #007934;
        flex-shrink: 0; }
        .card .front .button.redeem.redeemed, .card .back .button.redeem.redeemed {
          opacity: 0.5;
          pointer-events: none; }
          .card .front .button.redeem.redeemed:after, .card .back .button.redeem.redeemed:after {
            display: inline-block;
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            line-height: 1;
            font-size-adjust: none;
            font-stretch: normal;
            font-feature-settings: normal;
            font-language-override: normal;
            font-kerning: auto;
            font-synthesis: weight style;
            font-variant: normal;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 5px; }
      .card .front .button:before, .card .back .button:before {
        margin-right: 5px;
        font-size: 16px; }
      .card .front .button.content-window:before, .card .back .button.content-window:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .card .front .button.health-tracker:before, .card .back .button.health-tracker:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .card .front .button.contest:before, .card .back .button.contest:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .card .front .button.rewards, .card .front .button.redeem, .card .back .button.rewards, .card .back .button.redeem {
        background: linear-gradient(270deg, #007934 0%, #00ac4a 100%); }
        .card .front .button.rewards:before, .card .front .button.redeem:before, .card .back .button.rewards:before, .card .back .button.redeem:before {
          display: inline-block;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .card .front .button.complete, .card .back .button.complete {
        background: linear-gradient(270deg, #007934 0%, #00ac4a 100%); }
      .card .front .button.video:before, .card .back .button.video:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .card .front .button.lesson, .card .back .button.lesson {
        background: linear-gradient(270deg, #00461e 0%, #007934 100%); }
        .card .front .button.lesson:before, .card .back .button.lesson:before {
          display: inline-block;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .card .front .button.feed:before, .card .back .button.feed:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .card .front .button.upload:before, .card .back .button.upload:before {
        display: inline-block;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .card .front .countDown, .card .back .countDown {
      font-style: italic;
      color: #5d5d5d;
      margin-bottom: 10px; }
    .card .front .download-resource, .card .back .download-resource {
      margin-bottom: 10px; }
    .card .front .resourceUrl, .card .back .resourceUrl {
      font-size: 14px;
      text-decoration: underline;
      color: #0082B5; }
    .card .front .template-resourceUrl, .card .back .template-resourceUrl {
      color: white !important; }

.button {
  position: relative;
  display: inline-block;
  height: 50px;
  min-width: 130px;
  margin: 15px auto;
  border-radius: 25px;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  height: 50px;
  background: linear-gradient(270deg, #24aed3 0%, #4AC0E0 100%);
  background-origin: border-box !important;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 10px 20px;
  overflow: hidden;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in; }
  .button.disabled {
    opacity: 0.5;
    pointer-events: none;
    background-color: #bbb !important;
    color: #eee !important; }
  .button.loading {
    opacity: 0.5;
    pointer-events: none;
    cursor: progress; }
    .button.loading:after {
      margin-left: 5px;
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      animation: fa-spin 2s infinite linear; }
  .button.small {
    height: 35px;
    min-width: 100px;
    margin: 5px auto;
    padding: 5px 10px;
    border-width: 3px; }
  .button.lockable:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    background: #222;
    border-radius: 3px;
    opacity: 0;
    transition-property: width;
    transition-duration: 0s;
    transition-timing-function: ease-in; }
  .button.lockable.locked {
    opacity: 0.7;
    pointer-events: none; }
    .button.lockable.locked:before {
      opacity: 0.6;
      transition-duration: 7s;
      width: 0; }
  .button.unavailable {
    background: #999 !important;
    pointer-events: none; }
  .button.error {
    background: #fff !important;
    color: #cc0000 !important;
    border-color: #cc0000; }
    .button.error:hover {
      background: #fff;
      color: #cc0000; }
  .button.invert {
    border-color: rgba(74, 192, 224, 0.5);
    background: #fff;
    color: #0082B5; }
  .button.highlight {
    background: #fcf8e5;
    border-color: #f4bb73;
    color: #9b8963; }

.link-button, #memberInfoScreen .log-consult .previous-notes-link, #memberInfoScreen .log-consult .question-container .question .question-header .question-history-link, #activityEventCheckInScreen .check-link {
  color: #0082B5;
  text-decoration: underline;
  cursor: pointer; }

.form-back-button {
  margin: 0 20px 20px;
  text-align: left; }
  .form-back-button:hover {
    cursor: pointer; }
  .form-back-button:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.progressive-panel-system {
  align-items: stretch;
  height: 100%;
  overflow-y: hidden;
  padding-bottom: 16px; }
  .progressive-panel-system .flex-row {
    display: flex;
    justify-content: space-between; }
  .progressive-panel-system .panels {
    display: flex;
    height: 100%;
    padding: 3px;
    overflow-x: scroll; }
  .progressive-panel-system p {
    padding: 0; }
  .progressive-panel-system .progressive-panel {
    display: flex;
    flex-direction: column;
    background: #d6d6d6;
    border-radius: 6px;
    flex: 0 0 400px;
    min-width: 0;
    min-height: 0;
    transition: all 0.2s ease; }
    .progressive-panel-system .progressive-panel:first-child {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
    .progressive-panel-system .progressive-panel:not(:first-child) {
      box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.2); }
    .progressive-panel-system .progressive-panel:last-child {
      background-color: #e6e6e6; }
    .progressive-panel-system .progressive-panel.list:not(:last-child) {
      flex: 0 0 200px; }
    .progressive-panel-system .progressive-panel.list .panel-content::-webkit-scrollbar {
      display: none; }
    .progressive-panel-system .progressive-panel.no-scrollbar .panel-content::-webkit-scrollbar {
      display: none; }
    .progressive-panel-system .progressive-panel::-webkit-scrollbar-corner {
      background: rgba(0, 0, 0, 0); }
    .progressive-panel-system .progressive-panel .panel-content {
      display: flex;
      flex-direction: column;
      padding: 12px;
      overflow-y: auto; }
      .progressive-panel-system .progressive-panel .panel-content .panel-item {
        display: flex;
        align-items: center;
        background-color: #fff;
        border: none;
        border-radius: 6px;
        flex-basis: auto;
        flex-shrink: 0;
        margin-bottom: 10px;
        padding: 6px 8px;
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
        transition: all 0.5s ease; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item i {
          margin: 2px; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item .panel-icon-container {
          flex: 0 26px;
          text-align: left; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item .panel-item-name {
          flex: 1;
          margin-right: 8px !important;
          text-align: left;
          word-break: break-word; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item .tag-count {
          color: #1a82e2;
          font-size: 20px;
          font-weight: bold;
          line-height: 1;
          width: 36px; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item.panel-input {
          margin-bottom: 22px; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item.panel-option:hover {
          background-color: #f5f5f5; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item.selected {
          background-color: #e4f1ff;
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          color: #337ab7; }
          .progressive-panel-system .progressive-panel .panel-content .panel-item.selected .tag-count {
            color: #e4f1ff;
            width: 22.61px; }
          .progressive-panel-system .progressive-panel .panel-content .panel-item.selected:hover {
            background-color: #e4f1ff; }
        .progressive-panel-system .progressive-panel .panel-content .panel-item:focus {
          outline: 0; }
      .progressive-panel-system .progressive-panel .panel-content .question-answered {
        display: flex;
        flex-direction: column;
        align-items: flex;
        text-align: left;
        padding-right: 40px; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered h4 {
          margin: 0; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered .answer-pill {
          background-color: #d6d6d6;
          border-radius: 6px;
          margin: 6px 0 !important;
          padding: 3px 12px; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered .last-answered {
          color: #aaa;
          font-size: 13px; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered.selected {
          width: 386px; }
          .progressive-panel-system .progressive-panel .panel-content .question-answered.selected .answer-pill {
            background-color: #fff;
            color: #337ab7; }
          .progressive-panel-system .progressive-panel .panel-content .question-answered.selected .last-answered {
            color: #337ab7;
            opacity: 0.6; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered.answer-detail h4 {
          margin-bottom: 5px; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered.answer-detail h5 {
          font-weight: 600;
          font-size: 13px; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered.answer-detail .answer-pill {
          background-color: #fff;
          margin: 10px 0 !important; }
        .progressive-panel-system .progressive-panel .panel-content .question-answered.answer-detail .last-answered {
          color: #333; }
      .progressive-panel-system .progressive-panel .panel-content .answer-tags {
        display: flex;
        flex-wrap: wrap; }
        .progressive-panel-system .progressive-panel .panel-content .answer-tags .tag-pill {
          background: #fff;
          padding: 2px 10px;
          border-radius: 4px;
          margin: 0 4px 4px 0; }
      .progressive-panel-system .progressive-panel .panel-content .answer-group {
        display: flex;
        flex-direction: column; }
      .progressive-panel-system .progressive-panel .panel-content .panel-input {
        flex: 0 0 32px;
        padding: 0 0 2px 8px; }
        .progressive-panel-system .progressive-panel .panel-content .panel-input::-moz-placeholder {
          color: #ccc;
          font-size: 16px; }
        .progressive-panel-system .progressive-panel .panel-content .panel-input::placeholder {
          color: #ccc;
          font-size: 16px; }
      .progressive-panel-system .progressive-panel .panel-content h4 {
        font-size: 16px; }
      .progressive-panel-system .progressive-panel .panel-content .reason-header h4 {
        margin: 0 0 18px 0; }
      .progressive-panel-system .progressive-panel .panel-content .detail-box {
        background-color: #fff;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-radius: 8px; }
        .progressive-panel-system .progressive-panel .panel-content .detail-box .flex-row {
          display: flex;
          align-items: center; }
        .progressive-panel-system .progressive-panel .panel-content .detail-box .rule {
          margin: 4px 0; }
        .progressive-panel-system .progressive-panel .panel-content .detail-box .condition {
          margin-bottom: 8px !important; }
        .progressive-panel-system .progressive-panel .panel-content .detail-box .tag-rule-prefix {
          flex-basis: 80px;
          font-size: 12px;
          margin-right: 4px !important; }
        .progressive-panel-system .progressive-panel .panel-content .detail-box .tag-rule {
          align-items: center;
          background-color: #E6E6E8;
          border: 1px solid #ccc;
          border-radius: 4px;
          display: flex;
          padding: 2px 8px; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box .tag-rule.user-has-tag {
            background: #fff;
            border: 1px solid #1A82E6;
            color: #1a82e2; }
            .progressive-panel-system .progressive-panel .panel-content .detail-box .tag-rule.user-has-tag.clickable:hover {
              cursor: pointer; }
            .progressive-panel-system .progressive-panel .panel-content .detail-box .tag-rule.user-has-tag.selected {
              background: #e4f1ff;
              border: 1px solid #1A82E6; }
        .progressive-panel-system .progressive-panel .panel-content .detail-box .tag-icon {
          margin-right: 6px !important; }
        .progressive-panel-system .progressive-panel .panel-content .detail-box.survey {
          display: flex;
          flex-wrap: wrap; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box.survey .value {
            font-size: 18px;
            font-weight: bold;
            margin: 0 22px 0 6px !important;
            line-height: 1; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box.survey .question-title {
            font-weight: bold;
            margin: 4px 0; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box.survey .question-text {
            margin: 4px 0 !important; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box.survey .half-row {
            flex-basis: 50%; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box.survey .full-row {
            flex-basis: 100%; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box.survey .answer {
            background-color: #e6e6e6;
            border-radius: 6px;
            margin: 4px 12px 4px 0 !important;
            padding: 4px 16px; }
          .progressive-panel-system .progressive-panel .panel-content .detail-box.survey.answer-box {
            border-radius: 4px;
            margin-bottom: 8px; }
      .progressive-panel-system .progressive-panel .panel-content.missions button {
        padding-top: 12px; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.category {
        display: flex;
        justify-content: space-between; }
        .progressive-panel-system .progressive-panel .panel-content.missions button.category .name {
          font-size: 16px; }
        .progressive-panel-system .progressive-panel .panel-content.missions button.category .succeeded-times span {
          color: #8347AD;
          font-weight: bold; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.action {
        display: flex;
        justify-content: space-between; }
        .progressive-panel-system .progressive-panel .panel-content.missions button.action .text {
          font-size: 16px; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.goal .success-goal {
        font-size: 25px;
        font-weight: bold;
        color: #8746B2; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.goal .success-goal-unit {
        text-transform: capitalize;
        margin-top: -5px; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.goal .goal-result {
        font-size: 19px;
        padding-bottom: 6px; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.goal .goal-result-date {
        margin-bottom: -6px !important; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.goal .in-progress {
        font-size: 19px; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.log .fa-check-circle {
        color: #A1CB64;
        position: relative;
        top: 0;
        left: 0; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.log .fa-times-circle {
        color: #CBCBCB; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.log .sentiment {
        position: absolute;
        top: -8px;
        left: 25px;
        height: 21px; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.log .unit {
        text-transform: capitalize; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.log .missed {
        color: #CBCBCB; }
      .progressive-panel-system .progressive-panel .panel-content.missions button.rating .mission-rating-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 0; }
        .progressive-panel-system .progressive-panel .panel-content.missions button.rating .mission-rating-container div.rating-icon {
          padding-left: 8px; }
          .progressive-panel-system .progressive-panel .panel-content.missions button.rating .mission-rating-container div.rating-icon img {
            max-width: 30px;
            padding: 5px;
            border: thin solid #ccc;
            border-radius: 50%;
            background-color: #eee; }
        .progressive-panel-system .progressive-panel .panel-content.missions button.rating .mission-rating-container .rating-comment {
          margin-left: 10px;
          text-align: left; }
          .progressive-panel-system .progressive-panel .panel-content.missions button.rating .mission-rating-container .rating-comment p {
            margin: 0;
            font-size: 16px; }
      .progressive-panel-system .progressive-panel .panel-content.missions .panel-info {
        display: flex;
        flex-direction: column;
        align-items: flex;
        text-align: left;
        padding-right: 15px; }
        .progressive-panel-system .progressive-panel .panel-content.missions .panel-info .in-progress {
          color: #1a82e2;
          font-weight: bold;
          font-size: 14px; }
        .progressive-panel-system .progressive-panel .panel-content.missions .panel-info .last-attempted {
          color: #aaa;
          font-size: 12px; }
        .progressive-panel-system .progressive-panel .panel-content.missions .panel-info.unit-info {
          align-items: center;
          position: relative;
          top: 0;
          left: 0; }
    .progressive-panel-system .progressive-panel .reason-nav-bar {
      border-bottom: 1px solid #aaa;
      overflow: auto;
      white-space: nowrap; }
      .progressive-panel-system .progressive-panel .reason-nav-bar .nav-option {
        border: none;
        color: #337ab7;
        height: 32px;
        margin-left: 40px; }
        .progressive-panel-system .progressive-panel .reason-nav-bar .nav-option.selected {
          border-bottom: 4px solid #337ab7;
          color: #333;
          font-weight: bold; }
        .progressive-panel-system .progressive-panel .reason-nav-bar .nav-option:focus {
          outline: 0; }
  .progressive-panel-system .health-data-reason-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.messaging-channels {
  position: relative;
  height: 100%; }
  .messaging-channels .channel {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    background-color: #fff; }
    .messaging-channels .channel .messages {
      position: relative;
      display: flex;
      flex-direction: column-reverse;
      height: 100%;
      margin: 0 10px;
      overflow-x: hidden;
      overflow-y: scroll; }
      .messaging-channels .channel .messages .zero-state {
        position: absolute;
        z-index: 1;
        margin: 10px;
        text-align: left; }
      .messaging-channels .channel .messages .message {
        position: relative;
        margin: 10px; }
        .messaging-channels .channel .messages .message .message-text {
          display: inline-block;
          float: left;
          max-width: 80%;
          padding: 10px;
          font-size: 13px;
          text-align: left;
          background-color: #ddd;
          border-radius: 15px;
          -webkit-user-select: text;
             -moz-user-select: text;
                  user-select: text;
          word-wrap: break-word; }
        .messaging-channels .channel .messages .message .message-info {
          text-align: left;
          font-size: 11px;
          color: #999;
          margin: 2px 10px; }
        .messaging-channels .channel .messages .message.incoming .message-text a {
          -webkit-user-select: text;
             -moz-user-select: text;
                  user-select: text; }
        .messaging-channels .channel .messages .message.outgoing .message-text {
          background-color: #8347AD;
          color: #fff;
          float: right; }
          .messaging-channels .channel .messages .message.outgoing .message-text a {
            color: #ADD8E6;
            -webkit-user-select: text;
               -moz-user-select: text;
                    user-select: text; }
        .messaging-channels .channel .messages .message.outgoing .message-info {
          text-align: right; }
      .messaging-channels .channel .messages .message-divider {
        position: relative;
        line-height: 0.5;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0px; }
        .messaging-channels .channel .messages .message-divider .divider-label {
          position: relative;
          display: inline-block;
          font-size: 11px;
          color: #999; }
          .messaging-channels .channel .messages .message-divider .divider-label:before, .messaging-channels .channel .messages .message-divider .divider-label:after {
            content: "";
            position: absolute;
            border-bottom: 1px solid #999;
            top: 3px;
            width: 600px; }
          .messaging-channels .channel .messages .message-divider .divider-label:before {
            right: 100%;
            margin-right: 10px; }
          .messaging-channels .channel .messages .message-divider .divider-label:after {
            left: 100%;
            margin-left: 10px; }
        .messaging-channels .channel .messages .message-divider.today .divider-label {
          color: #8347AD; }
          .messaging-channels .channel .messages .message-divider.today .divider-label:before, .messaging-channels .channel .messages .message-divider.today .divider-label:after {
            border-bottom-color: #8347AD; }
    .messaging-channels .channel .message-input {
      padding: 10px;
      padding-top: 0; }
      .messaging-channels .channel .message-input.disabled {
        pointer-events: none;
        opacity: 0.5; }
      .messaging-channels .channel .message-input .input {
        display: flex;
        width: 100%;
        background-color: #f6f6f6;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        border-style: solid;
        border-width: 1px;
        border-color: #ddd; }
        .messaging-channels .channel .message-input .input > textarea {
          min-height: 20px;
          height: 20px;
          max-height: 90px;
          margin: 10px;
          margin-top: 10px;
          margin-bottom: 8px;
          padding: 0;
          width: 100%;
          border: none;
          background: transparent;
          resize: none;
          font-size: 14px;
          color: #333;
          overflow-y: hidden; }
        .messaging-channels .channel .message-input .input > button {
          outline: none;
          border: none;
          background: transparent;
          color: #0082B5;
          font-size: 14px;
          margin-right: 5px;
          margin-top: auto;
          margin-bottom: 8px; }
          .messaging-channels .channel .message-input .input > button.disabled {
            opacity: 0.5;
            pointer-events: none; }
  .messaging-channels .provider-tooltip {
    display: none;
    position: absolute;
    width: 90%;
    margin: 0 5%;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #999;
    background-color: #fff;
    text-align: left; }
  .messaging-channels .provider-tooltip .name-row, .messaging-channels .messaging-channel-header .name-row {
    padding: 5px 10px;
    border-bottom: 1px solid #999;
    display: flex;
    background-image: none; }
    .messaging-channels .provider-tooltip .name-row .inline-provider-photo, .messaging-channels .messaging-channel-header .name-row .inline-provider-photo {
      width: 60px;
      height: 60px;
      flex-shrink: 0;
      border-radius: 50%;
      background-size: cover;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
    .messaging-channels .provider-tooltip .name-row .name-block, .messaging-channels .messaging-channel-header .name-row .name-block {
      width: 100%;
      text-align: left; }
      .messaging-channels .provider-tooltip .name-row .name-block .name, .messaging-channels .messaging-channel-header .name-row .name-block .name {
        padding-left: 10px;
        font-size: 20px;
        font-weight: 600; }
        .messaging-channels .provider-tooltip .name-row .name-block .name .credentials, .messaging-channels .messaging-channel-header .name-row .name-block .name .credentials {
          font-size: 15px;
          color: #999;
          font-style: italic;
          margin-left: 10px; }
      .messaging-channels .provider-tooltip .name-row .name-block .role, .messaging-channels .messaging-channel-header .name-row .name-block .role {
        padding-left: 10px;
        font-size: 14px;
        text-transform: capitalize;
        font-style: italic;
        color: #999; }
        @media (max-width: 760px) {
          .messaging-channels .provider-tooltip .name-row .name-block .role, .messaging-channels .messaging-channel-header .name-row .name-block .role {
            display: none; } }
    .messaging-channels .provider-tooltip .name-row .button, .messaging-channels .messaging-channel-header .name-row .button {
      margin: 7px 0;
      min-width: 160px; }

.provider-profile {
  position: relative;
  font-size: 12px; }
  .provider-profile h4 {
    color: #4AC0E0;
    font-size: 15px;
    margin: 0; }
  .provider-profile .top-row, .provider-profile .name-row, .provider-profile .background-row, .provider-profile .consideration-row, .provider-profile .role-row, .provider-profile .expertise-row, .provider-profile .footer-row {
    padding: 10px; }
  .provider-profile .provider-photo {
    position: absolute;
    right: 50px;
    top: 25px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
    @media (max-width: 700px) {
      .provider-profile .provider-photo {
        top: 40px;
        right: 40px;
        width: 110px;
        height: 110px; } }
    @media (max-width: 400px) {
      .provider-profile .provider-photo {
        top: 45px;
        width: 85px;
        height: 85px; } }
  .provider-profile .profile-button {
    width: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0;
    white-space: nowrap; }
    @media (max-width: 700px) {
      .provider-profile .profile-button {
        width: 130px; } }
    .provider-profile .profile-button.below-photo {
      position: absolute;
      right: 48px;
      top: 180px; }
      .provider-profile .profile-button.below-photo.no-photo {
        top: 174px; }
      @media (max-width: 700px) {
        .provider-profile .profile-button.below-photo {
          right: 30px;
          top: 170px; } }
      @media (max-width: 400px) {
        .provider-profile .profile-button.below-photo {
          right: 18px;
          top: 135px; }
          .provider-profile .profile-button.below-photo.no-photo {
            top: 140px; } }
    .provider-profile .profile-button.send-message::before {
      display: inline-block;
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 5px; }
      @media (max-width: 700px) {
        .provider-profile .profile-button.send-message::before {
          display: none; } }
  .provider-profile .top-row {
    padding: 20px 0;
    height: 130px; }
    @media (max-width: 400px) {
      .provider-profile .top-row {
        padding-bottom: 10px;
        height: 50px; } }
    .provider-profile .top-row .coach-row {
      color: #4AC0E0;
      font-size: 30px;
      font-weight: 600;
      margin-top: 50px;
      margin-left: 15px; }
      @media (max-width: 700px) {
        .provider-profile .top-row .coach-row {
          font-size: 18px; } }
      @media (max-width: 400px) {
        .provider-profile .top-row .coach-row {
          font-size: 16px; } }
  .provider-profile .name-row {
    border-top: 3px solid #0082B5;
    border-bottom: 2px solid #0082B5;
    padding-bottom: 8px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #cbcbcb);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    order: 1;
    min-height: 100px;
    margin-top: 20px; }
    .provider-profile .name-row .name-block {
      padding-left: 10px; }
      .provider-profile .name-row .name-block .name {
        color: #0082B5;
        font-size: 30px; }
        @media (max-width: 400px) {
          .provider-profile .name-row .name-block .name {
            font-size: 20px; } }
      .provider-profile .name-row .name-block .credentials {
        font-weight: 600;
        color: #0082B5; }
    .provider-profile .name-row .education-block {
      padding-top: 5px;
      padding-left: 10px;
      margin-right: 200px;
      font-size: 12px; }
      @media (max-width: 400px) {
        .provider-profile .name-row .education-block {
          margin-right: 140px; } }
  .provider-profile .background-row .background-block {
    white-space: pre-line; }
  .provider-profile .expertise-row .expertise-column {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
    @media (max-width: 600px) {
      .provider-profile .expertise-row .expertise-column {
        display: block;
        width: 100%; } }
    .provider-profile .expertise-row .expertise-column h5 {
      color: #007934;
      font-size: 14px;
      font-weight: 600;
      margin: 0; }
    .provider-profile .expertise-row .expertise-column ul {
      padding-left: 13px; }
      .provider-profile .expertise-row .expertise-column ul li::marker {
        font-size: 10px;
        color: #4AC0E0; }
  .provider-profile .footer-row {
    background-color: #eee;
    color: #4AC0E0; }
    .provider-profile .footer-row .left {
      display: inline-block;
      width: 59%;
      vertical-align: top; }
    .provider-profile .footer-row .right {
      display: inline-block;
      width: 39%;
      vertical-align: top; }
      .provider-profile .footer-row .right .schedule {
        display: block;
        margin: 5px; }

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
            color-adjust: exact !important; }

  @page {
    size: auto;
    margin: 0mm; }
  html {
    margin: 0px;
    height: auto; }

  body, .app {
    height: auto; }

  .chrome {
    display: none; }

  .app .screen.left, .app .screen.right {
    display: none; }
  .app .loader {
    display: none !important; } }
html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px; }

[v-cloak] {
  display: none;
  visibility: hidden; }

.disabled {
  pointer-events: none; }

a.disabled,
label.disabled {
  opacity: 0.5; }

.navbar {
  position: absolute;
  z-index: 1;
  width: 100%; }
  .navbar .navbar-brand {
    padding: 5px; }
  .navbar .navbar-nav .disabled {
    display: none;
    opacity: 0.5; }

.notification-badge {
  display: block;
  position: absolute;
  top: 6px;
  right: 4px;
  background-color: #cc0000;
  color: #fff;
  font-size: 11px;
  padding: 2px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  transform: translateY(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .notification-badge:empty {
    display: none; }

.app > .screen {
  top: 0; }

.app .screen {
  margin-top: 52px;
  overflow: auto;
  text-align: left;
  top: 0; }

.detail {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text; }

.table th.sortable:hover {
  cursor: pointer; }
.table th > .limited,
.table td > .limited {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis; }
.table th > .invalid,
.table td > .invalid {
  color: #c9302c; }
@media (min-width: 768px) {
  .table.table-small {
    width: 33%; } }

.btn-error {
  background-color: #d9534f;
  color: white; }

.btn-grey-outline {
  background: #fff;
  border: solid 2px #ddd;
  color: #333; }

.btn-no-outline {
  border: none;
  color: #337ab7; }

.btn-hover:hover {
  background-color: #ccc; }

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.select2-container--default .select2-selection--multiple {
  border-color: #ccc; }

.input-group-addon {
  padding: 0 5px; }
  .input-group-addon select {
    outline: none;
    border: none;
    background: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 7px; }

.panel .panel-heading[data-toggle='collapse'] {
  position: relative; }
  .panel .panel-heading[data-toggle='collapse']:after {
    display: inline-block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 16px;
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-out; }
  .panel .panel-heading[data-toggle='collapse'].collapsed:after {
    transform: rotate(180deg); }

.list-group.list-group-horizontal .list-group-item {
  display: inline-block;
  vertical-align: top; }
.list-group .list-group-item.list-content-screen {
  padding: 5px;
  margin: 4px;
  width: 100px;
  height: 60px;
  border-radius: 5px;
  background-color: #666; }
  .list-group .list-group-item.list-content-screen .title,
  .list-group .list-group-item.list-content-screen .type {
    display: block;
    text-align: center;
    color: #fff; }
  .list-group .list-group-item.list-content-screen .title {
    font-size: 13px; }
  .list-group .list-group-item.list-content-screen .type {
    text-transform: uppercase;
    font-size: 11px; }

.CodeMirror {
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto; }
  .CodeMirror.CodeMirror-focused {
    border-color: rgba(102, 175, 233, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none; }

.image-preview {
  position: relative;
  margin: 5px 0;
  padding: 5px 0;
  min-width: 100px;
  min-height: 75px;
  max-width: 300px;
  max-height: 200px; }
  .image-preview:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    border: 1px dotted #ccc;
    border-radius: 5px; }
  .image-preview:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "" " No Image";
    font-size: 12px;
    font-family: FontAwesome, Helvetica;
    text-align: center;
    margin-top: 30px; }

.modal-title {
  text-transform: capitalize; }

.modal-dialog.previewCard {
  max-width: 400px; }
  .modal-dialog.previewCard .modal-content .previewCardContainer {
    margin: auto;
    min-height: 500px;
    overflow-x: hidden;
    overflow-y: auto; }
    @media (max-width: 768px) {
      .modal-dialog.previewCard .modal-content .previewCardContainer {
        min-height: 300px; } }

#cardVariationModal .modal-dialog {
  width: 60%; }
#cardVariationModal .activity-previews {
  display: flex;
  flex-wrap: wrap;
  height: 450px;
  padding-right: 11px;
  overflow: scroll; }
  #cardVariationModal .activity-previews .outer-container {
    flex: 1;
    min-width: 251px; }
    @media (max-width: 1065px) {
      #cardVariationModal .activity-previews .outer-container.base-preview {
        display: none; } }
  #cardVariationModal .activity-previews .vertical-divider {
    border: solid 1px #ddd;
    margin: 70px 16px 50px 16px; }
    @media (max-width: 1065px) {
      #cardVariationModal .activity-previews .vertical-divider {
        display: none; } }
  #cardVariationModal .activity-previews .variation-card-preview {
    margin: auto;
    height: 334px !important;
    width: 248px; }
  #cardVariationModal .activity-previews .card {
    transform: scale(0.65) !important;
    transform-origin: top left; }
  #cardVariationModal .activity-previews .card-remove-transformation {
    transform: scale(1) !important;
    transform-origin: center;
    margin: 15px 15px 15px -40px; }
  #cardVariationModal .activity-previews .btn.hide-variation-comparison {
    padding: 4px 6px;
    font-size: 10px; }
    @media (max-width: 1065px) {
      #cardVariationModal .activity-previews .btn.hide-variation-comparison {
        display: none; } }
  #cardVariationModal .activity-previews .btn.show-variation-comparison {
    height: 28px; }
#cardVariationModal .default {
  color: #ccc; }

.text-button-layout {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .text-button-layout p {
    font-size: 15px;
    margin: 0;
    padding: 0; }

#loginScreen .form,
#forgotPasswordScreen .form,
#resetPasswordScreen .form {
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 20px;
  height: 400px;
  text-align: center; }
  #loginScreen .form .content,
  #forgotPasswordScreen .form .content,
  #resetPasswordScreen .form .content {
    padding-left: 10px;
    padding-right: 10px; }
  #loginScreen .form img,
  #forgotPasswordScreen .form img,
  #resetPasswordScreen .form img {
    max-height: 60px; }
#loginScreen .version,
#forgotPasswordScreen .version,
#resetPasswordScreen .version {
  color: #ccc; }

#tagEditScreen .collection-item, #compositeTagEditScreen .collection-item, .create-composite-tag-modal .collection-item {
  display: flex;
  justify-content: space-between; }
  #tagEditScreen .collection-item .collection-name, #compositeTagEditScreen .collection-item .collection-name, .create-composite-tag-modal .collection-item .collection-name {
    margin: 0;
    padding: 0;
    padding-top: 6px; }
  #tagEditScreen .collection-item .reason-dropdown, #compositeTagEditScreen .collection-item .reason-dropdown, .create-composite-tag-modal .collection-item .reason-dropdown {
    height: 32px;
    padding-left: 8px;
    margin-right: 8px; }

.create-composite-tag-modal {
  width: 80%; }

#compositeTagEditScreen .composite-tag-rule, .create-composite-tag-modal .composite-tag-rule {
  display: flex;
  align-items: center; }
  #compositeTagEditScreen .composite-tag-rule select, .create-composite-tag-modal .composite-tag-rule select {
    flex: 0 0 153px; }
  #compositeTagEditScreen .composite-tag-rule .tag-description, .create-composite-tag-modal .composite-tag-rule .tag-description {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center; }

#questionEditScreen .prerequisite-answer {
  font-size: 16px;
  line-height: 32px;
  list-style-type: none;
  overflow: auto; }
  #questionEditScreen .prerequisite-answer .answer {
    font-weight: 600;
    margin-left: 20px; }
  #questionEditScreen .prerequisite-answer button {
    float: right; }
#questionEditScreen .selected-answer-tag p {
  display: inline-block;
  margin: 4px 4px 0 0; }

#missionFocusEditScreen #mission-details .mission-action {
  background-color: #fff; }
#missionFocusEditScreen .mission-unit {
  padding-left: 0px; }
  #missionFocusEditScreen .mission-unit .mission-unit-display {
    text-transform: capitalize; }

#activityEdit-contentScreenPreview .dialog {
  position: relative;
  margin: 10% auto;
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  color: #333;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  #activityEdit-contentScreenPreview .dialog .back-button, #activityEdit-contentScreenPreview .dialog .close-button {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    padding: 2px;
    top: 12px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px;
    z-index: 100;
    cursor: pointer; }
    #activityEdit-contentScreenPreview .dialog .back-button:hover, #activityEdit-contentScreenPreview .dialog .close-button:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    #activityEdit-contentScreenPreview .dialog .back-button:after, #activityEdit-contentScreenPreview .dialog .close-button:after {
      pointer-events: none; }
  #activityEdit-contentScreenPreview .dialog .close-button {
    right: 14px; }
    #activityEdit-contentScreenPreview .dialog .close-button:after {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  #activityEdit-contentScreenPreview .dialog .back-button {
    left: 14px; }
    #activityEdit-contentScreenPreview .dialog .back-button:after {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
#activityEdit-contentScreenPreview .dialog {
  position: relative;
  max-width: 960px;
  height: 90%;
  margin: 5% auto;
  overflow: hidden; }
  @media (max-width: 760px) {
    #activityEdit-contentScreenPreview .dialog {
      padding: 10px;
      width: 95%; } }
  #activityEdit-contentScreenPreview .dialog.show-progress .progress-container {
    display: block; }
  #activityEdit-contentScreenPreview .dialog.show-progress .dialog-screen {
    top: 60px; }
  #activityEdit-contentScreenPreview .dialog.show-progress .dialog-content {
    top: 10px; }
  #activityEdit-contentScreenPreview .dialog .dialog-content {
    position: absolute;
    min-height: 100px;
    top: 50px;
    left: 15px;
    right: 15px;
    bottom: 70px;
    overflow: scroll;
    padding: 0; }
    @media (max-width: 760px) {
      #activityEdit-contentScreenPreview .dialog .dialog-content {
        left: 5px;
        right: 5px; } }
    #activityEdit-contentScreenPreview .dialog .dialog-content.iframe-container {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      max-height: 546px; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .dialog-title {
      font-weight: 600;
      font-size: 28px;
      margin: 5px 10px; }
      @media (max-width: 760px) {
        #activityEdit-contentScreenPreview .dialog .dialog-content .dialog-title {
          margin: 10px; } }
    #activityEdit-contentScreenPreview .dialog .dialog-content .questions {
      width: 370px;
      margin: 10px auto; }
      @media (max-width: 760px) {
        #activityEdit-contentScreenPreview .dialog .dialog-content .questions {
          width: 295px; }
          #activityEdit-contentScreenPreview .dialog .dialog-content .questions .button.cta {
            font-size: 12px; } }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results.passed .resultsSummary .button {
      display: none; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results.passed .resultsSummary .text {
      display: block; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results .resultsSummary {
      height: 120px; }
      @media (max-width: 760px) {
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results .resultsSummary {
          height: 80px; } }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results .resultsSummary .text {
        display: none; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question:nth-child(2) {
      border-top-style: solid; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question > .answers .answer {
      display: none; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question > .answers .answer.answered {
        display: inline-block;
        padding: 5px; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question > .answers .answer.answered:before {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #98c459; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question > .answers .answer.answered > label {
          padding-left: 5px; }
          #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question > .answers .answer.answered > label:before, #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question > .answers .answer.answered > label:after {
            display: none; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question.wrong > .answers .answer.answered {
      border: 1px solid #ee786c;
      background-color: rgba(255, 0, 0, 0.1);
      border-radius: 5px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question.wrong > .answers .answer.answered:before {
        display: inline-block;
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ee786c; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz.results > .question.wrong .incorrectAnswerHint {
      color: #ee786c;
      padding-left: 42px; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary {
      display: flex;
      flex-direction: row;
      overflow: hidden;
      height: 0;
      width: 100%;
      max-width: 420px;
      margin: 10px auto;
      transition-duration: 0.6s;
      transition-property: height;
      transition-timing-function: ease-in-out; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .score {
        width: 50%;
        text-align: center; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .score .percentage {
          font-size: 70px;
          font-weight: 600; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .score .info {
          font-size: 13px;
          font-weight: 400; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail {
        width: 50%;
        text-align: center; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .button {
          display: block; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .text.small {
          font-size: 13px; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .text.large {
          font-size: 32px;
          font-weight: 400; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .text.icon {
          font-size: 36px; }
      @media (max-width: 760px) {
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .score .percentage {
          font-size: 40px; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .score .info {
          font-size: 12px; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .button {
          height: 30px;
          line-height: 30px;
          margin: 5px auto;
          padding: 0 10px; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .text.small {
          font-size: 12px; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .text.large {
          font-size: 22px;
          font-weight: 400; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz .resultsSummary .detail .text.icon {
          font-size: 28px; } }
    #activityEdit-contentScreenPreview .dialog .dialog-content .quiz > .question {
      padding: 10px;
      margin: 0 20px;
      text-align: left;
      border-top-color: #ccc;
      border-top-style: solid;
      border-top-width: 1px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz > .question:nth-child(2) {
        border-top-style: none; }
      @media (max-width: 760px) {
        #activityEdit-contentScreenPreview .dialog .dialog-content .quiz > .question {
          margin: 0 10px; } }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz > .question .description {
        font-size: 16px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .quiz > .question > .answers .answer {
        margin: 5px 20px;
        font-size: 14px;
        min-height: 20px; }
    #activityEdit-contentScreenPreview .dialog .dialog-content .relatedActivities .activity {
      display: flex;
      flex-direction: row;
      text-align: left;
      margin: 10px;
      padding: 10px;
      min-height: 80px;
      border-top-color: #ccc;
      border-top-style: solid;
      border-top-width: 1px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .relatedActivities .activity .photo {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-radius: 5px;
        overflow: hidden;
        width: 140px;
        height: 70px;
        margin-right: 10px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .relatedActivities .activity .info .title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .relatedActivities .activity .info .description {
        font-size: 14px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .relatedActivities .activity .info .button.cta {
        text-align: center;
        background-color: #1aa8ce;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 15px; }
      #activityEdit-contentScreenPreview .dialog .dialog-content .relatedActivities .activity:first-child {
        border-top-style: none;
        min-height: 120px; }
        #activityEdit-contentScreenPreview .dialog .dialog-content .relatedActivities .activity:first-child .photo {
          width: 220px;
          height: 110px; }
  #activityEdit-contentScreenPreview .dialog .dialog-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  #activityEdit-contentScreenPreview .dialog .dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
    #activityEdit-contentScreenPreview .dialog .dialog-footer .button {
      margin-top: 6px;
      margin-bottom: 12px; }
    #activityEdit-contentScreenPreview .dialog .dialog-footer .instructions {
      margin-top: -10px;
      margin-bottom: 5px;
      color: #bbb;
      font-style: italic;
      font-size: 12px; }
  #activityEdit-contentScreenPreview .dialog .dialog-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    transform: translateX(0);
    transition-duration: 0.6s;
    transition-property: transform;
    transition-timing-function: ease-in-out; }
    #activityEdit-contentScreenPreview .dialog .dialog-screen.right {
      transform: translateX(100%); }
    #activityEdit-contentScreenPreview .dialog .dialog-screen.left {
      transform: translateX(-100%); }
    #activityEdit-contentScreenPreview .dialog .dialog-screen.htmlContent .dialog-content.iframe-container {
      max-height: 1200px; }
    #activityEdit-contentScreenPreview .dialog .dialog-screen iframe {
      border-style: none;
      width: 100%;
      height: 100%;
      padding: 25px; }
      #activityEdit-contentScreenPreview .dialog .dialog-screen iframe.html {
        padding: 0;
        height: auto; }
  #activityEdit-contentScreenPreview .dialog .progress-container {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    height: 70px;
    z-index: 3; }
    #activityEdit-contentScreenPreview .dialog .progress-container .progress-bar {
      position: relative;
      margin: 4px 67px;
      margin-top: 27px;
      height: 15px;
      width: auto;
      overflow: hidden;
      border-color: #ccc;
      border-width: 1px;
      border-style: solid;
      border-radius: 10px; }
      #activityEdit-contentScreenPreview .dialog .progress-container .progress-bar .progress-indicator {
        position: absolute;
        background-color: #98c459;
        height: 100%;
        min-width: 10px;
        border-radius: 10px;
        width: 0%;
        transition-duration: 0.6s;
        transition-property: width;
        transition-timing-function: ease-in-out; }
    #activityEdit-contentScreenPreview .dialog .progress-container .progress-description {
      font-style: italic; }
  #activityEdit-contentScreenPreview .dialog .question-scan-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease-in-out; }
    #activityEdit-contentScreenPreview .dialog .question-scan-overlay.show {
      opacity: 1;
      pointer-events: auto; }
    #activityEdit-contentScreenPreview .dialog .question-scan-overlay .overlay {
      font-weight: 600;
      width: 400px;
      margin: 120px auto;
      background-color: #fff;
      padding: 30px;
      z-index: 3;
      border-style: solid;
      border-radius: 10px;
      border-color: #ccc;
      border-width: 1px; }
      #activityEdit-contentScreenPreview .dialog .question-scan-overlay .overlay h3 {
        font-size: 20px;
        color: #ffa632; }
      #activityEdit-contentScreenPreview .dialog .question-scan-overlay .overlay p {
        font-size: 13px;
        font-style: italic; }
      @media (max-width: 600px) {
        #activityEdit-contentScreenPreview .dialog .question-scan-overlay .overlay {
          width: 250px;
          padding: 15px; } }
#activityEdit-contentScreenPreview .modal-dialog {
  height: 100%;
  margin: 0;
  width: 100%; }
  #activityEdit-contentScreenPreview .modal-dialog .modal-content {
    background: transparent;
    height: 100%; }
    #activityEdit-contentScreenPreview .modal-dialog .modal-content #contentScreenPreview {
      height: 100%; }
      #activityEdit-contentScreenPreview .modal-dialog .modal-content #contentScreenPreview .dialog {
        height: 90%; }

#contentScreenModal .multi-question-label {
  padding-left: 1px;
  padding-right: 8px; }

#activityEditScreen .prerequisite-activity,
#activityEventEditScreen .prerequisite-activity,
#questionEditScreen .prerequisite-activity {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #activityEditScreen .prerequisite-activity p,
  #activityEventEditScreen .prerequisite-activity p,
  #questionEditScreen .prerequisite-activity p {
    margin: 0;
    padding: 0; }
  @media (max-width: 860px) {
    #activityEditScreen .prerequisite-activity,
    #activityEventEditScreen .prerequisite-activity,
    #questionEditScreen .prerequisite-activity {
      flex-wrap: wrap; }
      #activityEditScreen .prerequisite-activity p,
      #activityEventEditScreen .prerequisite-activity p,
      #questionEditScreen .prerequisite-activity p {
        flex: 1; } }
#activityEditScreen .prerequisite-activity-inputs,
#activityEventEditScreen .prerequisite-activity-inputs,
#questionEditScreen .prerequisite-activity-inputs {
  display: flex;
  align-items: center; }
  #activityEditScreen .prerequisite-activity-inputs label,
  #activityEventEditScreen .prerequisite-activity-inputs label,
  #questionEditScreen .prerequisite-activity-inputs label {
    margin-right: 8px; }
  #activityEditScreen .prerequisite-activity-inputs input,
  #activityEventEditScreen .prerequisite-activity-inputs input,
  #questionEditScreen .prerequisite-activity-inputs input {
    width: 120px; }
  #activityEditScreen .prerequisite-activity-inputs select,
  #activityEventEditScreen .prerequisite-activity-inputs select,
  #questionEditScreen .prerequisite-activity-inputs select {
    margin: 0 48px 0 16px; }

.duplicate-event-input {
  margin-bottom: 10px; }

.duplicate-end-date {
  margin-top: 25px; }

.activity-variation-list-item {
  display: flex;
  align-items: center; }
  .activity-variation-list-item .variation-order {
    font-weight: bold;
    margin-right: 10px; }
  .activity-variation-list-item .tag-group {
    display: flex;
    flex: 1; }
  .activity-variation-list-item .tag-item {
    background-color: #eee;
    border-radius: 6px;
    margin-right: 4px;
    padding: 6px; }
    .activity-variation-list-item .tag-item.redundant {
      opacity: 0.6; }
  .activity-variation-list-item .disabled {
    color: #aaa; }
  .activity-variation-list-item p {
    margin: 0;
    padding: 0; }

#activityEventEditScreen .warning {
  color: #c9302c; }

#cardListScreen .dropdown-menu .content-container,
.activity-search .dropdown-menu .content-container {
  align-items: center;
  display: flex;
  height: 30px; }
  #cardListScreen .dropdown-menu .content-container .icon-container,
  .activity-search .dropdown-menu .content-container .icon-container {
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    padding: 2px 2px 2px 3px;
    width: 30px; }
    #cardListScreen .dropdown-menu .content-container .icon-container i,
    .activity-search .dropdown-menu .content-container .icon-container i {
      font-size: 26px; }
    #cardListScreen .dropdown-menu .content-container .icon-container .fa-map,
    .activity-search .dropdown-menu .content-container .icon-container .fa-map {
      font-size: 23px; }
  #cardListScreen .dropdown-menu .content-container .menu-item-text,
  .activity-search .dropdown-menu .content-container .menu-item-text {
    display: inline; }
#cardListScreen .dropdown-menu.attribute-list,
.activity-search .dropdown-menu.attribute-list {
  width: 210px;
  padding: 5px 15px; }
  #cardListScreen .dropdown-menu.attribute-list .dropdown-header,
  .activity-search .dropdown-menu.attribute-list .dropdown-header {
    padding: 0; }
  #cardListScreen .dropdown-menu.attribute-list .disabled,
  .activity-search .dropdown-menu.attribute-list .disabled {
    opacity: 0.3; }
#cardListScreen .dropdown-menu.sort-list .active, #cardListScreen .dropdown-menu.sort-list .table th.sortable:hover, .table #cardListScreen .dropdown-menu.sort-list th.sortable:hover,
.activity-search .dropdown-menu.sort-list .active,
.activity-search .dropdown-menu.sort-list .table th.sortable:hover,
.table .activity-search .dropdown-menu.sort-list th.sortable:hover {
  position: relative; }
  #cardListScreen .dropdown-menu.sort-list .active:before, #cardListScreen .dropdown-menu.sort-list .table th.sortable:hover:before, .table #cardListScreen .dropdown-menu.sort-list th.sortable:hover:before,
  .activity-search .dropdown-menu.sort-list .active:before,
  .activity-search .dropdown-menu.sort-list .table th.sortable:hover:before,
  .table .activity-search .dropdown-menu.sort-list th.sortable:hover:before {
    display: inline-block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: absolute;
    left: 6px;
    top: 8px; }
  #cardListScreen .dropdown-menu.sort-list .active a, #cardListScreen .dropdown-menu.sort-list .table th.sortable:hover a, .table #cardListScreen .dropdown-menu.sort-list th.sortable:hover a,
  .activity-search .dropdown-menu.sort-list .active a,
  .activity-search .dropdown-menu.sort-list .table th.sortable:hover a,
  .table .activity-search .dropdown-menu.sort-list th.sortable:hover a {
    color: #000;
    background-color: #eee; }

.no-resize {
  resize: none; }

.bolder-times {
  color: #2b2b2b; }

#consultTopicsViewScreen .pull-left {
  float: left !important; }
#consultTopicsViewScreen .consult-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }
  #consultTopicsViewScreen .consult-list .dropdown {
    align-self: flex-end;
    position: relative; }
    #consultTopicsViewScreen .consult-list .dropdown .dropdown-menu {
      right: 0;
      left: auto; }
    #consultTopicsViewScreen .consult-list .dropdown .btn {
      align-items: center;
      display: flex;
      height: 30px;
      justify-content: center; }
      #consultTopicsViewScreen .consult-list .dropdown .btn .caret {
        margin-left: 7px; }
    #consultTopicsViewScreen .consult-list .dropdown .dropdown-header {
      display: block;
      padding: 3px 20px;
      font-size: 12px;
      line-height: 1.428571429;
      color: #777777;
      white-space: nowrap; }
    #consultTopicsViewScreen .consult-list .dropdown li {
      display: block;
      padding: 3px 20px;
      font-size: 14px;
      line-height: 1.428571429;
      white-space: nowrap; }
    #consultTopicsViewScreen .consult-list .dropdown .active, #consultTopicsViewScreen .consult-list .dropdown .table th.sortable:hover, .table #consultTopicsViewScreen .consult-list .dropdown th.sortable:hover {
      position: relative; }
      #consultTopicsViewScreen .consult-list .dropdown .active:before, #consultTopicsViewScreen .consult-list .dropdown .table th.sortable:hover:before, .table #consultTopicsViewScreen .consult-list .dropdown th.sortable:hover:before {
        display: inline-block;
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        position: absolute;
        left: 6px;
        top: 8px; }
      #consultTopicsViewScreen .consult-list .dropdown .active a, #consultTopicsViewScreen .consult-list .dropdown .table th.sortable:hover a, .table #consultTopicsViewScreen .consult-list .dropdown th.sortable:hover a {
        color: #000;
        background-color: #eee; }
  #consultTopicsViewScreen .consult-list .consult-tile {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin: 15px 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
    #consultTopicsViewScreen .consult-list .consult-tile .tile-header {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 5px 15px;
      min-height: 40px; }
      #consultTopicsViewScreen .consult-list .consult-tile .tile-header .topic {
        display: flex;
        flex-direction: row;
        gap: 10px; }
        #consultTopicsViewScreen .consult-list .consult-tile .tile-header .topic .topic-name {
          font-size: 15px;
          font-weight: bold; }
      #consultTopicsViewScreen .consult-list .consult-tile .tile-header i {
        color: #337AB7; }
    #consultTopicsViewScreen .consult-list .consult-tile .tile-details {
      background-color: #f5f5f5;
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 15px; }
      #consultTopicsViewScreen .consult-list .consult-tile .tile-details .detail {
        display: flex;
        flex-direction: row;
        gap: 20px; }
        #consultTopicsViewScreen .consult-list .consult-tile .tile-details .detail .title {
          display: flex;
          font-size: 15px;
          font-weight: bold;
          justify-content: flex-end;
          width: 20%; }
        #consultTopicsViewScreen .consult-list .consult-tile .tile-details .detail .values-container {
          align-items: center;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          gap: 10px;
          padding-left: 0; }
          #consultTopicsViewScreen .consult-list .consult-tile .tile-details .detail .values-container.expanded {
            flex-wrap: wrap;
            max-height: none; }
            #consultTopicsViewScreen .consult-list .consult-tile .tile-details .detail .values-container.expanded .value-wrap {
              height: -moz-fit-content;
              height: fit-content;
              min-height: 25px;
              white-space: wrap; }
#consultTopicsViewScreen .value-wrap {
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  height: 25px;
  padding: 0 5px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content; }
#consultTopicsViewScreen .hidden {
  display: none; }
#consultTopicsViewScreen .view-all {
  color: #337AB7;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
  text-decoration: underline; }
#consultTopicsViewScreen .values-with-view-all {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80%; }

#consultTopicEditScreen .topic-category .select2-container--default .select2-selection--single {
  height: 34px;
  color: #555555;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
  display: flex;
  align-items: center; }
  #consultTopicEditScreen .topic-category .select2-container--default .select2-selection--single[aria-disabled="true"] {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    color: #555555; }
#consultTopicEditScreen .topic-category .select2-container--default .select2-selection__arrow {
  height: 34px; }
#consultTopicEditScreen .topic-category .select2-container--default .select2-selection__rendered {
  line-height: 34px;
  display: flex;
  align-items: center;
  padding: 0; }
#consultTopicEditScreen .category-services-list {
  list-style-type: none;
  padding: 7px 0 0 0; }
  #consultTopicEditScreen .category-services-list li {
    margin-bottom: 5px; }

.assessment-card-action-buttons {
  width: 30px;
  height: 30px;
  margin: 3px; }
  .assessment-card-action-buttons .btn {
    height: 30px; }

.assessment-tile {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #f5f5f5; }
  .assessment-tile .assessment-align-text {
    margin-left: 30px; }
  .assessment-tile .assessment-question {
    margin-bottom: 10px; }
  .assessment-tile .assessment-header {
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    padding: 3px; }
  .assessment-tile .assessment-button {
    height: 33px;
    text-align: center; }
  .assessment-tile .assessment-body {
    height: 100%;
    margin-left: 5px; }
  .assessment-tile .assessment-body-attribute {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 5px;
    align-items: center; }
    .assessment-tile .assessment-body-attribute .assessment-body-attribute-label {
      width: 100px;
      text-align: right;
      flex-grow: 0;
      font-weight: 600; }
    .assessment-tile .assessment-body-attribute .assessment-body-attribute-value {
      width: 100%;
      flex-grow: 1; }
  .assessment-tile .assessment-topic-tag {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e3e3; }

.search-bar-italics::-moz-placeholder {
  font-style: italic; }

.search-bar-italics::placeholder {
  font-style: italic; }

.admin-alt-title {
  width: 100%;
  font-weight: 800;
  font-size: 16px;
  padding-left: 5px; }
  .admin-alt-title .assessment-sub-title {
    font-weight: normal; }

#admin-permissions-modal {
  max-height: 800px;
  overflow-y: scroll; }
  #admin-permissions-modal ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #admin-permissions-modal .permissions-modal-title {
    font-size: 24px;
    font-weight: 500; }
  #admin-permissions-modal .modal-title {
    font-weight: bold; }
  #admin-permissions-modal .buttons {
    margin-top: 30px; }
    #admin-permissions-modal .buttons button {
      width: 120px;
      font-size: 14px; }
  #admin-permissions-modal .save-the-permissions {
    width: 90px; }
  #admin-permissions-modal .admin-atl-search, #admin-permissions-modal .admin-alt-modal {
    background-color: #fff; }

.admin-well-no-border {
  height: 100%;
  padding: 10px;
  background-color: #f5f5f5; }

.admin-alt-tile {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .admin-alt-tile .admin-alt-header {
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    padding: 5px; }
  .admin-alt-tile .admin-alt-btn {
    padding: 0px 20px;
    font-size: larger; }
    .admin-alt-tile .admin-alt-btn .permission-center-vert {
      margin-top: 5px; }
  .admin-alt-tile .admin-alt-body {
    height: 100%;
    width: 100%; }
    .admin-alt-tile .admin-alt-body .admin-alt-card {
      padding-bottom: 10px;
      align-items: center; }
  .admin-alt-tile .admin-alt-form {
    margin-right: -15px;
    margin-top: 2px;
    display: flex;
    text-align: right; }
    .admin-alt-tile .admin-alt-form .admin-sub-titles {
      white-space: nowrap;
      width: 100%;
      text-align: right; }
      @media (max-width: 1000px) {
        .admin-alt-tile .admin-alt-form .admin-sub-titles {
          text-align: left; } }
  .admin-alt-tile .admin-alt-attribute {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 5px;
    align-items: center; }
    .admin-alt-tile .admin-alt-attribute .admin-alt-attribute-label {
      width: 100px;
      text-align: right;
      flex-grow: 0;
      font-weight: 600; }
    .admin-alt-tile .admin-alt-attribute .admin-alt-attribute-value {
      width: 100%;
      flex-grow: 1; }

.admin-alt-arrow {
  margin-bottom: 15px; }

.admin-page-title {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
  margin-right: 5px; }
  .admin-page-title .admin-page-sub-title {
    font-weight: normal; }
  .admin-page-title .admin-circle-box {
    margin-left: 10px; }

.admin-page-tile-white {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3; }
  .admin-page-tile-white .admin-page-align-text {
    margin-left: 30px; }
  .admin-page-tile-white .admin-page-question {
    margin-bottom: 10px; }
  .admin-page-tile-white .admin-page-header {
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 3px; }
  .admin-page-tile-white .admin-page-button {
    height: 33px;
    text-align: center; }
  .admin-page-tile-white .admin-page-body {
    height: 100%;
    margin-left: 5px;
    margin-bottom: 10px; }
  .admin-page-tile-white .admin-page-body-attribute {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 5px;
    align-items: center; }
    .admin-page-tile-white .admin-page-body-attribute .admin-page-body-attribute-label {
      width: 50px;
      text-align: right;
      flex-grow: 0;
      font-weight: 400; }
    .admin-page-tile-white .admin-page-body-attribute .admin-page-body-attribute-value {
      width: 100%;
      flex-grow: 1; }
  .admin-page-tile-white .admin-page-grey-tag {
    display: inline-block;
    padding: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #D8D8D8;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #D8D8D8; }
  .admin-page-tile-white .admin-page-white-tag {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e3e3; }
  .admin-page-tile-white .admin-page-tag {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 4px; }
    .admin-page-tile-white .admin-page-tag span {
      height: 14px;
      font-size: 10px;
      color: #555;
      padding-right: 3px; }

.button-size {
  width: 100px; }

.assessment-select {
  width: 100%; }

div.assessment-eop {
  margin-bottom: 50px; }

.assessment-question-row {
  margin-bottom: 10px; }

.panel-adjust {
  min-height: 50px;
  position: relative; }

.assessment-separator {
  border-bottom: 2px solid #D8D8D8;
  /* top | right | bottom | left */
  margin: 20px 0px 20px 10px; }

.assessment-content-tags {
  width: 100%; }
  .assessment-content-tags .assessment-content-tag {
    padding: 3px;
    margin-left: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e3e3; }

.adjust-button {
  padding: 2px 10px; }

.assessment-title {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding-left: 5px; }
  .assessment-title .assessment-sub-title {
    font-weight: normal; }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.text-italic {
  font-style: italic; }

.center-vert {
  margin-top: 6px;
  margin-bottom: 7px; }

i.icon-center {
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

.card-tile {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: 10px 0;
  overflow: hidden; }
  .card-tile.hasPhoto .card-description {
    margin-right: 350px; }
    @media (max-width: 1000px) {
      .card-tile.hasPhoto .card-description {
        margin-right: 180px; } }
  .card-tile.hasPhoto .card-details {
    min-height: 170px; }
    @media (max-width: 1000px) {
      .card-tile.hasPhoto .card-details {
        min-height: 95px; } }
  .card-tile .card-top-row {
    display: flex;
    padding: 5px;
    min-height: 40px; }
    .card-tile .card-top-row .card-type-icon {
      padding: 2px; }
      .card-tile .card-top-row .card-type-icon img,
      .card-tile .card-top-row .card-type-icon i {
        height: 26px; }
    .card-tile .card-top-row .card-action-buttons {
      width: 80px;
      height: 30px; }
      .card-tile .card-top-row .card-action-buttons .btn {
        height: 30px; }
    .card-tile .card-top-row .tags {
      width: 100%;
      padding: 0 10px; }
      .card-tile .card-top-row .tags .tag-element {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 5px;
        background-color: #f5f5f5;
        border-radius: 4px; }
        .card-tile .card-top-row .tags .tag-element i {
          height: 14px;
          font-size: 10px;
          color: #555;
          padding-right: 3px; }
  .card-tile .theme-top-row {
    justify-content: flex-end; }
  .card-tile .inverse-tag {
    padding: 0 10px; }
    .card-tile .inverse-tag .inverse-tag-element {
      display: inline-block;
      padding: 5px 10px;
      margin: 0 5px;
      background-color: #fff !important;
      border-radius: 4px; }
  .card-tile .card-details {
    display: block;
    background-color: #f5f5f5;
    padding: 10px; }
    .card-tile .card-details:after {
      content: '';
      display: block;
      clear: both; }
    .card-tile .card-details .title-row {
      display: inline-block; }
      .card-tile .card-details .title-row .card-name {
        display: inline-block;
        margin: 5px;
        font-size: 15px;
        font-weight: 600; }
      .card-tile .card-details .title-row .question-locations {
        display: inline-block;
        margin: 5px;
        color: #666;
        font-style: italic;
        font-size: 13px; }
      .card-tile .card-details .title-row .card-icon-bar {
        display: inline-block; }
        .card-tile .card-details .title-row .card-icon-bar .card-icon {
          display: inline-block;
          margin: 0 4px;
          font-size: 16px;
          color: #333; }
    .card-tile .card-details .card-theme-name {
      margin: 4px 0 0 5px;
      font-size: 14px;
      font-weight: 600; }
    .card-tile .card-details .card-stats {
      color: #666;
      font-style: italic;
      font-size: 13px;
      padding: 0 5px; }
    .card-tile .card-details .card-description {
      display: block;
      padding: 8px 5px;
      font-size: 13px;
      font-weight: 600;
      color: #666;
      border-bottom: 1px solid #ddd; }
      .card-tile .card-details .card-description.question {
        border-bottom: none; }
      .card-tile .card-details .card-description .card-desc-label {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        margin-right: 3px; }
    .card-tile .card-details .challenge-card-item {
      border-bottom: none;
      color: #333;
      font-weight: normal; }
      .card-tile .card-details .challenge-card-item .activity-groups {
        position: relative;
        left: -2px; }
    .card-tile .card-details .card-achievments {
      display: block;
      padding: 8px 5px;
      font-size: 13px;
      color: #666;
      border-bottom: 1px solid #ddd; }
      .card-tile .card-details .card-achievments > .card-achievement {
        padding: 4px 0; }
    .card-tile .card-details .card-answers {
      display: block;
      padding: 8px 5px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 5px; }
      .card-tile .card-details .card-answers.no-tags .card-answer {
        display: inline-block; }
      .card-tile .card-details .card-answers .card-answer {
        margin-bottom: 5px; }
        .card-tile .card-details .card-answers .card-answer:after {
          content: '';
          display: block;
          clear: both; }
        .card-tile .card-details .card-answers .card-answer .card-answer-text {
          padding: 5px 20px;
          margin: 0 5px;
          background-color: #e5e5e5;
          border-radius: 10px;
          display: inline-block;
          font-weight: 600;
          font-size: 13px; }
        .card-tile .card-details .card-answers .card-answer .card-attribute {
          font-size: 13px;
          color: #666;
          margin-top: 3px; }
          .card-tile .card-details .card-answers .card-answer .card-attribute .card-attribute-label {
            width: 250px; }
          .card-tile .card-details .card-answers .card-answer .card-attribute .card-attribute-info {
            width: 100px; }
    .card-tile .card-details .card-image {
      float: right;
      width: 320px;
      height: 150px;
      border-radius: 5px;
      background-color: #e5e5e5;
      background-size: cover;
      background-position: center;
      overflow: hidden; }
      @media (max-width: 1000px) {
        .card-tile .card-details .card-image {
          width: 160px;
          height: 75px; } }
  .card-tile .card-attribute {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 5px; }
    .card-tile .card-attribute.full {
      display: flex;
      float: none; }
    .card-tile .card-attribute:not(.full) .card-attribute-info {
      width: 160px; }
    .card-tile .card-attribute .card-attribute-label {
      display: inline-block;
      vertical-align: top;
      min-width: 145px;
      width: 145px;
      text-align: right;
      padding-right: 8px;
      font-weight: 600; }
      .card-tile .card-attribute .card-attribute-label.long {
        min-width: 160px;
        width: 160px; }
    .card-tile .card-attribute .card-attribute-info {
      display: inline-block;
      vertical-align: bottom;
      min-width: 160px; }
      .card-tile .card-attribute .card-attribute-info > .invalid {
        color: #c9302c; }
      .card-tile .card-attribute .card-attribute-info.short {
        min-width: auto;
        width: auto; }
  .card-tile .variation-order p {
    padding: 0;
    margin: 4px 0 0 4px;
    font-weight: bold; }
  .card-tile .disabled-tag {
    color: #cc0000;
    margin: 6px 12px 0;
    padding: 0; }

#manageVariationsModal .card-attribute .card-attribute-label {
  min-width: 110px;
  width: 110px; }
#manageVariationsModal .card-action-buttons {
  width: 40px; }
#manageVariationsModal .card-image {
  width: 160px;
  height: 75px; }

.member-tile {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  overflow: hidden;
  font-size: 13px; }
  .member-tile .text-red {
    color: #cc0000; }
  .member-tile.selected-for-merge {
    background-color: #e4f2fe; }
  .member-tile.primary-merge-member {
    background-color: #f3f3f3; }
  .member-tile .member-name {
    display: none;
    font-size: 16px;
    font-weight: 600;
    flex-grow: 1; }
    @media (max-width: 600px) {
      .member-tile .member-name {
        display: block; } }
    .member-tile .member-name .psychographic-segmentation {
      padding-left: 10px;
      font-size: 13px;
      font-weight: 400;
      font-style: italic; }
      .member-tile .member-name .psychographic-segmentation i {
        padding: 0 5px; }
  .member-tile .top-row {
    display: flex;
    width: 100%;
    padding: 0 5px; }
    @media (max-width: 600px) {
      .member-tile .top-row {
        margin-top: 20px; }
        .member-tile .top-row .member-name, .member-tile .top-row .btn-group {
          position: absolute;
          top: 5px; }
        .member-tile .top-row .btn-group {
          right: 0;
          width: 80px; } }
    .member-tile .top-row .member-name {
      display: inline-block;
      flex-grow: 1;
      font-size: 16px;
      font-weight: 600; }
      .member-tile .top-row .member-name .psychographic-segmentation {
        padding-left: 10px;
        font-size: 13px;
        font-weight: 400;
        font-style: italic; }
        .member-tile .top-row .member-name .psychographic-segmentation i {
          padding: 0 5px; }
    .member-tile .top-row .extra-info {
      font-size: 12px;
      display: inline-block;
      width: 60px;
      padding: 6px 10px;
      text-align: center;
      border-right-style: solid;
      border-right-width: 1px;
      border-right-color: #e3e3e3;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .member-tile .top-row .extra-info.lg {
        width: 90px; }
      .member-tile .top-row .extra-info.last {
        border-right-style: none; }
  .member-tile .stats-row {
    width: 100%;
    color: #999; }
    .member-tile .stats-row .stat {
      float: left;
      padding: 0 5px;
      margin-right: 15px; }
  .member-tile .admin-access-row {
    width: 100%;
    padding: 0 5px;
    clear: left;
    color: #999;
    font-style: italic; }
  .member-tile .info-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .member-tile .info-row {
        flex-flow: column wrap; } }
    .member-tile .info-row .merge-section {
      display: flex;
      justify-content: flex-end; }
      .member-tile .info-row .merge-section .btn {
        height: -moz-fit-content;
        height: fit-content; }
  .member-tile .info {
    clear: left;
    padding-left: 0; }
    .member-tile .info .info-box {
      position: relative;
      display: inline-block;
      overflow: hidden;
      float: left;
      border-radius: 8px;
      border-style: solid;
      border-width: 1px;
      border-color: #e3e3e3;
      background-color: #f5f5f5;
      padding: 5px;
      margin: 5px;
      height: 65px;
      width: 100px; }
      @media (max-width: 600px) {
        .member-tile .info .info-box {
          width: 100% !important; } }
      .member-tile .info .info-box .label {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 10px;
        color: #999;
        text-align: center; }
      .member-tile .info .info-box .icons {
        position: absolute;
        top: 4px;
        right: 6px; }
        .member-tile .info .info-box .icons .icon {
          display: inline-block;
          padding: 1px; }
      .member-tile .info .info-box .zero-state {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        color: #999;
        height: 100%; }
      .member-tile .info .info-box .row {
        display: flex;
        width: 100%;
        margin: 0; }
        .member-tile .info .info-box .row .icon {
          width: 20px;
          flex-grow: 0;
          flex-shrink: 0;
          text-align: center; }
        .member-tile .info .info-box .row .col {
          display: inline-block;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          padding-right: 10px;
          width: 100%; }
          .member-tile .info .info-box .row .col.col-75 {
            width: 75%; }
          .member-tile .info .info-box .row .col.col-67 {
            width: 67%; }
          .member-tile .info .info-box .row .col.col-60 {
            width: 60%; }
          .member-tile .info .info-box .row .col.col-50 {
            width: 50%; }
          .member-tile .info .info-box .row .col.col-40 {
            width: 40%; }
          .member-tile .info .info-box .row .col.col-33 {
            width: 33%; }
          .member-tile .info .info-box .row .col.col-25 {
            width: 25%; }
          .member-tile .info .info-box .row .col:last-child {
            padding-right: 0; }
        .member-tile .info .info-box .row .box {
          text-align: center;
          width: 100%;
          padding: 0 5px;
          border-right-style: solid;
          border-right-width: 1px;
          border-right-color: #e3e3e3; }
          .member-tile .info .info-box .row .box .box-number {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: -4px; }
          .member-tile .info .info-box .row .box .box-label {
            font-size: 12px; }
          .member-tile .info .info-box .row .box:last-child {
            border-right-style: none; }

#provider-add-user-modal .input-group-addon {
  background-color: none !important;
  border: none !important; }

.provider-search h4 {
  margin-top: -15px;
  margin-bottom: 20px; }
.provider-search .create-provider {
  margin-bottom: 10px; }

.provider-tile {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  overflow: hidden;
  font-size: 13px;
  display: flex;
  position: relative; }
  .provider-tile .provider-action-buttons {
    width: 80px;
    height: 30px;
    position: absolute;
    right: 10px; }
    .provider-tile .provider-action-buttons .btn {
      height: 30px; }
  .provider-tile .provider-photo {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border: 4px solid #61A60E;
    border-radius: 50%; }
  .provider-tile .no-photo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5; }
    .provider-tile .no-photo .initials {
      font-size: 35px;
      text-transform: uppercase;
      color: #555;
      font-weight: bold; }
  .provider-tile .nonvisible {
    border-color: #CB4B4B; }
  .provider-tile .inactive {
    opacity: 0.5; }
  .provider-tile .provider-status {
    color: #cc0000;
    font-weight: 600;
    font-style: italic; }
  .provider-tile .extra-bold {
    text-shadow: 0.3px 0.3px 0px currentColor; }
  .provider-tile .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    margin-right: 90px; }
  .provider-tile .name {
    font-weight: bold;
    font-size: 120%; }
  .provider-tile .credentials {
    color: grey; }
  .provider-tile .title {
    font-weight: bold; }
  .provider-tile .dates, .provider-tile .groups {
    color: grey; }
    .provider-tile .dates .date-created, .provider-tile .dates .date-updated, .provider-tile .dates .group-names, .provider-tile .groups .date-created, .provider-tile .groups .date-updated, .provider-tile .groups .group-names {
      font-weight: bold; }
  .provider-tile .schedule {
    font-weight: bold; }
    .provider-tile .schedule i {
      margin-right: 5px; }

.next-occurences h4 {
  padding-left: 15px; }
.next-occurences .row {
  padding: 5px 0px 5px 0px; }

.new-collection-prompt {
  width: 400px; }
  .new-collection-prompt .modal-body {
    padding: 35px; }

#memberInfoScreen {
  display: flex;
  flex-direction: column; }
  #memberInfoScreen .breadcrumb {
    margin-bottom: 0; }
  #memberInfoScreen .member-info-screen-header {
    padding: 8px 15px;
    display: flex;
    justify-content: space-between; }
    #memberInfoScreen .member-info-screen-header p {
      margin: 0;
      padding: 0; }
    #memberInfoScreen .member-info-screen-header .header-left {
      display: flex;
      align-items: flex-end; }
      #memberInfoScreen .member-info-screen-header .header-left .member-name {
        font-weight: bold;
        font-size: 16px; }
      #memberInfoScreen .member-info-screen-header .header-left .member-psychographic-segmentation {
        color: #aaa;
        font-size: 12px;
        margin: 0 6px; }
    #memberInfoScreen .member-info-screen-header .header-right {
      display: flex;
      align-items: flex-end; }
      #memberInfoScreen .member-info-screen-header .header-right .vertical-divider {
        border: 1px solid #ccc;
        align-self: stretch;
        margin: 3px 12px; }
    @media (max-width: 860px) {
      #memberInfoScreen .member-info-screen-header {
        display: block; } }
  #memberInfoScreen .page-body .member-detail-tab {
    padding: 2px;
    overflow-x: hidden;
    overflow-y: auto; }
  #memberInfoScreen .page-body .incomplete-notice {
    width: 100%;
    border: 2px solid #31708f; }
  #memberInfoScreen .page-body .consents-notice {
    text-align: left;
    width: 100%;
    border: 2px solid #cc0000;
    background-color: #f2dede;
    color: black; }
  #memberInfoScreen .page-body .badge-header {
    font-size: 16px; }
  #memberInfoScreen .page-body .incomplete-field {
    margin-left: 15px; }
  #memberInfoScreen .page-body .member-detail {
    display: flex;
    flex-wrap: wrap; }
    #memberInfoScreen .page-body .member-detail .activity-chart {
      background-color: #fff;
      width: 100%; }
      #memberInfoScreen .page-body .member-detail .activity-chart .tau-chart__legend {
        width: 90px; }
      #memberInfoScreen .page-body .member-detail .activity-chart .tau-chart__legend__title {
        display: none; }
      #memberInfoScreen .page-body .member-detail .activity-chart .additional-stats {
        display: flex;
        flex-wrap: wrap;
        padding: 18px 11px 6px; }
        #memberInfoScreen .page-body .member-detail .activity-chart .additional-stats .verified-date {
          flex-basis: 50%;
          padding-left: 30px; }
        #memberInfoScreen .page-body .member-detail .activity-chart .additional-stats .last-login {
          flex-basis: 50%;
          text-align: right;
          padding-right: 30px; }
        #memberInfoScreen .page-body .member-detail .activity-chart .additional-stats .activities-per-day {
          flex: 3;
          text-align: center;
          color: #999999; }
        #memberInfoScreen .page-body .member-detail .activity-chart .additional-stats .average-session-length {
          flex: 4;
          text-align: center;
          color: #999999; }
        #memberInfoScreen .page-body .member-detail .activity-chart .additional-stats .sessions-per-week {
          flex: 3;
          text-align: center;
          color: #999999; }
        #memberInfoScreen .page-body .member-detail .activity-chart .additional-stats .vertical-divider {
          margin: 2px 0 8px;
          color: #999999; }
    #memberInfoScreen .page-body .member-detail .member-info {
      flex: 1;
      padding: 16px 0 0 8px; }
      #memberInfoScreen .page-body .member-detail .member-info .member-info-item {
        display: flex;
        margin-bottom: 10px; }
        #memberInfoScreen .page-body .member-detail .member-info .member-info-item p {
          padding: 0; }
        #memberInfoScreen .page-body .member-detail .member-info .member-info-item .icon-container {
          padding-top: 3px; }
      #memberInfoScreen .page-body .member-detail .member-info .info-container {
        flex: 1; }
      #memberInfoScreen .page-body .member-detail .member-info .end-container {
        flex: 0 16px; }
        #memberInfoScreen .page-body .member-detail .member-info .end-container.edit-button {
          display: flex;
          flex: 0;
          align-items: center; }
          #memberInfoScreen .page-body .member-detail .member-info .end-container.edit-button span.text-red {
            white-space: nowrap;
            padding-right: 5px; }
      #memberInfoScreen .page-body .member-detail .member-info .send-invite-button {
        justify-content: space-around; }
      #memberInfoScreen .page-body .member-detail .member-info .verification-link {
        word-break: break-all; }
    #memberInfoScreen .page-body .member-detail .vertical-divider {
      border: 1px solid #ccc;
      margin: 12px; }
    #memberInfoScreen .page-body .member-detail .employee-info {
      display: flex;
      flex-wrap: wrap;
      flex: 1;
      padding: 16px 22px; }
      #memberInfoScreen .page-body .member-detail .employee-info .employee-info-header {
        flex: 0 0 100%;
        margin-bottom: 8px; }
      #memberInfoScreen .page-body .member-detail .employee-info .left-grouping {
        flex: 4; }
      #memberInfoScreen .page-body .member-detail .employee-info .right-grouping {
        flex: 3; }
  #memberInfoScreen .page-body .dependents {
    padding: 12px;
    display: flex;
    background-color: #fff; }
    #memberInfoScreen .page-body .dependents .dependent-members {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-left: 10px;
      gap: 10px;
      width: 100%; }
    #memberInfoScreen .page-body .dependents .dependent {
      display: flex;
      margin-bottom: 6px;
      background-color: #f5f5f5;
      width: 300px;
      padding: 5px; }
      #memberInfoScreen .page-body .dependents .dependent .icon-container {
        font-size: 38px;
        padding: 5px; }
      #memberInfoScreen .page-body .dependents .dependent .dependent-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-basis: 100%; }
        #memberInfoScreen .page-body .dependents .dependent .dependent-info .dependent-account {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 100%; }
          #memberInfoScreen .page-body .dependents .dependent .dependent-info .dependent-account .link-button, #memberInfoScreen .page-body .dependents .dependent .dependent-info .dependent-account .log-consult .previous-notes-link, #memberInfoScreen .log-consult .page-body .dependents .dependent .dependent-info .dependent-account .previous-notes-link, #memberInfoScreen .page-body .dependents .dependent .dependent-info .dependent-account .log-consult .question-container .question .question-header .question-history-link, #memberInfoScreen .log-consult .question-container .question .question-header .page-body .dependents .dependent .dependent-info .dependent-account .question-history-link, #memberInfoScreen .page-body .dependents .dependent .dependent-info .dependent-account #activityEventCheckInScreen .check-link, #activityEventCheckInScreen #memberInfoScreen .page-body .dependents .dependent .dependent-info .dependent-account .check-link {
            padding: 0;
            text-decoration: underline;
            color: #337ab7;
            cursor: pointer;
            font-weight: bold; }
          #memberInfoScreen .page-body .dependents .dependent .dependent-info .dependent-account span {
            font-style: italic;
            font-size: 12px;
            padding-right: 3px;
            display: flex;
            flex-direction: row; }
        #memberInfoScreen .page-body .dependents .dependent .dependent-info .verified {
          font-size: 12px;
          font-style: italic;
          color: green; }
        #memberInfoScreen .page-body .dependents .dependent .dependent-info .unverified {
          font-size: 12px;
          font-style: italic;
          color: #cc0000; }
      #memberInfoScreen .page-body .dependents .dependent p {
        white-space: nowrap;
        padding: 0; }
  #memberInfoScreen .page-body .notes {
    padding: 12px; }
    #memberInfoScreen .page-body .notes .note {
      background: #fff;
      padding: 12px;
      margin-bottom: 6px; }
      #memberInfoScreen .page-body .notes .note .note-body {
        display: flex; }
      #memberInfoScreen .page-body .notes .note .note-title {
        margin-right: 8px; }
      #memberInfoScreen .page-body .notes .note .time-ago {
        margin-left: 6px; }
      #memberInfoScreen .page-body .notes .note .phi {
        color: #c9302c;
        margin-left: 8px; }
      #memberInfoScreen .page-body .notes .note .note-taker {
        font-weight: bold; }
      #memberInfoScreen .page-body .notes .note h5 {
        font-size: 12px;
        margin: 0 0 8px; }
      #memberInfoScreen .page-body .notes .note p {
        padding: 0; }
  #memberInfoScreen .page-body .attributes-and-risks {
    height: 100%; }
  #memberInfoScreen .page-body .parallel-programs {
    overflow: scroll; }
  #memberInfoScreen .page-body .messaging {
    padding: 0;
    height: 100%;
    margin-bottom: 5px; }
    #memberInfoScreen .page-body .messaging .member-messaging {
      position: relative;
      display: flex;
      flex-direction: row;
      height: 100%; }
      #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu {
        position: relative;
        display: none;
        background-color: #d6d6d6;
        border-radius: 6px;
        width: 300px;
        padding: 10px; }
        @media (max-width: 860px) {
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu {
            position: absolute;
            z-index: 2;
            width: 100%;
            transform: translateY(-150%);
            transition-duration: 0.3s;
            transition-property: transform;
            transition-timing-function: ease-in-out;
            box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.2); }
            #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu.open {
              transform: translateY(0); } }
        #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item {
          position: relative;
          background-color: #fff;
          border-radius: 6px;
          margin-bottom: 10px;
          padding: 6px 8px;
          padding-right: 25px;
          width: 100%;
          color: #337ab7;
          cursor: pointer;
          transition: all 0.5s ease;
          clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%); }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item.selected {
            background-color: #e4f1ff;
            color: #555;
            padding-right: 35px;
            cursor: auto; }
            @media (min-width: 860px) {
              #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item.selected {
                clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%); } }
            #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item.selected .notification-badge {
              right: 15px; }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item.new {
            background-color: #337ab7;
            color: #fff; }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item .notification-badge {
            transition: right 0.5s ease; }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item .item-name {
            text-transform: capitalize;
            font-weight: 600; }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .channel-menu-item .item-role {
            text-transform: capitalize; }
        #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .mobile-close-button {
          position: absolute;
          top: 5px;
          right: 5px;
          width: 20px;
          height: 20px; }
          @media (min-width: 860px) {
            #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .mobile-close-button {
              display: none; } }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channel-menu .mobile-close-button:after {
            display: inline-block;
            content: "";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            line-height: 1;
            font-size-adjust: none;
            font-stretch: normal;
            font-feature-settings: normal;
            font-language-override: normal;
            font-kerning: auto;
            font-synthesis: weight style;
            font-variant: normal;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels {
        width: 100%;
        background-color: #e6e6e6;
        border-radius: 6px; }
        #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .channel {
          background-color: transparent; }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .channel .provider-visibility-error {
            margin: 10px;
            padding: 5px 10px;
            background-color: #fcf8e5;
            color: #C87D04;
            border-radius: 4px;
            text-align: center; }
            #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .channel .provider-visibility-error i {
              margin-right: 5px; }
        #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .message .message-text {
          background-color: #fff; }
        #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .message.outgoing .message-text {
          background-color: #e4f1ff;
          color: #555; }
        #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .messaging-channel-mobile-header {
          position: absolute;
          z-index: 1;
          width: 100%;
          padding: 10px;
          background-color: #e6e6e6;
          box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.2);
          font-weight: 600; }
          @media (min-width: 860px) {
            #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .messaging-channel-mobile-header {
              display: none; } }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .messaging-channel-mobile-header .user-button {
            position: absolute;
            right: 10px;
            top: 10px;
            padding: 2px 6px; }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .messaging-channel-mobile-header .channel-name {
            font-size: 15px; }
          #memberInfoScreen .page-body .messaging .member-messaging .messaging-channels .messaging-channel-mobile-header .channel-role {
            font-size: 13px;
            text-transform: capitalize; }
      #memberInfoScreen .page-body .messaging .member-messaging .message-divider.today .divider-label {
        color: #23527c; }
        #memberInfoScreen .page-body .messaging .member-messaging .message-divider.today .divider-label:before, #memberInfoScreen .page-body .messaging .member-messaging .message-divider.today .divider-label:after {
          border-bottom-color: #23527c; }
      #memberInfoScreen .page-body .messaging .member-messaging .message-input .input > button {
        color: #23527c; }
      #memberInfoScreen .page-body .messaging .member-messaging.multi .messaging-channel-menu {
        display: block; }
      @media (min-width: 860px) {
        #memberInfoScreen .page-body .messaging .member-messaging.multi .messaging-channel-menu {
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
        #memberInfoScreen .page-body .messaging .member-messaging.multi .messaging-channels {
          box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.2); } }
  #memberInfoScreen tr.historyEntry {
    cursor: pointer; }
    #memberInfoScreen tr.historyEntry:hover {
      background-color: #DDD; }
  #memberInfoScreen tr.expired-manual-tag td {
    background-color: #eee;
    border-color: #e6e6e6;
    color: #bbb; }
  #memberInfoScreen button.manual-tag-edit {
    width: 30px; }
  #memberInfoScreen hr {
    border-top: 2px solid #ddd;
    margin: 8px; }
  #memberInfoScreen p {
    margin: 0; }
  #memberInfoScreen .media {
    margin: 0; }
  #memberInfoScreen .no-logo {
    background: #ccc;
    border-radius: 48px;
    color: #666;
    font-size: 20px;
    font-weight: 600;
    height: 48px;
    padding-top: 8px;
    text-align: center;
    width: 48px; }
  #memberInfoScreen .verification-link {
    word-wrap: break-word; }
  #memberInfoScreen .btn-clipboard {
    margin-top: 20px; }
  #memberInfoScreen .activity {
    background: #fff; }
  #memberInfoScreen .complete {
    color: #98c459; }
  #memberInfoScreen .pending {
    color: #caac00; }
  #memberInfoScreen .rejected {
    color: #cc0000; }
  #memberInfoScreen .incentive-program-group {
    background-color: #eee; }
  #memberInfoScreen .incentive-program-link {
    display: block;
    padding: 10px; }
  #memberInfoScreen .tag {
    background: #f8f8f8;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 2px; }
  #memberInfoScreen .text-red {
    color: #cc0000; }
  #memberInfoScreen .deadline {
    display: block;
    margin: 0;
    padding: 0; }
  #memberInfoScreen .member-visible {
    color: #ffa632;
    position: absolute;
    right: 65px; }
  #memberInfoScreen tr.historyEntry {
    cursor: pointer; }
    #memberInfoScreen tr.historyEntry:hover {
      background-color: #ddd; }
  #memberInfoScreen tr.expired-manual-tag td {
    background-color: #eee;
    border-color: #e6e6e6;
    color: #bbb; }
  #memberInfoScreen button.manual-tag-edit {
    width: 30px; }
  #memberInfoScreen hr {
    border-top: 2px solid #ddd;
    margin: 8px; }
  #memberInfoScreen p {
    margin: 0; }
  #memberInfoScreen .media {
    margin: 0; }
  #memberInfoScreen .no-logo {
    background: #ccc;
    border-radius: 48px;
    color: #666;
    font-size: 20px;
    font-weight: 600;
    height: 48px;
    padding-top: 8px;
    text-align: center;
    width: 48px; }
  #memberInfoScreen .verification-link {
    word-wrap: break-word; }
  #memberInfoScreen .btn-clipboard {
    margin-top: 20px; }
  #memberInfoScreen .activity {
    background: #fff; }
  #memberInfoScreen .complete {
    color: #98c459; }
  #memberInfoScreen .pending {
    color: #caac00; }
  #memberInfoScreen .rejected {
    color: #cc0000; }
  #memberInfoScreen .incentive-program-group {
    background-color: #eee; }
  #memberInfoScreen .incentive-program-link {
    display: block;
    padding: 10px; }
  #memberInfoScreen .tag {
    background: #f8f8f8;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 2px; }
  #memberInfoScreen .text-red {
    color: #cc0000; }
  #memberInfoScreen .deadline {
    display: block;
    margin: 0;
    padding: 0; }
  #memberInfoScreen .member-visible {
    color: #ffa632;
    position: absolute;
    right: 65px; }
  #memberInfoScreen .member-consults > .btn-group {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px; }
  #memberInfoScreen .member-consults .member-consult-group {
    background-color: #fff;
    padding: 0;
    margin-bottom: 10px; }
    #memberInfoScreen .member-consults .member-consult-group .appointment-header {
      position: relative;
      padding: 10px; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .consult-container {
        display: flex; }
        @media (max-width: 600px) {
          #memberInfoScreen .member-consults .member-consult-group .appointment-header .consult-container {
            flex-direction: column; } }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .consult-container .consult-name-details {
          display: flex;
          flex-direction: column;
          width: 100%; }
          #memberInfoScreen .member-consults .member-consult-group .appointment-header .consult-container .consult-name-details .consult-expired {
            color: #C87D04;
            font-size: 16px;
            font-weight: bold;
            margin-top: auto; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .consult-container .consult-photo-details {
          width: 50%;
          text-align: right; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .vertical-button-breaker {
        padding-right: 5px;
        margin-right: 5px;
        border-right: 2px solid black; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .service-name {
        font-size: 16px;
        font-weight: bold; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .start-string {
        font-size: 14px; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 10px; }
        @media (max-width: 760px) {
          #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details {
            display: block;
            clear: both;
            overflow: inherit;
            white-space: nowrap; } }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .name-block {
          margin-right: 22px;
          text-align: right; }
          @media (max-width: 760px) {
            #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .name-block {
              text-align: left;
              margin-top: 10px; } }
          #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .name-block .name {
            font-size: 16px;
            font-weight: bold; }
            @media (max-width: 760px) {
              #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .name-block .name {
                display: inline-block; } }
          @media (max-width: 760px) {
            #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .name-block .role {
              display: inline-block;
              margin-left: 10px; } }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .consult-checkboxes {
          display: flex; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .inline-provider-photo {
          width: 50px;
          height: 50px;
          flex-shrink: 0;
          border-radius: 50%;
          background-size: cover;
          margin-right: 24px; }
          @media (max-width: 760px) {
            #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .inline-provider-photo {
              display: none; } }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .provider-details .provider-detail-chunk {
          display: block; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .fa-exclamation-circle {
        color: #c9302c; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .status {
        text-transform: capitalize;
        font-weight: 600;
        font-style: italic;
        display: flex;
        align-items: baseline; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .status div {
          padding: 0 5px; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .status i {
          padding-top: 2px; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .status .cancel-reason {
          font-weight: normal;
          text-transform: none;
          font-size: 13px;
          padding: 2px 0 0 5px; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .status .missed-reason {
          font-weight: bold; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .cancelled-row {
        display: flex;
        flex-direction: row;
        margin-top: 2px; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .cancelled-row div {
          padding: 0 3px; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .cancelled-row i {
          margin-top: 6px; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .appointment-status-text {
        white-space: nowrap; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-header .appointment-status .appointment-status-reason {
        font-weight: normal; }
    #memberInfoScreen .member-consults .member-consult-group .appointment-body {
      padding: 0 10px; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-body hr {
        border-top: 1px solid #ddd; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-body .location-info {
        padding-bottom: 10px; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-body .buttons {
        padding-bottom: 10px;
        text-align: center; }
        #memberInfoScreen .member-consults .member-consult-group .appointment-body .buttons button {
          margin: 0 15px; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-body .consult-buttons-group {
        padding-top: 20px; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-body .consult-buttons {
        width: auto; }
      #memberInfoScreen .member-consults .member-consult-group .appointment-body .participant-notes {
        -webkit-user-select: text;
           -moz-user-select: text;
                user-select: text; }
  #memberInfoScreen .member-consults .no-appointments {
    width: 25%;
    display: flex;
    flex-direction: column; }
    #memberInfoScreen .member-consults .no-appointments span {
      margin-bottom: 15px; }
    #memberInfoScreen .member-consults .no-appointments button {
      align-self: center; }
  #memberInfoScreen .mark-consult-as-complete-btn::before {
    display: inline-block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px; }
  #memberInfoScreen .log-consult .log-consult-section {
    padding: 10px 0;
    margin-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666; }
    #memberInfoScreen .log-consult .log-consult-section:last-of-type {
      border-bottom-style: none; }
    #memberInfoScreen .log-consult .log-consult-section .log-consult-section-header {
      font-weight: 600;
      font-size: 18px;
      margin-top: 5px; }
      #memberInfoScreen .log-consult .log-consult-section .log-consult-section-header .link-button, #memberInfoScreen .log-consult .log-consult-section .log-consult-section-header .previous-notes-link, #memberInfoScreen .log-consult .log-consult-section .log-consult-section-header .question-container .question .question-header .question-history-link, #memberInfoScreen .log-consult .question-container .question .question-header .log-consult-section .log-consult-section-header .question-history-link, #memberInfoScreen .log-consult .log-consult-section .log-consult-section-header #activityEventCheckInScreen .check-link, #activityEventCheckInScreen #memberInfoScreen .log-consult .log-consult-section .log-consult-section-header .check-link {
        display: inline-block;
        font-size: 14px;
        font-weight: 400; }
    #memberInfoScreen .log-consult .log-consult-section .log-consult-section-subhead {
      font-size: 16px;
      font-weight: bold;
      margin-top: 5px; }
    #memberInfoScreen .log-consult .log-consult-section .list-item {
      display: inline-block;
      color: #337ab7;
      background-color: #fff;
      max-width: 350px;
      min-height: 65px;
      margin: 10px;
      margin-left: 0;
      padding: 10px;
      border-color: #337ab7;
      border-width: 1px;
      border-style: solid;
      border-radius: 10px;
      vertical-align: top;
      cursor: pointer; }
      #memberInfoScreen .log-consult .log-consult-section .list-item .list-item-title {
        font-size: 16px;
        font-weight: 600; }
      #memberInfoScreen .log-consult .log-consult-section .list-item.inactive {
        color: #333;
        border-color: #333;
        max-width: inherit; }
      #memberInfoScreen .log-consult .log-consult-section .list-item.selected {
        background-color: #e4f1ff; }
        #memberInfoScreen .log-consult .log-consult-section .list-item.selected .list-item-title, #memberInfoScreen .log-consult .log-consult-section .list-item.selected .list-item-description {
          margin-left: 30px; }
        #memberInfoScreen .log-consult .log-consult-section .list-item.selected::before {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          float: left;
          font-size: 20px;
          margin: 2px; }
      #memberInfoScreen .log-consult .log-consult-section .list-item.selected-history {
        background-color: #e4f1ff; }
        #memberInfoScreen .log-consult .log-consult-section .list-item.selected-history .list-item-title, #memberInfoScreen .log-consult .log-consult-section .list-item.selected-history .list-item-description {
          margin-left: 30px; }
        #memberInfoScreen .log-consult .log-consult-section .list-item.selected-history::before {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          float: left;
          font-size: 20px;
          margin: 2px;
          margin-top: 12px; }
    #memberInfoScreen .log-consult .log-consult-section .list-no-history {
      padding-top: 20px; }
    #memberInfoScreen .log-consult .log-consult-section .consult-date {
      display: flex;
      flex-direction: row; }
      #memberInfoScreen .log-consult .log-consult-section .consult-date .vrule {
        border-right: 1px solid #999;
        margin: 8px 20px; }
  #memberInfoScreen .log-consult .previous-notes-link {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0; }
    #memberInfoScreen .log-consult .previous-notes-link::before {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 10px; }
  #memberInfoScreen .log-consult .note-instructions {
    font-style: italic; }
  #memberInfoScreen .log-consult .note-field {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px; }
  #memberInfoScreen .log-consult .question-container {
    white-space: nowrap;
    overflow-x: auto; }
    #memberInfoScreen .log-consult .question-container .question {
      display: inline-block;
      overflow: hidden;
      width: 320px;
      vertical-align: top;
      margin: 10px;
      margin-left: 0;
      border-color: #333;
      border-style: solid;
      border-width: 1px;
      border-radius: 6px; }
      #memberInfoScreen .log-consult .question-container .question .question-header {
        background-color: #fff;
        padding: 10px;
        font-weight: 600;
        font-size: 16px;
        white-space: normal; }
        #memberInfoScreen .log-consult .question-container .question .question-header .question-required {
          font-size: 12px;
          text-align: right;
          opacity: 0.6;
          font-weight: 400;
          font-style: italic;
          margin-top: -5px; }
        #memberInfoScreen .log-consult .question-container .question .question-header .question-history-link {
          font-size: 13px;
          font-weight: 400; }
          #memberInfoScreen .log-consult .question-container .question .question-header .question-history-link::before {
            display: inline-block;
            content: "";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            line-height: 1;
            font-size-adjust: none;
            font-stretch: normal;
            font-feature-settings: normal;
            font-language-override: normal;
            font-kerning: auto;
            font-synthesis: weight style;
            font-variant: normal;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding-right: 5px; }
      #memberInfoScreen .log-consult .question-container .question .question-body {
        padding: 10px; }
        #memberInfoScreen .log-consult .question-container .question .question-body .answer {
          background-color: #337ab7;
          color: #fff;
          font-weight: 600;
          margin: 5px 0;
          padding: 5px 10px;
          white-space: normal;
          cursor: pointer;
          border-color: #337ab7;
          border-style: solid;
          border-width: 1px;
          border-radius: 10px; }
          #memberInfoScreen .log-consult .question-container .question .question-body .answer.answered {
            background-color: #e4f1ff;
            color: #337ab7; }
          #memberInfoScreen .log-consult .question-container .question .question-body .answer.archived {
            background-color: #e4f1ff;
            color: #89aecf; }
          #memberInfoScreen .log-consult .question-container .question .question-body .answer .previous-answer {
            opacity: 0.6;
            font-style: italic;
            font-weight: 400;
            font-size: 13px; }
        #memberInfoScreen .log-consult .question-container .question .question-body .answer-note-label {
          margin: 5px;
          margin-top: 10px;
          font-weight: 600; }
        #memberInfoScreen .log-consult .question-container .question .question-body .answer-note-edit-button {
          display: inline-block;
          color: #337ab7;
          cursor: pointer;
          width: 20px;
          height: 20px;
          margin-left: 5px; }
          #memberInfoScreen .log-consult .question-container .question .question-body .answer-note-edit-button::before {
            display: inline-block;
            content: "";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            line-height: 1;
            font-size-adjust: none;
            font-stretch: normal;
            font-feature-settings: normal;
            font-language-override: normal;
            font-kerning: auto;
            font-synthesis: weight style;
            font-variant: normal;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        #memberInfoScreen .log-consult .question-container .question .question-body .answer-note {
          margin: 5px;
          font-size: 13px;
          font-style: italic;
          color: #333;
          white-space: normal;
          overflow-y: auto; }
        #memberInfoScreen .log-consult .question-container .question .question-body .answer-note-input {
          width: 100%;
          height: 100px;
          margin: 10px 0;
          padding: 5px;
          border-radius: 3px;
          font-style: italic;
          color: #666;
          resize: none; }
      #memberInfoScreen .log-consult .question-container .question .row {
        margin-right: 0;
        margin-left: 0; }
      #memberInfoScreen .log-consult .question-container .question .nps-input-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: -10px; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label {
          display: flex;
          flex-direction: column;
          text-align: right;
          margin-bottom: 0; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .answer-label {
          color: #f5f5f5; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list input[type="radio"] {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .checkmark {
          height: 10px;
          width: 25px;
          background-color: #337ab7;
          border-right: 1px solid #aaa;
          margin-top: 10px; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .checkmark:after {
          content: "";
          display: none; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list input:checked ~ .checkmark:after {
          display: block; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .checkmark:after {
          position: relative;
          height: 20px;
          border: solid #214d74;
          border-width: 0 3px 0 0;
          top: -10px; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .checked {
          height: 10px;
          width: 25px;
          background-color: #e4f1ff;
          margin-top: 10px;
          border-top: 1px solid #337ab7;
          border-right: none;
          border-bottom: 1px solid #337ab7; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .checked-line {
          position: relative;
          height: 20px;
          border: solid #214d74;
          border-width: 0 3px 0 0;
          top: -20px; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:nth-of-type(2) .checked {
          border-left: 1px solid #337ab7; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:last-of-type .checked {
          border-right: 1px solid #337ab7; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:first-of-type .checkmark,
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:first-of-type .checked {
          background-color: #f5f5f5;
          border-bottom: none;
          border-top: none; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:first-of-type .nps-line-low,
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:last-of-type .nps-line-low {
          height: 10px;
          border-right: 1px solid #337ab7; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .nps-label {
          display: none;
          position: relative;
          right: -5px; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:first-of-type .nps-label,
        #memberInfoScreen .log-consult .question-container .question .nps-input-list label:last-of-type .nps-label {
          color: black;
          display: block; }
        #memberInfoScreen .log-consult .question-container .question .nps-input-list .selected-nps {
          color: #337ab7;
          margin-left: 17px; }
      #memberInfoScreen .log-consult .question-container .question .nps-submit {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 50px; }
  #memberInfoScreen .log-consult .biometric-tile {
    display: inline-block;
    overflow: hidden;
    width: 180px;
    height: 150px;
    margin: 10px;
    margin-left: 0;
    padding: 10px;
    background-color: #fff;
    border-color: #337ab7;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px; }
    #memberInfoScreen .log-consult .biometric-tile.from-this-consult {
      background-color: #e4f1ff; }
    #memberInfoScreen .log-consult .biometric-tile .biometric-name {
      color: #337ab7;
      font-size: 16px;
      font-weight: 600;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%; }
    #memberInfoScreen .log-consult .biometric-tile .biometric-noentry {
      font-size: 12px;
      color: #337ab7;
      text-align: center;
      font-style: italic;
      min-height: 75px;
      overflow: hidden;
      margin-top: 5px; }
      #memberInfoScreen .log-consult .biometric-tile .biometric-noentry .biometric-noentry-btn {
        margin-top: none; }
    #memberInfoScreen .log-consult .biometric-tile .btn {
      width: 100%; }
    #memberInfoScreen .log-consult .biometric-tile .biometric-with-history {
      display: flex;
      flex-direction: row;
      align-items: baseline; }
      #memberInfoScreen .log-consult .biometric-tile .biometric-with-history .biometric-historical-count {
        width: 100%;
        color: #337ab7;
        font-style: italic;
        font-weight: 600;
        text-decoration: underline;
        margin-top: 10px;
        cursor: pointer; }
        #memberInfoScreen .log-consult .biometric-tile .biometric-with-history .biometric-historical-count::before {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-right: 5px; }
      #memberInfoScreen .log-consult .biometric-tile .biometric-with-history .btn {
        width: auto; }
    #memberInfoScreen .log-consult .biometric-tile .vaccine-history-details {
      font-size: 12px;
      margin-left: 10px;
      margin-top: 5px; }
      #memberInfoScreen .log-consult .biometric-tile .vaccine-history-details .vaccine-administration {
        padding-bottom: 8px; }
      #memberInfoScreen .log-consult .biometric-tile .vaccine-history-details .dose-info {
        width: 75%;
        border-top: 1px solid black; }
        #memberInfoScreen .log-consult .biometric-tile .vaccine-history-details .dose-info .dose-amount {
          padding-top: 8px; }
    #memberInfoScreen .log-consult .biometric-tile .add-vaccine {
      color: #337ab7;
      text-align: center;
      font-size: 12px;
      margin: 10px 10px 30px 10px; }
  #memberInfoScreen .log-consult .vaccine-tile {
    height: 160px; }
  #memberInfoScreen .log-consult .vaccine-historical {
    margin-top: -5px; }
  #memberInfoScreen .log-consult .goal-tile {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    border-color: #979797;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px; }
    #memberInfoScreen .log-consult .goal-tile .goal-header {
      padding: 5px;
      background-color: #fff; }
      #memberInfoScreen .log-consult .goal-tile .goal-header .goal-header-text {
        padding: 5px; }
    #memberInfoScreen .log-consult .goal-tile .goal-statement {
      padding: 10px;
      font-size: 16px;
      font-weight: 600; }
    #memberInfoScreen .log-consult .goal-tile .goal-status {
      padding: 10px;
      background-color: #fff;
      display: flex;
      flex-direction: row; }
      #memberInfoScreen .log-consult .goal-tile .goal-status .goal-status-label {
        flex-grow: 0;
        font-weight: 600;
        padding-right: 10px; }
      #memberInfoScreen .log-consult .goal-tile .goal-status .goal-status-value {
        width: 100%;
        flex-grow: 1;
        color: #999;
        font-style: italic;
        text-transform: capitalize; }
  #memberInfoScreen .log-consult .referral-container .referral-panel {
    margin-top: 10px;
    border: solid 1px #979797 !important;
    border-radius: 5px !important;
    box-shadow: none; }
  #memberInfoScreen .log-consult .referral-container .panel-heading {
    padding: 10px 15px 8px 15px;
    border-bottom: none;
    background-color: white;
    border-radius: 5px !important; }
  #memberInfoScreen .log-consult .referral-container .panel-heading[data-toggle='collapse'] {
    position: relative; }
    #memberInfoScreen .log-consult .referral-container .panel-heading[data-toggle='collapse']:after {
      transform: rotate(180deg); }
    #memberInfoScreen .log-consult .referral-container .panel-heading[data-toggle='collapse'].collapsed:after {
      transform: rotate(0deg); }
  #memberInfoScreen .log-consult .referral-container .in-consult {
    background-color: #e4f1ff !important; }
  #memberInfoScreen .log-consult .referral-container .benefit-name {
    font-weight: bold;
    font-size: 18px; }
  #memberInfoScreen .log-consult .referral-container .panel-body {
    padding: 15px 15px 10px 15px;
    line-height: 1.7;
    padding-top: 0; }
    #memberInfoScreen .log-consult .referral-container .panel-body .referral-toggle {
      margin-right: 25px !important;
      margin-top: -30px !important; }
    #memberInfoScreen .log-consult .referral-container .panel-body .benefit-link {
      text-decoration: underline; }
    #memberInfoScreen .log-consult .referral-container .panel-body .benefit-email {
      font-weight: bold;
      font-size: 16px; }
    #memberInfoScreen .log-consult .referral-container .panel-body .benefit-phone {
      font-weight: bold;
      font-size: 18px; }
    #memberInfoScreen .log-consult .referral-container .panel-body .benefit-history {
      color: #666;
      font-style: italic; }
  #memberInfoScreen .log-consult .resources-tile {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #def2ff;
    margin: 10px 0;
    overflow: hidden; }
    #memberInfoScreen .log-consult .resources-tile .resources-details {
      display: block;
      padding: 10px 10px 5px 10px; }
      #memberInfoScreen .log-consult .resources-tile .resources-details .resources-title-row {
        display: inline-block;
        width: 100%; }
        #memberInfoScreen .log-consult .resources-tile .resources-details .resources-title-row .resources-name {
          display: inline-block;
          font-size: 15px;
          font-weight: 600;
          padding: 0 3px 0 0; }
        #memberInfoScreen .log-consult .resources-tile .resources-details .resources-title-row .resources-date {
          color: #666;
          display: inline; }
      #memberInfoScreen .log-consult .resources-tile .resources-details .resources-collections {
        display: inline-block; }
      #memberInfoScreen .log-consult .resources-tile .resources-details .resources-collections span {
        background-color: #c8c6c6;
        border-radius: 5px;
        padding: 2px 8px;
        font-weight: 600;
        display: inline;
        margin: 0 5px 0 0; }
      #memberInfoScreen .log-consult .resources-tile .resources-details .resources-description {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #666;
        margin: 5px 0; }
      #memberInfoScreen .log-consult .resources-tile .resources-details .resources-notes {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #666;
        -webkit-user-select: text;
           -moz-user-select: text;
                user-select: text; }
  #memberInfoScreen .consents {
    background-color: #fff;
    border: none;
    box-shadow: none;
    height: 100%; }
    #memberInfoScreen .consents .consent-btn {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      margin-bottom: 30px; }
    #memberInfoScreen .consents .consent-container {
      display: flex;
      flex-direction: column;
      font-weight: bold; }
      #memberInfoScreen .consents .consent-container .consent-name {
        color: #337ab7;
        font-size: 16px; }
        #memberInfoScreen .consents .consent-container .consent-name i {
          margin-left: 3px; }
      #memberInfoScreen .consents .consent-container .unsigned-consent {
        color: #cc0000;
        font-size: 16px; }
      #memberInfoScreen .consents .consent-container .consent-date {
        font-style: italic;
        display: flex;
        flex-direction: row;
        gap: 20px;
        color: #666;
        font-size: 13px;
        margin-top: 5px; }
        #memberInfoScreen .consents .consent-container .consent-date .consent-source {
          margin-left: 3px;
          text-transform: capitalize; }
        #memberInfoScreen .consents .consent-container .consent-date .date-header {
          display: flex;
          flex-direction: row; }
          #memberInfoScreen .consents .consent-container .consent-date .date-header .date-detail {
            font-weight: 400;
            margin-left: 5px; }
    #memberInfoScreen .consents .unsigned-container {
      border-color: #cc0000; }

#consentPinModal .witness-acknowledgement {
  margin: 40px 20px; }
#consentPinModal .create-pin {
  margin: 20px 10px 30px 10px; }
#consentPinModal .pin-error {
  color: #cc0000;
  font-style: italic;
  margin-left: 100px; }
#consentPinModal .forms-finished {
  text-align: center;
  margin: 30px; }
#consentPinModal .confirm-pin {
  margin: 10px 30px; }
  #consentPinModal .confirm-pin .pin-error {
    margin: 0; }
#consentPinModal .submit-pin {
  text-align: center; }
  #consentPinModal .submit-pin .btn {
    width: 150px; }
#consentPinModal .form-group {
  display: flex;
  flex-direction: row;
  text-align: right; }
  #consentPinModal .form-group label {
    white-space: nowrap;
    margin-right: 15px;
    width: 20%; }
#consentPinModal .input-error {
  border-color: #cc0000; }

#userAgreement {
  height: 100%;
  margin: 10px 80px; }
  #userAgreement .forms {
    border-top: 1px solid #bbb;
    width: 100%;
    position: relative;
    top: 8px; }
  #userAgreement .form-names {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    justify-content: space-between;
    width: 100%; }
    #userAgreement .form-names .form-progress {
      display: flex;
      flex-direction: column;
      flex-basis: 100%;
      align-items: center;
      text-align: center; }
      #userAgreement .form-names .form-progress .dot {
        height: 15px;
        width: 15px;
        border: 1px solid #bbb;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        z-index: 1; }
      #userAgreement .form-names .form-progress:first-child .forms {
        left: 50px; }
      #userAgreement .form-names .form-progress:last-child .forms {
        right: 50px; }
  #userAgreement .user-agreement-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 100px 0 100px;
    position: relative;
    height: 85%; }
    #userAgreement .user-agreement-body iframe {
      height: 100%;
      flex-grow: 1;
      border-width: 1px;
      border-radius: 4px;
      width: 100%; }
      @media (max-width: 760px) {
        #userAgreement .user-agreement-body iframe {
          margin: 0;
          width: auto; } }
    #userAgreement .user-agreement-body .agreement-btn-group {
      margin-top: 30px;
      gap: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #userAgreement .user-agreement-body .agreement-btn-group .btn {
        width: 150px; }
  #userAgreement .selected-agreement {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #0082B5;
    z-index: 1; }

#startGoalModal .modal-body {
  padding: 0 15px 15px 15px; }
#startGoalModal .goalStatement {
  border-bottom: 1px solid #666;
  margin: 4px; }
  #startGoalModal .goalStatement label {
    margin: 5px 0 5px 0; }
#startGoalModal .goal-details-title {
  margin: 5px; }
#startGoalModal .goal-details {
  padding: 5px;
  border-bottom: 1px solid #666; }
  #startGoalModal .goal-details .goal-questions {
    margin: 5px;
    padding: 10px 5px;
    border-bottom: 1px solid #bbb; }
    #startGoalModal .goal-details .goal-questions label {
      font-weight: normal; }
    #startGoalModal .goal-details .goal-questions select {
      width: 100%; }
#startGoalModal .note-field {
  width: 100%;
  height: 100px;
  margin: 10px 0;
  padding: 5px;
  border-radius: 3px; }
#startGoalModal .population-impact {
  margin: 5px;
  padding: 10px 5px; }
  #startGoalModal .population-impact label {
    font-weight: normal; }
#startGoalModal .log-details {
  margin: 5px;
  padding: 10px 5px;
  border-bottom: 1px solid #bbb; }
  #startGoalModal .log-details label {
    font-weight: normal; }
  #startGoalModal .log-details select {
    width: 100%; }
#startGoalModal .log-notes {
  margin: 5px;
  padding: 10px 5px; }
  #startGoalModal .log-notes label {
    font-weight: normal; }

#goalDetailsModal .modal-body {
  padding: 0 15px 15px 15px; }
  #goalDetailsModal .modal-body .goal-statement {
    background-color: #f5f5f5;
    width: 100%;
    padding: 0 10px; }
    #goalDetailsModal .modal-body .goal-statement h4 {
      padding-top: 10px;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px; }
    #goalDetailsModal .modal-body .goal-statement p {
      font-size: 10px;
      color: #666; }
  #goalDetailsModal .modal-body .log-details-buttons {
    margin-left: 385px;
    width: 100%;
    color: blue;
    font-size: 10px; }
  #goalDetailsModal .modal-body .log-details {
    text-transform: capitalize;
    padding: 15px 10px 10px 10px;
    border-bottom: 1.5px solid black;
    line-height: 1.7; }
    #goalDetailsModal .modal-body .log-details .log-details-title {
      border-right: 1px solid black;
      text-align: right;
      margin-left: 90px;
      font-weight: 600; }
    #goalDetailsModal .modal-body .log-details .log-details-details {
      text-align: left; }
    #goalDetailsModal .modal-body .log-details .population-impact {
      margin-bottom: 10px; }
  #goalDetailsModal .modal-body .log-history {
    text-transform: capitalize;
    margin-top: 15px;
    line-height: 1.75;
    border-bottom: 1.5px solid black; }
    #goalDetailsModal .modal-body .log-history .log-date {
      padding: 5px;
      margin: 5px;
      margin-left: 15px; }
    #goalDetailsModal .modal-body .log-history .log-history-title {
      text-align: right;
      font-weight: 600; }
    #goalDetailsModal .modal-body .log-history .log-history-result {
      border-left: 1px solid #ede3f3; }
    #goalDetailsModal .modal-body .log-history .provider-notes {
      margin-bottom: 10px;
      text-transform: none; }
  #goalDetailsModal .modal-body .log-details-questions {
    margin: 5px;
    padding: 10px 5px;
    border-bottom: 1px solid #bbb; }
    #goalDetailsModal .modal-body .log-details-questions label {
      font-weight: normal; }
    #goalDetailsModal .modal-body .log-details-questions select {
      width: 100%; }
  #goalDetailsModal .modal-body .log-notes {
    margin: 5px;
    padding: 10px 5px; }
    #goalDetailsModal .modal-body .log-notes label {
      font-weight: normal; }
  #goalDetailsModal .modal-body .log-border {
    border-bottom: 1px solid #ede3f3;
    width: 60%; }

#viewPreviousGoalsModal .modal-body {
  padding: 0; }
#viewPreviousGoalsModal .goals {
  margin-top: 15px;
  padding: 0; }
  #viewPreviousGoalsModal .goals .row {
    margin: 0 0 10px 0;
    width: 100%; }
    #viewPreviousGoalsModal .goals .row h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px; }
    #viewPreviousGoalsModal .goals .row .view-goal {
      margin-top: 10px;
      height: 25px;
      text-align: center;
      width: 100px;
      padding: 0; }
    #viewPreviousGoalsModal .goals .row p {
      font-size: 10px;
      color: #666;
      padding-bottom: 0; }
#viewPreviousGoalsModal .no-background {
  background-color: none; }
#viewPreviousGoalsModal .dark-background {
  background-color: #f5f5f5; }
#viewPreviousGoalsModal .close-btn {
  margin: 10px; }
#viewPreviousGoalsModal .log-history {
  text-transform: capitalize;
  padding: 15px;
  line-height: 1.75;
  border-bottom: 1.5px solid black; }
  #viewPreviousGoalsModal .log-history .log-date {
    padding: 5px;
    margin: 5px;
    margin-left: 15px; }
  #viewPreviousGoalsModal .log-history .log-history-title {
    text-align: right;
    font-weight: 600; }
  #viewPreviousGoalsModal .log-history .log-history-result {
    border-left: 1px solid #ede3f3; }
  #viewPreviousGoalsModal .log-history .provider-notes {
    margin-bottom: 10px;
    text-transform: none; }
  #viewPreviousGoalsModal .log-history .log-border {
    border-bottom: 1px solid #ede3f3;
    width: 60%; }
#viewPreviousGoalsModal .log-details {
  text-transform: capitalize;
  padding: 15px 10px 10px 10px;
  border-bottom: 1.5px solid black;
  line-height: 1.7; }
  #viewPreviousGoalsModal .log-details .log-details-title {
    border-right: 1px solid black;
    text-align: right;
    margin-left: 90px;
    font-weight: 600; }
  #viewPreviousGoalsModal .log-details .log-details-details {
    text-align: left; }
  #viewPreviousGoalsModal .log-details .population-impact {
    margin-bottom: 10px; }

.close-modal {
  font-size: 50px; }

.biometric-entry {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline; }
  .biometric-entry .normal-level {
    color: #007934; }
  .biometric-entry .stuff-to-watch-level {
    color: #C87D04; }
  .biometric-entry .concern-level {
    color: #C40D3C; }
  .biometric-entry .critical-level {
    color: #C40D3C; }
    .biometric-entry .critical-level:before {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: left;
      right: 15px;
      position: relative;
      margin-top: -8px;
      top: 20px; }
  .biometric-entry .biometric-entry-value {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin: 5px; }
  .biometric-entry .biometric-entry-units {
    font-style: italic;
    opacity: 0.8;
    margin-right: 4px; }

.fasted-icon {
  height: 18px;
  width: 18px;
  margin-left: 5px; }

.biometric-entry-info {
  min-height: 35px;
  text-transform: capitalize;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  opacity: 0.6; }

.biometric-empty-entry {
  text-align: center; }
  .biometric-empty-entry .biometric-unit-input {
    margin: 20px;
    width: 100%; }
    .biometric-empty-entry .biometric-unit-input input {
      border-radius: 5px;
      width: 90px;
      font-size: 24px;
      text-align: center;
      border: 1px solid #bbb;
      margin-left: 10px; }

.biometric-edit {
  margin: 10px 30px 20px 30px;
  line-height: 1.7; }
  .biometric-edit .biometric-edit-entry {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline; }
    .biometric-edit .biometric-edit-entry input {
      border-radius: 5px;
      width: 90px;
      font-size: 24px;
      text-align: center;
      border: 1px solid #bbb;
      margin-right: 10px;
      -webkit-text-decoration: bold;
              text-decoration: bold; }
    .biometric-edit .biometric-edit-entry .biometric-entry-units {
      font-style: italic;
      opacity: 0.8;
      margin-right: 4px; }

.biometric-border {
  border-bottom: 2.5px solid #bbb; }

.biometric-last-entry {
  text-align: center;
  border-bottom: 2.5px solid #bbb;
  border-top: 2.5px solid #bbb;
  margin: 10px 30px; }
  .biometric-last-entry .biometric-unit-input {
    margin: 20px; }
    .biometric-last-entry .biometric-unit-input input {
      border-radius: 5px;
      width: 90px;
      font-size: 24px;
      text-align: center;
      border: 1px solid #bbb;
      margin-left: 10px; }

.biometric-detail-input {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px; }
  .biometric-detail-input label {
    display: flex;
    font-size: 13px;
    justify-content: flex-end;
    margin-right: 10px;
    width: 70px; }
  .biometric-detail-input .device-select {
    width: 175px; }

.divScroll {
  overflow: scroll;
  height: 375px;
  width: 100%;
  margin: 20px 0; }

.biometric-history-chart {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: baseline; }
  .biometric-history-chart .row {
    margin-left: 0;
    margin-right: 0;
    width: 33%; }
  .biometric-history-chart .normal-level {
    color: #007934; }
  .biometric-history-chart .stuff-to-watch-level {
    color: #C87D04; }
  .biometric-history-chart .concern-level {
    color: #C40D3C; }
  .biometric-history-chart .critical-level {
    color: #C40D3C; }
    .biometric-history-chart .critical-level:after {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: right;
      left: 5px;
      position: relative; }

.biometric-history-values {
  border-top: 0.5px solid #666;
  border-bottom: 1px solid #666;
  border-right: 0.5px solid #666;
  border-left: 1px solid #666;
  padding: 5px 100px 5px 10px;
  display: flex;
  align-items: center; }

.biometrics-chart {
  background-color: #fff;
  width: 100%;
  margin-top: 10px; }

.tau-chart__tooltip {
  z-index: 1051; }

.change-level {
  color: #cc0000;
  font-style: italic;
  font-size: 16px;
  margin: 20px 100px;
  text-align: center; }

.min-max-warning {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #cc0000;
  font-style: italic;
  font-size: 16px; }

.biometric-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px; }
  .biometric-btn-group .cancel-biometric {
    color: black;
    border: 2px solid black; }
  .biometric-btn-group .clear-biometric {
    color: #cc0000;
    border: 2px solid #cc0000; }

#biometricDetailsModal .no-record-text {
  height: 35px; }
#biometricDetailsModal .biometric-definition {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #biometricDetailsModal .biometric-definition .show-definition {
    color: #2596be;
    text-decoration: underline; }
  #biometricDetailsModal .biometric-definition .definition {
    margin: 20px 0;
    text-align: center;
    width: 85%; }

#previousNotesModal .modal-body {
  max-height: 750px;
  overflow: scroll; }
#previousNotesModal .note-list {
  padding: 10px 0;
  margin: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666; }
  #previousNotesModal .note-list:last-of-type {
    border-bottom-style: none; }
  #previousNotesModal .note-list .note-list-date {
    font-weight: 600; }
  #previousNotesModal .note-list .note-list-service {
    display: inline-block;
    margin: 4px 0;
    padding: 2px 8px;
    color: #833dab;
    font-weight: 600;
    border-color: #833dab;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px; }
    #previousNotesModal .note-list .note-list-service:before {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 4px; }
  #previousNotesModal .note-list .note-list-topic-list {
    margin: 4px 0; }
    #previousNotesModal .note-list .note-list-topic-list .note-list-topic {
      display: inline-block;
      margin-right: 10px;
      padding: 2px 8px;
      background-color: #ede3f3;
      color: #833dab;
      font-weight: 600;
      border-color: #833dab;
      border-style: solid;
      border-width: 1px;
      border-radius: 8px; }
  #previousNotesModal .note-list .note-list-notes {
    font-size: 12px;
    font-style: italic;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text; }
#previousNotesModal .notes-btn {
  margin: 20px 10px; }

#showLogModal .summary-modal-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
#showLogModal .summary-title {
  font-size: 18px;
  color: #525151;
  font-weight: bold; }
#showLogModal .summary-sub-title {
  font-size: 18px;
  color: #525151;
  font-weight: bold; }
#showLogModal .summary-container {
  padding: 5px;
  margin-bottom: 8px;
  border-bottom: solid 1px #ddd; }
  #showLogModal .summary-container:last-child {
    border-bottom-width: 0; }
#showLogModal .summary-service-name {
  font-weight: bold;
  margin: 5px 0; }
#showLogModal .inline-provider-photo {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  background-size: cover; }
#showLogModal .summary-provider {
  align-items: center; }
#showLogModal .summary-provider-details {
  font-size: 18px;
  width: auto; }
#showLogModal .summary-provider-title {
  font-size: 15px;
  padding: 4px 0 0 0; }
#showLogModal .summary-member-employer {
  font-size: 16px;
  font-weight: bold; }
#showLogModal .summary-topics-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
#showLogModal .summary-topics-name {
  color: #8347ad;
  margin: 10px 6px 0 0;
  font-weight: 500;
  font-size: 16px; }
#showLogModal .summary-assessments-card {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  line-height: 1.6;
  border-color: #CBCBCB;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px; }
  #showLogModal .summary-assessments-card .summary-assessment-name {
    font-size: 15px;
    color: #525151;
    font-weight: bold;
    padding: 8px 0 4px 10px; }
  #showLogModal .summary-assessments-card .summary-assessment-details {
    border-bottom: 1px solid #bbb;
    width: 95%;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    color: #525151; }
    #showLogModal .summary-assessments-card .summary-assessment-details:last-child {
      border-bottom: none; }
    #showLogModal .summary-assessments-card .summary-assessment-details .summary-assessment-results {
      display: flex;
      flex-direction: row; }
      #showLogModal .summary-assessments-card .summary-assessment-details .summary-assessment-results .summary-assessment-answers {
        color: #8347ad;
        text-transform: capitalize;
        padding-left: 7px; }
    #showLogModal .summary-assessments-card .summary-assessment-details .summary-assessment-note {
      color: #8347ad;
      font-style: italic;
      -webkit-user-select: text;
         -moz-user-select: text;
              user-select: text; }
#showLogModal .summary-vaccine-card {
  width: 179px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-color: #CBCBCB;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px; }
#showLogModal .summary-vaccine-name {
  color: #525151;
  font-weight: bold;
  padding: 8px 0 4px 10px; }
#showLogModal .summary-vaccine-details {
  color: #8347ad;
  font-size: 12px;
  margin-left: 15px;
  margin-bottom: 5px; }
  #showLogModal .summary-vaccine-details .vaccine-date {
    padding-bottom: 8px; }
  #showLogModal .summary-vaccine-details .dose-info {
    width: 75%;
    border-top: 1px solid #bbb;
    padding-bottom: 8px; }
    #showLogModal .summary-vaccine-details .dose-info .dose-amount {
      padding-top: 8px; }
#showLogModal .summary-biometrics-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 10px; }
#showLogModal .summary-biometrics-card {
  width: 179px;
  height: 65px;
  overflow: hidden;
  background-color: #f5f5f5;
  line-height: 1.7;
  border-color: #CBCBCB;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px; }
  #showLogModal .summary-biometrics-card .summary-biometrics-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline; }
    #showLogModal .summary-biometrics-card .summary-biometrics-details .summary-biometrics-value {
      font-size: 21px;
      font-weight: 800;
      margin-right: 5px;
      text-shadow: 0px 0.7px, 0.7px 0px, 0.7px 0.7px; }
    #showLogModal .summary-biometrics-card .summary-biometrics-details .normal-level {
      color: #007934; }
    #showLogModal .summary-biometrics-card .summary-biometrics-details .stuff-to-watch-level {
      color: #C87D04; }
    #showLogModal .summary-biometrics-card .summary-biometrics-details .concern-level {
      color: #C40D3C; }
    #showLogModal .summary-biometrics-card .summary-biometrics-details .critical-level {
      color: #C40D3C; }
      #showLogModal .summary-biometrics-card .summary-biometrics-details .critical-level:before {
        display: inline-block;
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: left;
        right: 7px;
        position: relative;
        top: 11.5px;
        font-size: 14px; }
#showLogModal .summary-biometrics-name {
  font-weight: bold;
  color: #525151;
  font-size: 16px;
  padding: 0 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
#showLogModal .summary-goals-card {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  line-height: 1.8;
  border-color: #CBCBCB;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px; }
  #showLogModal .summary-goals-card .summary-goals-statement {
    font-size: 16px;
    color: #525151;
    font-weight: bold;
    padding: 4px 11px; }
  #showLogModal .summary-goals-card .summary-goals-border {
    border-bottom: 1px solid #bbb;
    width: 95%;
    margin-left: 12px; }
  #showLogModal .summary-goals-card .summary-goal-details {
    color: #8347ad;
    text-transform: capitalize;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text; }
#showLogModal .summary-notes-card {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  line-height: 1.8;
  border-color: #CBCBCB;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px; }
  #showLogModal .summary-notes-card .summary-notes-details {
    color: #8347ad;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 10px;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text; }
#showLogModal .summary-referrals {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #8347ad; }
  #showLogModal .summary-referrals .summary-referral-cards {
    width: 100%; }
    #showLogModal .summary-referrals .summary-referral-cards .summary-referral-details {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 10px;
      background-color: #f5f5f5;
      padding: 7px 10px;
      align-items: baseline;
      border-color: #CBCBCB;
      border-style: solid;
      border-width: 1px;
      border-radius: 8px; }
      #showLogModal .summary-referrals .summary-referral-cards .summary-referral-details .referral-name {
        font-weight: bold;
        padding-right: 10px;
        font-size: 17px; }
      #showLogModal .summary-referrals .summary-referral-cards .summary-referral-details .referral-source {
        display: flex;
        flex-direction: row;
        font-style: italic; }
        #showLogModal .summary-referrals .summary-referral-cards .summary-referral-details .referral-source .referral-date {
          padding-right: 5px; }
#showLogModal .summary-resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #8347ad; }
  #showLogModal .summary-resources .summary-resource-cards {
    width: 100%; }
    #showLogModal .summary-resources .summary-resource-cards .resource-details {
      flex-wrap: wrap;
      margin-top: 10px;
      background-color: #f5f5f5;
      padding: 7px 10px;
      border-color: #CBCBCB;
      border-style: solid;
      border-width: 1px;
      border-radius: 8px; }
      #showLogModal .summary-resources .summary-resource-cards .resource-details .resource-info {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline; }
        #showLogModal .summary-resources .summary-resource-cards .resource-details .resource-info .resource-name {
          text-decoration: underline;
          font-weight: bold;
          padding: 5px 5px 5px 0;
          font-size: 16px;
          word-break: break-all; }
        #showLogModal .summary-resources .summary-resource-cards .resource-details .resource-info .resource-date {
          font-style: italic;
          margin-right: 10px; }
      #showLogModal .summary-resources .summary-resource-cards .resource-details .resource-collections {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 3px; }
        #showLogModal .summary-resources .summary-resource-cards .resource-details .resource-collections .resource-collection-name {
          background-color: #c8c6c6;
          border-radius: 5px;
          font-weight: bold;
          margin-right: 5px;
          display: inline;
          padding: 2px 8px;
          color: #333333; }
#showLogModal .mark-consult-as-complete-btn::before {
  display: inline-block;
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px; }
#showLogModal .last-summary {
  padding: 5px; }
#showLogModal .close-summary {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

#addProviderResourceModal .resource-modal-header,
#providerResourcesModal .resource-modal-header {
  font-size: 22px; }
#addProviderResourceModal .collections-title,
#providerResourcesModal .collections-title {
  margin-top: 17px; }
#addProviderResourceModal .resource-collections,
#providerResourcesModal .resource-collections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  #addProviderResourceModal .resource-collections .row,
  #providerResourcesModal .resource-collections .row {
    width: 100%; }
    #addProviderResourceModal .resource-collections .row .selected-collection,
    #providerResourcesModal .resource-collections .row .selected-collection {
      margin: 10px 0 10px 3px; }
    #addProviderResourceModal .resource-collections .row .selected-collection:hover,
    #providerResourcesModal .resource-collections .row .selected-collection:hover {
      background-color: #f5f5f5;
      border-radius: 8px; }
    #addProviderResourceModal .resource-collections .row .collection-name,
    #providerResourcesModal .resource-collections .row .collection-name {
      font-size: 15px;
      padding-bottom: 3px;
      font-weight: 500; }
#addProviderResourceModal .resources-view-all,
#providerResourcesModal .resources-view-all {
  margin-top: 20px; }
#addProviderResourceModal .selected-collection-name,
#providerResourcesModal .selected-collection-name {
  font-size: 17px;
  margin-bottom: 8px; }
#addProviderResourceModal .to-browse,
#providerResourcesModal .to-browse {
  margin-bottom: 15px; }
  #addProviderResourceModal .to-browse .arrow-icon,
  #providerResourcesModal .to-browse .arrow-icon {
    padding-right: 2px; }
#addProviderResourceModal .resources-tile,
#providerResourcesModal .resources-tile {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3; }
  #addProviderResourceModal .resources-tile .resource-details,
  #providerResourcesModal .resources-tile .resource-details {
    overflow: hidden;
    display: block;
    padding: 10px 10px 5px 10px; }
    #addProviderResourceModal .resources-tile .resource-details .resources-title-row,
    #providerResourcesModal .resources-tile .resource-details .resources-title-row {
      display: flex;
      width: 100%; }
      #addProviderResourceModal .resources-tile .resource-details .resources-title-row .resources-name,
      #providerResourcesModal .resources-tile .resource-details .resources-title-row .resources-name {
        font-size: 15px;
        font-weight: 600;
        padding: 0 3px 0 0; }
      #addProviderResourceModal .resources-tile .resource-details .resources-title-row .resource-link,
      #providerResourcesModal .resources-tile .resource-details .resources-title-row .resource-link {
        font-style: italic;
        margin-left: 10px;
        text-decoration: underline; }
    #addProviderResourceModal .resources-tile .resource-details .plus-icon,
    #providerResourcesModal .resources-tile .resource-details .plus-icon {
      padding-right: 5px; }
    #addProviderResourceModal .resources-tile .resource-details .select-resource,
    #providerResourcesModal .resources-tile .resource-details .select-resource {
      position: relative;
      top: -9px;
      right: 20px; }
    #addProviderResourceModal .resources-tile .resource-details .resources-description,
    #providerResourcesModal .resources-tile .resource-details .resources-description {
      display: block;
      margin: 5px 0;
      width: 80%; }
    #addProviderResourceModal .resources-tile .resource-details .resources-notes,
    #providerResourcesModal .resources-tile .resource-details .resources-notes {
      font-style: italic;
      display: block; }
#addProviderResourceModal .resources-history,
#providerResourcesModal .resources-history {
  font-style: italic;
  color: #666;
  font-size: 13px; }
  #addProviderResourceModal .resources-history .resources-history-admin,
  #providerResourcesModal .resources-history .resources-history-admin {
    color: black;
    font-weight: bold;
    margin-top: 5px; }
#addProviderResourceModal .light-background,
#providerResourcesModal .light-background {
  background-color: #fff; }
#addProviderResourceModal .dark-background,
#providerResourcesModal .dark-background {
  background-color: #f5f5f5; }

#questionHistoryModal .question-history-text {
  font-size: 18px;
  font-weight: 600; }
#questionHistoryModal .question-history-answer {
  padding: 10px 5px; }
  #questionHistoryModal .question-history-answer .question-history-answer-date {
    font-style: italic;
    color: #666;
    font-size: 13px; }
  #questionHistoryModal .question-history-answer .question-history-answer-body {
    padding: 5px 8px;
    background-color: #e4f1ff;
    color: #337ab7;
    border-color: #337ab7;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px; }
    #questionHistoryModal .question-history-answer .question-history-answer-body .question-history-answer-text {
      font-weight: 600;
      font-size: 16px; }
    #questionHistoryModal .question-history-answer .question-history-answer-body .question-history-answer-note {
      font-style: italic;
      -webkit-user-select: text;
         -moz-user-select: text;
              user-select: text; }
      #questionHistoryModal .question-history-answer .question-history-answer-body .question-history-answer-note::before {
        display: inline-block;
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 5px; }

#logVaccineModal .entry-instructions {
  text-align: center;
  font-size: 13px;
  margin: 0 125px;
  font-style: italic;
  color: #666; }
  #logVaccineModal .entry-instructions .blue-instructions {
    color: #337ab7; }
#logVaccineModal .expiration-date {
  width: 175px;
  margin-bottom: 5px; }
#logVaccineModal .dose-amount {
  width: 175px;
  margin-bottom: 5px; }
#logVaccineModal .vaccine-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 20px;
  gap: 10px;
  width: 70%;
  align-items: center; }
  #logVaccineModal .vaccine-input label {
    font-size: 13px; }
  #logVaccineModal .vaccine-input .device-select {
    width: 175px; }
#logVaccineModal .vaccine-history {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid; }
  #logVaccineModal .vaccine-history .vaccine-row {
    padding: 8px; }
    #logVaccineModal .vaccine-history .vaccine-row .history-header {
      display: flex;
      flex-direction: row;
      gap: 5px; }
      #logVaccineModal .vaccine-history .vaccine-row .history-header .date {
        font-weight: bold;
        margin-right: 10px; }
    #logVaccineModal .vaccine-history .vaccine-row .manufacturer {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      gap: 10px;
      color: #8347ad; }
    #logVaccineModal .vaccine-history .vaccine-row .vaccine-details {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 5px; }
      #logVaccineModal .vaccine-history .vaccine-row .vaccine-details .injection-site {
        text-transform: capitalize; }
  #logVaccineModal .vaccine-history .light-background {
    background-color: #fff; }
  #logVaccineModal .vaccine-history .dark-background {
    background-color: #f5f5f5; }

#editMemberInsuranceModal #backOfCardPreview, #editMemberInsuranceModal #frontOfCardPreview {
  max-width: 100%; }

#logAppointmentMissedModal .modal-body label {
  font-size: 16px;
  margin-left: 8px; }
#logAppointmentMissedModal .modal-body .appointment-start-string {
  color: #CB4949;
  font-size: 17px;
  margin-left: 32px;
  margin-top: 4px; }
#logAppointmentMissedModal .modal-body select {
  margin-left: 32px;
  margin-top: 4px; }
#logAppointmentMissedModal .modal-footer {
  text-align: center; }
  #logAppointmentMissedModal .modal-footer button {
    height: 40px;
    width: 132px;
    font-size: 16px; }

#dashboardScreen .menu-container {
  position: relative;
  margin: 10px; }
  #dashboardScreen .menu-container.disabled {
    display: none; }
  #dashboardScreen .menu-container .menu {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    vertical-align: top;
    margin: 5px;
    width: 150px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 6px;
    padding: 10px; }
    #dashboardScreen .menu-container .menu:hover {
      text-decoration: none; }
    #dashboardScreen .menu-container .menu.disabled {
      display: none;
      opacity: 0.5; }
    #dashboardScreen .menu-container .menu .notification-badge {
      position: absolute;
      top: -5px;
      right: -5px; }
    #dashboardScreen .menu-container .menu h4 {
      position: relative;
      font-size: 14px;
      font-weight: 600;
      margin: 0; }
    #dashboardScreen .menu-container .menu .icon {
      flex-shrink: 0;
      font-size: 24px; }
    #dashboardScreen .menu-container .menu .logo-stagecoach {
      max-width: 100%; }
#dashboardScreen .main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 1060px) {
    #dashboardScreen .main {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3px;
      width: 340px;
      left: 50%;
      margin-left: -170px; } }
  #dashboardScreen .main .menu {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    width: 200px;
    height: 60px;
    justify-content: center;
    flex-shrink: 0;
    padding: 15px; }
    p
    #dashboardScreen .main .menu:hover {
      background-color: #285f8f; }
    @media (max-width: 1060px) {
      #dashboardScreen .main .menu {
        width: 160px; } }
#dashboardScreen .secondary-menus {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media (max-width: 1060px) {
    #dashboardScreen .secondary-menus {
      flex-direction: column;
      align-items: center; } }
  #dashboardScreen .secondary-menus .menu-container {
    padding-top: 25px;
    width: 325px;
    flex-shrink: 0; }
    #dashboardScreen .secondary-menus .menu-container h1 {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 14px;
      font-weight: 600;
      margin: 0; }
  #dashboardScreen .secondary-menus .menu {
    background-color: #fff; }
    #dashboardScreen .secondary-menus .menu:hover {
      background-color: #e6e6e6; }
    #dashboardScreen .secondary-menus .menu .icon {
      background-color: #867874;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      color: #fff;
      font-size: 14px; }
    #dashboardScreen .secondary-menus .menu h4 {
      color: #333;
      font-weight: 400; }
  #dashboardScreen .secondary-menus .content-management .menu .icon {
    background-color: #007934; }
  #dashboardScreen .secondary-menus .provider-operations .menu .icon {
    background-color: #8347AD; }
  #dashboardScreen .secondary-menus .platform-operations .menu .icon {
    background-color: #ff9900; }
#dashboardScreen .stats-dashboard-container {
  width: 100%;
  height: 100%; }

.stats-dashboard:after {
  content: '';
  display: block;
  clear: both; }
.stats-dashboard .stats-report {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 5px; }
  .stats-dashboard .stats-report.w200 {
    width: 200px; }
  .stats-dashboard .stats-report.w400 {
    width: 400px; }
  .stats-dashboard .stats-report.w600 {
    width: 600px; }
  .stats-dashboard .stats-report.w800 {
    width: 800px; }
  .stats-dashboard .stats-report.w1000 {
    width: 1000px; }
  .stats-dashboard .stats-report.w1200 {
    width: 1200px; }
  @media screen and (max-width: 860px) {
    .stats-dashboard .stats-report {
      width: 100% !important; } }
  .stats-dashboard .stats-report .stats-report-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 4px;
    overflow: visible; }
    .stats-dashboard .stats-report .stats-report-content .resize {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(200, 200, 200, 0.7); }
      .stats-dashboard .stats-report .stats-report-content .resize .title {
        font-weight: 600;
        font-size: 13px;
        color: #666; }
      .stats-dashboard .stats-report .stats-report-content .resize .resize-form {
        display: block;
        background-color: #fff;
        margin: 8px;
        padding: 8px;
        width: 170px;
        border-radius: 5px; }
    .stats-dashboard .stats-report .stats-report-content .title-bar {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      height: 22px;
      padding: 2px;
      font-size: 13px;
      color: #333;
      background-color: #eee;
      border-width: 1px;
      border-style: solid;
      border-color: #eee;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      .stats-dashboard .stats-report .stats-report-content .title-bar > i {
        font-size: 16px; }
      .stats-dashboard .stats-report .stats-report-content .title-bar .title-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .stats-dashboard .stats-report .stats-report-content .chart {
      position: absolute;
      top: 22px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      overflow: hidden; }
      .stats-dashboard .stats-report .stats-report-content .chart > .graph {
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        text-align: center; }
        .stats-dashboard .stats-report .stats-report-content .chart > .graph > .tau-chart__layout {
          text-align: left; }
          .stats-dashboard .stats-report .stats-report-content .chart > .graph > .tau-chart__layout .tau-chart__legend__title {
            display: none; }
        .stats-dashboard .stats-report .stats-report-content .chart > .graph > .single-metric {
          display: inline-block;
          width: 180px;
          padding: 20px 10px; }
          .stats-dashboard .stats-report .stats-report-content .chart > .graph > .single-metric > .single-metric-value {
            font-size: 45px; }
          .stats-dashboard .stats-report .stats-report-content .chart > .graph > .single-metric > .single-metric-label {
            font-size: 13px;
            text-transform: uppercase; }

#employer-actions-dropdown a {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%; }
  #employer-actions-dropdown a i {
    flex-shrink: 0;
    text-align: center;
    width: 20px; }
  #employer-actions-dropdown a div {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    width: 90%; }
@media (max-width: 320px) {
  #employer-actions-dropdown .dropdown-menu {
    right: -100%; } }

#employerCensusScreen .container-fluid {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }
  #employerCensusScreen .container-fluid .carousel {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50px;
    bottom: 0; }
    #employerCensusScreen .container-fluid .carousel .carousel-inner {
      position: absolute;
      top: 118px;
      left: 0;
      right: 0;
      bottom: 0; }
      #employerCensusScreen .container-fluid .carousel .carousel-inner .panel {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 39px;
          top: 38px; }
          #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body.no-footer {
            bottom: 10px; }
          #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body .census-alert {
            padding: 10px 0; }
          #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body .table-container {
            position: absolute;
            left: 10px;
            right: 10px;
            top: 110px;
            bottom: 20px;
            overflow: scroll;
            margin-bottom: 8px; }
            #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body .table-container.review {
              top: 60px; }
            #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body .table-container .pagination {
              margin: 10px;
              width: 100%;
              font-size: 15px;
              font-weight: 600; }
            #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body .table-container table th {
              text-align: center;
              white-space: nowrap; }
          #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-body.no-census {
            position: relative; }
        #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-footer {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0; }
          #employerCensusScreen .container-fluid .carousel .carousel-inner .panel .panel-footer .checkboxLabel {
            padding-right: 10px; }

#memberLookupScreen button.add-filter {
  margin-top: 65px; }
#memberLookupScreen .filter-toggles {
  display: flex;
  flex-flow: column;
  margin-left: 5px; }
  #memberLookupScreen .filter-toggles .form-group label.control-label {
    width: 100px; }
#memberLookupScreen .form-inline .row {
  margin: 0;
  padding-bottom: 5px; }
  #memberLookupScreen .form-inline .row.toggle {
    margin-left: 3%;
    text-align: right;
    width: 10%; }

#appointmentReportingScreen .panel {
  position: relative; }
  @media (max-width: 770px) {
    #appointmentReportingScreen .panel {
      top: 480px;
      min-height: 500px; } }
  #appointmentReportingScreen .panel .panel-body {
    position: relative; }
    #appointmentReportingScreen .panel .panel-body .table-container {
      position: relative;
      overflow: scroll; }
      #appointmentReportingScreen .panel .panel-body .table-container.review {
        top: 60px; }
      #appointmentReportingScreen .panel .panel-body .table-container .pagination {
        margin: 10px;
        width: 100%;
        font-size: 15px;
        font-weight: 600; }
      #appointmentReportingScreen .panel .panel-body .table-container table th {
        text-align: center;
        white-space: nowrap; }
      #appointmentReportingScreen .panel .panel-body .table-container table td {
        white-space: nowrap; }
  #appointmentReportingScreen .panel .panel-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

#compareModal .list-group, #tagFilterModal .list-group, #chartListModal .list-group, #filterListModal .list-group, #memberListFieldConfigureModal .list-group {
  max-height: 400px;
  overflow-y: auto; }
  #compareModal .list-group .list-group-item .view-name, #tagFilterModal .list-group .list-group-item .view-name, #chartListModal .list-group .list-group-item .view-name, #filterListModal .list-group .list-group-item .view-name, #memberListFieldConfigureModal .list-group .list-group-item .view-name {
    font-weight: 600; }
  #compareModal .list-group .list-group-item .view-info, #tagFilterModal .list-group .list-group-item .view-info, #chartListModal .list-group .list-group-item .view-info, #filterListModal .list-group .list-group-item .view-info, #memberListFieldConfigureModal .list-group .list-group-item .view-info {
    color: #666; }
  #compareModal .list-group .list-group-item .view-member-count, #tagFilterModal .list-group .list-group-item .view-member-count, #chartListModal .list-group .list-group-item .view-member-count, #filterListModal .list-group .list-group-item .view-member-count, #memberListFieldConfigureModal .list-group .list-group-item .view-member-count {
    font-weight: 600;
    font-size: 18px;
    text-align: center; }
  #compareModal .list-group .list-group-item .view-member-label, #tagFilterModal .list-group .list-group-item .view-member-label, #chartListModal .list-group .list-group-item .view-member-label, #filterListModal .list-group .list-group-item .view-member-label, #memberListFieldConfigureModal .list-group .list-group-item .view-member-label {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center; }

#tagFilterModal .offset-days-form-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px; }
  #tagFilterModal .offset-days-form-group label, #tagFilterModal .offset-days-form-group p {
    margin: 0;
    padding: 0; }
    #tagFilterModal .offset-days-form-group label.helper-text, #tagFilterModal .offset-days-form-group p.helper-text {
      color: grey;
      font-size: 12px; }

#chartListModal .list-group-item {
  padding: 10px 0;
  margin-bottom: 10px;
  margin-right: 5px; }
  #chartListModal .list-group-item h4 {
    margin-top: 0;
    margin-bottom: 5px; }

#filterListModal .modal-body .nav, #chartListModal .modal-body .nav, #chartGroupListModal .modal-body .nav {
  padding-bottom: 10px; }
#filterListModal .modal-body .filter-list, #filterListModal .modal-body .chart-list, #chartListModal .modal-body .filter-list, #chartListModal .modal-body .chart-list, #chartGroupListModal .modal-body .filter-list, #chartGroupListModal .modal-body .chart-list {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: space-between; }
  #filterListModal .modal-body .filter-list .filter-item, #filterListModal .modal-body .filter-list .chart-item, #filterListModal .modal-body .chart-list .filter-item, #filterListModal .modal-body .chart-list .chart-item, #chartListModal .modal-body .filter-list .filter-item, #chartListModal .modal-body .filter-list .chart-item, #chartListModal .modal-body .chart-list .filter-item, #chartListModal .modal-body .chart-list .chart-item, #chartGroupListModal .modal-body .filter-list .filter-item, #chartGroupListModal .modal-body .filter-list .chart-item, #chartGroupListModal .modal-body .chart-list .filter-item, #chartGroupListModal .modal-body .chart-list .chart-item {
    width: 48%;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    #filterListModal .modal-body .filter-list .filter-item .name, #filterListModal .modal-body .filter-list .chart-item .name, #filterListModal .modal-body .chart-list .filter-item .name, #filterListModal .modal-body .chart-list .chart-item .name, #chartListModal .modal-body .filter-list .filter-item .name, #chartListModal .modal-body .filter-list .chart-item .name, #chartListModal .modal-body .chart-list .filter-item .name, #chartListModal .modal-body .chart-list .chart-item .name, #chartGroupListModal .modal-body .filter-list .filter-item .name, #chartGroupListModal .modal-body .filter-list .chart-item .name, #chartGroupListModal .modal-body .chart-list .filter-item .name, #chartGroupListModal .modal-body .chart-list .chart-item .name {
      color: #337AB7;
      font-weight: bold;
      max-width: 90%;
      white-space: wrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #filterListModal .modal-body .filter-list .filter-item .description, #filterListModal .modal-body .filter-list .chart-item .description, #filterListModal .modal-body .chart-list .filter-item .description, #filterListModal .modal-body .chart-list .chart-item .description, #chartListModal .modal-body .filter-list .filter-item .description, #chartListModal .modal-body .filter-list .chart-item .description, #chartListModal .modal-body .chart-list .filter-item .description, #chartListModal .modal-body .chart-list .chart-item .description, #chartGroupListModal .modal-body .filter-list .filter-item .description, #chartGroupListModal .modal-body .filter-list .chart-item .description, #chartGroupListModal .modal-body .chart-list .filter-item .description, #chartGroupListModal .modal-body .chart-list .chart-item .description {
      size: 12pt;
      color: #7D7D7D;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  #filterListModal .modal-body .filter-list .chart-item:not(.category), #filterListModal .modal-body .chart-list .chart-item:not(.category), #chartListModal .modal-body .filter-list .chart-item:not(.category), #chartListModal .modal-body .chart-list .chart-item:not(.category), #chartGroupListModal .modal-body .filter-list .chart-item:not(.category), #chartGroupListModal .modal-body .chart-list .chart-item:not(.category) {
    height: 60px; }

.hr-label {
  height: 20px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }
  .hr-label.left {
    text-align: left; }
  .hr-label > span {
    cursor: pointer;
    position: relative;
    top: 8px;
    font-size: 12px;
    background-color: #fff;
    padding: 0 10px;
    color: #337ab7; }

#populationViewEditScreen .show-on-print {
  display: none; }
#populationViewEditScreen .campaign {
  position: relative;
  min-height: 73px;
  padding: 15px 20px;
  padding-right: 60px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%; }
  #populationViewEditScreen .campaign .vis-timeline {
    border-color: #f5f5f5; }
#populationViewEditScreen .collapse-campaigns .campaign:nth-child(n + 4) {
  display: none; }
#populationViewEditScreen .broken-horizontal-rule {
  display: flex; }
  #populationViewEditScreen .broken-horizontal-rule .half-rule {
    flex: 1;
    padding: 0 20px; }
#populationViewEditScreen .broken-horizontal-rule + hr {
  display: none; }
@media print {
  #populationViewEditScreen {
    position: relative;
    overflow: auto;
    height: auto;
    width: 820px;
    bottom: auto;
    margin: 0; }
    #populationViewEditScreen .breadcrumb, #populationViewEditScreen .btn, #populationViewEditScreen .view-labels, #populationViewEditScreen .text-danger {
      display: none; }
    #populationViewEditScreen .stats-report {
      display: inline-block;
      position: relative !important;
      left: auto !important;
      top: auto !important; }
      #populationViewEditScreen .stats-report.w200 {
        width: 25%; }
      #populationViewEditScreen .stats-report.w400 {
        width: 50%; }
      #populationViewEditScreen .stats-report.w600 {
        width: 75%; }
      #populationViewEditScreen .stats-report.w800 {
        width: 100%; }
      #populationViewEditScreen .stats-report.w1000 {
        width: 100%; }
      #populationViewEditScreen .stats-report.w1200 {
        width: 100%; }
    #populationViewEditScreen .stats-dashboard {
      height: auto !important; } }
#populationViewEditScreen.print {
  width: 820px; }
  #populationViewEditScreen.print .stats-report {
    display: inline-block;
    position: relative !important;
    left: auto !important;
    top: auto !important; }
    #populationViewEditScreen.print .stats-report.w200 {
      width: 25%; }
    #populationViewEditScreen.print .stats-report.w400 {
      width: 50%; }
    #populationViewEditScreen.print .stats-report.w600 {
      width: 75%; }
    #populationViewEditScreen.print .stats-report.w800 {
      width: 100%; }
    #populationViewEditScreen.print .stats-report.w1000 {
      width: 100%; }
    #populationViewEditScreen.print .stats-report.w1200 {
      width: 100%; }
  #populationViewEditScreen.print .show-on-print {
    display: block; }

#populationViewListScreen .view-name,
#populationViewEditScreen .view-name,
#shareModal .view-name {
  font-weight: 600; }
#populationViewListScreen .view-info,
#populationViewEditScreen .view-info,
#shareModal .view-info {
  color: #666; }
#populationViewListScreen .view-member-count,
#populationViewEditScreen .view-member-count,
#shareModal .view-member-count {
  font-weight: 600;
  font-size: 18px;
  text-align: center; }
#populationViewListScreen .view-member-label,
#populationViewEditScreen .view-member-label,
#shareModal .view-member-label {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center; }
#populationViewListScreen .view-label,
#populationViewEditScreen .view-label,
#shareModal .view-label {
  display: inline-block;
  background-color: #fff;
  margin: 2px 0;
  margin-right: 6px;
  padding: 4px 8px;
  border-radius: 3px; }
#populationViewListScreen .owner,
#populationViewEditScreen .owner,
#shareModal .owner {
  font-style: italic;
  font-weight: 400;
  color: #999;
  font-size: 12px; }
#populationViewListScreen .share-list,
#populationViewEditScreen .share-list,
#shareModal .share-list {
  text-decoration: underline;
  color: #2e6da4;
  cursor: pointer; }
#populationViewListScreen .campaign .campaign-header,
#populationViewListScreen .campaign .campaign-footer,
#populationViewEditScreen .campaign .campaign-header,
#populationViewEditScreen .campaign .campaign-footer,
#shareModal .campaign .campaign-header,
#shareModal .campaign .campaign-footer {
  display: flex;
  justify-content: space-between; }
#populationViewListScreen .campaign .left-grouping,
#populationViewEditScreen .campaign .left-grouping,
#shareModal .campaign .left-grouping {
  flex: 4 1 200px; }
#populationViewListScreen .campaign .right-grouping,
#populationViewEditScreen .campaign .right-grouping,
#shareModal .campaign .right-grouping {
  display: flex;
  flex: 1 0 270px;
  align-items: flex-start;
  justify-content: flex-end; }
#populationViewListScreen .campaign .campaign-header .right-grouping,
#populationViewEditScreen .campaign .campaign-header .right-grouping,
#shareModal .campaign .campaign-header .right-grouping {
  flex: 1 0 270px; }
#populationViewListScreen .campaign .campaign-header .left-grouping p,
#populationViewEditScreen .campaign .campaign-header .left-grouping p,
#shareModal .campaign .campaign-header .left-grouping p {
  margin: 6px 0 0 0;
  padding: 0; }
#populationViewListScreen .campaign .campaign-footer,
#populationViewEditScreen .campaign .campaign-footer,
#shareModal .campaign .campaign-footer {
  align-items: flex-end;
  margin-top: 16px;
  padding-left: 26px; }
  #populationViewListScreen .campaign .campaign-footer p,
  #populationViewEditScreen .campaign .campaign-footer p,
  #shareModal .campaign .campaign-footer p {
    margin: 0;
    padding: 0; }
  #populationViewListScreen .campaign .campaign-footer .right-grouping,
  #populationViewEditScreen .campaign .campaign-footer .right-grouping,
  #shareModal .campaign .campaign-footer .right-grouping {
    flex: 1 0 150px; }
#populationViewListScreen .campaign .title,
#populationViewEditScreen .campaign .title,
#shareModal .campaign .title {
  color: #333;
  font-size: 16px;
  font-weight: 600; }
#populationViewListScreen .campaign .after-title-info,
#populationViewEditScreen .campaign .after-title-info,
#shareModal .campaign .after-title-info {
  font-weight: 400; }
#populationViewListScreen .campaign .date-message,
#populationViewEditScreen .campaign .date-message,
#shareModal .campaign .date-message {
  color: #666;
  font-weight: 500;
  margin-left: 10px;
  white-space: nowrap; }
#populationViewListScreen .campaign .next-event-box,
#populationViewEditScreen .campaign .next-event-box,
#shareModal .campaign .next-event-box {
  margin-right: 8px;
  font-size: 16px; }
  #populationViewListScreen .campaign .next-event-box .emphasis,
  #populationViewEditScreen .campaign .next-event-box .emphasis,
  #shareModal .campaign .next-event-box .emphasis {
    font-size: 22px; }

#populationViewEditScreen .editable-title,
#campaignEditScreen .editable-title {
  margin-left: -10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid #333 1px;
  padding: 2px 0;
  margin-right: 6px; }
#populationViewEditScreen .flex,
#campaignEditScreen .flex {
  display: flex; }
#populationViewEditScreen .screen-body,
#campaignEditScreen .screen-body {
  position: relative;
  padding: 0; }
  #populationViewEditScreen .screen-body .btn-icon,
  #campaignEditScreen .screen-body .btn-icon {
    font-size: 20px;
    bottom: 50px;
    position: absolute;
    right: 20px; }
#populationViewEditScreen .filter-dropdown .dropdown-menu,
#campaignEditScreen .filter-dropdown .dropdown-menu {
  max-height: 360px;
  overflow-y: scroll; }

#campaignEditScreen .admin-share-alert {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 20px 0; }
  #campaignEditScreen .admin-share-alert p {
    margin: 0;
    padding: 0; }
  #campaignEditScreen .admin-share-alert button {
    margin-left: 10px; }
#campaignEditScreen .admin-share-alert-urgent {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: auto;
  align-items: center; }
  #campaignEditScreen .admin-share-alert-urgent p {
    margin: 0;
    padding: 0; }
  #campaignEditScreen .admin-share-alert-urgent button {
    margin-left: 30px; }
#campaignEditScreen .campaign-email {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 22px; }
  #campaignEditScreen .campaign-email p {
    margin: 12px 0;
    padding: 0; }
  #campaignEditScreen .campaign-email .description {
    font-size: 15px; }
  #campaignEditScreen .campaign-email .time-from-now {
    font-size: 22px;
    margin: 6px 0; }
  #campaignEditScreen .campaign-email .approval-info {
    margin: 0; }
  #campaignEditScreen .campaign-email .danger {
    color: #cc0000; }
#campaignEditScreen .past-email-header {
  display: flex;
  justify-content: space-between; }

.timeline-container {
  align-items: flex-end;
  display: flex;
  margin: auto;
  width: 90%;
  padding: 20px 8px; }
  .timeline-container .date {
    flex-basis: 80px;
    text-align: center;
    font-weight: 600;
    color: #666; }
  .timeline-container.mini {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%; }
    .timeline-container.mini .date {
      order: 2;
      padding: 8px 0 0; }

#populationViewListScreen .view,
#populationViewListScreen .pending-email {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px; }
  #populationViewListScreen .view .panel-heading,
  #populationViewListScreen .pending-email .panel-heading {
    color: #2e6da4;
    font-weight: 600; }
    #populationViewListScreen .view .panel-heading.empty::after,
    #populationViewListScreen .pending-email .panel-heading.empty::after {
      display: none; }
  #populationViewListScreen .view .panel-body,
  #populationViewListScreen .pending-email .panel-body {
    padding: 0; }
  #populationViewListScreen .view .info,
  #populationViewListScreen .pending-email .info {
    font-size: 13px; }
    #populationViewListScreen .view .info .view-info,
    #populationViewListScreen .pending-email .info .view-info {
      margin-left: 2px; }
    #populationViewListScreen .view .info.strong,
    #populationViewListScreen .pending-email .info.strong {
      font-weight: 600; }
    #populationViewListScreen .view .info.emphasis,
    #populationViewListScreen .pending-email .info.emphasis {
      font-style: italic; }
    #populationViewListScreen .view .info.light,
    #populationViewListScreen .pending-email .info.light {
      color: #999; }
    #populationViewListScreen .view .info.medium,
    #populationViewListScreen .pending-email .info.medium {
      color: #666; }
  #populationViewListScreen .view .icon-row,
  #populationViewListScreen .pending-email .icon-row {
    margin: -4px 2px 2px 4px; }
    #populationViewListScreen .view .icon-row .icon,
    #populationViewListScreen .pending-email .icon-row .icon {
      width: 40px;
      display: inline-block; }
  #populationViewListScreen .view .view-element,
  #populationViewListScreen .pending-email .view-element {
    background-color: #fff;
    padding: 10px 0;
    margin: 5px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    #populationViewListScreen .view .view-element.grey,
    #populationViewListScreen .pending-email .view-element.grey {
      background-color: transparent; }
    #populationViewListScreen .view .view-element .title,
    #populationViewListScreen .pending-email .view-element .title {
      font-weight: 600; }
    #populationViewListScreen .view .view-element .info,
    #populationViewListScreen .pending-email .view-element .info {
      color: #666; }
  #populationViewListScreen .view .campaign,
  #populationViewListScreen .pending-email .campaign {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 16px;
    padding: 12px; }
  #populationViewListScreen .view .owner,
  #populationViewListScreen .pending-email .owner {
    font-style: italic;
    font-weight: 400;
    color: #999;
    font-size: 12px; }
  #populationViewListScreen .view .shareList,
  #populationViewListScreen .pending-email .shareList {
    text-decoration: underline;
    color: #2e6da4; }
#populationViewListScreen .pending-email {
  padding: 8px 0px; }
  #populationViewListScreen .pending-email .panel-heading {
    padding: 0; }
    #populationViewListScreen .pending-email .panel-heading h3 {
      padding: 0;
      margin-bottom: 6px; }
  #populationViewListScreen .pending-email .pending-email-description {
    font-size: 14px; }
  #populationViewListScreen .pending-email .submitted-by {
    margin-top: 2px;
    margin-left: 30px;
    text-indent: -30px; }
    #populationViewListScreen .pending-email .submitted-by .time-from-submittal {
      white-space: nowrap; }
  #populationViewListScreen .pending-email .time-from-now {
    font-size: 22px;
    margin-top: 15px;
    text-align: right; }
    #populationViewListScreen .pending-email .time-from-now.danger-time {
      color: #cc0000; }
    @media (max-width: 860px) {
      #populationViewListScreen .pending-email .time-from-now {
        text-align: center; } }
  #populationViewListScreen .pending-email .view-button {
    margin-top: 16px; }
  #populationViewListScreen .pending-email.two-rows .time-from-now {
    margin-top: 6px; }
  #populationViewListScreen .pending-email.two-rows .view-button {
    margin-top: 6px; }

#populationViewListScreen .campaign-stats-box, #populationViewEditScreen .campaign-stats-box, #campaignEditScreen .campaign-stats-box {
  display: flex;
  font-size: 13px;
  text-align: center;
  justify-content: space-around;
  flex: 1; }
  #populationViewListScreen .campaign-stats-box p, #populationViewEditScreen .campaign-stats-box p, #campaignEditScreen .campaign-stats-box p {
    margin: 0;
    padding: 0; }
  #populationViewListScreen .campaign-stats-box .campaign-stat, #populationViewEditScreen .campaign-stats-box .campaign-stat, #campaignEditScreen .campaign-stats-box .campaign-stat {
    margin: 0 2px; }
  #populationViewListScreen .campaign-stats-box.right-spacing, #populationViewEditScreen .campaign-stats-box.right-spacing, #campaignEditScreen .campaign-stats-box.right-spacing {
    margin-right: 30px; }

#populationViewEditScreen .view-label, #campaignEditScreen .view-label, #populationViewMemberListScreen .view-label {
  background-color: #eee; }
#populationViewEditScreen .top-bar, #campaignEditScreen .top-bar, #populationViewMemberListScreen .top-bar {
  margin-bottom: 8px; }
  #populationViewEditScreen .top-bar .title, #campaignEditScreen .top-bar .title, #populationViewMemberListScreen .top-bar .title {
    margin-left: -10px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid #333 1px;
    padding: 2px 0;
    margin-right: 6px;
    margin-left: -15px; }
#populationViewEditScreen .views, #campaignEditScreen .views, #populationViewMemberListScreen .views {
  width: 100%;
  display: flex;
  flex-direction: row; }
  #populationViewEditScreen .views > .view, #campaignEditScreen .views > .view, #populationViewMemberListScreen .views > .view {
    position: relative; }
    #populationViewEditScreen .views > .view:not(:first-child), #campaignEditScreen .views > .view:not(:first-child), #populationViewMemberListScreen .views > .view:not(:first-child) {
      border-left: 1px solid #ccc;
      margin-left: 20px;
      padding-left: 20px; }
  #populationViewEditScreen .views.compare .stats-dashboard .stats-report, #campaignEditScreen .views.compare .stats-dashboard .stats-report, #populationViewMemberListScreen .views.compare .stats-dashboard .stats-report {
    width: 100% !important; }
#populationViewEditScreen .filter, #campaignEditScreen .filter, #populationViewMemberListScreen .filter {
  width: 100%;
  padding: 0; }
  #populationViewEditScreen .filter > .container, #campaignEditScreen .filter > .container, #populationViewMemberListScreen .filter > .container {
    position: relative;
    min-height: 73px;
    padding: 15px 20px;
    padding-right: 60px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%; }
    #populationViewEditScreen .filter > .container .inner-filter, #campaignEditScreen .filter > .container .inner-filter, #populationViewMemberListScreen .filter > .container .inner-filter {
      position: relative;
      background-color: #fff;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      overflow: hidden;
      padding: 10px 8px;
      padding-right: 260px; }
      #populationViewEditScreen .filter > .container .inner-filter.calculating > .filter-progress-bar, #campaignEditScreen .filter > .container .inner-filter.calculating > .filter-progress-bar, #populationViewMemberListScreen .filter > .container .inner-filter.calculating > .filter-progress-bar {
        opacity: 0; }
        #populationViewEditScreen .filter > .container .inner-filter.calculating > .filter-progress-bar:after, #campaignEditScreen .filter > .container .inner-filter.calculating > .filter-progress-bar:after, #populationViewMemberListScreen .filter > .container .inner-filter.calculating > .filter-progress-bar:after {
          right: -50px; }
      #populationViewEditScreen .filter > .container .inner-filter.calculating > .filter-count,
      #populationViewEditScreen .filter > .container .inner-filter.calculating > .filter-count-previous-percent,
      #populationViewEditScreen .filter > .container .inner-filter.calculating > .filter-count-top-percent, #campaignEditScreen .filter > .container .inner-filter.calculating > .filter-count,
      #campaignEditScreen .filter > .container .inner-filter.calculating > .filter-count-previous-percent,
      #campaignEditScreen .filter > .container .inner-filter.calculating > .filter-count-top-percent, #populationViewMemberListScreen .filter > .container .inner-filter.calculating > .filter-count,
      #populationViewMemberListScreen .filter > .container .inner-filter.calculating > .filter-count-previous-percent,
      #populationViewMemberListScreen .filter > .container .inner-filter.calculating > .filter-count-top-percent {
        display: none; }
      #populationViewEditScreen .filter > .container .inner-filter.calculating:after, #campaignEditScreen .filter > .container .inner-filter.calculating:after, #populationViewMemberListScreen .filter > .container .inner-filter.calculating:after {
        position: absolute;
        display: inline-block;
        content: 'Calculating...';
        z-index: 0;
        right: 0;
        top: 0;
        padding: 11px 10px;
        font-style: italic;
        font-size: 15px;
        opacity: 0.6; }
      #populationViewEditScreen .filter > .container .inner-filter.bordered, #campaignEditScreen .filter > .container .inner-filter.bordered, #populationViewMemberListScreen .filter > .container .inner-filter.bordered {
        border: 1px solid #ccc;
        border-top-style: none;
        border-radius: 0; }
        #populationViewEditScreen .filter > .container .inner-filter.bordered:first-child, #campaignEditScreen .filter > .container .inner-filter.bordered:first-child, #populationViewMemberListScreen .filter > .container .inner-filter.bordered:first-child {
          border-top-style: solid;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
        #populationViewEditScreen .filter > .container .inner-filter.bordered:last-child, #campaignEditScreen .filter > .container .inner-filter.bordered:last-child, #populationViewMemberListScreen .filter > .container .inner-filter.bordered:last-child {
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-progress-bar, #campaignEditScreen .filter > .container .inner-filter > .filter-progress-bar, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-progress-bar {
        position: absolute;
        right: 0;
        top: 0;
        width: 0%;
        height: 42px;
        border-color: #d0e2fa;
        border-top-style: solid;
        border-top-width: 42px;
        transition-property: width;
        transition-duration: 2s;
        transition-timing-function: ease-out; }
        #populationViewEditScreen .filter > .container .inner-filter > .filter-progress-bar:after, #campaignEditScreen .filter > .container .inner-filter > .filter-progress-bar:after, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-progress-bar:after {
          -webkit-print-color-adjust: exact !important;
                  color-adjust: exact !important;
          position: absolute;
          display: block;
          content: '';
          border-color: #d0e2fa;
          border-top-style: solid;
          border-top-width: 41px;
          height: 42px;
          width: 30px;
          top: -42px;
          transform-origin: bottom left;
          transform: skew(30deg, 0deg); }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-description,
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count, #campaignEditScreen .filter > .container .inner-filter > .filter-description,
      #campaignEditScreen .filter > .container .inner-filter > .filter-count, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-description,
      #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count {
        position: relative;
        font-weight: 600;
        font-size: 15px; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-description,
      #populationViewEditScreen .filter > .container .inner-filter > .filter-type, #campaignEditScreen .filter > .container .inner-filter > .filter-description,
      #campaignEditScreen .filter > .container .inner-filter > .filter-type, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-description,
      #populationViewMemberListScreen .filter > .container .inner-filter > .filter-type {
        display: inline; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-type, #campaignEditScreen .filter > .container .inner-filter > .filter-type, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-type {
        position: relative;
        padding: 4px; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count,
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count-previous-percent,
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count-top-percent, #campaignEditScreen .filter > .container .inner-filter > .filter-count,
      #campaignEditScreen .filter > .container .inner-filter > .filter-count-previous-percent,
      #campaignEditScreen .filter > .container .inner-filter > .filter-count-top-percent, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count,
      #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count-previous-percent,
      #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count-top-percent {
        display: inline-block;
        position: absolute;
        padding: 11px 10px;
        z-index: 0; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-type,
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count-previous-percent,
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count-top-percent, #campaignEditScreen .filter > .container .inner-filter > .filter-type,
      #campaignEditScreen .filter > .container .inner-filter > .filter-count-previous-percent,
      #campaignEditScreen .filter > .container .inner-filter > .filter-count-top-percent, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-type,
      #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count-previous-percent,
      #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count-top-percent {
        font-style: italic;
        opacity: 0.6;
        font-size: 13px; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count, #campaignEditScreen .filter > .container .inner-filter > .filter-count, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count {
        right: 30px;
        top: -3px;
        font-size: 18px; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count-previous-percent, #campaignEditScreen .filter > .container .inner-filter > .filter-count-previous-percent, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count-previous-percent {
        right: 100px;
        top: 0; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-labels > div, #campaignEditScreen .filter > .container .inner-filter > .filter-labels > div, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-labels > div {
        font-weight: 600;
        font-size: 13px;
        margin-left: 12px;
        padding: 5px 10px;
        border-bottom: #ccc solid 1px; }
        #populationViewEditScreen .filter > .container .inner-filter > .filter-labels > div:last-child, #campaignEditScreen .filter > .container .inner-filter > .filter-labels > div:last-child, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-labels > div:last-child {
          border-bottom: none; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-count-top-percent, #campaignEditScreen .filter > .container .inner-filter > .filter-count-top-percent, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-count-top-percent {
        right: 0;
        top: 2px; }
      #populationViewEditScreen .filter > .container .inner-filter > .filter-extra-values, #campaignEditScreen .filter > .container .inner-filter > .filter-extra-values, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-extra-values {
        margin-left: 12px;
        display: flex;
        flex-flow: column nowrap; }
        #populationViewEditScreen .filter > .container .inner-filter > .filter-extra-values div, #campaignEditScreen .filter > .container .inner-filter > .filter-extra-values div, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-extra-values div {
          font-size: 13px;
          padding: 5px 10px;
          padding-bottom: 0px; }
        #populationViewEditScreen .filter > .container .inner-filter > .filter-extra-values span.description, #campaignEditScreen .filter > .container .inner-filter > .filter-extra-values span.description, #populationViewMemberListScreen .filter > .container .inner-filter > .filter-extra-values span.description {
          color: grey;
          font-size: 12px;
          margin: 0; }
    #populationViewEditScreen .filter > .container .alert, #campaignEditScreen .filter > .container .alert, #populationViewMemberListScreen .filter > .container .alert {
      margin: 10px 0; }
    #populationViewEditScreen .filter > .container > .edit-buttons, #campaignEditScreen .filter > .container > .edit-buttons, #populationViewMemberListScreen .filter > .container > .edit-buttons {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      padding: 22px 8px; }
      #populationViewEditScreen .filter > .container > .edit-buttons > .btn, #campaignEditScreen .filter > .container > .edit-buttons > .btn, #populationViewMemberListScreen .filter > .container > .edit-buttons > .btn {
        color: #337ab7;
        font-size: 16px;
        padding: 3px;
        margin: -2px; }
    #populationViewEditScreen .filter > .container > .edit-form, #campaignEditScreen .filter > .container > .edit-form, #populationViewMemberListScreen .filter > .container > .edit-form {
      padding: 7px 0; }
      #populationViewEditScreen .filter > .container > .edit-form .form-group .input-group-with-description, #campaignEditScreen .filter > .container > .edit-form .form-group .input-group-with-description, #populationViewMemberListScreen .filter > .container > .edit-form .form-group .input-group-with-description {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 10px; }
        #populationViewEditScreen .filter > .container > .edit-form .form-group .input-group-with-description .input-group, #campaignEditScreen .filter > .container > .edit-form .form-group .input-group-with-description .input-group, #populationViewMemberListScreen .filter > .container > .edit-form .form-group .input-group-with-description .input-group {
          width: 125px; }
        #populationViewEditScreen .filter > .container > .edit-form .form-group .input-group-with-description p.helper-text, #campaignEditScreen .filter > .container > .edit-form .form-group .input-group-with-description p.helper-text, #populationViewMemberListScreen .filter > .container > .edit-form .form-group .input-group-with-description p.helper-text {
          padding-bottom: 7px; }
      #populationViewEditScreen .filter > .container > .edit-form .form-group p.helper-text, #campaignEditScreen .filter > .container > .edit-form .form-group p.helper-text, #populationViewMemberListScreen .filter > .container > .edit-form .form-group p.helper-text {
        color: grey;
        font-size: 12px;
        padding-top: 7px;
        margin: 0; }
      #populationViewEditScreen .filter > .container > .edit-form .form-group .with-helper-text, #campaignEditScreen .filter > .container > .edit-form .form-group .with-helper-text, #populationViewMemberListScreen .filter > .container > .edit-form .form-group .with-helper-text {
        display: flex;
        flex-flow: row wrap;
        gap: 10px; }
        #populationViewEditScreen .filter > .container > .edit-form .form-group .with-helper-text p.helper-text, #campaignEditScreen .filter > .container > .edit-form .form-group .with-helper-text p.helper-text, #populationViewMemberListScreen .filter > .container > .edit-form .form-group .with-helper-text p.helper-text {
          padding: 0;
          color: #bbbbbb;
          width: 100%; }
#populationViewEditScreen .apply-button, #campaignEditScreen .apply-button, #populationViewMemberListScreen .apply-button {
  margin-left: 10px;
  margin-bottom: 20px; }
#populationViewEditScreen .dropdown-menu .btn, #campaignEditScreen .dropdown-menu .btn, #populationViewMemberListScreen .dropdown-menu .btn {
  text-align: left; }
#populationViewEditScreen .charts, #campaignEditScreen .charts, #populationViewMemberListScreen .charts {
  position: relative; }
  #populationViewEditScreen .charts .load-chart-box, #campaignEditScreen .charts .load-chart-box, #populationViewMemberListScreen .charts .load-chart-box {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    color: #bb8e61;
    background-color: #fbe5b6;
    border-color: #bb8e61;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    width: 300px;
    padding: 10px;
    text-align: center; }
    #populationViewEditScreen .charts .load-chart-box .text, #campaignEditScreen .charts .load-chart-box .text, #populationViewMemberListScreen .charts .load-chart-box .text {
      margin: 10px 0;
      text-align: left; }
    #populationViewEditScreen .charts .load-chart-box .menu, #campaignEditScreen .charts .load-chart-box .menu, #populationViewMemberListScreen .charts .load-chart-box .menu {
      margin: 10px 0; }
  #populationViewEditScreen .charts .stats-dashboard, #campaignEditScreen .charts .stats-dashboard, #populationViewMemberListScreen .charts .stats-dashboard {
    width: 100%;
    margin: 15px -5px; }
    #populationViewEditScreen .charts .stats-dashboard.invalid, #campaignEditScreen .charts .stats-dashboard.invalid, #populationViewMemberListScreen .charts .stats-dashboard.invalid {
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      -o-filter: blur(10px);
      filter: blur(10px); }
    #populationViewEditScreen .charts .stats-dashboard .stats-report .stats-report-content, #campaignEditScreen .charts .stats-dashboard .stats-report .stats-report-content, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .stats-report-content {
      display: flex;
      flex-direction: column;
      border-radius: 6px; }
    #populationViewEditScreen .charts .stats-dashboard .stats-report .title-bar, #campaignEditScreen .charts .stats-dashboard .stats-report .title-bar, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .title-bar {
      position: relative;
      height: 30px;
      padding: 4px 6px;
      font-weight: 600;
      font-size: 15px;
      -webkit-print-color-adjust: exact !important;
              color-adjust: exact !important; }
    #populationViewEditScreen .charts .stats-dashboard .stats-report .description, #campaignEditScreen .charts .stats-dashboard .stats-report .description, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .description {
      color: #333;
      background-color: #eee;
      border-bottom-color: #eee;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      padding: 4px 6px;
      font-size: 13px;
      -webkit-print-color-adjust: exact !important;
              color-adjust: exact !important; }
      #populationViewEditScreen .charts .stats-dashboard .stats-report .description ul, #campaignEditScreen .charts .stats-dashboard .stats-report .description ul, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .description ul {
        padding-left: 20px; }
    #populationViewEditScreen .charts .stats-dashboard .stats-report .chart, #campaignEditScreen .charts .stats-dashboard .stats-report .chart, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart {
      position: relative;
      flex-grow: 1;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; }
      #populationViewEditScreen .charts .stats-dashboard .stats-report .chart .loader, #campaignEditScreen .charts .stats-dashboard .stats-report .chart .loader, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart .loader {
        z-index: 1; }
      #populationViewEditScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator, #campaignEditScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%; }
        #populationViewEditScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator h2, #campaignEditScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator h2, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator h2 {
          margin: 0;
          margin-bottom: 15px;
          font-weight: bolder;
          font-size: 25px; }
        #populationViewEditScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator p, #campaignEditScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator p, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart .long-loader-indicator p {
          margin: 0;
          padding: 0;
          max-width: 85%;
          font-size: 14px;
          min-width: 55%; }
      #populationViewEditScreen .charts .stats-dashboard .stats-report .chart > .graph, #campaignEditScreen .charts .stats-dashboard .stats-report .chart > .graph, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart > .graph {
        position: relative;
        width: 100%;
        height: 100%;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto; }
        #populationViewEditScreen .charts .stats-dashboard .stats-report .chart > .graph > .tau-chart__layout, #campaignEditScreen .charts .stats-dashboard .stats-report .chart > .graph > .tau-chart__layout, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart > .graph > .tau-chart__layout {
          text-align: left; }
          #populationViewEditScreen .charts .stats-dashboard .stats-report .chart > .graph > .tau-chart__layout .tau-chart__legend__title, #campaignEditScreen .charts .stats-dashboard .stats-report .chart > .graph > .tau-chart__layout .tau-chart__legend__title, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .chart > .graph > .tau-chart__layout .tau-chart__legend__title {
            display: none; }
    #populationViewEditScreen .charts .stats-dashboard .stats-report .segment-legend, #campaignEditScreen .charts .stats-dashboard .stats-report .segment-legend, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .segment-legend {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-evenly;
      padding: 10px; }
      #populationViewEditScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item, #campaignEditScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item {
        display: flex;
        align-items: center;
        padding-bottom: 4px; }
        #populationViewEditScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item .legend-color, #campaignEditScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item .legend-color, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item .legend-color {
          width: 16px;
          height: 16px;
          border-radius: 100%;
          margin-left: 12px;
          margin-right: 12px;
          -webkit-print-color-adjust: exact !important;
                  color-adjust: exact !important; }
        #populationViewEditScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item .legend-text, #campaignEditScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item .legend-text, #populationViewMemberListScreen .charts .stats-dashboard .stats-report .segment-legend .legend-item .legend-text {
          font-size: 13px; }

#chartConfigureModal {
  overflow-y: scroll; }
  #chartConfigureModal .form-control {
    max-width: 100%; }
  #chartConfigureModal .preconfigured-charts {
    border-top: 1px solid #e5e5e5;
    background-color: #eee;
    margin: -15px;
    margin-top: 10px;
    padding: 10px 15px; }
    #chartConfigureModal .preconfigured-charts .btn {
      width: 150px;
      margin: 5px; }
  #chartConfigureModal .chart-tag-select {
    border-top: 1px solid #e5e5e5;
    padding: 15px; }
  #chartConfigureModal .date-field-preview {
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 0; }
  #chartConfigureModal .date-range-preview ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #chartConfigureModal .date-range-preview ul li strong {
      text-align: right;
      min-width: 95px;
      display: inline-block; }
  #chartConfigureModal .input-group input[type=color] {
    width: 50px; }
  #chartConfigureModal .helper-text {
    color: grey;
    font-size: 12px; }

#campaignEditScreen .section-header {
  margin: 20px 0; }
#campaignEditScreen .email-counts {
  margin-top: 20px;
  font-size: 14px;
  color: #666; }
  #campaignEditScreen .email-counts p {
    margin: 4px 0;
    padding: 0; }
#campaignEditScreen .footer-container {
  padding-right: 35px;
  margin-bottom: 30px; }
  #campaignEditScreen .footer-container p {
    margin-top: 12px; }
#campaignEditScreen .admin-share-list span:not(:last-child):after {
  content: ','; }
#campaignEditScreen .campaign-stats-box {
  visibility: hidden; }
#campaignEditScreen .collapsed .campaign-stats-box {
  visibility: visible; }
#campaignEditScreen .title-box {
  display: flex;
  flex-wrap: wrap;
  flex: 4 1 200px; }
  #campaignEditScreen .title-box h4 {
    flex-basis: 100%;
    padding-right: 22px; }
  #campaignEditScreen .title-box p {
    line-height: 1.3; }
#campaignEditScreen .collapsed .title-box h4 {
  flex: none; }
#campaignEditScreen .stats-box-container {
  flex: 1 0 270px; }

.past-use-description:not(:last-of-type) {
  margin-bottom: 1px; }

.campaign-length-warning.modal-dialog {
  width: 400px;
  padding-top: 20px; }

#schedule-email-modal h3,
#emailStatsModal h3,
.email-stats-element h3 {
  margin: 0; }
#schedule-email-modal iframe,
#emailStatsModal iframe,
.email-stats-element iframe {
  background: #fff;
  border: 1px solid;
  height: 475px;
  margin: auto;
  width: 100%; }
  #schedule-email-modal iframe.mobile-preview,
  #emailStatsModal iframe.mobile-preview,
  .email-stats-element iframe.mobile-preview {
    height: 457px;
    width: 318px; }
  #schedule-email-modal iframe html,
  #emailStatsModal iframe html,
  .email-stats-element iframe html {
    width: 100%; }
#schedule-email-modal .template-dropdown,
#emailStatsModal .template-dropdown,
.email-stats-element .template-dropdown {
  display: flex; }
  #schedule-email-modal .template-dropdown .select-container,
  #emailStatsModal .template-dropdown .select-container,
  .email-stats-element .template-dropdown .select-container {
    flex: 1 0 auto; }
#schedule-email-modal .btn-preview,
#emailStatsModal .btn-preview,
.email-stats-element .btn-preview {
  font-size: 20px;
  width: 50px; }
  #schedule-email-modal .btn-preview.active, #schedule-email-modal .table th.btn-preview.sortable:hover, .table #schedule-email-modal th.btn-preview.sortable:hover,
  #emailStatsModal .btn-preview.active,
  #emailStatsModal .table th.btn-preview.sortable:hover,
  .table #emailStatsModal th.btn-preview.sortable:hover,
  .email-stats-element .btn-preview.active,
  .email-stats-element .table th.btn-preview.sortable:hover,
  .table .email-stats-element th.btn-preview.sortable:hover {
    background: #ccc; }
#schedule-email-modal .SendGrid-button-row,
#emailStatsModal .SendGrid-button-row,
.email-stats-element .SendGrid-button-row {
  height: 80px;
  padding: 20px; }
#schedule-email-modal .btn-blue-outline,
#emailStatsModal .btn-blue-outline,
.email-stats-element .btn-blue-outline {
  background: #fff;
  border: solid 2px #1a82e2;
  color: #1a82e2; }
  #schedule-email-modal .btn-blue-outline img,
  #emailStatsModal .btn-blue-outline img,
  .email-stats-element .btn-blue-outline img {
    position: relative;
    height: 16px;
    bottom: 3px; }
#schedule-email-modal .flex-row,
#emailStatsModal .flex-row,
.email-stats-element .flex-row {
  display: flex;
  justify-content: center; }
  #schedule-email-modal .flex-row .schedule-email-label,
  #emailStatsModal .flex-row .schedule-email-label,
  .email-stats-element .flex-row .schedule-email-label {
    flex: 0 0 160px; }
  #schedule-email-modal .flex-row .schedule-email-content,
  #emailStatsModal .flex-row .schedule-email-content,
  .email-stats-element .flex-row .schedule-email-content {
    flex: 0 1 300px;
    padding: 0 12px; }
    #schedule-email-modal .flex-row .schedule-email-content .alert,
    #emailStatsModal .flex-row .schedule-email-content .alert,
    .email-stats-element .flex-row .schedule-email-content .alert {
      margin: 12px 12px 22px; }
#schedule-email-modal .header,
#emailStatsModal .header,
.email-stats-element .header {
  height: 50px; }
#schedule-email-modal .mobile-view,
#emailStatsModal .mobile-view,
.email-stats-element .mobile-view {
  border: 2px solid;
  border-radius: 30px;
  margin: auto;
  width: 336px;
  padding: 18px 7px 38px; }
#schedule-email-modal .modal-dialog,
#emailStatsModal .modal-dialog,
.email-stats-element .modal-dialog {
  width: 90%; }
#schedule-email-modal .flex-container,
#emailStatsModal .flex-container,
.email-stats-element .flex-container {
  display: flex;
  padding: 15px 15px 32px; }
  #schedule-email-modal .flex-container:after,
  #emailStatsModal .flex-container:after,
  .email-stats-element .flex-container:after {
    content: '';
    display: block;
    clear: both; }
#schedule-email-modal .confirmation-message,
#emailStatsModal .confirmation-message,
.email-stats-element .confirmation-message {
  padding-top: 80px; }
  #schedule-email-modal .confirmation-message p,
  #emailStatsModal .confirmation-message p,
  .email-stats-element .confirmation-message p {
    font-size: 16px; }
#schedule-email-modal .emphasis,
#emailStatsModal .emphasis,
.email-stats-element .emphasis {
  font-size: 18px;
  font-weight: 700; }
#schedule-email-modal .preview-container,
#emailStatsModal .preview-container,
.email-stats-element .preview-container {
  margin: auto;
  height: 100%; }
#schedule-email-modal .left-column,
#emailStatsModal .left-column,
.email-stats-element .left-column {
  flex: 1 0 380px; }
  #schedule-email-modal .left-column.flex-box,
  #emailStatsModal .left-column.flex-box,
  .email-stats-element .left-column.flex-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center; }
#schedule-email-modal .schedule-email-form,
#emailStatsModal .schedule-email-form,
.email-stats-element .schedule-email-form {
  margin-right: 20px; }
#schedule-email-modal .right-column,
#emailStatsModal .right-column,
.email-stats-element .right-column {
  flex: 0 1 625px; }
  @media (max-width: 860px) {
    #schedule-email-modal .right-column,
    #emailStatsModal .right-column,
    .email-stats-element .right-column {
      display: none; } }
#schedule-email-modal .pending-email,
#emailStatsModal .pending-email,
.email-stats-element .pending-email {
  padding: 0 25px; }
  #schedule-email-modal .pending-email .schedule-description,
  #emailStatsModal .pending-email .schedule-description,
  .email-stats-element .pending-email .schedule-description {
    font-weight: 600; }
    #schedule-email-modal .pending-email .schedule-description .time-from-now,
    #emailStatsModal .pending-email .schedule-description .time-from-now,
    .email-stats-element .pending-email .schedule-description .time-from-now {
      font-size: 22px;
      white-space: nowrap; }
      #schedule-email-modal .pending-email .schedule-description .time-from-now.danger-time,
      #emailStatsModal .pending-email .schedule-description .time-from-now.danger-time,
      .email-stats-element .pending-email .schedule-description .time-from-now.danger-time {
        color: #cc0000; }
#schedule-email-modal .email-warning,
#emailStatsModal .email-warning,
.email-stats-element .email-warning {
  margin: 30px 0;
  flex: 0 1 300px; }
#schedule-email-modal .right-padding,
#emailStatsModal .right-padding,
.email-stats-element .right-padding {
  padding-right: 38px; }
#schedule-email-modal .campaign-stats-expanded,
#emailStatsModal .campaign-stats-expanded,
.email-stats-element .campaign-stats-expanded {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #schedule-email-modal .campaign-stats-expanded .email-stat,
  #emailStatsModal .campaign-stats-expanded .email-stat,
  .email-stats-element .campaign-stats-expanded .email-stat {
    justify-content: center;
    flex-basis: 25%;
    margin: 10px 0; }
    #schedule-email-modal .campaign-stats-expanded .email-stat p,
    #emailStatsModal .campaign-stats-expanded .email-stat p,
    .email-stats-element .campaign-stats-expanded .email-stat p {
      margin: 0;
      padding: 0; }
    #schedule-email-modal .campaign-stats-expanded .email-stat .description,
    #emailStatsModal .campaign-stats-expanded .email-stat .description,
    .email-stats-element .campaign-stats-expanded .email-stat .description {
      font-size: 16px; }
    #schedule-email-modal .campaign-stats-expanded .email-stat .main-stat,
    #emailStatsModal .campaign-stats-expanded .email-stat .main-stat,
    .email-stats-element .campaign-stats-expanded .email-stat .main-stat {
      font-size: 22px; }
  @media (min-width: 1400px) {
    #schedule-email-modal .campaign-stats-expanded .email-stat .description,
    #emailStatsModal .campaign-stats-expanded .email-stat .description,
    .email-stats-element .campaign-stats-expanded .email-stat .description {
      font-size: 24px; }
    #schedule-email-modal .campaign-stats-expanded .email-stat .main-stat,
    #emailStatsModal .campaign-stats-expanded .email-stat .main-stat,
    .email-stats-element .campaign-stats-expanded .email-stat .main-stat {
      font-size: 32px; }
    #schedule-email-modal .campaign-stats-expanded .email-stat .secondary-stat,
    #emailStatsModal .campaign-stats-expanded .email-stat .secondary-stat,
    .email-stats-element .campaign-stats-expanded .email-stat .secondary-stat {
      font-size: 18px; } }

.confirm-schedule-email {
  margin-top: 60px;
  width: 500px; }
  .confirm-schedule-email .past-use-description {
    max-height: 500px;
    overflow: scroll; }
    .confirm-schedule-email .past-use-description .list-group-item {
      background-color: #f6f6f6;
      padding-top: 24px; }
  .confirm-schedule-email .past-use-description:not(:last-of-type) {
    border-bottom: 1px solid; }
  .confirm-schedule-email .modal-body {
    padding: 6px 12px;
    font-size: 15px; }

#campaignEditScreen .campaign-timeline {
  margin-bottom: 16px; }

.campaign-timeline {
  flex-grow: 1; }
  .campaign-timeline .bound {
    width: 0;
    height: 0;
    margin: 0; }
    .campaign-timeline .bound .vis-item {
      display: none; }
  .campaign-timeline .vis-timeline {
    border-color: #fff; }
  .campaign-timeline .vis-group {
    border: none; }
  .campaign-timeline .vis-itemset {
    border-bottom: 2px solid black; }
  .campaign-timeline .vis-box {
    color: #fff;
    background-color: #337ab7;
    border: none;
    border-radius: 8px; }
  .campaign-timeline .clickable:hover {
    cursor: pointer; }
  .campaign-timeline .clickable.not-allowed:hover {
    cursor: not-allowed; }
  .campaign-timeline .vis-dot {
    display: none; }
  .campaign-timeline .vis-line {
    border-left-width: 2px;
    border-color: #337ab7; }
  .campaign-timeline .vis-range {
    color: #fff;
    background-color: #337ab7;
    border: none;
    border-radius: 8px; }
  .campaign-timeline .vis-grid {
    border: none !important; }
  .campaign-timeline .vis-label {
    display: none; }
  .campaign-timeline .vis-panel {
    border: none; }
  .campaign-timeline .vis-current-time {
    background-color: #98c459; }
  .campaign-timeline .past.vis-box {
    background-color: #63a0d4; }
  .campaign-timeline .not-approved .vis-item-content {
    background: #fff;
    border: 2px solid #cc0000;
    border-radius: 6px;
    color: #cc0000; }
  .campaign-timeline.mini {
    flex-basis: 100%;
    padding: 0 38px; }
    .campaign-timeline.mini .vis-box {
      background: #666;
      color: #666;
      border: 2px solid #666;
      border-radius: 8px; }
    .campaign-timeline.mini .vis-line {
      border-color: #666; }
    .campaign-timeline.mini .past.vis-box {
      background: #fff;
      color: #fff; }

.live-indicator {
  background: #28b62c;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #fff;
  /* -webkit-animation: pulse-animation 2s infinite linear; */ }

#dobModal .dob-input input {
  width: 80px; }

#activitySequenceDiagramScreen {
  display: flex;
  flex-direction: column;
  height: 100vh; }
  #activitySequenceDiagramScreen .screen-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 40px 50px; }
    #activitySequenceDiagramScreen .screen-content #activitySequenceDiagramContainer {
      box-shadow: 0 0 10px 5px #eee;
      flex: 1;
      margin: 20px 0 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #activitySequenceDiagramScreen .screen-content #activitySequenceDiagramContainer .empty-state {
        font-size: 18px; }
  #activitySequenceDiagramScreen .diagram-settings {
    display: flex;
    justify-content: space-between; }

#diagram-selectAnswerTagModal .modal-dialog {
  width: 50%;
  margin-top: 50px; }

.load-diagram-selected-tag {
  height: 32px;
  margin-top: 6px;
  border-radius: 4px; }
  .load-diagram-selected-tag:hover {
    background-color: #ccc; }

.loaded-activities-list {
  max-height: 550px;
  overflow: scroll; }

#activitySequenceDiagram {
  width: 100%;
  height: 100%; }
  #activitySequenceDiagram a:hover {
    cursor: pointer; }
  #activitySequenceDiagram .node rect {
    stroke: #333;
    stroke-width: 0.5px; }
  #activitySequenceDiagram rect.graph-button {
    stroke: #fff; }
    #activitySequenceDiagram rect.graph-button.inverted {
      stroke: #1aa8ce;
      fill: #fff; }
  #activitySequenceDiagram circle.missing-link:hover {
    cursor: pointer; }
  #activitySequenceDiagram text.button-text {
    fill: #fff;
    stroke-width: 0.4px; }
    #activitySequenceDiagram text.button-text.blue-text {
      fill: #1aa8ce; }
  #activitySequenceDiagram .edgePath path.path {
    fill: none; }
  #activitySequenceDiagram rect.expired {
    stroke-opacity: 0.3;
    fill-opacity: 0.3; }
    #activitySequenceDiagram rect.expired rect {
      stroke-opacity: 0.3;
      fill-opacity: 0.3; }
    #activitySequenceDiagram rect.expired text {
      stroke-opacity: 0.3;
      fill-opacity: 0.3; }
  #activitySequenceDiagram polygon.tag-tooltip {
    fill: black;
    fill-opacity: 0.6;
    stroke: black; }

.info-link:hover {
  cursor: pointer; }

.modal-open .edit-manual-tag-modal-section {
  margin: 2px 0 12px; }
.modal-open .tag-name {
  color: #a78e00; }

.top-spacing {
  margin-top: 12px; }
  .top-spacing.large-spacing {
    margin-top: 36px; }

.new-user-search-table {
  max-height: 330px;
  overflow-y: scroll; }

@media (min-width: 768px) {
  .remove-permission-modal, .remove-role-modal {
    margin-top: 120px;
    width: 420px; } }
.remove-permission-modal .remove-permission-modal-button, .remove-permission-modal .remove-role-modal-button, .remove-role-modal .remove-permission-modal-button, .remove-role-modal .remove-role-modal-button {
  width: 100px; }

.list-group-header {
  background-color: #ccc; }

.question-priority {
  color: #aaa;
  font-size: 12px;
  vertical-align: top; }

.new-employee-search-table {
  max-height: 330px;
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .new-employee-search-table {
      width: 35%;
      margin: auto; } }

tr.employee-to-add {
  cursor: pointer; }
  tr.employee-to-add:hover {
    background-color: #ddd !important; }

.activity-search {
  width: 90%; }

.logActivityPreview {
  width: 380px; }
  .logActivityPreview.modal-dialog {
    margin: auto; }
  .logActivityPreview .modal-content {
    border: none;
    box-shadow: none;
    background-color: transparent; }

td.restricted {
  font-style: italic;
  color: #666; }

.verify-button {
  margin-bottom: 8px !important;
  width: 220px !important; }

.user-file.modal-dialog {
  width: 800px; }
  .user-file.modal-dialog iframe {
    height: 684.5px;
    width: 490px; }
    .user-file.modal-dialog iframe img {
      height: 100%;
      width: 100%; }
  .user-file.modal-dialog .file-upload-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .user-file.modal-dialog .user-upload-image {
    width: 490px; }

.member-info-link:hover {
  cursor: pointer; }

.dot-container i {
  color: #ccc;
  font-size: 8px;
  margin-right: 3px; }
  .dot-container i.green {
    color: #98c459; }
  .dot-container i:last-of-type {
    margin-right: 6px; }

.content-list {
  position: relative;
  margin-top: 8px; }
  .content-list .list-group {
    border: solid 1px #ccc;
    border-radius: 6px;
    max-height: 448px;
    overflow: scroll; }
    .content-list .list-group .list-group-item {
      border: none; }
  .content-list .content-list-item {
    display: flex;
    justify-content: space-between; }
    .content-list .content-list-item:nth-child(even) {
      background-color: #f6f6f6; }
    .content-list .content-list-item .column-left {
      display: flex;
      flex-wrap: wrap;
      padding-right: 8px; }
    .content-list .content-list-item .column-right {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      margin-right: 15px; }
    .content-list .content-list-item .content-info p {
      padding: 0;
      margin-bottom: 0; }
    .content-list .content-list-item .content-info .collection {
      font-size: 13px; }
    .content-list .content-list-item .content-info .tag-type:not(:last-of-type):after,
    .content-list .content-list-item .content-info .collection:not(:last-of-type):after {
      content: ', '; }
    .content-list .content-list-item i {
      margin-right: 4px; }
  .content-list .content-list-item.search-participants .column-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-right: 8px; }
  .content-list .content-title {
    flex-basis: 100%;
    padding: 0;
    font-size: 15px;
    margin-bottom: 0; }
    .content-list .content-title .content-title-addon {
      font-size: 13px;
      margin-left: 14px; }
    .content-list .content-title .employer-group {
      margin-left: 5px; }
  .content-list .content-list-item-tile {
    display: inline-block;
    float: left;
    width: 33%;
    height: 100px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .content-list .content-list-item-tile {
        width: 50%; } }
    .content-list .content-list-item-tile:hover {
      background-color: #eee; }
  .content-list .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px; }

.collection-list-header .title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.selected-reasons-row {
  display: flex;
  flex-wrap: wrap; }
  .selected-reasons-row .pills-label {
    margin: 0;
    margin-right: 8px;
    padding: 0;
    padding-top: 6px; }
  .selected-reasons-row .reason-pill {
    background: #eee;
    padding: 3px 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 4px; }
  .selected-reasons-row .cancel:hover {
    cursor: pointer; }

.selected-drawer {
  border: solid 1px #ccc;
  border-radius: 6px;
  margin: 16px 0;
  padding: 0; }
  .selected-drawer ul {
    list-style-type: none;
    margin: 0;
    max-height: 150px;
    overflow: auto;
    padding: 0; }
  .selected-drawer li {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative; }
    .selected-drawer li:nth-child(even) {
      background-color: #f6f6f6;
      border-top: solid 1px #ddd;
      border-bottom: solid 1px #ddd; }
    .selected-drawer li .eg-name {
      margin-left: 8px;
      color: grey;
      font-size: 14px;
      font-style: italic;
      font-weight: normal; }
    .selected-drawer li button {
      background-color: #cc0000;
      border: none;
      border-radius: 100%;
      color: #fff;
      margin-right: 8px;
      font-size: 13px;
      width: 20px;
      height: 20px;
      padding-left: 6px; }

button {
  background-color: transparent; }

#collectionEditScreen .count {
  margin: 10px 0 6px; }
#collectionEditScreen .disabled {
  opacity: 0.5; }
#collectionEditScreen .tags-config {
  display: flex;
  justify-content: flex-end; }
#collectionEditScreen .tag-item {
  display: flex;
  justify-content: space-between; }
  #collectionEditScreen .tag-item .left-grouping {
    display: flex; }
  #collectionEditScreen .tag-item .tag-name {
    margin: 0;
    padding: 0;
    padding-top: 6px; }
  #collectionEditScreen .tag-item .not-admin-visible {
    color: #ccc;
    margin: 0 0 0 22px; }
  #collectionEditScreen .tag-item .reason-dropdown {
    height: 32px;
    padding-left: 8px;
    margin-right: 8px; }
#collectionEditScreen .circle-button {
  background-color: #337ab7;
  border-radius: 12px;
  border: none;
  color: #fff; }
#collectionEditScreen .space-right {
  margin-right: 16px; }

#collectionListScreen .top-level-collection-names:not(:last-of-type):after,
#collectionEditScreen .top-level-collection-names:not(:last-of-type):after {
  content: ', '; }
#collectionListScreen .top-level-collection-names.link-disabled,
#collectionEditScreen .top-level-collection-names.link-disabled {
  text-decoration: none;
  color: #333; }
  #collectionListScreen .top-level-collection-names.link-disabled:hover,
  #collectionEditScreen .top-level-collection-names.link-disabled:hover {
    cursor: default; }

#cronMonitorScreen .run {
  padding: 0;
  margin: 4px; }
  #cronMonitorScreen .run .panel-heading {
    padding-left: 10px; }
    #cronMonitorScreen .run .panel-heading .panel-title {
      width: 100%;
      display: flex;
      flex-direction: row; }
      #cronMonitorScreen .run .panel-heading .panel-title .status {
        flex-grow: 0;
        flex-shrink: 0;
        width: 30px;
        text-align: center; }
        #cronMonitorScreen .run .panel-heading .panel-title .status.starting:before {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #caac00; }
        #cronMonitorScreen .run .panel-heading .panel-title .status.finished:before {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #98c459; }
        #cronMonitorScreen .run .panel-heading .panel-title .status.error:before {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #cc0000; }
      #cronMonitorScreen .run .panel-heading .panel-title .name {
        width: 100%;
        flex-grow: 1; }
        #cronMonitorScreen .run .panel-heading .panel-title .name i {
          font-size: 14px; }
      #cronMonitorScreen .run .panel-heading .panel-title .date {
        width: 400px;
        flex-grow: 0;
        font-size: 14px;
        padding-top: 3px; }
  #cronMonitorScreen .run .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px; }
    #cronMonitorScreen .run .tab-content .output {
      width: 100%;
      display: flex;
      flex-direction: row;
      padding: 1px 4px; }
      #cronMonitorScreen .run .tab-content .output:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      #cronMonitorScreen .run .tab-content .output .output-text {
        width: 100%;
        flex-grow: 1; }
      #cronMonitorScreen .run .tab-content .output .output-date {
        width: 220px;
        flex-grow: 0; }

.tooltip .tooltip-inner {
  text-align: left; }

.coach-member-tile {
  position: relative;
  display: flex;
  float: left;
  width: 300px;
  height: 125px;
  margin: 10px;
  padding: 10px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; }
  .coach-member-tile:hover {
    background-color: #f5f5f5;
    cursor: pointer; }
  .coach-member-tile .notification-badge {
    font-size: 12px;
    padding: 4px;
    width: 25px;
    height: 25px; }
  .coach-member-tile .member-initials {
    width: 40px;
    height: 40px;
    border-color: #999;
    border-style: solid;
    border-width: 3px;
    border-radius: 100%;
    color: #666;
    font-size: 16px;
    padding-top: 6px;
    text-align: center;
    margin-right: 10px;
    flex-shrink: 0; }
    .coach-member-tile .member-initials.has-open-consults {
      border-color: #ff9900; }
  .coach-member-tile .member-photo {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-color: #999;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    padding-top: 8px;
    margin-right: 10px;
    flex-shrink: 0; }
  .coach-member-tile .member-info {
    position: relative;
    width: 225px;
    color: #555; }
    .coach-member-tile .member-info > :nth-child(n + 7) {
      display: none; }
    .coach-member-tile .member-info .member-info-item {
      font-style: italic;
      font-size: 12px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .coach-member-tile .member-info .member-info-item.member-name {
        color: #1aa8ce;
        text-decoration: underline;
        font-style: normal;
        font-size: 13px; }
      .coach-member-tile .member-info .member-info-item.member-employer {
        font-style: normal;
        font-size: 13px; }
      .coach-member-tile .member-info .member-info-item.open-consults {
        color: #ff9900; }

.toaster-alerts {
  position: absolute;
  top: 55px;
  right: 5px;
  z-index: 1; }
  .toaster-alerts .alert-message-container {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .toaster-alerts .alert-message-container.show {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
      cursor: pointer; }
    .toaster-alerts .alert-message-container .alert-message {
      display: flex;
      background-color: #e4f1ff;
      color: #555;
      width: 290px;
      min-height: 50px;
      border-radius: 4px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
      margin: 10px 5px;
      padding: 5px; }
      .toaster-alerts .alert-message-container .alert-message i.fa {
        font-size: 24px;
        padding: 8px; }
      .toaster-alerts .alert-message-container .alert-message .message {
        padding: 10px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .toaster-alerts .alert-message-container .alert-message .message-wrapped {
        padding: 10px 0;
        width: 100%; }
      .toaster-alerts .alert-message-container .alert-message .close-button {
        cursor: pointer;
        padding: 10px; }
        .toaster-alerts .alert-message-container .alert-message .close-button:after {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }

#providerListScreen .provider-photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }
#providerListScreen .row {
  margin: 0; }
@media (min-width: 768px) {
  #providerListScreen .form-group {
    width: 25%; }
    #providerListScreen .form-group input {
      width: 100%; }
  #providerListScreen .status-dropdown {
    margin-top: 10px; }
    #providerListScreen .status-dropdown .form-group {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
      margin-left: 20px;
      width: 40%; }
      #providerListScreen .status-dropdown .form-group .control-label {
        margin-right: 10px;
        white-space: nowrap; }
    #providerListScreen .status-dropdown:last-child .control-label {
      margin-right: 15px; } }

#providerPreviewModal .modal-dialog {
  margin-top: 20px;
  width: 90%;
  max-width: 900px; }
  @media (min-width: 600px) {
    #providerPreviewModal .modal-dialog {
      min-width: 95%; } }
  #providerPreviewModal .modal-dialog button.close {
    padding-top: 10px;
    padding-right: 10px; }

#editAvailabilityModal .btn.duplicate-availability:hover {
  color: #1a82e2; }

#coachingScreen {
  display: flex;
  flex-direction: column; }
  #coachingScreen .breadcrumb {
    margin-bottom: 10px; }
  #coachingScreen .provider {
    margin: 5px 30px 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 550px) {
      #coachingScreen .provider {
        flex-direction: column; }
        #coachingScreen .provider .provider-actions-dropdown {
          position: absolute;
          right: 5px; }
        #coachingScreen .provider .provider-info {
          flex-direction: column; } }
    #coachingScreen .provider .provider-info {
      display: flex;
      flex-direction: row;
      font-weight: bold; }
      #coachingScreen .provider .provider-info .provider-photo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-size: cover;
        border: 4px solid #61A60E; }
      #coachingScreen .provider .provider-info .no-photo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #e5e5e5; }
        #coachingScreen .provider .provider-info .no-photo .initials {
          font-size: 35px;
          text-transform: uppercase;
          color: #555;
          font-weight: bold; }
      #coachingScreen .provider .provider-info .provider-details {
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #coachingScreen .provider .provider-info .provider-details .provider-name {
          font-size: 30px; }
          #coachingScreen .provider .provider-info .provider-details .provider-name i {
            font-size: 14px;
            color: #337ab7;
            position: relative;
            bottom: 5px; }
        #coachingScreen .provider .provider-info .provider-details .job-title {
          font-weight: normal; }
    #coachingScreen .provider .nonvisible {
      border-color: #CB4B4B !important; }
    #coachingScreen .provider .provider-status {
      color: #cc0000;
      font-weight: bold;
      margin-top: 10px;
      display: flex;
      flex-direction: row; }
  #coachingScreen .btn-group {
    display: flex;
    flex-direction: row;
    gap: 10px; }
  #coachingScreen .dropdown i {
    margin-right: 5px; }
  #coachingScreen .provider-actions-dropdown .dropdown-menu,
  #coachingScreen .provider-employer-actions-dropdown .dropdown-menu {
    left: -155px;
    top: 30px;
    text-align: left;
    padding: 15px;
    width: 320px; }
    #coachingScreen .provider-actions-dropdown .dropdown-menu li,
    #coachingScreen .provider-employer-actions-dropdown .dropdown-menu li {
      font-weight: bold;
      display: flex;
      flex-direction: row;
      align-items: center; }
      #coachingScreen .provider-actions-dropdown .dropdown-menu li i,
      #coachingScreen .provider-employer-actions-dropdown .dropdown-menu li i {
        margin-right: 10px; }
      #coachingScreen .provider-actions-dropdown .dropdown-menu li img,
      #coachingScreen .provider-employer-actions-dropdown .dropdown-menu li img {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
      #coachingScreen .provider-actions-dropdown .dropdown-menu li .dropdown-option,
      #coachingScreen .provider-employer-actions-dropdown .dropdown-menu li .dropdown-option {
        display: flex;
        flex-direction: column;
        cursor: pointer; }
      #coachingScreen .provider-actions-dropdown .dropdown-menu li .description,
      #coachingScreen .provider-employer-actions-dropdown .dropdown-menu li .description {
        font-weight: normal;
        font-size: 12px;
        color: #666; }
      #coachingScreen .provider-actions-dropdown .dropdown-menu li:last-child,
      #coachingScreen .provider-employer-actions-dropdown .dropdown-menu li:last-child {
        padding-bottom: 0; }
  #coachingScreen .timezone {
    color: #bbb;
    padding-left: 10px; }
  #coachingScreen .provider-employer-actions-dropdown .dropdown-menu {
    width: 410px;
    left: -240px; }
  #coachingScreen .inactive {
    opacity: 0.5; }
  #coachingScreen .side-nav {
    flex-basis: none;
    padding-right: 0;
    padding-bottom: 10px; }
    #coachingScreen .side-nav ul {
      overflow: visible; }
      #coachingScreen .side-nav ul li {
        margin: 5px 0; }
    #coachingScreen .side-nav .smallTab {
      height: 50px;
      overflow: hidden; }
      @media (min-width: 860px) {
        #coachingScreen .side-nav .smallTab {
          height: auto; } }
    @media (max-width: 860px) {
      #coachingScreen .side-nav .expand {
        overflow-y: scroll; } }
    @media (min-width: 860px) {
      #coachingScreen .side-nav {
        overflow-y: scroll;
        overflow-x: hidden; } }
    #coachingScreen .side-nav .side-nav-button {
      white-space: wrap;
      height: auto;
      overflow: hidden; }
      #coachingScreen .side-nav .side-nav-button.active, #coachingScreen .side-nav .table th.side-nav-button.sortable:hover, .table #coachingScreen .side-nav th.side-nav-button.sortable:hover {
        background-color: #e4f1ff;
        border-left: 5px solid #23527c;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
    #coachingScreen .side-nav .inactive {
      color: #333; }
    #coachingScreen .side-nav .side-nav-label {
      font-size: 16px;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      align-items: baseline;
      width: 100%; }
      #coachingScreen .side-nav .side-nav-label .assigned {
        font-weight: normal;
        font-size: 12px; }
    #coachingScreen .side-nav .more-employers-dropdown {
      margin-left: 10px;
      margin-top: 10px;
      padding-bottom: 20px; }
      #coachingScreen .side-nav .more-employers-dropdown .select2-selection__placeholder {
        font-weight: bold;
        color: #23527c;
        font-size: 16px; }
      #coachingScreen .side-nav .more-employers-dropdown .select2-selection--single {
        height: 35px; }
      #coachingScreen .side-nav .more-employers-dropdown .select2-selection__rendered {
        margin-top: 2px;
        padding-left: 10px; }
      #coachingScreen .side-nav .more-employers-dropdown .select2-container--default {
        border: 1px solid #23527c;
        border-radius: 4px; }
      #coachingScreen .side-nav .more-employers-dropdown .select2-selection__arrow {
        top: 5px;
        right: 20px; }
        #coachingScreen .side-nav .more-employers-dropdown .select2-selection__arrow b {
          border-color: #23527c transparent transparent transparent; }
      @media (max-width: 860px) {
        #coachingScreen .side-nav .more-employers-dropdown {
          display: none; } }
    #coachingScreen .side-nav .expandEmployer {
      display: block; }
  #coachingScreen .services-key-menu {
    padding: 5px; }
    #coachingScreen .services-key-menu .services-key-menu-item {
      padding: 5px;
      margin: 10px;
      border-radius: 5px;
      border-color: #bbb;
      border-style: solid;
      border-width: 2px; }
      #coachingScreen .services-key-menu .services-key-menu-item.green {
        background-color: rgba(97, 166, 14, 0.4);
        border-color: #61a60e; }
      #coachingScreen .services-key-menu .services-key-menu-item.purple {
        background-color: rgba(131, 71, 173, 0.4);
        border-color: #8347ad; }
      #coachingScreen .services-key-menu .services-key-menu-item.orange {
        background-color: rgba(244, 165, 60, 0.4);
        border-color: #f4a53c; }
      #coachingScreen .services-key-menu .services-key-menu-item.yellow {
        background-color: rgba(224, 224, 0, 0.4);
        border-color: #e0e000; }
  #coachingScreen .provider-schedule {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
    #coachingScreen .provider-schedule .day-header {
      position: relative;
      display: flex;
      flex-direction: row;
      height: 30px;
      padding-left: 12%;
      padding-right: 2%;
      margin-right: 8px;
      margin-top: 5px; }
      #coachingScreen .provider-schedule .day-header .day-header-back, #coachingScreen .provider-schedule .day-header .day-header-next {
        position: absolute;
        top: 0;
        width: 20px;
        height: 30px;
        font-size: 18px;
        padding: 2px;
        cursor: pointer; }
      #coachingScreen .provider-schedule .day-header .day-header-back {
        left: 12%; }
        #coachingScreen .provider-schedule .day-header .day-header-back::after {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      #coachingScreen .provider-schedule .day-header .day-header-next {
        right: 2%; }
        #coachingScreen .provider-schedule .day-header .day-header-next::after {
          display: inline-block;
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          font-size-adjust: none;
          font-stretch: normal;
          font-feature-settings: normal;
          font-language-override: normal;
          font-kerning: auto;
          font-synthesis: weight style;
          font-variant: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      #coachingScreen .provider-schedule .day-header .day-header-date {
        flex-basis: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        padding: 5px; }
    #coachingScreen .provider-schedule .times {
      position: relative;
      display: flex;
      flex-direction: row;
      height: 100%;
      padding-left: 12%;
      padding-right: 2%;
      overflow: hidden;
      overflow-y: scroll; }
      #coachingScreen .provider-schedule .times .time-markers {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3360px; }
        #coachingScreen .provider-schedule .times .time-markers .hour-marker {
          width: 100%;
          height: 140px;
          border-bottom: #ccc dashed 1px;
          font-weight: 600;
          font-size: 11px;
          color: #999; }
        #coachingScreen .provider-schedule .times .time-markers .current-time-marker {
          position: absolute;
          font-weight: 600;
          font-size: 10px;
          color: #337ab7;
          width: 100%;
          height: 15px;
          margin-top: -8px;
          z-index: 1;
          pointer-events: none; }
          #coachingScreen .provider-schedule .times .time-markers .current-time-marker::after {
            display: block;
            content: " ";
            position: absolute;
            border-bottom: #23527c dashed 1px;
            width: 100%;
            top: 8px;
            left: 47px; }
      #coachingScreen .provider-schedule .times .time-date-column {
        position: relative;
        flex-basis: 100%;
        height: 3360px;
        border-left: #ccc solid 1px; }
        #coachingScreen .provider-schedule .times .time-date-column:last-child {
          border-right: #ccc solid 1px; }
        #coachingScreen .provider-schedule .times .time-date-column .event {
          position: absolute;
          width: 100%; }
          #coachingScreen .provider-schedule .times .time-date-column .event.appointment-event {
            width: 85%; }
          #coachingScreen .provider-schedule .times .time-date-column .event .availability {
            position: absolute;
            left: 4px;
            right: 4px;
            top: 2px;
            bottom: 2px;
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            border-color: #bbb;
            border-style: solid;
            border-width: 2px; }
            #coachingScreen .provider-schedule .times .time-date-column .event .availability.past {
              background-color: rgba(255, 255, 255, 0.2); }
            #coachingScreen .provider-schedule .times .time-date-column .event .availability .availability-icon {
              position: absolute;
              top: 10px;
              right: 10px;
              width: 15px;
              height: 20px;
              cursor: pointer; }
              #coachingScreen .provider-schedule .times .time-date-column .event .availability .availability-icon::after {
                display: inline-block;
                content: "";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-style: normal;
                line-height: 1;
                font-size-adjust: none;
                font-stretch: normal;
                font-feature-settings: normal;
                font-language-override: normal;
                font-kerning: auto;
                font-synthesis: weight style;
                font-variant: normal;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #337ab7;
                font-size: 18px; }
          #coachingScreen .provider-schedule .times .time-date-column .event .appointment {
            position: absolute;
            left: 8px;
            right: 8px;
            top: 6px;
            bottom: 6px;
            overflow: hidden;
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 5px;
            border-color: #bbb;
            border-style: solid;
            border-width: 2px;
            padding: 2px 6px;
            font-size: 11px;
            color: #222; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment .time-label {
              padding-right: 10px; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment .participant-name {
              font-weight: 600;
              font-size: 12px; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment.slim * {
              display: inline; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment.not-logged {
              border-color: #cc0000; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment.confirmed::after {
              display: inline-block;
              content: "";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-style: normal;
              line-height: 1;
              font-size-adjust: none;
              font-stretch: normal;
              font-feature-settings: normal;
              font-language-override: normal;
              font-kerning: auto;
              font-synthesis: weight style;
              font-variant: normal;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              position: absolute;
              font-size: 14px;
              top: 3px;
              right: 3px;
              color: #333; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment .virtual .participant-name::before {
              display: inline-block;
              content: "";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-style: normal;
              line-height: 1;
              font-size-adjust: none;
              font-stretch: normal;
              font-feature-settings: normal;
              font-language-override: normal;
              font-kerning: auto;
              font-synthesis: weight style;
              font-variant: normal;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment .missed .participant-name::before {
              display: inline-block;
              content: "";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-style: normal;
              line-height: 1;
              font-size-adjust: none;
              font-stretch: normal;
              font-feature-settings: normal;
              font-language-override: normal;
              font-kerning: auto;
              font-synthesis: weight style;
              font-variant: normal;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment.green {
              background-color: rgba(97, 166, 14, 0.4);
              border-color: #61a60e; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment.purple {
              background-color: rgba(131, 71, 173, 0.4);
              border-color: #8347ad; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment.orange {
              background-color: rgba(244, 165, 60, 0.4);
              border-color: #f4a53c; }
            #coachingScreen .provider-schedule .times .time-date-column .event .appointment.yellow {
              background-color: rgba(224, 224, 0, 0.4);
              border-color: #e0e000; }
  #coachingScreen .refresh-btn {
    margin: 0 0 10px 10px; }
  #coachingScreen .container {
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 15px; }
    #coachingScreen .container .employer-actions {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      #coachingScreen .container .employer-actions .actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        color: #337ab7;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer; }
        #coachingScreen .container .employer-actions .actions i {
          margin-right: 5px;
          text-decoration: none; }
    #coachingScreen .container .group-section {
      border-bottom: 2px solid black;
      padding-bottom: 10px; }
      #coachingScreen .container .group-section:last-child {
        border-bottom: none; }
      #coachingScreen .container .group-section .group-name {
        font-size: 20px;
        font-weight: bold;
        margin: 15px 0; }
      #coachingScreen .container .group-section .plan-section {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-weight: bold;
        font-size: 14px;
        margin: 0 0 30px 30px; }
        #coachingScreen .container .group-section .plan-section .plan-name {
          display: flex;
          flex-direction: row;
          gap: 10px; }
        #coachingScreen .container .group-section .plan-section .role-section {
          display: flex;
          flex-direction: column;
          gap: 5px;
          margin-left: 15px; }
          #coachingScreen .container .group-section .plan-section .role-section .role {
            display: flex;
            flex-direction: row;
            gap: 5px; }
      #coachingScreen .container .group-section .other-providers {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 30px; }
        #coachingScreen .container .group-section .other-providers .other-provider {
          display: inline-flex;
          margin: 10px 0; }
          #coachingScreen .container .group-section .other-providers .other-provider .assignment-count {
            text-decoration: none; }
          #coachingScreen .container .group-section .other-providers .other-provider .provider-photo {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            margin: 5px 5px 0 0; }
          #coachingScreen .container .group-section .other-providers .other-provider .no-photo {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-color: #e5e5e5; }
            #coachingScreen .container .group-section .other-providers .other-provider .no-photo .initials {
              font-size: 10px;
              text-transform: uppercase;
              color: #555;
              font-weight: bold; }
          #coachingScreen .container .group-section .other-providers .other-provider .provider-info {
            display: flex;
            flex-direction: column; }
    #coachingScreen .container .link {
      margin-left: 10px;
      font-size: 12px;
      color: #337ab7;
      font-style: italic;
      text-decoration: underline;
      cursor: pointer;
      font-weight: normal; }

#createNewAssignmentModal .modal-dialog,
#editVisibilityModal .modal-dialog,
#editAssignmentModal .modal-dialog,
#editProviderRolesModal .modal-dialog {
  width: 550px; }
  @media (max-width: 550px) {
    #createNewAssignmentModal .modal-dialog,
    #editVisibilityModal .modal-dialog,
    #editAssignmentModal .modal-dialog,
    #editProviderRolesModal .modal-dialog {
      width: auto; } }
  #createNewAssignmentModal .modal-dialog .form-group,
  #editVisibilityModal .modal-dialog .form-group,
  #editAssignmentModal .modal-dialog .form-group,
  #editProviderRolesModal .modal-dialog .form-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin: 0 0 10px 0; }
    #createNewAssignmentModal .modal-dialog .form-group .control-label,
    #editVisibilityModal .modal-dialog .form-group .control-label,
    #editAssignmentModal .modal-dialog .form-group .control-label,
    #editProviderRolesModal .modal-dialog .form-group .control-label {
      text-align: right;
      white-space: nowrap; }
    #createNewAssignmentModal .modal-dialog .form-group .col-sm-7,
    #editVisibilityModal .modal-dialog .form-group .col-sm-7,
    #editAssignmentModal .modal-dialog .form-group .col-sm-7,
    #editProviderRolesModal .modal-dialog .form-group .col-sm-7 {
      padding-left: 0; }
    #createNewAssignmentModal .modal-dialog .form-group .role,
    #editVisibilityModal .modal-dialog .form-group .role,
    #editAssignmentModal .modal-dialog .form-group .role,
    #editProviderRolesModal .modal-dialog .form-group .role {
      padding-left: 8px; }
  #createNewAssignmentModal .modal-dialog .start-date,
  #editVisibilityModal .modal-dialog .start-date,
  #editAssignmentModal .modal-dialog .start-date,
  #editProviderRolesModal .modal-dialog .start-date {
    margin-left: 20px; }
    #createNewAssignmentModal .modal-dialog .start-date input,
    #editVisibilityModal .modal-dialog .start-date input,
    #editAssignmentModal .modal-dialog .start-date input,
    #editProviderRolesModal .modal-dialog .start-date input {
      padding: 6px 8px; }
  #createNewAssignmentModal .modal-dialog .employer-eligibles,
  #editVisibilityModal .modal-dialog .employer-eligibles,
  #editAssignmentModal .modal-dialog .employer-eligibles,
  #editProviderRolesModal .modal-dialog .employer-eligibles {
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  #createNewAssignmentModal .modal-dialog .transfer,
  #editVisibilityModal .modal-dialog .transfer,
  #editAssignmentModal .modal-dialog .transfer,
  #editProviderRolesModal .modal-dialog .transfer {
    margin-right: 140px; }
  #createNewAssignmentModal .modal-dialog .checkboxLabel,
  #editVisibilityModal .modal-dialog .checkboxLabel,
  #editAssignmentModal .modal-dialog .checkboxLabel,
  #editProviderRolesModal .modal-dialog .checkboxLabel {
    margin-left: 20px; }
  #createNewAssignmentModal .modal-dialog .timezone,
  #editVisibilityModal .modal-dialog .timezone,
  #editAssignmentModal .modal-dialog .timezone,
  #editProviderRolesModal .modal-dialog .timezone {
    color: #bbb;
    padding-left: 10px; }
  #createNewAssignmentModal .modal-dialog .new-assignment-summary,
  #editVisibilityModal .modal-dialog .new-assignment-summary,
  #editAssignmentModal .modal-dialog .new-assignment-summary,
  #editProviderRolesModal .modal-dialog .new-assignment-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
    gap: 5px; }
    #createNewAssignmentModal .modal-dialog .new-assignment-summary .col-xs-4,
    #editVisibilityModal .modal-dialog .new-assignment-summary .col-xs-4,
    #editAssignmentModal .modal-dialog .new-assignment-summary .col-xs-4,
    #editProviderRolesModal .modal-dialog .new-assignment-summary .col-xs-4 {
      padding-right: 0; }
    #createNewAssignmentModal .modal-dialog .new-assignment-summary .new-assignment-count,
    #editVisibilityModal .modal-dialog .new-assignment-summary .new-assignment-count,
    #editAssignmentModal .modal-dialog .new-assignment-summary .new-assignment-count,
    #editProviderRolesModal .modal-dialog .new-assignment-summary .new-assignment-count {
      border-top: 1px solid black;
      width: 50%;
      margin-left: 70px; }
    #createNewAssignmentModal .modal-dialog .new-assignment-summary .count,
    #editVisibilityModal .modal-dialog .new-assignment-summary .count,
    #editAssignmentModal .modal-dialog .new-assignment-summary .count,
    #editProviderRolesModal .modal-dialog .new-assignment-summary .count {
      margin-top: 10px;
      font-weight: bold; }
  #createNewAssignmentModal .modal-dialog .modal-footer,
  #editVisibilityModal .modal-dialog .modal-footer,
  #editAssignmentModal .modal-dialog .modal-footer,
  #editProviderRolesModal .modal-dialog .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    gap: 15px;
    font-weight: bold;
    padding-top: 0;
    margin-top: 10px; }
    #createNewAssignmentModal .modal-dialog .modal-footer .visibility-message,
    #editVisibilityModal .modal-dialog .modal-footer .visibility-message,
    #editAssignmentModal .modal-dialog .modal-footer .visibility-message,
    #editProviderRolesModal .modal-dialog .modal-footer .visibility-message {
      font-style: italic;
      font-size: 12px;
      margin-top: 15px;
      font-weight: normal; }
    #createNewAssignmentModal .modal-dialog .modal-footer .btn,
    #editVisibilityModal .modal-dialog .modal-footer .btn,
    #editAssignmentModal .modal-dialog .modal-footer .btn,
    #editProviderRolesModal .modal-dialog .modal-footer .btn {
      border-width: 1.5px;
      width: 70px;
      font-weight: bold;
      margin-left: 0px; }
    #createNewAssignmentModal .modal-dialog .modal-footer .cancel,
    #editVisibilityModal .modal-dialog .modal-footer .cancel,
    #editAssignmentModal .modal-dialog .modal-footer .cancel,
    #editProviderRolesModal .modal-dialog .modal-footer .cancel {
      color: #cc0000;
      border-color: #cc0000; }
    #createNewAssignmentModal .modal-dialog .modal-footer .clear,
    #editVisibilityModal .modal-dialog .modal-footer .clear,
    #editAssignmentModal .modal-dialog .modal-footer .clear,
    #editProviderRolesModal .modal-dialog .modal-footer .clear {
      color: black;
      border-color: black;
      width: 100px; }
#createNewAssignmentModal .alert b.font-large,
#editVisibilityModal .alert b.font-large,
#editAssignmentModal .alert b.font-large,
#editProviderRolesModal .alert b.font-large {
  font-size: 18px; }

@media (min-width: 768px) {
  #contentScreenModal .modal-dialog {
    margin-top: 20px;
    width: 80%; } }
#providerEditScreen .date input {
  padding: 6px 8px; }
#providerEditScreen .visibility-to {
  margin-top: 5px;
  font-weight: bold; }
#providerEditScreen .visibility-dates {
  display: inline-flex;
  align-items: center; }
  #providerEditScreen .visibility-dates .timezone {
    color: #bbb;
    padding-left: 10px; }

.scheduling-rule-header {
  font-size: 18px;
  font-weight: bold; }

.rule-details {
  display: flex;
  flex-direction: column; }
  .rule-details div {
    line-height: 2; }
  .rule-details .highlight {
    border: 1px solid;
    padding: 3px;
    background-color: white;
    white-space: nowrap; }
  .rule-details > * {
    margin-top: 10px;
    margin-bottom: 10px; }
  .rule-details span {
    margin-left: 10px; }

.provider-service .card-top-row {
  justify-content: space-between;
  align-items: center; }
  .provider-service .card-top-row .pull-left {
    display: flex;
    align-items: center; }
    .provider-service .card-top-row .pull-left .states-licensed {
      display: flex;
      flex-flow: row wrap; }
      .provider-service .card-top-row .pull-left .states-licensed .highlight {
        border: 1px solid;
        padding: 3px;
        background-color: white;
        margin: 4px; }

.insurance-tile {
  position: relative;
  display: flex;
  float: left;
  width: 300px;
  height: 100px;
  margin: 10px;
  padding: 10px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; }
  .insurance-tile .insurance-info {
    width: 100%;
    color: #555; }
    .insurance-tile .insurance-info .insurance-name {
      font-weight: bold;
      font-size: 16px; }

.button-primary-color {
  color: #337ab7; }

.health-cat-select {
  width: 100%; }

.card-action-buttons {
  width: 30px;
  height: 30px;
  margin: 3px; }
  .card-action-buttons .btn {
    height: 30px; }

.admin-alight-row {
  align-items: baseline; }

.admin-button {
  margin-top: 20px; }

.admin-modal {
  height: auto; }

.admin-main-title {
  padding-bottom: 15px; }

.next-to-button {
  padding-bottom: 5px;
  padding-right: 20px; }
  @media (min-width: 615px) {
    .next-to-button {
      display: inline-flex; } }

.align-titles {
  margin-right: 15px;
  text-align: center; }
  @media (max-width: 615px) {
    .align-titles {
      display: block;
      float: none; } }
  @media (min-width: 615px) {
    .align-titles {
      display: inline-flex;
      float: right; } }

.admin-tile {
  position: relative;
  display: flex;
  float: left;
  padding: 5px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; }
  .admin-tile.permission-tile {
    width: 100%;
    height: auto;
    margin: 0px; }
  .admin-tile.health-tile {
    margin: 10px; }
  .admin-tile.margin-tile {
    margin: 10px; }
  .admin-tile.admin-tile-row {
    width: 100%;
    height: auto;
    margin: 10px; }
  .admin-tile.service {
    width: 450px;
    height: 180px;
    margin: 10px; }
  .admin-tile.health-categories {
    width: 100%;
    height: auto;
    margin: 10px; }
  .admin-tile.consults {
    width: 450px;
    height: 180px;
    margin: 10px; }
  .admin-tile:hover {
    background-color: #f5f5f5;
    cursor: pointer; }
  .admin-tile .admin-info {
    width: 100%;
    color: #555; }
    .admin-tile .admin-info .admin-name {
      display: inline-block;
      margin: 5px;
      font-size: 15px;
      font-weight: 600;
      white-space: wrap;
      overflow: visible; }
      .admin-tile .admin-info .admin-name .admin-bold-title {
        max-width: 85%;
        overflow: visible;
        white-space: wrap; }
      .admin-tile .admin-info .admin-name .admin-numbered-items {
        padding: 5px;
        margin-right: 10px; }
    .admin-tile .admin-info .admin-name-edit {
      float: left;
      width: 49%; }
    .admin-tile .admin-info .tag-visibilty {
      margin-left: 7px; }
    .admin-tile .admin-info .admin-name-tiles {
      float: left;
      width: 49%; }
    .admin-tile .admin-info .admin-line-right {
      justify-content: flex-end; }
    .admin-tile .admin-info .admin-grey-title {
      display: inline-flex;
      justify-content: flex-start;
      font-weight: normal;
      background-color: #e3e3e3;
      padding: 5px;
      border-radius: 2px;
      border-style: solid;
      border-width: 1px;
      border-color: #555; }
    .admin-tile .admin-info .admin-grey-title-no-border {
      display: inline-flex;
      justify-content: flex-start;
      font-weight: normal;
      background-color: #e3e3e3;
      padding: 4px;
      vertical-align: middle;
      border-radius: 4px;
      border-style: solid;
      border-width: 1px;
      border-color: #e3e3e3; }
    .admin-tile .admin-info .admin-title {
      display: inline-flex;
      justify-content: flex-start;
      font-weight: normal;
      background-color: #fff;
      color: #8c8c8c;
      padding: 5px;
      border-radius: 2px;
      border-style: solid;
      border-width: 1px;
      border-color: #8c8c8c; }
    .admin-tile .admin-info .admin-bold-grey-title {
      font-weight: bold; }
    .admin-tile .admin-info i.line-up-icon {
      line-height: 1.3; }
    .admin-tile .admin-info .admin-bold-title {
      display: inline-flex;
      justify-content: flex-start;
      font-weight: bolder;
      padding: 5px; }
    .admin-tile .admin-info .admin-description {
      display: block;
      padding-left: 5px;
      padding-bottom: 10px;
      font-size: 13px;
      font-weight: 400;
      color: #666;
      /* add ellipsis after 3 lines of text */
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      white-space: normal;
      height: 60px;
      margin-bottom: 20px; }
    .admin-tile .admin-info .admin-label {
      text-align: right; }
      .admin-tile .admin-info .admin-label .bold {
        font-weight: bold; }
    .admin-tile .admin-info .admin-value {
      font-style: italic;
      font-weight: bold;
      padding-left: 5px; }

.assessment-content-tags {
  width: 100%; }
  .assessment-content-tags .assessment-content-tag {
    padding: 3px;
    margin-left: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e3e3; }

.location-tile {
  position: relative;
  display: flex;
  float: left;
  width: 450px;
  height: 150px;
  margin: 10px;
  padding: 10px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; }
  .location-tile .location-container {
    width: 100%;
    color: #555; }
    .location-tile .location-container .location-info {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      height: 100%;
      padding-left: 10px; }
      .location-tile .location-container .location-info .location-name {
        font-size: 15px;
        font-weight: 600; }
      .location-tile .location-container .location-info .location-address {
        color: #337ab7;
        font-style: italic; }
      .location-tile .location-container .location-info .location-value {
        font-weight: 600;
        padding-left: 5px;
        font-style: italic; }

#memberRsvpModal .modal-header-rsvp {
  padding: 15px 15px 0; }
#memberRsvpModal .rsvp-member {
  font-weight: bold; }
#memberRsvpModal .rsvp-date {
  text-align: center; }
#memberRsvpModal .no-rsvp {
  font-style: italic;
  color: red;
  font-weight: bold;
  margin-bottom: 20px; }
#memberRsvpModal .time-flow {
  margin-bottom: 15px;
  border-bottom: solid 1.5px #bbb; }
  #memberRsvpModal .time-flow:last-of-type {
    border-bottom-style: none; }
#memberRsvpModal .pick-time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0; }
  #memberRsvpModal .pick-time .row {
    width: 100%;
    margin: 0; }
    #memberRsvpModal .pick-time .row .col-xs-6 {
      text-align: center; }
#memberRsvpModal .btn-time {
  border: solid 1px black;
  margin: 10px 0;
  width: 115px; }
#memberRsvpModal .rsvp-flow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  padding: 10px; }
  #memberRsvpModal .rsvp-flow .rsvp-notice {
    font-style: italic;
    color: red;
    font-weight: bold;
    margin-bottom: 30px; }
#memberRsvpModal .rsvp-time-btn {
  margin-top: 10px;
  padding: 5px 10px;
  background: #fff;
  border: solid 2px #1a82e2;
  color: #1a82e2; }
#memberRsvpModal .current-rsvp {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-top: solid 2.5px #bbb; }
  #memberRsvpModal .current-rsvp .current-rsvp-date {
    margin-top: 20px; }
  #memberRsvpModal .current-rsvp .current-rsvp-time {
    border: solid 1px black;
    background-color: #c5dbf0;
    margin: 10px 0;
    border-radius: 4px;
    cursor: default;
    pointer-events: none;
    width: 120px; }
  #memberRsvpModal .current-rsvp .rsvp-btns {
    border-top: solid 2.5px #bbb;
    margin-top: 50px; }
    #memberRsvpModal .current-rsvp .rsvp-btns .change-btn {
      text-align: center;
      margin: 20px 180px 0 180px;
      width: 150px; }
    #memberRsvpModal .current-rsvp .rsvp-btns .cancel-btn {
      border: solid 1px red;
      text-align: center;
      margin: 20px 180px 10px 180px;
      width: 150px; }
#memberRsvpModal .rsvp-single-state {
  padding: 10px;
  font-weight: bold;
  font-style: italic; }
#memberRsvpModal .rsvp-single-btn {
  margin: 10px;
  width: 150px; }
#memberRsvpModal .rsvp-single-cancel {
  color: #1a82e2;
  border: solid 1px #1a82e2;
  margin: 10px;
  border-radius: 4px;
  width: 150px; }
#memberRsvpModal .confirm-border {
  margin-top: 20px;
  text-align: center; }
  #memberRsvpModal .confirm-border .confirm-btn {
    margin-top: 20px;
    width: 150px; }
#memberRsvpModal .rsvp-color {
  background-color: #c5dbf0; }

#memberEventTab .well-background {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden; }
#memberEventTab .upcoming-layout h4 {
  display: flex;
  flex-direction: row; }
#memberEventTab .upcoming-layout h4:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #969696;
  margin: auto; }
#memberEventTab .upcoming-layout h4:after {
  margin-left: 10px; }
#memberEventTab .event-card {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  padding: 5px;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px; }
  #memberEventTab .event-card h4 {
    margin-bottom: 0; }
#memberEventTab .happening-now {
  font-weight: bold;
  margin-left: 5px;
  margin-top: 15px; }
#memberEventTab .event-name-happening {
  color: black;
  font-size: 17px; }
#memberEventTab .event-name {
  padding: 5px;
  font-weight: bold;
  font-size: 17px; }
#memberEventTab .rsvp-btn {
  margin: 10px 10px 0 10px;
  width: 110px; }
#memberEventTab .rsvp-link {
  text-decoration: underline; }
#memberEventTab .event-details {
  line-height: 1.7;
  padding: 0 5px;
  color: #777777; }
#memberEventTab .event-details-now {
  line-height: 1.7;
  padding: 0 5px;
  color: #bbb;
  font-weight: 600; }

.page-body {
  display: flex;
  flex: 1;
  min-height: 0; }
  .page-body .icon-container {
    display: flex;
    justify-content: space-around;
    flex: 0 0 32px; }
  .page-body .screen-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto; }
  .page-body .panel-tab {
    flex: 1;
    min-height: 300px; }
  .page-body .side-nav {
    position: relative;
    flex-basis: 220px;
    padding-right: 30px; }
    @media (max-width: 860px) {
      .page-body .side-nav {
        flex-basis: 50px; } }
    .page-body .side-nav ul {
      position: absolute;
      width: 220px;
      list-style-type: none;
      padding: 0 2px;
      z-index: 5; }
      @media (max-width: 860px) {
        .page-body .side-nav ul {
          background-color: rgba(255, 255, 255, 0.8);
          width: 45px;
          top: 0;
          bottom: -10px;
          overflow: hidden;
          transition-property: width;
          transition-duration: 0.3s;
          transition-timing-function: ease-out; }
          .page-body .side-nav ul .side-nav-button .side-nav-label {
            opacity: 0;
            transition-property: opacity;
            transition-duration: 0.3s;
            transition-timing-function: ease-out; }
          .page-body .side-nav ul.expand {
            width: 220px;
            box-shadow: 2px 2px 4px 0px #eee; }
            .page-body .side-nav ul.expand .side-nav-button .side-nav-label {
              opacity: 1; }
            .page-body .side-nav ul.expand .expand-button i {
              transform: rotate(180deg); } }
      .page-body .side-nav ul .expand-button {
        display: none;
        padding: 0 15px; }
        @media (max-width: 860px) {
          .page-body .side-nav ul .expand-button {
            display: block; } }
        .page-body .side-nav ul .expand-button i {
          transform: rotate(0deg);
          transition-property: transform;
          transition-duration: 0.3s;
          transition-timing-function: ease-out; }
    .page-body .side-nav .side-nav-button {
      position: relative;
      display: flex;
      border-left: 4px solid #fff;
      border-radius: 0 4px 4px 0;
      color: #23527c;
      padding: 8px 0;
      white-space: nowrap; }
      .page-body .side-nav .side-nav-button p {
        margin: 0;
        padding: 0; }
      .page-body .side-nav .side-nav-button .badge {
        top: 8px;
        right: 8px; }
      .page-body .side-nav .side-nav-button:hover {
        cursor: pointer; }
      .page-body .side-nav .side-nav-button.active, .page-body .side-nav .table th.side-nav-button.sortable:hover, .table .page-body .side-nav th.side-nav-button.sortable:hover {
        background-color: #e4f1ff;
        border-left: 4px solid #23527c;
        color: #555; }

.well-dark {
  background-color: #D8D8D8; }

.link-button, #memberInfoScreen .log-consult .previous-notes-link, #memberInfoScreen .log-consult .question-container .question .question-header .question-history-link, #activityEventCheckInScreen .check-link {
  color: #337ab7; }

#insuranceEditScreen .panel-heading {
  font-weight: bold; }
#insuranceEditScreen .delete-insurance {
  padding-right: 10px; }

#insuranceListScreen .delete-insurance {
  padding-left: 0px; }

#serviceEditScreen .panel-heading {
  font-weight: bold; }
#serviceEditScreen .panel-body .card-top-row {
  align-items: center; }
#serviceEditScreen .plan-name {
  font-weight: bold; }
#serviceEditScreen .insurance-required {
  color: #c9302c;
  font-size: 85%;
  font-style: italic;
  margin-left: 2px; }
#serviceEditScreen .service-topics .panel-body {
  display: flex;
  flex-direction: column;
  gap: 10px; }
#serviceEditScreen .service-topics .card-tile {
  margin: 0px 10px; }
#serviceEditScreen .service-topics .form-group {
  margin: 0; }
#serviceEditScreen .service-topics label {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 5px; }
#serviceEditScreen .service-topics .add-topic-btn {
  margin-left: 10px;
  width: 120px; }
#serviceEditScreen .select2-container--default .select2-selection--single {
  height: 34px;
  color: #555555;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
  display: flex;
  align-items: center; }
  #serviceEditScreen .select2-container--default .select2-selection--single[aria-disabled="true"] {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    color: #555555; }
#serviceEditScreen .select2-container--default .select2-selection__arrow {
  height: 34px; }

#editEmployerGroupPlanModal .modal-title {
  font-weight: bold; }
#editEmployerGroupPlanModal .form-horizontal {
  padding-top: 10px; }
  #editEmployerGroupPlanModal .form-horizontal label {
    padding-top: 0px;
    font-weight: bold; }
#editEmployerGroupPlanModal .buttons {
  margin-top: 30px; }
  #editEmployerGroupPlanModal .buttons button {
    width: 120px;
    font-size: 14px; }

#activityEventRsvpScreen .event-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px; }
  #activityEventRsvpScreen .event-container .event-layout {
    width: 375px;
    height: 200px;
    margin: 10px 0;
    overflow: hidden;
    border-color: #CBCBCB;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px; }
    #activityEventRsvpScreen .event-container .event-layout .event-details {
      margin: 20px 0 10px 20px;
      position: relative;
      height: 165px; }
    #activityEventRsvpScreen .event-container .event-layout .event-name {
      font-weight: bold;
      font-size: 17px;
      margin: 0;
      margin-bottom: 5px;
      overflow: hidden;
      line-height: 1.5em;
      max-height: 3em;
      display: -webkit-box;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    #activityEventRsvpScreen .event-container .event-layout .event-employer {
      font-weight: 900;
      margin: 10px 0 0 0;
      font-size: 16px;
      height: 25px;
      max-width: 210px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #activityEventRsvpScreen .event-container .event-layout .member-count {
      background-color: #f5f5f5;
      float: right;
      height: 170px;
      width: 100px;
      margin: 15px 20px 0 8px;
      border-color: #CBCBCB;
      border-style: solid;
      border-width: 2px;
      border-radius: 8px; }
      #activityEventRsvpScreen .event-container .event-layout .member-count .checked-in {
        border-bottom: solid 2px #CBCBCB;
        height: 75px;
        margin: 8px; }
    #activityEventRsvpScreen .event-container .event-layout .member-count-today {
      background-color: #d0e4f8;
      float: right;
      height: 170px;
      width: 100px;
      margin: 15px 20px 0 8px;
      border-color: #337ab7;
      border-style: solid;
      border-width: 2px;
      border-radius: 10px; }
      #activityEventRsvpScreen .event-container .event-layout .member-count-today .checked-in-today {
        border-bottom: solid 2px #337ab7;
        height: 75px;
        margin: 8px; }
    #activityEventRsvpScreen .event-container .event-layout .member-count-number {
      font-size: 24px;
      font-weight: bold;
      margin: 10px 0;
      text-shadow: 0px 0.7px, 0.7px 0px, 0.7px 0.7px; }
    #activityEventRsvpScreen .event-container .event-layout .see-rsvp {
      position: absolute;
      bottom: 0; }
    #activityEventRsvpScreen .event-container .event-layout .see-rsvp-btn {
      font-weight: 600;
      width: 110px;
      display: block; }

#activityEventCheckInScreen .event-title {
  margin-bottom: 15px;
  padding-top: 5px; }
  #activityEventCheckInScreen .event-title .event-name {
    font-weight: bold;
    font-size: 18px;
    margin: 0; }
#activityEventCheckInScreen .event-countdown {
  font-style: italic; }
#activityEventCheckInScreen .event-employer {
  font-weight: bold;
  font-size: 16px; }
#activityEventCheckInScreen .date-filter {
  clear: both;
  margin: 5px 0; }
  #activityEventCheckInScreen .date-filter .date-filter-option {
    display: inline-block;
    cursor: pointer;
    margin: 2px 4px;
    padding: 2px 12px;
    border-color: #aaa;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    color: #666; }
    #activityEventCheckInScreen .date-filter .date-filter-option.selected {
      background-color: #d0e4f8;
      color: #337ab7;
      border-color: #337ab7; }
    #activityEventCheckInScreen .date-filter .date-filter-option input[type="checkbox"] {
      display: none; }
#activityEventCheckInScreen .event-stats .event-stat {
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  background-color: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  padding: 10px 7px;
  margin: 5px;
  margin-bottom: 10px;
  line-height: 1.1; }
  #activityEventCheckInScreen .event-stats .event-stat .event-stat-value {
    font-size: 25px;
    font-weight: 600;
    margin: 5px; }
  #activityEventCheckInScreen .event-stats .event-stat .event-stat-label {
    font-size: 12px;
    font-weight: 600; }
#activityEventCheckInScreen .rsvp-container .day-times {
  display: flex;
  clear: both; }
  #activityEventCheckInScreen .rsvp-container .day-times .time {
    white-space: nowrap;
    padding-top: 10px;
    width: 70px; }
#activityEventCheckInScreen .rsvp-container .timeslot-date {
  margin-bottom: 10px; }
  #activityEventCheckInScreen .rsvp-container .timeslot-date h4 {
    display: flex;
    flex-direction: row;
    font-weight: bold; }
  #activityEventCheckInScreen .rsvp-container .timeslot-date h4:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid black;
    margin: auto; }
  #activityEventCheckInScreen .rsvp-container .timeslot-date h4:after {
    margin-left: 10px; }
  #activityEventCheckInScreen .rsvp-container .timeslot-date .timeslot-timezone {
    font-style: italic;
    color: #777777;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 2px;
    font-weight: normal; }
#activityEventCheckInScreen .rsvp-container .timeslot-group {
  width: 100%; }
  #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .member-info {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #CBCBCB;
    margin: 5px 0;
    padding: 5px 0; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .member-info .member-name-container {
      padding-left: 0;
      margin-bottom: 4px;
      width: 100%; }
      #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .member-info .member-name-container .member-name {
        font-weight: 600;
        font-size: 15px; }
        #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .member-info .member-name-container .member-name .member-email {
          margin-left: 10px;
          font-style: italic;
          font-weight: 400;
          color: #777777;
          font-size: 13px; }
  #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info:last-child .member-info {
    border-bottom: solid 2px #000; }
  #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions {
    display: flex;
    margin-right: 10px;
    align-items: center; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions > div {
      margin-left: 15px; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .checked-in-time {
      color: #777777;
      font-size: 13px;
      padding-bottom: 1px;
      width: -moz-max-content;
      width: max-content; }
      #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .checked-in-time > span {
        color: #337ab7;
        font-size: 15px; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .cancel-check-in {
      width: 100px;
      padding: 0;
      text-decoration: underline; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .cancel-error {
      font-weight: bold;
      font-size: 15px;
      width: 240px;
      margin-bottom: 5px; }
      #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .cancel-error .cancel-error-icon {
        padding-right: 3px;
        color: red; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .cancel-error-message {
      font-size: 10px;
      font-weight: bold;
      font-style: italic; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .consult-icon, #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .labs-icon {
      display: inline-block;
      position: relative;
      color: #333;
      background-color: #fff;
      height: 34px;
      width: 30px;
      padding: 5px;
      font-size: 18px;
      text-align: center;
      border-color: #333;
      border-width: 1px;
      border-style: solid;
      border-radius: 8px; }
      #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .consult-icon .icon-badge, #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .labs-icon .icon-badge {
        position: absolute;
        top: -8px;
        right: -8px;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: 10px;
        background-color: #fff;
        color: #333;
        border-color: #333;
        border-width: 1px;
        border-style: solid;
        border-radius: 100%; }
      #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .consult-icon.open, #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .labs-icon.open {
        border-color: #cb7b04;
        color: #cb7b04;
        background-color: #f7ebcf; }
        #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .consult-icon.open .icon-badge, #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .labs-icon.open .icon-badge {
          border-color: #cb7b04;
          color: #cb7b04;
          background-color: #f7ebcf; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .consult-icon::before {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #activityEventCheckInScreen .rsvp-container .timeslot-group .rsvp-info .button-actions .labs-icon::before {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
#activityEventCheckInScreen .rsvp-container .no-results {
  color: #cc0000;
  text-align: center;
  font-size: 20px;
  font-weight: bold; }
#activityEventCheckInScreen .rsvp-container .suggested-members {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #0082B5;
  margin: 10px 0 0 5px; }
#activityEventCheckInScreen .check-link {
  font-style: italic;
  font-size: 13px; }
#activityEventCheckInScreen .required-activities {
  margin: 10px 0; }
  #activityEventCheckInScreen .required-activities .incomplete-activity {
    margin-left: 23px; }
  #activityEventCheckInScreen .required-activities .check-mark {
    color: #61a60e;
    width: 20px;
    height: 20px; }

#scheduleAppointmentModal hr {
  margin-top: 10px;
  margin-bottom: 10px; }
#scheduleAppointmentModal h4 {
  margin-top: 5px; }
#scheduleAppointmentModal .provider-select {
  margin-top: 5px;
  margin-bottom: 5px; }
#scheduleAppointmentModal .list-item {
  margin: 10px 0;
  padding: 10px;
  background-color: #337ab7;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #2e6da4;
  border-radius: 4px;
  cursor: pointer; }
  #scheduleAppointmentModal .list-item .link-button, #scheduleAppointmentModal .list-item #memberInfoScreen .log-consult .previous-notes-link, #memberInfoScreen .log-consult #scheduleAppointmentModal .list-item .previous-notes-link, #scheduleAppointmentModal .list-item #memberInfoScreen .log-consult .question-container .question .question-header .question-history-link, #memberInfoScreen .log-consult .question-container .question .question-header #scheduleAppointmentModal .list-item .question-history-link, #scheduleAppointmentModal .list-item #activityEventCheckInScreen .check-link, #activityEventCheckInScreen #scheduleAppointmentModal .list-item .check-link {
    color: #fff; }
#scheduleAppointmentModal .calendar-nav {
  display: flex;
  width: 100%;
  padding: 5px 15px;
  font-size: 16px; }
  #scheduleAppointmentModal .calendar-nav .month-label {
    flex-grow: 1;
    text-align: center;
    font-weight: 600; }
  #scheduleAppointmentModal .calendar-nav .arrow {
    cursor: pointer; }
#scheduleAppointmentModal .calendar {
  position: relative; }
  #scheduleAppointmentModal .calendar .calendar-day-container {
    display: inline-block;
    width: 14%;
    text-align: center; }
    #scheduleAppointmentModal .calendar .calendar-day-container .calendar-day-label {
      font-size: 12px; }
    #scheduleAppointmentModal .calendar .calendar-day-container .calendar-day {
      display: inline-block;
      width: 35px;
      height: 35px;
      margin: 4px;
      padding: 4px;
      color: #337ab7;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      border-width: 1px;
      border-style: solid;
      border-radius: 100%;
      border-color: #337ab7;
      cursor: pointer; }
      #scheduleAppointmentModal .calendar .calendar-day-container .calendar-day.no-availability {
        background-color: #eee;
        border-color: #999;
        color: #999;
        pointer-events: none; }
      #scheduleAppointmentModal .calendar .calendar-day-container .calendar-day.selected {
        background-color: #337ab7;
        color: #fff;
        pointer-events: none; }
  #scheduleAppointmentModal .calendar .calendar-day-row {
    color: #9B9B9B;
    margin: 10px 0px; }
#scheduleAppointmentModal .time-selection .btn {
  display: block;
  width: 130px;
  margin: 5px auto; }

#providerResourcesScreen .resources-tile {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: 10px 0;
  overflow: hidden; }
  #providerResourcesScreen .resources-tile .resources-details {
    display: block;
    background-color: #f5f5f5;
    padding: 10px 10px 5px 10px; }
    #providerResourcesScreen .resources-tile .resources-details .resources-title-row {
      display: inline-block;
      width: 100%; }
      #providerResourcesScreen .resources-tile .resources-details .resources-title-row .resources-name {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        padding: 0 3px 0 0; }
      #providerResourcesScreen .resources-tile .resources-details .resources-title-row .resources-date {
        color: #666;
        display: inline; }
    #providerResourcesScreen .resources-tile .resources-details .resources-collections {
      display: inline-block; }
    #providerResourcesScreen .resources-tile .resources-details .resources-collections span {
      background-color: #c8c6c6;
      border-radius: 5px;
      padding: 2px 8px;
      font-weight: 600;
      display: inline;
      margin: 0 5px 0 0; }
    #providerResourcesScreen .resources-tile .resources-details .resources-cache {
      color: #666;
      margin: 8px 0; }
    #providerResourcesScreen .resources-tile .resources-details .resources-description {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #666;
      margin: 5px 0; }
    #providerResourcesScreen .resources-tile .resources-details .resources-notes {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #666; }

#healthCategoryEditCreateScreen .panel-heading, #tagGroupEditScreen .panel-heading {
  font-weight: bold; }

.circle-a-thing {
  border-radius: 50%;
  text-align: center;
  border: 1px solid #666;
  padding: 3px; }
  .circle-a-thing .squareSingleDigit {
    margin: 5px; }
  .circle-a-thing .squareDoubleDigit {
    margin: 5px 0px 5px 0px; }

#bulkCreateRsvpTimeSlotsModal .modal-body .time-slot-seperator {
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px auto; }
  #bulkCreateRsvpTimeSlotsModal .modal-body .time-slot-seperator::after {
    display: inline-block;
    content: "";
    width: 100%;
    vertical-align: middle;
    margin-left: 5px;
    border-bottom-width: 1px;
    border-bottom-color: #999;
    border-bottom-style: solid; }
#bulkCreateRsvpTimeSlotsModal .modal-body #timeSlotsDemo {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  width: 480px;
  margin: 0 auto; }
  #bulkCreateRsvpTimeSlotsModal .modal-body #timeSlotsDemo .slot {
    border: 1px solid;
    padding: 3px;
    background-color: white;
    margin: 5px;
    width: 70px;
    text-align: center; }

#createEditMemberModal .modal-body .form-group.provider .dropdown {
  padding-right: 0px; }
#createEditMemberModal .modal-body .form-group.provider .role {
  display: flex;
  flex-flow: row nowrap; }
  #createEditMemberModal .modal-body .form-group.provider .role label.control-label {
    padding-right: 5px; }
#createEditMemberModal .modal-body .form-group .date-input {
  width: 70px; }
#createEditMemberModal .modal-body hr {
  border-top: 1px solid #d7d7d7; }

.member-rsvp-pdf-download span.pdf-icon:after,
.activity-event-download-actions span.pdf-icon:after,
.employer-census-dropdown span.pdf-icon:after,
.provider-employer-actions-dropdown span.pdf-icon:after,
.provider-actions-dropdown span.pdf-icon:after {
  display: inline-block;
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: .4em; }
.member-rsvp-pdf-download > button,
.activity-event-download-actions > button,
.employer-census-dropdown > button,
.provider-employer-actions-dropdown > button,
.provider-actions-dropdown > button {
  border-radius: 4px !important; }
  .member-rsvp-pdf-download > button:after,
  .activity-event-download-actions > button:after,
  .employer-census-dropdown > button:after,
  .provider-employer-actions-dropdown > button:after,
  .provider-actions-dropdown > button:after {
    display: inline-block;
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: .4em; }
.member-rsvp-pdf-download .dropdown-menu.open,
.activity-event-download-actions .dropdown-menu.open,
.employer-census-dropdown .dropdown-menu.open,
.provider-employer-actions-dropdown .dropdown-menu.open,
.provider-actions-dropdown .dropdown-menu.open {
  display: block; }
.member-rsvp-pdf-download .dropdown-menu,
.activity-event-download-actions .dropdown-menu,
.employer-census-dropdown .dropdown-menu,
.provider-employer-actions-dropdown .dropdown-menu,
.provider-actions-dropdown .dropdown-menu {
  width: 300px;
  padding: 10% 15%;
  text-align: center; }
  .member-rsvp-pdf-download .dropdown-menu.member-details,
  .activity-event-download-actions .dropdown-menu.member-details,
  .employer-census-dropdown .dropdown-menu.member-details,
  .provider-employer-actions-dropdown .dropdown-menu.member-details,
  .provider-actions-dropdown .dropdown-menu.member-details {
    padding: 5%;
    width: 70%; }
  .member-rsvp-pdf-download .dropdown-menu li,
  .activity-event-download-actions .dropdown-menu li,
  .employer-census-dropdown .dropdown-menu li,
  .provider-employer-actions-dropdown .dropdown-menu li,
  .provider-actions-dropdown .dropdown-menu li {
    padding-bottom: 5%; }
    .member-rsvp-pdf-download .dropdown-menu li.divider,
    .activity-event-download-actions .dropdown-menu li.divider,
    .employer-census-dropdown .dropdown-menu li.divider,
    .provider-employer-actions-dropdown .dropdown-menu li.divider,
    .provider-actions-dropdown .dropdown-menu li.divider {
      padding-bottom: 0; }
    .member-rsvp-pdf-download .dropdown-menu li.small-header,
    .activity-event-download-actions .dropdown-menu li.small-header,
    .employer-census-dropdown .dropdown-menu li.small-header,
    .provider-employer-actions-dropdown .dropdown-menu li.small-header,
    .provider-actions-dropdown .dropdown-menu li.small-header {
      text-align: left;
      font-size: .8em; }
  .member-rsvp-pdf-download .dropdown-menu p,
  .activity-event-download-actions .dropdown-menu p,
  .employer-census-dropdown .dropdown-menu p,
  .provider-employer-actions-dropdown .dropdown-menu p,
  .provider-actions-dropdown .dropdown-menu p {
    padding: 0;
    margin: 0; }
    .member-rsvp-pdf-download .dropdown-menu p.alert,
    .activity-event-download-actions .dropdown-menu p.alert,
    .employer-census-dropdown .dropdown-menu p.alert,
    .provider-employer-actions-dropdown .dropdown-menu p.alert,
    .provider-actions-dropdown .dropdown-menu p.alert {
      width: 90%;
      margin: 0 auto;
      padding: 3%; }
    .member-rsvp-pdf-download .dropdown-menu p.alert-info,
    .activity-event-download-actions .dropdown-menu p.alert-info,
    .employer-census-dropdown .dropdown-menu p.alert-info,
    .provider-employer-actions-dropdown .dropdown-menu p.alert-info,
    .provider-actions-dropdown .dropdown-menu p.alert-info {
      margin-bottom: 2%; }
  .member-rsvp-pdf-download .dropdown-menu .btn,
  .activity-event-download-actions .dropdown-menu .btn,
  .employer-census-dropdown .dropdown-menu .btn,
  .provider-employer-actions-dropdown .dropdown-menu .btn,
  .provider-actions-dropdown .dropdown-menu .btn {
    display: inline-block;
    width: 75%; }
    .member-rsvp-pdf-download .dropdown-menu .btn.btn-primary,
    .activity-event-download-actions .dropdown-menu .btn.btn-primary,
    .employer-census-dropdown .dropdown-menu .btn.btn-primary,
    .provider-employer-actions-dropdown .dropdown-menu .btn.btn-primary,
    .provider-actions-dropdown .dropdown-menu .btn.btn-primary {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4;
      border-radius: 4px; }
      .member-rsvp-pdf-download .dropdown-menu .btn.btn-primary:hover,
      .activity-event-download-actions .dropdown-menu .btn.btn-primary:hover,
      .employer-census-dropdown .dropdown-menu .btn.btn-primary:hover,
      .provider-employer-actions-dropdown .dropdown-menu .btn.btn-primary:hover,
      .provider-actions-dropdown .dropdown-menu .btn.btn-primary:hover {
        background-color: #286090;
        border-color: #204d74; }
      .member-rsvp-pdf-download .dropdown-menu .btn.btn-primary:before,
      .activity-event-download-actions .dropdown-menu .btn.btn-primary:before,
      .employer-census-dropdown .dropdown-menu .btn.btn-primary:before,
      .provider-employer-actions-dropdown .dropdown-menu .btn.btn-primary:before,
      .provider-actions-dropdown .dropdown-menu .btn.btn-primary:before {
        display: inline-block;
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: .3em; }
    .member-rsvp-pdf-download .dropdown-menu .btn.census:before,
    .activity-event-download-actions .dropdown-menu .btn.census:before,
    .employer-census-dropdown .dropdown-menu .btn.census:before,
    .provider-employer-actions-dropdown .dropdown-menu .btn.census:before,
    .provider-actions-dropdown .dropdown-menu .btn.census:before {
      display: inline-block;
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      font-size-adjust: none;
      font-stretch: normal;
      font-feature-settings: normal;
      font-language-override: normal;
      font-kerning: auto;
      font-synthesis: weight style;
      font-variant: normal;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: .3em; }

#memberMergeModal {
  text-align: center; }
  #memberMergeModal .modal-dialog {
    max-width: 90%;
    width: -moz-fit-content;
    width: fit-content; }
  #memberMergeModal .modal-body {
    display: flex;
    flex-flow: column wrap; }
    #memberMergeModal .modal-body .merge-header {
      height: 10%;
      width: 100%;
      font-weight: bold; }
      #memberMergeModal .modal-body .merge-header div:first-child {
        float: left;
        width: 300px; }
      #memberMergeModal .modal-body .merge-header div:last-child {
        margin-left: 300px; }
    #memberMergeModal .modal-body .merge-body {
      height: 90%;
      width: 100%;
      display: flex;
      flex-flow: row nowrap; }
      #memberMergeModal .modal-body .merge-body .member-column {
        width: 300px;
        flex: 0 0 300px;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        border-right: 1px dashed #867874;
        row-gap: 10px; }
        #memberMergeModal .modal-body .merge-body .member-column.primary {
          border-right: 0;
          background-color: #f3f3f3; }
        #memberMergeModal .modal-body .merge-body .member-column span {
          line-height: 34px; }
          #memberMergeModal .modal-body .merge-body .member-column span.incomplete {
            color: #cc0000; }
        #memberMergeModal .modal-body .merge-body .member-column a.btn.replacement {
          background-color: #e4f2fe; }
      #memberMergeModal .modal-body .merge-body .member-merge-options {
        display: flex;
        flex-flow: row nowrap;
        overflow-x: auto; }
        #memberMergeModal .modal-body .merge-body .member-merge-options div:last-child {
          border-right: 0; }
    #memberMergeModal .modal-body hr {
      border: 1px solid lightgrey;
      width: 70%; }
    #memberMergeModal .modal-body .email-selection-body {
      height: 10%;
      width: 100%;
      font-weight: bold; }
      #memberMergeModal .modal-body .email-selection-body .email-selection-options {
        display: flex;
        flex-flow: row nowrap; }
        #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-merge-options {
          display: flex;
          flex-flow: row nowrap;
          overflow-x: auto;
          width: 50%;
          justify-content: center; }
          #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-merge-options div:last-child {
            border-right: 0; }
        #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-column {
          align-items: center;
          display: flex;
          flex-flow: column nowrap;
          justify-content: space-around;
          row-gap: 15px;
          width: 50%; }
          #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-column .email-column-title {
            color: #5e5e5e; }
          #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-column span {
            line-height: 34px; }
            #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-column span.incomplete {
              color: #cc0000; }
          #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-column a.btn {
            max-width: 300px;
            white-space: normal;
            word-wrap: break-word; }
          #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-column a.btn.replacement {
            background-color: #e4f2fe; }
          #memberMergeModal .modal-body .email-selection-body .email-selection-options .email-column a.btn.disabled {
            background-color: #eee; }
  #memberMergeModal .modal-footer {
    border-top: 0;
    text-align: center; }

.campaign-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.hide-top-modal {
  display: none; }

#engagement-campaigns .upper-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px; }
  #engagement-campaigns .upper-bar .dropdown {
    align-items: flex-end;
    display: flex;
    position: absolute;
    right: 0; }
  #engagement-campaigns .upper-bar .dropdown-menu {
    right: 0;
    left: auto; }
#engagement-campaigns .campaigns-header {
  font-size: 22px;
  font-weight: 800; }
#engagement-campaigns .extra-margin {
  margin-top: 50px; }
#engagement-campaigns .active-campaign {
  border: 2px solid #2B689C;
  background-color: #e4f1ff;
  overflow-wrap: break-word;
  position: relative; }
#engagement-campaigns .upcoming-campaign {
  background-color: #fff;
  overflow-wrap: break-word;
  position: relative; }
#engagement-campaigns .past-campaign {
  overflow-wrap: break-word;
  position: relative; }
#engagement-campaigns .campaign-dates {
  display: flex;
  flex-direction: row; }
  #engagement-campaigns .campaign-dates .campaign-start {
    margin-right: 40px; }
#engagement-campaigns .current-campaign-header-text {
  font-size: 22px;
  margin: 0;
  max-width: 50%; }
#engagement-campaigns .upcoming-campaign-header-text {
  font-size: 22px;
  margin: 0;
  max-width: 80%; }
#engagement-campaigns .past-campaign-header-text {
  font-size: 22px;
  margin: 0;
  max-width: 100%; }
#engagement-campaigns .campaign-btn-group {
  display: flex;
  flex-direction: row;
  align-items: start;
  position: absolute;
  top: 19px;
  right: 19px; }
  #engagement-campaigns .campaign-btn-group div {
    display: flex;
    flex-direction: column;
    gap: 10px; }
#engagement-campaigns .upcoming-campaign .campaign-btn-group .btn {
  width: 137px; }
#engagement-campaigns .detail-header {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  font-size: 14px; }
  #engagement-campaigns .detail-header .provider-tooltip {
    font-weight: normal; }
    #engagement-campaigns .detail-header .provider-tooltip span {
      color: #337ab7; }
#engagement-campaigns .detail-info {
  font-weight: normal;
  padding-left: 3px;
  font-size: 14px; }
#engagement-campaigns .topics {
  padding: 5px 10px 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 14px; }
#engagement-campaigns .active-topics {
  background-color: #fff; }
#engagement-campaigns .past-topics {
  background-color: #fff; }
#engagement-campaigns .upcoming-topics {
  background-color: #f5f5f5; }
#engagement-campaigns .service-header {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400; }
#engagement-campaigns .topic-header {
  margin: 5px 0 5px 7.83px;
  font-size: 16px;
  font-weight: 400; }
#engagement-campaigns .ie-button {
  margin-right: 10px; }
#engagement-campaigns .btn-pad {
  margin-bottom: 3px; }
#engagement-campaigns .campaign-tools {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between; }
  #engagement-campaigns .campaign-tools .stats-topics {
    width: 100%;
    padding-left: 0; }
  #engagement-campaigns .campaign-tools .campaign-resources {
    border-left: 1px solid gray;
    padding-right: 0; }
    #engagement-campaigns .campaign-tools .campaign-resources .engagement-tools {
      margin-left: 10px; }
    #engagement-campaigns .campaign-tools .campaign-resources .resource-name {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      text-decoration: underline;
      flex-wrap: wrap;
      color: #337ab7;
      margin-bottom: 5px;
      flex-wrap: nowrap; }
      #engagement-campaigns .campaign-tools .campaign-resources .resource-name i {
        text-decoration: none;
        margin-right: 5px; }
  #engagement-campaigns .campaign-tools .stats-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 0;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0; }
    #engagement-campaigns .campaign-tools .stats-section .stat-block {
      background-color: #fff;
      border: 2px solid lightgray;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      padding: 8px 12px 8px 12px;
      justify-content: space-evenly;
      width: 225px; }
      #engagement-campaigns .campaign-tools .stats-section .stat-block .stat-block-row {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px;
        margin: 0px;
        height: 26px;
        white-space: nowrap; }
        #engagement-campaigns .campaign-tools .stats-section .stat-block .stat-block-row .stat-block-numbers {
          font-weight: 700;
          margin-left: 16px; }
        #engagement-campaigns .campaign-tools .stats-section .stat-block .stat-block-row .total-eligible {
          background-color: #d9d9d9;
          border-radius: 50px;
          height: 20px;
          width: 100%; }
          #engagement-campaigns .campaign-tools .stats-section .stat-block .stat-block-row .total-eligible .individual-engagements {
            background-color: #337ab7;
            border-radius: 50px;
            height: 20px; }
        #engagement-campaigns .campaign-tools .stats-section .stat-block .stat-block-row .my-open {
          font-weight: bold;
          cursor: pointer;
          color: #cb8315;
          text-decoration: underline; }
        #engagement-campaigns .campaign-tools .stats-section .stat-block .stat-block-row .open-logs {
          font-weight: bold;
          color: #cb8315; }
    #engagement-campaigns .campaign-tools .stats-section .stat-block-extended {
      width: 280px; }
    #engagement-campaigns .campaign-tools .stats-section .eligibles-stat-block {
      background-color: #fff;
      border: 2px solid lightgray;
      border-radius: 10px;
      display: flex;
      flex-direction: row;
      padding: 8px 16px 8px 16px;
      justify-content: space-evenly;
      width: -moz-fit-content;
      width: fit-content; }
      #engagement-campaigns .campaign-tools .stats-section .eligibles-stat-block #engagement-row {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin-top: 5px;
        margin-bottom: 7px;
        white-space: wrap; }
        #engagement-campaigns .campaign-tools .stats-section .eligibles-stat-block #engagement-row h3 {
          margin: 0; }
        #engagement-campaigns .campaign-tools .stats-section .eligibles-stat-block #engagement-row .engagement-numbers {
          font-weight: 700;
          margin-left: 20px; }
#engagement-campaigns .show-next-campaigns {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #337ab7;
  line-height: 0.1em;
  margin: 30px 0 20px;
  color: #337ab7; }
#engagement-campaigns .show-next-campaigns:hover {
  text-decoration: underline; }
#engagement-campaigns .show-more-lines {
  background: #fff;
  padding: 0 10px; }

#createCampaignModal .error-message {
  text-align: center;
  margin: 10px; }
#createCampaignModal .disabled {
  pointer-events: none;
  background-color: #eeeeee; }
#createCampaignModal .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  height: 34px; }
  #createCampaignModal .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center;
    top: 3px; }
#createCampaignModal .select2-container--default.select2-container--disabled .select2-selection--single, #createCampaignModal .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eeeeee;
  pointer-events: none; }
#createCampaignModal .form-control, #createCampaignModal .select2-selection .select2-selection--multiple {
  padding-left: 8px; }
#createCampaignModal .resource-link {
  text-decoration: underline;
  font-size: 16px; }
#createCampaignModal .resource-block {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 10px; }
  #createCampaignModal .resource-block i {
    cursor: pointer;
    color: #337ab7; }
#createCampaignModal .warning-container, #createCampaignModal .warning-message, #createCampaignModal .engagement-tools-warning {
  background-color: #fcf8e5;
  border: 1px solid #C87D04;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px; }
#createCampaignModal .warning-body {
  flex-direction: column;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px; }
#createCampaignModal .fa-exclamation-circle {
  color: #C87D04;
  margin-left: 3px;
  padding-top: 5px; }
#createCampaignModal .warning-message {
  margin-top: 10px; }
  #createCampaignModal .warning-message .warning-header {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 5px;
    color: #C87D04; }
#createCampaignModal .engagement-tools-warning {
  margin-bottom: 15px; }
  #createCampaignModal .engagement-tools-warning .fa-trash {
    cursor: pointer;
    color: #337ab7; }

#provider-event-logs .upper-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative; }
  #provider-event-logs .upper-bar .dropdown {
    align-items: flex-end;
    display: flex;
    position: absolute;
    right: 0; }
  #provider-event-logs .upper-bar .dropdown-menu {
    right: 0;
    left: auto; }
#provider-event-logs .current-event {
  border: 1px solid #2B689C;
  background-color: #edf6fb;
  position: relative; }
  #provider-event-logs .current-event .row {
    margin: 0; }
  #provider-event-logs .current-event .event-btn-group {
    position: absolute;
    top: 19px;
    right: 19px; }
#provider-event-logs .upcoming-event {
  border: 1px solid gray;
  background-color: #fff;
  position: relative; }
  #provider-event-logs .upcoming-event .log-callout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #provider-event-logs .upcoming-event .event-btn-group {
    position: absolute;
    top: 19px;
    right: 19px; }
#provider-event-logs .past-event {
  border: 1px solid #CBCBCB;
  background-color: #F3F3F3;
  position: relative; }
  #provider-event-logs .past-event .row {
    margin: 0; }
  #provider-event-logs .past-event .event-btn-group {
    position: absolute;
    top: 19px;
    right: 19px; }
#provider-event-logs .rsvp-checked-in {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin-bottom: 15px;
  gap: 15px; }
  #provider-event-logs .rsvp-checked-in .rsvp-count {
    width: 50%; }
    #provider-event-logs .rsvp-checked-in .rsvp-count .log-callout {
      background-color: #FFFFFF;
      border: 2px solid darkgray; }
#provider-event-logs .events-header {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px; }
  #provider-event-logs .events-header .event-clarification {
    color: grey;
    font-size: 14px;
    font-style: italic;
    margin-left: 5px; }
#provider-event-logs .event-description .no-description {
  margin-bottom: 20px; }
#provider-event-logs .show-description {
  color: #337ab7;
  cursor: pointer; }
#provider-event-logs .event-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  max-width: 90%; }
#provider-event-logs .event-title {
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  margin: 0;
  padding: 0;
  max-width: 85%;
  word-break: break-all; }
  #provider-event-logs .event-title .rsvp-current {
    max-height: 30px; }
  #provider-event-logs .event-title i {
    font-size: 15px;
    margin-top: 7px; }
  #provider-event-logs .event-title .log-callout {
    font-size: 14px;
    font-weight: normal;
    max-height: 30px; }
#provider-event-logs .event-btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px; }
#provider-event-logs .event-dates-header {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }
#provider-event-logs .event-dates {
  font-size: 16px;
  font-weight: normal; }
#provider-event-logs .event-end-date {
  margin-left: 20px; }
#provider-event-logs .rsvp-current {
  background-color: #fff;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap; }
#provider-event-logs .provider-log-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  #provider-event-logs .provider-log-header .provider-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 60%; }
  #provider-event-logs .provider-log-header .provider-photo {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
    background-size: cover;
    margin-right: 10px; }
  #provider-event-logs .provider-log-header .consults-created {
    margin: 0;
    padding: 0; }
    #provider-event-logs .provider-log-header .consults-created .log-callout {
      margin-bottom: 10px;
      width: 230px; }
#provider-event-logs .provider-event-dates {
  font-size: 16px;
  font-weight: bold; }
#provider-event-logs .edit-icon {
  color: #337ab7; }
#provider-event-logs .panel-body {
  padding: 0;
  gap: 0; }
  #provider-event-logs .panel-body .campaign-row {
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px; }
    #provider-event-logs .panel-body .campaign-row .campaign-details {
      margin-top: 12px;
      padding: 0; }
      #provider-event-logs .panel-body .campaign-row .campaign-details .log-row .section-detail {
        display: flex;
        flex-direction: row; }
        #provider-event-logs .panel-body .campaign-row .campaign-details .log-row .section-detail .small-log-callout {
          margin-left: 15px; }
    #provider-event-logs .panel-body .campaign-row .consult-btn-group {
      display: flex;
      flex-direction: column;
      position: absolute;
      right: 15px; }
      #provider-event-logs .panel-body .campaign-row .consult-btn-group .log-callout {
        margin-bottom: 10px;
        width: 230px; }
  #provider-event-logs .panel-body .expand-collapse-button {
    padding-left: 15px;
    padding-right: 15px; }
#provider-event-logs .organization-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 5px; }
  #provider-event-logs .organization-container .organization-name {
    font-weight: 600;
    margin-left: 6px; }
#provider-event-logs .log-details {
  display: flex;
  flex-direction: row;
  width: 100%; }
#provider-event-logs .log-callout {
  background-color: #f5f5f5;
  padding: 5px 15px 5px 15px;
  border-radius: 7px;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  #provider-event-logs .log-callout .log-title {
    font-size: 16px;
    white-space: nowrap;
    padding-right: 10px; }
  #provider-event-logs .log-callout .log-number {
    font-size: 18px;
    font-weight: bold; }
#provider-event-logs .small-log-callout {
  background-color: #f5f5f5;
  padding: 5px 10px 5px 10px;
  border-radius: 7px;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  margin-right: 10px;
  max-width: 440px; }
#provider-event-logs .log-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 10px; }
#provider-event-logs .log-section {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  width: 80px;
  min-width: 80px; }
  #provider-event-logs .log-section .section-detail {
    font-weight: normal;
    display: flex;
    font-size: 16px;
    flex-direction: row;
    padding: 0px; }
#provider-event-logs .resources {
  margin-left: 0;
  display: flex;
  align-items: flex-start; }
  #provider-event-logs .resources .log-callout {
    margin-top: 10px;
    padding: 12px; }
  #provider-event-logs .resources .resource-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: space-between;
    gap: 5px;
    width: 100%; }
    #provider-event-logs .resources .resource-details .row {
      width: 100%; }
    #provider-event-logs .resources .resource-details .resource-header {
      font-size: 16px;
      text-decoration: underline; }
    #provider-event-logs .resources .resource-details .number-participants {
      text-decoration: underline;
      text-align: center; }
    #provider-event-logs .resources .resource-details .participant-count {
      text-align: center; }
  #provider-event-logs .resources .group-setting {
    display: flex;
    flex-direction: column;
    padding-left: 10px; }
    #provider-event-logs .resources .group-setting .log-section {
      align-self: flex-start;
      width: 20%; }
    #provider-event-logs .resources .group-setting .section-detail {
      align-self: flex-end;
      font-size: 16px;
      justify-content: flex-start;
      margin-left: 15px;
      width: 80%; }
#provider-event-logs .checkin-screen {
  cursor: pointer;
  background-color: #fcf8e5;
  color: #c77c06;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #c77c06; }
#provider-event-logs .expand-collapse {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #337ab7;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #337ab7; }
#provider-event-logs .expand-collapse-button {
  align-items: center;
  color: #337ab7;
  display: inline-flex;
  justify-content: center;
  position: relative;
  margin: 20px 0;
  text-decoration: none;
  width: 100%; }
  #provider-event-logs .expand-collapse-button .text-container {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 10%;
    text-align: center;
    width: 120px; }
    #provider-event-logs .expand-collapse-button .text-container .expand-collapse-text {
      align-items: center;
      color: #337ab7;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      justify-content: center;
      font-size: 14px;
      text-align: center;
      width: 100%; }
    #provider-event-logs .expand-collapse-button .text-container .expand-collapse-text:hover text {
      text-decoration: underline; }
    #provider-event-logs .expand-collapse-button .text-container i {
      margin-left: 5%;
      text-decoration: none; }
  #provider-event-logs .expand-collapse-button hr {
    border: 0.7px solid #337ab7;
    display: inline-block;
    margin: 0;
    min-width: 40%;
    position: relative;
    width: 44%; }
#provider-event-logs .panel-default {
  margin-bottom: 0px;
  margin-top: 12px; }
#provider-event-logs .panel-heading {
  padding: 15px 15px 0px 15px;
  border-bottom: none;
  background-color: white;
  border-radius: 5px !important; }
#provider-event-logs .panel-heading[data-toggle='collapse'] {
  position: relative; }
  #provider-event-logs .panel-heading[data-toggle='collapse']:after {
    transform: rotate(180deg);
    color: transparent; }
  #provider-event-logs .panel-heading[data-toggle='collapse'].collapsed:after {
    transform: rotate(0deg);
    color: transparent; }
#provider-event-logs .separation-line {
  border-top: 1px solid #000;
  height: 2px;
  margin: 40px 0px 40px 0px; }
#provider-event-logs .search-events-section {
  margin-bottom: 40px; }
  #provider-event-logs .search-events-section .date-range-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    #provider-event-logs .search-events-section .date-range-row .control-label {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0; }
  #provider-event-logs .search-events-section .filter-row {
    align-items: center;
    display: flex;
    flex-direction: row; }
  #provider-event-logs .search-events-section .search-filter-x {
    margin: 0;
    padding: 0; }
  #provider-event-logs .search-events-section .download-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    #provider-event-logs .search-events-section .download-btn i {
      margin-right: 5px; }
  #provider-event-logs .search-events-section .helper-text {
    background-color: #fcf8e5;
    border: 1px solid #9b8963;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    margin: 15px 10px 0 10px;
    color: #9b8963;
    font-weight: bold; }

#createEventModal .error-message {
  text-align: center;
  margin-bottom: 10px; }
#createEventModal .select2-container--default .select2-selection--single {
  height: 34px;
  color: #555555;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
  display: flex;
  align-items: center; }
  #createEventModal .select2-container--default .select2-selection--single[aria-disabled="true"] {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    color: #555555; }
#createEventModal .select2-container--default .select2-selection__arrow {
  height: 34px; }
#createEventModal .select2-container--default .select2-selection__rendered {
  line-height: 34px;
  display: flex;
  align-items: center;
  padding: 0; }
#createEventModal .form-control, #createEventModal .select2-selection .select2-selection--multiple {
  padding-left: 8px; }
#createEventModal .resource-link {
  text-decoration: underline;
  font-size: 16px; }
#createEventModal .resource-block {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 10px; }
  #createEventModal .resource-block i {
    cursor: pointer;
    color: #337ab7; }
#createEventModal .warning-container, #createEventModal #createCampaignModal .engagement-tools-warning, #createCampaignModal #createEventModal .engagement-tools-warning, #createEventModal .warning-message {
  background-color: #fcf8e5;
  border: 1px solid #C87D04;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px; }
#createEventModal .warning-body {
  flex-direction: column;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px; }
#createEventModal .fa-exclamation-circle {
  color: #C87D04;
  margin-left: 3px;
  padding-top: 5px; }
#createEventModal .warning-message {
  margin-top: 15px; }
  #createEventModal .warning-message .warning-header {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 5px;
    color: #C87D04; }
#createEventModal .marg-right {
  margin-right: 10px; }
#createEventModal .btn-secondary {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px; }
  #createEventModal .btn-secondary .disabled {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none; }

#createProviderEventLog .log-section,
#engagementCampaignIndividualLogScreen .log-section {
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold; }
  #createProviderEventLog .log-section .section-details,
  #engagementCampaignIndividualLogScreen .log-section .section-details {
    margin: 10px 0; }
  #createProviderEventLog .log-section .date,
  #engagementCampaignIndividualLogScreen .log-section .date {
    width: 200px; }
  #createProviderEventLog .log-section .date-container,
  #engagementCampaignIndividualLogScreen .log-section .date-container {
    align-items: center;
    display: flex;
    flex-direction: row; }
    #createProviderEventLog .log-section .date-container .timezone,
    #engagementCampaignIndividualLogScreen .log-section .date-container .timezone {
      color: #555;
      margin-left: 10px; }
  #createProviderEventLog .log-section .group-setting .header,
  #engagementCampaignIndividualLogScreen .log-section .group-setting .header {
    padding: 0;
    margin: 0; }
  #createProviderEventLog .log-section .group-setting .dropdown,
  #engagementCampaignIndividualLogScreen .log-section .group-setting .dropdown {
    padding: 0;
    min-width: 200px; }
    #createProviderEventLog .log-section .group-setting .dropdown .btn,
    #engagementCampaignIndividualLogScreen .log-section .group-setting .dropdown .btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 32px;
      position: relative;
      min-width: 200px; }
      #createProviderEventLog .log-section .group-setting .dropdown .btn .caret,
      #engagementCampaignIndividualLogScreen .log-section .group-setting .dropdown .btn .caret {
        position: absolute;
        right: 12px; }
  #createProviderEventLog .log-section .group-setting .audience-input,
  #engagementCampaignIndividualLogScreen .log-section .group-setting .audience-input {
    border: 1px solid lightgrey;
    border-radius: 4px;
    height: 32px;
    padding-left: 11px;
    font-weight: normal;
    width: 80px; }
  #createProviderEventLog .log-section .group-setting .duration-input,
  #engagementCampaignIndividualLogScreen .log-section .group-setting .duration-input {
    border: 1px solid lightgrey;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 32px;
    padding-left: 11px;
    font-weight: normal;
    min-width: 150px; }
  #createProviderEventLog .log-section .group-setting .minutes,
  #engagementCampaignIndividualLogScreen .log-section .group-setting .minutes {
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid lightgrey;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    font-weight: normal;
    justify-content: center;
    min-width: 60px; }
  #createProviderEventLog .log-section .group-setting .input,
  #engagementCampaignIndividualLogScreen .log-section .group-setting .input {
    border-radius: 4px; }
  #createProviderEventLog .log-section .group-setting textarea,
  #engagementCampaignIndividualLogScreen .log-section .group-setting textarea {
    border: 1px solid lightgrey;
    border-radius: 4px;
    height: 75px;
    padding-left: 11px;
    font-weight: normal; }
  #createProviderEventLog .log-section .log-btn-group,
  #engagementCampaignIndividualLogScreen .log-section .log-btn-group {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: flex-start; }
    #createProviderEventLog .log-section .log-btn-group .input-group,
    #engagementCampaignIndividualLogScreen .log-section .log-btn-group .input-group {
      display: flex;
      flex-direction: row; }
    #createProviderEventLog .log-section .log-btn-group .header,
    #engagementCampaignIndividualLogScreen .log-section .log-btn-group .header {
      text-align: right; }
    #createProviderEventLog .log-section .log-btn-group .notes-header,
    #engagementCampaignIndividualLogScreen .log-section .log-btn-group .notes-header {
      align-self: flex-start;
      text-align: right;
      padding: 0; }
  #createProviderEventLog .log-section .resource-btn-group,
  #engagementCampaignIndividualLogScreen .log-section .resource-btn-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px; }
  #createProviderEventLog .log-section .event-date,
  #engagementCampaignIndividualLogScreen .log-section .event-date {
    font-style: italic;
    font-weight: normal;
    text-align: center; }
#createProviderEventLog .log-btn-options,
#engagementCampaignIndividualLogScreen .log-btn-options {
  color: #337ab7;
  border: 1px solid #337ab7;
  padding: 8px 18px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  text-align: center; }
  #createProviderEventLog .log-btn-options .services,
  #engagementCampaignIndividualLogScreen .log-btn-options .services {
    margin-bottom: 5px; }
#createProviderEventLog .select-participants-btn,
#engagementCampaignIndividualLogScreen .select-participants-btn {
  padding: 8px 18px; }
#createProviderEventLog .provider-resource,
#engagementCampaignIndividualLogScreen .provider-resource {
  padding: 8px 18px; }
#createProviderEventLog .section-header,
#engagementCampaignIndividualLogScreen .section-header {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  font-size: 18px;
  width: 100%;
  align-items: baseline; }
  #createProviderEventLog .section-header .header-message,
  #engagementCampaignIndividualLogScreen .section-header .header-message {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px; }
#createProviderEventLog .selected-log-item,
#engagementCampaignIndividualLogScreen .selected-log-item {
  background-color: #e4f1ff; }
  #createProviderEventLog .selected-log-item::before,
  #engagementCampaignIndividualLogScreen .selected-log-item::before {
    float: left;
    font-size: 20px;
    margin: 2px;
    display: block;
    text-align: left;
    padding: 5px 15px; }
  #createProviderEventLog .selected-log-item .selected-details .title,
  #engagementCampaignIndividualLogScreen .selected-log-item .selected-details .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    #createProviderEventLog .selected-log-item .selected-details .title i,
    #engagementCampaignIndividualLogScreen .selected-log-item .selected-details .title i {
      font-size: 20px;
      padding: 0;
      margin-right: 10px; }
  #createProviderEventLog .selected-log-item .selected-details .log-btn-options,
  #engagementCampaignIndividualLogScreen .selected-log-item .selected-details .log-btn-options {
    background-color: #fff; }
  #createProviderEventLog .selected-log-item.service-error,
  #engagementCampaignIndividualLogScreen .selected-log-item.service-error {
    background-color: #fcf8e5;
    border: 1px solid #C87D04;
    cursor: not-allowed;
    pointer-events: none; }
    #createProviderEventLog .selected-log-item.service-error .selected-details,
    #engagementCampaignIndividualLogScreen .selected-log-item.service-error .selected-details {
      background-color: #fcf8e5;
      color: #C87D04; }
#createProviderEventLog .marg-left,
#engagementCampaignIndividualLogScreen .marg-left {
  margin-left: 10px; }
#createProviderEventLog .marg-right,
#engagementCampaignIndividualLogScreen .marg-right {
  margin-right: 10px; }
#createProviderEventLog .disabled,
#engagementCampaignIndividualLogScreen .disabled {
  pointer-events: none;
  opacity: 0.5; }
#createProviderEventLog .disabled-calendar,
#engagementCampaignIndividualLogScreen .disabled-calendar {
  cursor: not-allowed;
  pointer-events: none; }
#createProviderEventLog .event-clarification,
#engagementCampaignIndividualLogScreen .event-clarification {
  color: grey;
  font-size: 14px;
  font-style: italic;
  margin-left: 8px; }
#createProviderEventLog .change-btn,
#engagementCampaignIndividualLogScreen .change-btn {
  font-weight: normal;
  color: #337ab7;
  text-decoration: underline;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer; }
#createProviderEventLog .note-field,
#engagementCampaignIndividualLogScreen .note-field {
  width: 100%;
  height: 200px;
  margin: 10px 0;
  padding: 5px;
  border-radius: 3px; }
#createProviderEventLog .participant-header,
#engagementCampaignIndividualLogScreen .participant-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0; }
  #createProviderEventLog .participant-header .section-header,
  #engagementCampaignIndividualLogScreen .participant-header .section-header {
    margin: 0; }
  #createProviderEventLog .participant-header .btn-group,
  #engagementCampaignIndividualLogScreen .participant-header .btn-group {
    display: flex;
    flex-direction: row; }
    #createProviderEventLog .participant-header .btn-group .btn,
    #engagementCampaignIndividualLogScreen .participant-header .btn-group .btn {
      margin: 10px;
      border-radius: 4px; }
#createProviderEventLog .participant-columns,
#engagementCampaignIndividualLogScreen .participant-columns {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  width: 100%; }
#createProviderEventLog .member-block,
#engagementCampaignIndividualLogScreen .member-block {
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  #createProviderEventLog .member-block .member-row,
  #engagementCampaignIndividualLogScreen .member-block .member-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 5px;
    width: 100%; }
    #createProviderEventLog .member-block .member-row.consult-warning,
    #engagementCampaignIndividualLogScreen .member-block .member-row.consult-warning {
      align-items: flex-start;
      padding: 15px 5px; }
    #createProviderEventLog .member-block .member-row .additional-tools, #createProviderEventLog .member-block .member-row .select2-container,
    #engagementCampaignIndividualLogScreen .member-block .member-row .additional-tools,
    #engagementCampaignIndividualLogScreen .member-block .member-row .select2-container {
      max-width: 85%; }
    #createProviderEventLog .member-block .member-row .form-group,
    #engagementCampaignIndividualLogScreen .member-block .member-row .form-group {
      margin-bottom: 0; }
    #createProviderEventLog .member-block .member-row .member-info,
    #engagementCampaignIndividualLogScreen .member-block .member-row .member-info {
      display: flex;
      flex-direction: column; }
      #createProviderEventLog .member-block .member-row .member-info .employer-group,
      #engagementCampaignIndividualLogScreen .member-block .member-row .member-info .employer-group {
        font-weight: normal;
        font-style: italic;
        color: #aaa; }
    #createProviderEventLog .member-block .member-row .consult-container,
    #engagementCampaignIndividualLogScreen .member-block .member-row .consult-container {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: visible; }
      #createProviderEventLog .member-block .member-row .consult-container .consult-date-warning,
      #engagementCampaignIndividualLogScreen .member-block .member-row .consult-container .consult-date-warning {
        align-items: center;
        border: 1px solid #9b8963;
        border-radius: 4px;
        background-color: #fcf8e5;
        color: #9b8963;
        display: flex;
        font-size: 14px;
        font-style: italic;
        font-weight: 100;
        height: -moz-max-content;
        height: max-content;
        margin-top: 5px;
        padding: 5px;
        text-align: center;
        width: 75%; }
    #createProviderEventLog .member-block .member-row .remove,
    #engagementCampaignIndividualLogScreen .member-block .member-row .remove {
      align-items: center;
      display: flex;
      height: 50px;
      justify-content: center;
      padding: 0;
      width: 50px; }
      #createProviderEventLog .member-block .member-row .remove .fas, #createProviderEventLog .member-block .member-row .remove .fa-times-circle,
      #engagementCampaignIndividualLogScreen .member-block .member-row .remove .fas,
      #engagementCampaignIndividualLogScreen .member-block .member-row .remove .fa-times-circle {
        color: #0082b6;
        cursor: pointer;
        font-size: 30px; }
      #createProviderEventLog .member-block .member-row .remove.consult-warning,
      #engagementCampaignIndividualLogScreen .member-block .member-row .remove.consult-warning {
        padding-bottom: 12px; }
#createProviderEventLog .light-background,
#engagementCampaignIndividualLogScreen .light-background {
  background-color: #fff; }
#createProviderEventLog .dark-background,
#engagementCampaignIndividualLogScreen .dark-background {
  background-color: #f5f5f5; }
#createProviderEventLog .btn-container,
#engagementCampaignIndividualLogScreen .btn-container {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-top: 20px; }
#createProviderEventLog .warning-container, #createProviderEventLog #createCampaignModal .engagement-tools-warning, #createCampaignModal #createProviderEventLog .engagement-tools-warning, #createProviderEventLog .warning-message,
#engagementCampaignIndividualLogScreen .warning-container,
#engagementCampaignIndividualLogScreen #createCampaignModal .engagement-tools-warning,
#createCampaignModal #engagementCampaignIndividualLogScreen .engagement-tools-warning,
#engagementCampaignIndividualLogScreen .warning-message {
  background-color: #fcf8e5;
  border: 1px solid #C87D04;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  padding: 10px; }
#createProviderEventLog .warning-body,
#engagementCampaignIndividualLogScreen .warning-body {
  flex-direction: column;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px; }
#createProviderEventLog .fa-exclamation-circle,
#engagementCampaignIndividualLogScreen .fa-exclamation-circle {
  color: #C87D04;
  margin-left: 3px;
  margin-right: 10px;
  padding-top: 5px; }
#createProviderEventLog .warning-message,
#engagementCampaignIndividualLogScreen .warning-message {
  margin-top: 15px; }
  #createProviderEventLog .warning-message .warning-header,
  #engagementCampaignIndividualLogScreen .warning-message .warning-header {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 5px;
    color: #C87D04; }
#createProviderEventLog .select2-container--default .select2-selection--single,
#engagementCampaignIndividualLogScreen .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  height: 32px; }
  #createProviderEventLog .select2-container--default .select2-selection--single .select2-selection__arrow,
  #engagementCampaignIndividualLogScreen .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center;
    top: 3px; }
#createProviderEventLog .select2-container--default.select2-container--disabled .select2-selection--single, #createProviderEventLog .select2-container--default.select2-container--disabled .select2-selection--multiple,
#engagementCampaignIndividualLogScreen .select2-container--default.select2-container--disabled .select2-selection--single,
#engagementCampaignIndividualLogScreen .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eeeeee;
  pointer-events: none; }
#createProviderEventLog .form-control, #createProviderEventLog .select2-selection .select2-selection--multiple,
#engagementCampaignIndividualLogScreen .form-control,
#engagementCampaignIndividualLogScreen .select2-selection .select2-selection--multiple {
  padding-left: 8px; }
#createProviderEventLog .topics-dropdown,
#engagementCampaignIndividualLogScreen .topics-dropdown {
  align-self: flex-end;
  margin-bottom: 10px;
  position: relative;
  width: 100%; }
#createProviderEventLog .placeholder-div-topics,
#engagementCampaignIndividualLogScreen .placeholder-div-topics {
  height: 210px; }
#createProviderEventLog .placeholder-div-resources,
#engagementCampaignIndividualLogScreen .placeholder-div-resources {
  height: 100px; }

#searchParticipantsModal form {
  margin-bottom: 10px; }
#searchParticipantsModal .participant-tile {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  margin: 10px 0;
  overflow: hidden; }
  #searchParticipantsModal .participant-tile .resources-details {
    display: block;
    padding: 10px 10px 5px 10px; }
    #searchParticipantsModal .participant-tile .resources-details .resources-title-row {
      display: inline-block;
      width: 100%; }
      #searchParticipantsModal .participant-tile .resources-details .resources-title-row .resources-name {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        padding: 0 3px 0 0; }
      #searchParticipantsModal .participant-tile .resources-details .resources-title-row .resources-date {
        color: #666;
        display: inline; }
    #searchParticipantsModal .participant-tile .resources-details .resources-collections {
      display: inline-block; }
    #searchParticipantsModal .participant-tile .resources-details .resources-collections span {
      background-color: #c8c6c6;
      border-radius: 5px;
      padding: 2px 8px;
      font-weight: 600;
      display: inline;
      margin: 0 5px 0 0; }
    #searchParticipantsModal .participant-tile .resources-details .resources-description {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #666;
      margin: 5px 0; }
    #searchParticipantsModal .participant-tile .resources-details .resources-notes {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #666; }
#searchParticipantsModal .light-background {
  background-color: #fff; }
#searchParticipantsModal .dark-background {
  background-color: #f5f5f5; }
#searchParticipantsModal .container {
  width: 100%; }
#searchParticipantsModal .content-info {
  color: grey;
  font-style: italic; }

#viewOpenConsultsModal .headers {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px; }
#viewOpenConsultsModal .row {
  width: 100%; }
#viewOpenConsultsModal .consult-row {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: baseline;
  padding: 5px 0;
  width: 100%; }
  #viewOpenConsultsModal .consult-row .btn {
    width: 30%;
    font-size: 13px; }
#viewOpenConsultsModal .dark-background {
  background-color: #f5f5f5; }
#viewOpenConsultsModal .light-background {
  background-color: #fff; }

.previewCardContainer .challenge-list-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px; }
.previewCardContainer .challenge-list-item {
  position: relative;
  padding: 10px;
  padding-bottom: 30px;
  min-height: 270px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 100, 150, 0.1);
  padding: 15px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  .previewCardContainer .challenge-list-item.current .challenge-image {
    height: 220px; }
  .previewCardContainer .challenge-list-item .challenge-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px; }
  .previewCardContainer .challenge-list-item .challenge-description {
    margin-top: 10px; }
  .previewCardContainer .challenge-list-item .challenge-date-range {
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 7px; }
  .previewCardContainer .challenge-list-item .challenge-resource {
    margin-top: 10px;
    text-align: center; }
    .previewCardContainer .challenge-list-item .challenge-resource i {
      margin-right: 5px; }
  .previewCardContainer .challenge-list-item .list-btn-item {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin-left: 0;
    gap: 10px; }
    .previewCardContainer .challenge-list-item .list-btn-item div {
      width: 50%; }
  .previewCardContainer .challenge-list-item .challenge-detail-button {
    top: 6px;
    min-width: 100px; }
  .previewCardContainer .challenge-list-item .challenge-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
    height: 220px;
    margin-bottom: 5px;
    position: relative;
    top: auto;
    right: auto;
    width: 100%; }
  .previewCardContainer .challenge-list-item .challenge-date-box {
    position: absolute;
    top: 230px;
    right: 30px;
    width: 70px;
    text-align: center;
    background-color: #fff;
    padding: 4px;
    border-width: 3px;
    border-style: solid;
    border-color: #E3F2FF;
    border-radius: 10px; }
    .previewCardContainer .challenge-list-item .challenge-date-box > div {
      display: block;
      margin-right: 0px; }
    .previewCardContainer .challenge-list-item .challenge-date-box .challenge-date-box-date {
      color: #8347AD;
      font-size: 18px;
      font-weight: 600;
      margin: 2px; }

#challengeEditScreen .select2-container--default .select2-selection--single {
  height: 34px;
  color: #555555;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
  display: flex;
  align-items: center; }
  #challengeEditScreen .select2-container--default .select2-selection--single[aria-disabled="true"] {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    color: #555555; }
#challengeEditScreen .select2-container--default .select2-selection__arrow {
  height: 34px; }
#challengeEditScreen .select2-container--default .select2-selection__rendered {
  line-height: 34px;
  display: flex;
  align-items: center;
  padding: 0; }
#challengeEditScreen .challenge-resource-container {
  display: flex;
  flex-direction: column; }
  #challengeEditScreen .challenge-resource-container .help-block {
    margin-bottom: 12px;
    margin-top: -10px; }
  #challengeEditScreen .challenge-resource-container .resource-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center; }
    #challengeEditScreen .challenge-resource-container .resource-container .resource-title {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: 40px;
      padding: 6px 12px;
      font-size: 14px;
      color: #555555;
      background-color: #fff;
      border: 1px solid #ccc;
      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;
      width: 70%; }
      #challengeEditScreen .challenge-resource-container .resource-container .resource-title.activity-title {
        width: 100%; }
      #challengeEditScreen .challenge-resource-container .resource-container .resource-title .trash-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 36px; }
    #challengeEditScreen .challenge-resource-container .resource-container .resource-language {
      width: 28%; }
  #challengeEditScreen .challenge-resource-container .upload-btn {
    margin: 0px 15px; }
#challengeEditScreen p {
  padding-bottom: 0; }
#challengeEditScreen .help-block {
  margin-bottom: 0px; }
#challengeEditScreen .warning-block {
  align-items: center;
  background-color: #fcf8e5;
  border: 1px solid #f4bb7350;
  border-radius: 4px;
  color: #9b8963;
  display: flex;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  margin-top: 12px;
  width: 100%; }
#challengeEditScreen .add-activity-btn {
  width: auto; }
#challengeEditScreen .btn-secondary {
  background-color: #fff;
  border-color: #ccc;
  margin-right: 5px; }
#challengeEditScreen .no-tags {
  margin: 7px 0px 15px 0px; }
#challengeEditScreen .tag-btn {
  border: 1px solid #ccc;
  border-radius: 4px; }
  #challengeEditScreen .tag-btn .fa-tag {
    margin-left: 5px; }
#challengeEditScreen #challenge-total-points.disabled {
  background-color: white;
  border: none;
  box-shadow: none; }

#downloadIncentiveReportModal .alert,
#downloadPlanYearEarningsReportModal .alert,
#downloadTimeframeEarningsReportModal .alert,
#downloadParallelIncentiveProgramReportModal .alert,
#downloadPriorityGroupReportModal .alert,
#downloadParticipantBiometricReportModal .alert,
#downloadBiometricValueReportModal .alert,
#downloadCriticalReferralReportModal .alert,
#downloadStandardVaccineDetailReportModal .alert,
#downloadConsultReportModal .alert,
#downloadNoServiceReportModal .alert {
  margin-top: 20px; }
#downloadIncentiveReportModal .text-info,
#downloadPlanYearEarningsReportModal .text-info,
#downloadTimeframeEarningsReportModal .text-info,
#downloadParallelIncentiveProgramReportModal .text-info,
#downloadPriorityGroupReportModal .text-info,
#downloadParticipantBiometricReportModal .text-info,
#downloadBiometricValueReportModal .text-info,
#downloadCriticalReferralReportModal .text-info,
#downloadStandardVaccineDetailReportModal .text-info,
#downloadConsultReportModal .text-info,
#downloadNoServiceReportModal .text-info {
  font-size: 17px;
  margin-left: 5px; }
#downloadIncentiveReportModal .select2-container--default .select2-selection--single,
#downloadPlanYearEarningsReportModal .select2-container--default .select2-selection--single,
#downloadTimeframeEarningsReportModal .select2-container--default .select2-selection--single,
#downloadParallelIncentiveProgramReportModal .select2-container--default .select2-selection--single,
#downloadPriorityGroupReportModal .select2-container--default .select2-selection--single,
#downloadParticipantBiometricReportModal .select2-container--default .select2-selection--single,
#downloadBiometricValueReportModal .select2-container--default .select2-selection--single,
#downloadCriticalReferralReportModal .select2-container--default .select2-selection--single,
#downloadStandardVaccineDetailReportModal .select2-container--default .select2-selection--single,
#downloadConsultReportModal .select2-container--default .select2-selection--single,
#downloadNoServiceReportModal .select2-container--default .select2-selection--single {
  height: 34px;
  color: #555555;
  padding: 0px 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
  display: flex;
  align-items: center; }
  #downloadIncentiveReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadPlanYearEarningsReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadTimeframeEarningsReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadParallelIncentiveProgramReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadPriorityGroupReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadParticipantBiometricReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadBiometricValueReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadCriticalReferralReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadStandardVaccineDetailReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadConsultReportModal .select2-container--default .select2-selection--single[aria-disabled="true"],
  #downloadNoServiceReportModal .select2-container--default .select2-selection--single[aria-disabled="true"] {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    color: #555555; }
#downloadIncentiveReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadPlanYearEarningsReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadTimeframeEarningsReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadParallelIncentiveProgramReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadPriorityGroupReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadParticipantBiometricReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadBiometricValueReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadCriticalReferralReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadStandardVaccineDetailReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadConsultReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice,
#downloadNoServiceReportModal .select2-container--default .select2-selection--multiple .select2-selection__choice {
  white-space: break-spaces; }
#downloadIncentiveReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadIncentiveReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadPlanYearEarningsReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadPlanYearEarningsReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadTimeframeEarningsReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadTimeframeEarningsReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadParallelIncentiveProgramReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadParallelIncentiveProgramReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadPriorityGroupReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadPriorityGroupReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadParticipantBiometricReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadParticipantBiometricReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadBiometricValueReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadBiometricValueReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadCriticalReferralReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadCriticalReferralReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadStandardVaccineDetailReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadStandardVaccineDetailReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadConsultReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadConsultReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple,
#downloadNoServiceReportModal .select2-container--default .select2-container--disabled .select2-selection--single,
#downloadNoServiceReportModal .select2-container--default .select2-container--disabled .select2-selection--multiple {
  background-color: #eeeeee;
  pointer-events: none; }
#downloadIncentiveReportModal .warning-block,
#downloadPlanYearEarningsReportModal .warning-block,
#downloadTimeframeEarningsReportModal .warning-block,
#downloadParallelIncentiveProgramReportModal .warning-block,
#downloadPriorityGroupReportModal .warning-block,
#downloadParticipantBiometricReportModal .warning-block,
#downloadBiometricValueReportModal .warning-block,
#downloadCriticalReferralReportModal .warning-block,
#downloadStandardVaccineDetailReportModal .warning-block,
#downloadConsultReportModal .warning-block,
#downloadNoServiceReportModal .warning-block {
  align-items: center;
  background-color: #fcf8e5;
  border: 1px solid #f4bb7350;
  border-radius: 4px;
  color: #9b8963;
  display: flex;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  margin-top: 12px;
  width: 100%; }

#challengeThemeEditScreen .challenge-image-link {
  padding: 0 0 10px 0; }
#challengeThemeEditScreen .color-picker {
  padding-left: 0; }
#challengeThemeEditScreen .color-input {
  width: 75%; }
#challengeThemeEditScreen .milestones-container {
  margin-top: 15px; }
  #challengeThemeEditScreen .milestones-container .milestone-row {
    display: flex;
    flex-direction: row; }
    #challengeThemeEditScreen .milestones-container .milestone-row .milestone-header {
      font-weight: bold;
      border: 2px solid black;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 2px; }
    #challengeThemeEditScreen .milestones-container .milestone-row .milestone-detail {
      border: 1px solid black;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 2px; }
    #challengeThemeEditScreen .milestones-container .milestone-row .theme-title {
      justify-content: flex-start;
      padding-left: 7px; }

#createMilestoneModal .milestone-image-link {
  padding: 0 0 10px 0; }
@media (min-width: 768px) {
  #createMilestoneModal .modal-dialog {
    width: 80%; } }
#createMilestoneModal .milestone-activity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

#adminTermsScreen {
  height: 100%; }
  #adminTermsScreen .container-fluid {
    height: 100%; }
    #adminTermsScreen .container-fluid .terms-container {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
      position: relative;
      height: 85%;
      margin: 0 100px 0 100px; }
      #adminTermsScreen .container-fluid .terms-container img {
        height: 75px; }
      #adminTermsScreen .container-fluid .terms-container .header {
        font-weight: bold;
        font-size: 18px; }
      #adminTermsScreen .container-fluid .terms-container iframe {
        height: 100%;
        flex-grow: 1;
        border-width: 1px;
        border-radius: 4px;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      #adminTermsScreen .container-fluid .terms-container .btn {
        width: 150px; }
      @media (max-width: 700px) {
        #adminTermsScreen .container-fluid .terms-container {
          margin: 0;
          width: auto; } }

.screen-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px; }

#generatedReportScreen .dropdown-menu {
  padding: 10px 0px; }
  #generatedReportScreen .dropdown-menu li {
    padding-left: 10px;
    padding-right: 10px; }
    #generatedReportScreen .dropdown-menu li:hover {
      background-color: #F5F5F5; }
  #generatedReportScreen .dropdown-menu .menu-item {
    margin: 3px 0px;
    width: -moz-max-content;
    width: max-content; }
    #generatedReportScreen .dropdown-menu .menu-item .content-container {
      align-items: center;
      display: flex;
      height: 30px; }
      #generatedReportScreen .dropdown-menu .menu-item .content-container .icon-container {
        align-items: center;
        display: flex;
        height: 30px;
        justify-content: center;
        margin-right: 3px;
        padding: 2px 2px 2px 3px;
        width: 30px; }
        #generatedReportScreen .dropdown-menu .menu-item .content-container .icon-container i {
          font-size: 21px; }
      #generatedReportScreen .dropdown-menu .menu-item .content-container .menu-item-text {
        display: inline;
        font-size: 15px;
        margin-right: 5px;
        padding-left: 10px; }

.report-tile {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin: 15px 0;
  overflow: hidden; }
  .report-tile .list-item-top-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    min-height: 40px; }
    .report-tile .list-item-top-row .report-icon-label {
      display: flex;
      flex-direction: row; }
      .report-tile .list-item-top-row .report-icon-label .report-type-icon {
        margin-right: 12px; }
        .report-tile .list-item-top-row .report-icon-label .report-type-icon i {
          font-size: 18px;
          margin-top: 2px; }
    .report-tile .list-item-top-row .report-type-label, .report-tile .list-item-top-row .report-generated-date {
      font-size: 15px;
      font-weight: bold; }
  .report-tile .list-item-details {
    display: flex;
    background-color: #f5f5f5;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px; }
    .report-tile .list-item-details.generated {
      background-color: #fcf8e5; }
    .report-tile .list-item-details .left-details {
      display: flex;
      flex-direction: column;
      row-gap: 12px;
      width: 50%; }
      .report-tile .list-item-details .left-details .param-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%; }
        .report-tile .list-item-details .left-details .param-row .report-detail {
          flex: 1; }
    .report-tile .list-item-details .report-detail {
      font-size: 14px;
      font-weight: bold; }
    .report-tile .list-item-details .right-details {
      display: flex;
      flex-direction: row; }
      .report-tile .list-item-details .right-details .report-details {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        text-align: right; }
        .report-tile .list-item-details .right-details .report-details .last-generated {
          font-size: 14px;
          font-style: italic; }
        .report-tile .list-item-details .right-details .report-details .generating {
          color: #9b8963;
          font-size: 14px;
          font-style: italic; }
        .report-tile .list-item-details .right-details .report-details .error-message {
          color: #cc0000;
          font-size: 14px;
          font-style: italic; }
      .report-tile .list-item-details .right-details .btn-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 20px; }
        .report-tile .list-item-details .right-details .btn-group .btn-primary {
          border-radius: 4px; }
        .report-tile .list-item-details .right-details .btn-group .delete-btn {
          color: #cc0000;
          cursor: pointer;
          font-size: 14px;
          margin-top: 20px;
          pointer-events: all;
          text-decoration: underline; }

.employer-census-import-file {
  border-radius: 6px;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  .employer-census-import-file .file-info {
    display: flex;
    flex-direction: column; }
  .employer-census-import-file .import-file-header {
    display: flex;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    height: 30px;
    line-height: 30px;
    background: white;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px; }
    .employer-census-import-file .import-file-header i {
      margin-right: 4px; }
  .employer-census-import-file .import-file-body {
    padding: 15px 20px; }
  .employer-census-import-file p {
    padding: 0px;
    margin: 0px; }
  .employer-census-import-file .status {
    font-weight: bold;
    color: #666; }
  .employer-census-import-file .status span {
    font-weight: bold;
    color: #333; }
  .employer-census-import-file .stats {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 8px 0px;
    border-radius: 5px; }
  .employer-census-import-file .stats-upload {
    background: #e3f2ff;
    border: 1px solid #84a8c7; }
  .employer-census-import-file .stats div {
    text-align: center;
    width: 75px; }
  .employer-census-import-file .stats div:last-child {
    border-right: none; }
  .employer-census-import-file .stats div p {
    margin: 0;
    margin-bottom: 3px;
    font-size: 12px;
    padding: 0; }
  .employer-census-import-file .stats div span {
    font-weight: bold;
    padding-top: 10px;
    font-size: 14px; }
  .employer-census-import-file .error {
    color: #d9534f; }
  .employer-census-import-file .file-name {
    font-size: 14px;
    margin: 0px; }
  .employer-census-import-file .approved-by {
    font-size: 14px;
    margin: 0px; }
  .employer-census-import-file .file-name a {
    text-decoration: none;
    color: #337ab7;
    font-weight: bold; }
  .employer-census-import-file .file-name a:hover {
    text-decoration: underline; }
  .employer-census-import-file .flex {
    display: flex; }
  .employer-census-import-file .divider {
    width: 1px;
    background: #ddd;
    margin: 0 20px; }
  .employer-census-import-file .view-error-btn {
    background-color: #4267b2;
    color: white;
    border: none;
    padding: 8px 12px;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px; }
  .employer-census-import-file .top-half {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px; }
  .employer-census-import-file .bottom-half {
    display: flex; }
  .employer-census-import-file .analyze-stats-colors {
    background: #fff;
    border: 1px solid #999; }
  .employer-census-import-file .analyze-stats-colors div {
    border-right: 1px solid #999; }
  .employer-census-import-file .upload-stats-colors {
    background: #fff;
    border: 1px solid #999; }
  .employer-census-import-file .upload-stats-colors div {
    border-right: 1px solid #999; }
  .employer-census-import-file .needs-approval-stats-colors {
    background: #fff;
    border: 1px solid #999; }
  .employer-census-import-file .needs-approval-stats-colors div {
    border-right: 1px solid #999; }
  .employer-census-import-file .action-btn {
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 8px; }
  .employer-census-import-file .error-btn {
    background-color: white;
    color: #d9534f;
    border: 1px solid #d9534f; }
  .employer-census-import-file .normal-btn {
    background-color: #337ab7;
    color: #fff;
    border: none; }

.upload-background-color {
  background: #eee;
  border: 1px solid #aaa; }

.needs-approval-background-color {
  background: #e4f3ff;
  border: 1px solid #89acc9; }

.analyze-background-color {
  background: #fcf8e3;
  border: 1px solid #aaa; }

.error-import-file {
  border: 1px solid #e57373;
  background-color: #fff;
  /* White background inside the box */
  border-radius: 5px; }
  .error-import-file .import-file-header {
    display: flex;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    height: 30px;
    line-height: 30px;
    background: white;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e57373; }
    .error-import-file .import-file-header i {
      margin-right: 4px; }
  .error-import-file .import-file-body {
    padding: 15px 20px; }
  .error-import-file .import-file-body-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
  .error-import-file .import-file-body-top-header {
    line-height: 35px;
    padding: 0px;
    margin: 0px; }
  .error-import-file .date {
    font-weight: bold;
    margin-bottom: 10px; }
  .error-import-file .error-body {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .error-import-file .error-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* Stack elements vertically */ }
  .error-import-file .error-header {
    display: flex;
    align-items: center;
    color: #d32f2f;
    font-weight: bold;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%; }
  .error-import-file .error-icon {
    margin-right: 5px; }
  .error-import-file .bold-text {
    font-weight: bold; }
  .error-import-file .view-error-btn {
    background-color: #4267b2;
    color: #eee;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 8px;
    font-weight: 100; }
  .error-import-file .action-btn {
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 8px; }
  .error-import-file .error-btn {
    background-color: white;
    color: #d9534f;
    border: 1px solid #d9534f; }
  .error-import-file .normal-btn {
    background-color: #337ab7;
    color: #fff;
    border: none; }
  .error-import-file .view-error-btn:hover {
    background-color: #365899; }
  .error-import-file .import-file-body-bottom p {
    padding: 0px;
    margin: 0px;
    padding-bottom: 8px; }
  .error-import-file .import-file-body-bottom p:last-child {
    padding-bottom: 0px; }
  .error-import-file .red-text {
    color: #d9534f;
    margin-left: 5px; }

.employer-census-modal {
  text-align: center;
  padding: 30px;
  padding-bottom: 20px;
  word-wrap: break-word; }
  .employer-census-modal .employer-census-modal-header {
    font-weight: bold; }
  .employer-census-modal .error-body {
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    max-height: 300px;
    overflow: scroll; }
  .employer-census-modal .stats {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 8px 0px;
    border-radius: 5px;
    width: 200px;
    margin: 0px auto;
    margin-top: 15px; }
  .employer-census-modal .stats div {
    text-align: center;
    width: 75px;
    border-right: 1px solid #999; }
  .employer-census-modal .stats div:last-child {
    border-right: none; }
  .employer-census-modal .stats div p {
    margin: 0;
    margin-bottom: 3px;
    font-size: 12px;
    padding: 0; }
  .employer-census-modal .stats div span {
    font-weight: bold;
    padding-top: 10px;
    font-size: 14px; }
  .employer-census-modal .confirm-stats-colors {
    background: #fff;
    border: 1px solid #999; }
  .employer-census-modal .modal-content {
    padding: 30px;
    padding-bottom: 20px;
    font-weight: bold; }
  .employer-census-modal .action-buttons {
    display: flex;
    justify-content: space-between;
    width: 160px;
    margin: 0px auto;
    margin-top: 20px; }
  .employer-census-modal .error-message {
    color: #d9534f;
    margin-top: 10px; }
  .employer-census-modal .error-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: right; }

.employer-census-screen {
  max-width: 1000px;
  height: 100vh;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px; }
  .employer-census-screen .employer-census-header {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    .employer-census-screen .employer-census-header .header-left {
      display: flex; }
    .employer-census-screen .employer-census-header .header-right {
      margin-top: 24px;
      margin-right: 20px;
      width: 128px; }
    .employer-census-screen .employer-census-header .logo {
      line-height: 80px;
      margin-right: 20px; }
    .employer-census-screen .employer-census-header h1 {
      margin-bottom: 5px; }
  .employer-census-screen .search-form {
    padding-bottom: 30px; }
  .employer-census-screen .import-file {
    margin-bottom: 20px; }
  .employer-census-screen .date-import-file {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block; }
  .employer-census-screen .employer-name {
    width: 100%;
    background: #eee;
    font-size: 30px;
    border-radius: 5px;
    border: 3px solid #ddd;
    margin-bottom: 20px; }
  .employer-census-screen .employer-name p {
    margin: 10px;
    padding: 0; }
  .employer-census-screen .upload-button-container {
    display: flex;
    justify-content: space-between; }

.file-rejected-container {
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .file-rejected-container .import-file-header {
    display: flex;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    height: 30px;
    line-height: 30px;
    background: white;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px; }
    .file-rejected-container .import-file-header i {
      margin-right: 4px; }
  .file-rejected-container .import-file-body {
    display: flex;
    padding: 15px 20px; }
  .file-rejected-container .status {
    color: #c00;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap; }
  .file-rejected-container .info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.95rem; }
  .file-rejected-container .admin {
    font-weight: 500; }
  .file-rejected-container .filename-label {
    font-weight: 500; }
  .file-rejected-container .filename {
    color: #0066cc;
    text-decoration: none; }
  .file-rejected-container .filename:hover {
    text-decoration: underline; }

#select2-campaign-topics-dropdown-results .select2-results__group,
#select2-service-topics-dropdown-results .select2-results__group,
#select2-provider-event-logs-topics-dropdown-results .select2-results__group,
#select2-consult-topics-dropdown-results .select2-results__group {
  color: grey;
  font-style: italic;
  font-weight: 100; }

#select2-campaign-topics-dropdown-results .select2-results__option,
#select2-service-topics-dropdown-results .select2-results__option,
#select2-provider-event-logs-topics-dropdown-results .select2-results__option,
#select2-consult-topics-dropdown-results .select2-results__option {
  font-weight: bold; }

#employerDetailScreenV2 .page-body {
  height: 92%; }
#employerDetailScreenV2 .side-nav {
  flex-basis: none;
  padding-right: 0; }
  #employerDetailScreenV2 .side-nav .employer-logo {
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 10px; }
  #employerDetailScreenV2 .side-nav ul {
    overflow: visible; }
  #employerDetailScreenV2 .side-nav .smallTab {
    height: 50px;
    overflow: hidden; }
    @media (min-width: 860px) {
      #employerDetailScreenV2 .side-nav .smallTab {
        height: auto; } }
  @media (max-width: 860px) {
    #employerDetailScreenV2 .side-nav .expand {
      overflow-y: scroll; } }
  @media (min-width: 860px) {
    #employerDetailScreenV2 .side-nav {
      overflow-y: scroll;
      overflow-x: hidden; } }
#employerDetailScreenV2 .side-nav-button {
  text-decoration: none;
  white-space: normal;
  display: flex;
  color: black;
  padding: 5px;
  margin-bottom: 5px;
  height: auto;
  overflow: hidden;
  overflow: hidden; }
  #employerDetailScreenV2 .side-nav-button.active, #employerDetailScreenV2 .table th.side-nav-button.sortable:hover, .table #employerDetailScreenV2 th.side-nav-button.sortable:hover {
    background-color: #e4f1ff;
    border-left: 5px solid #23527c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  #employerDetailScreenV2 .side-nav-button .side-nav-label {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%; }
    #employerDetailScreenV2 .side-nav-button .side-nav-label i {
      margin-right: 5px;
      font-size: 13px; }
    #employerDetailScreenV2 .side-nav-button .side-nav-label .active-status {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      width: 100%;
      font-weight: normal;
      font-size: 13px; }
      #employerDetailScreenV2 .side-nav-button .side-nav-label .active-status i {
        margin-right: 5px;
        font-size: 11px; }
    #employerDetailScreenV2 .side-nav-button .side-nav-label .member-counts {
      padding-left: 10px;
      font-weight: normal;
      font-size: 13px; }
    #employerDetailScreenV2 .side-nav-button .side-nav-label .active-group {
      color: #007934; }
    #employerDetailScreenV2 .side-nav-button .side-nav-label .inactive-group {
      color: #bbb; }
#employerDetailScreenV2 .employer-nav-btn {
  height: 50px; }
#employerDetailScreenV2 .employer-name {
  height: auto; }
  #employerDetailScreenV2 .employer-name .side-nav-label {
    font-size: 20px; }
#employerDetailScreenV2 .btn-group {
  display: flex;
  margin: 10px; }
  #employerDetailScreenV2 .btn-group .btn {
    margin-right: 10px;
    border-radius: 4px; }
    #employerDetailScreenV2 .btn-group .btn i {
      margin-right: 5px; }
  #employerDetailScreenV2 .btn-group .dropdown-menu {
    left: -50px; }
  @media (max-width: 475px) {
    #employerDetailScreenV2 .btn-group {
      flex-direction: column;
      gap: 10px; }
      #employerDetailScreenV2 .btn-group .dropdown-menu {
        left: -100px; } }
#employerDetailScreenV2 .container {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 15px; }
  #employerDetailScreenV2 .container .detail-header {
    font-weight: bold; }
    #employerDetailScreenV2 .container .detail-header .detail-info {
      font-weight: normal; }
    #employerDetailScreenV2 .container .detail-header .link-button, #employerDetailScreenV2 .container .detail-header #memberInfoScreen .log-consult .previous-notes-link, #memberInfoScreen .log-consult #employerDetailScreenV2 .container .detail-header .previous-notes-link, #employerDetailScreenV2 .container .detail-header #memberInfoScreen .log-consult .question-container .question .question-header .question-history-link, #memberInfoScreen .log-consult .question-container .question .question-header #employerDetailScreenV2 .container .detail-header .question-history-link, #employerDetailScreenV2 .container .detail-header #activityEventCheckInScreen .check-link, #activityEventCheckInScreen #employerDetailScreenV2 .container .detail-header .check-link {
      margin-left: 3px;
      font-weight: normal; }
  #employerDetailScreenV2 .container .top-column {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 10px; }
    @media (max-width: 600px) {
      #employerDetailScreenV2 .container .top-column {
        flex-direction: column; } }
    #employerDetailScreenV2 .container .top-column .left-column {
      display: flex;
      flex-direction: column;
      gap: 15px;
      line-height: 1.5;
      width: 40%;
      border-right: 1px solid #e3e3e3;
      padding-right: 5px; }
      #employerDetailScreenV2 .container .top-column .left-column .community-header {
        font-weight: bold; }
      #employerDetailScreenV2 .container .top-column .left-column .employer-communities {
        margin-top: -15px;
        margin-left: -15px; }
        #employerDetailScreenV2 .container .top-column .left-column .employer-communities .community-link {
          list-style-type: disc; }
      @media (max-width: 600px) {
        #employerDetailScreenV2 .container .top-column .left-column {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #e3e3e3; } }
    #employerDetailScreenV2 .container .top-column .right-column {
      display: flex;
      flex-direction: column;
      width: 60%; }
      #employerDetailScreenV2 .container .top-column .right-column .right-container .community-styles {
        font-size: 12px;
        font-style: italic; }
      #employerDetailScreenV2 .container .top-column .right-column .top-container {
        margin: 0 10px 0 20px;
        min-height: 100px;
        height: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #e3e3e3;
        flex-wrap: wrap;
        padding: 0; }
      @media (max-width: 600px) {
        #employerDetailScreenV2 .container .top-column .right-column {
          width: 100%; }
          #employerDetailScreenV2 .container .top-column .right-column .top-container {
            margin: 10px; } }
  #employerDetailScreenV2 .container .stat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    width: 250px; }
    @media (min-width: 700px) {
      #employerDetailScreenV2 .container .stat-container {
        float: right; } }
    #employerDetailScreenV2 .container .stat-container .row {
      margin-right: 0;
      margin-left: 0; }
    #employerDetailScreenV2 .container .stat-container .stats {
      background-color: #eee;
      padding: 10px 0;
      width: 250px; }
    #employerDetailScreenV2 .container .stat-container .plan-numbers {
      background-color: #eee;
      padding: 5px 10px;
      margin-bottom: 5px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1.7;
      text-align: center; }
      #employerDetailScreenV2 .container .stat-container .plan-numbers i {
        margin-right: 5px; }
    #employerDetailScreenV2 .container .stat-container .member-numbers {
      display: flex;
      flex-direction: row;
      width: 100%;
      gap: 3px; }
      #employerDetailScreenV2 .container .stat-container .member-numbers .detail-header {
        text-align: right;
        width: 60%; }
      #employerDetailScreenV2 .container .stat-container .member-numbers .detail-info {
        font-weight: normal;
        text-align: left;
        width: 40%; }
    #employerDetailScreenV2 .container .stat-container .incentive-amount {
      color: #98c459;
      font-weight: bold;
      font-size: 18px; }
    #employerDetailScreenV2 .container .stat-container .lifetime-earned {
      font-style: italic;
      font-size: 12px;
      text-align: center; }
  #employerDetailScreenV2 .container .notes-column .notes-header {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px; }
    #employerDetailScreenV2 .container .notes-column .notes-header i {
      font-size: 16px;
      margin-left: 5px;
      color: #337ab7;
      cursor: pointer; }
  #employerDetailScreenV2 .container .notes-column .note {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 15px; }
    #employerDetailScreenV2 .container .notes-column .note .note-body {
      display: flex; }
    #employerDetailScreenV2 .container .notes-column .note .note-title {
      margin-right: 8px; }
    #employerDetailScreenV2 .container .notes-column .note .time-ago {
      margin-left: 6px; }
    #employerDetailScreenV2 .container .notes-column .note .note-taker {
      font-weight: bold; }
    #employerDetailScreenV2 .container .notes-column .note h5 {
      font-size: 12px;
      margin: 0 0 8px; }
    #employerDetailScreenV2 .container .notes-column .note p {
      padding: 0; }
  #employerDetailScreenV2 .container .group-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb; }
    #employerDetailScreenV2 .container .group-section .group-name {
      font-weight: bold;
      font-size: 22px; }
    #employerDetailScreenV2 .container .group-section .group-header {
      margin-bottom: 7px;
      font-size: 16px; }
    #employerDetailScreenV2 .container .group-section .group-defaults {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      width: 70%;
      margin-bottom: 7px; }
      @media (max-width: 1000px) {
        #employerDetailScreenV2 .container .group-section .group-defaults {
          width: 100%; } }
      @media (max-width: 450px) {
        #employerDetailScreenV2 .container .group-section .group-defaults {
          -moz-column-count: 1;
               column-count: 1; } }
    #employerDetailScreenV2 .container .group-section .config-list {
      margin: 0 0 10px 10px;
      width: 80%; }
      @media (max-width: 1000px) {
        #employerDetailScreenV2 .container .group-section .config-list {
          width: 100%; } }
    #employerDetailScreenV2 .container .group-section .panel {
      border: none;
      box-shadow: none;
      margin-bottom: 0; }
      #employerDetailScreenV2 .container .group-section .panel ul {
        -moz-column-count: 2;
             column-count: 2; }
        @media (max-width: 450px) {
          #employerDetailScreenV2 .container .group-section .panel ul {
            -moz-column-count: 1;
                 column-count: 1; } }
    #employerDetailScreenV2 .container .group-section .panel-heading {
      border: none;
      background-color: #fff;
      cursor: pointer;
      font-weight: bold;
      padding: 10px 0; }
    #employerDetailScreenV2 .container .group-section .panel-heading[data-toggle='collapse'] {
      position: relative; }
      #employerDetailScreenV2 .container .group-section .panel-heading[data-toggle='collapse']:after {
        transform: rotate(180deg); }
      #employerDetailScreenV2 .container .group-section .panel-heading[data-toggle='collapse'].collapsed:after {
        transform: rotate(0deg); }
    #employerDetailScreenV2 .container .group-section .panel-body {
      padding: 0 15px; }
    #employerDetailScreenV2 .container .group-section .plan-panel .panel-body {
      border-bottom: 1px dotted #bbb; }
    #employerDetailScreenV2 .container .group-section .plan-panel:last-child .panel-body {
      border-bottom: none; }
    #employerDetailScreenV2 .container .group-section .panel-container {
      display: flex;
      flex-direction: row;
      width: 100%;
      flex-wrap: wrap; }
      @media (max-width: 600px) {
        #employerDetailScreenV2 .container .group-section .panel-container {
          flex-direction: column; } }
    #employerDetailScreenV2 .container .group-section .plan-details {
      width: 75%;
      padding-right: 5px; }
      @media (max-width: 1200px) {
        #employerDetailScreenV2 .container .group-section .plan-details {
          width: 70%; } }
      @media (min-width: 700px) and (max-width: 1200px) {
        #employerDetailScreenV2 .container .group-section .plan-details {
          width: 60%; } }
      #employerDetailScreenV2 .container .group-section .plan-details .plan-section {
        margin-bottom: 15px; }
        #employerDetailScreenV2 .container .group-section .plan-details .plan-section .service-list {
          -moz-column-count: 2;
               column-count: 2; }
          #employerDetailScreenV2 .container .group-section .plan-details .plan-section .service-list i {
            margin-left: 3px;
            color: #337ab7; }
          @media (max-width: 750px) {
            #employerDetailScreenV2 .container .group-section .plan-details .plan-section .service-list {
              -moz-column-count: 1;
                   column-count: 1; } }
        #employerDetailScreenV2 .container .group-section .plan-details .plan-section .plan-header {
          margin-bottom: 5px; }
        #employerDetailScreenV2 .container .group-section .plan-details .plan-section .past-providers {
          margin-top: 10px; }
      #employerDetailScreenV2 .container .group-section .plan-details .benefits {
        display: flex;
        flex-direction: row; }
        @media (max-width: 450px) {
          #employerDetailScreenV2 .container .group-section .plan-details .benefits {
            flex-direction: column; } }
        #employerDetailScreenV2 .container .group-section .plan-details .benefits ul {
          display: flex;
          flex-direction: column; }
      @media (max-width: 700px) {
        #employerDetailScreenV2 .container .group-section .plan-details {
          width: 100%; } }
    #employerDetailScreenV2 .container .group-section .plan-stats {
      width: 25%; }
      @media (max-width: 1200px) {
        #employerDetailScreenV2 .container .group-section .plan-stats {
          width: 30%; } }
      @media (min-width: 700px) and (max-width: 1200px) {
        #employerDetailScreenV2 .container .group-section .plan-stats {
          width: 40%; } }
      @media (max-width: 700px) {
        #employerDetailScreenV2 .container .group-section .plan-stats {
          width: 100%; } }
    #employerDetailScreenV2 .container .group-section .plan-providers {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      #employerDetailScreenV2 .container .group-section .plan-providers .provider-list {
        margin-bottom: 10px; }
        #employerDetailScreenV2 .container .group-section .plan-providers .provider-list .provider-detail {
          display: flex;
          flex-direction: row;
          -moz-column-break-inside: avoid;
               break-inside: avoid;
          margin-bottom: 5px;
          white-space: nowrap; }
          #employerDetailScreenV2 .container .group-section .plan-providers .provider-list .provider-detail .provider-photo {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-right: 5px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center; }
          #employerDetailScreenV2 .container .group-section .plan-providers .provider-list .provider-detail .provider-info {
            display: flex;
            flex-direction: column; }
            #employerDetailScreenV2 .container .group-section .plan-providers .provider-list .provider-detail .provider-info .provider-name {
              display: flex;
              flex-direction: row; }
              #employerDetailScreenV2 .container .group-section .plan-providers .provider-list .provider-detail .provider-info .provider-name .assignment-count {
                margin-left: 3px; }
            #employerDetailScreenV2 .container .group-section .plan-providers .provider-list .provider-detail .provider-info .past-date {
              font-style: italic;
              color: #666; }
      #employerDetailScreenV2 .container .group-section .plan-providers .adhoc {
        padding-left: 0; }
        #employerDetailScreenV2 .container .group-section .plan-providers .adhoc .provider-list {
          -moz-column-count: 2;
               column-count: 2; }
          @media (max-width: 1200px) {
            #employerDetailScreenV2 .container .group-section .plan-providers .adhoc .provider-list {
              -moz-column-count: 1;
                   column-count: 1; } }
    #employerDetailScreenV2 .container .group-section .no-providers, #employerDetailScreenV2 .container .group-section .plan-notes {
      padding-left: 15px; }
    #employerDetailScreenV2 .container .group-section #activity-group-rules {
      margin-left: -15px;
      margin-bottom: 10px;
      line-height: 2; }
      #employerDetailScreenV2 .container .group-section #activity-group-rules .panel-body {
        border-bottom: none; }
      #employerDetailScreenV2 .container .group-section #activity-group-rules .activity-group:first-child {
        margin-bottom: 10px; }
      #employerDetailScreenV2 .container .group-section #activity-group-rules .col-xs-12 {
        padding-left: 0; }
      @media (max-width: 450px) {
        #employerDetailScreenV2 .container .group-section #activity-group-rules {
          font-size: 12px; } }
    #employerDetailScreenV2 .container .group-section .activity-group {
      display: flex;
      flex-direction: row; }
      #employerDetailScreenV2 .container .group-section .activity-group .lock {
        width: 5%;
        padding-left: 0;
        text-align: right; }
      #employerDetailScreenV2 .container .group-section .activity-group .activity-group-name {
        padding-left: 0;
        width: 44.6%; }
    #employerDetailScreenV2 .container .group-section ul {
      -moz-column-count: 2;
           column-count: 2;
      padding-inline-start: 18px; }
      #employerDetailScreenV2 .container .group-section ul a {
        text-decoration: underline; }
      @media (min-width: 800px) {
        #employerDetailScreenV2 .container .group-section ul {
          -moz-column-count: 3;
               column-count: 3; } }
      @media (max-width: 550px) {
        #employerDetailScreenV2 .container .group-section ul {
          -moz-column-count: 1;
               column-count: 1; } }
    #employerDetailScreenV2 .container .group-section .priority-groups ul {
      -moz-column-count: 1;
           column-count: 1; }

#serviceDetailModal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center; }
#serviceDetailModal .provider-list {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  #serviceDetailModal .provider-list img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    overflow: hidden;
    height: 30px;
    width: 30px; }
  #serviceDetailModal .provider-list a {
    margin-left: 5px; }

#customStylesModal .CodeMirror {
  min-height: 200px;
  margin-right: 5px; }
#customStylesModal .CodeMirror-sizer {
  min-height: 200px !important;
  max-height: 600px !important; }

.prt-snapshot-button .fas.fa-sync {
  margin: 0 3px;
  color: darkgray; }
  .prt-snapshot-button .fas.fa-sync.enabled {
    color: white; }
