/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.container {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%; }

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row.row-top {
    align-items: flex-start; }
  .row.row-bottom {
    align-items: flex-end; }
  .row.row-center {
    align-items: center; }
  .row.row-stretch {
    align-items: stretch; }
  .row.row-baseline {
    align-items: baseline; }
  .row.row-no-padding {
    padding: 0; }
    .row.row-no-padding > .col {
      padding: 0; }
  .row .col {
    display: block;
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    width: 100%; }
    .row .col .col-top {
      align-self: flex-start; }
    .row .col .col-bottom {
      align-self: flex-end; }
    .row .col .col-center {
      align-self: center; }
    @media only screen and (min-width: 40rem) {
      .row .col.s1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .row .col.offset-s1 {
        margin-left: 8.33333%; }
      .row .col.s2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .row .col.offset-s2 {
        margin-left: 16.66667%; }
      .row .col.s3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .row .col.offset-s3 {
        margin-left: 25%; }
      .row .col.s4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .row .col.offset-s4 {
        margin-left: 33.33333%; }
      .row .col.s5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .row .col.offset-s5 {
        margin-left: 41.66667%; }
      .row .col.s6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .row .col.offset-s6 {
        margin-left: 50%; }
      .row .col.s7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .row .col.offset-s7 {
        margin-left: 58.33333%; }
      .row .col.s8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .row .col.offset-s8 {
        margin-left: 66.66667%; }
      .row .col.s9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .row .col.offset-s9 {
        margin-left: 75%; }
      .row .col.s10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .row .col.offset-s10 {
        margin-left: 83.33333%; }
      .row .col.s11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .row .col.offset-s11 {
        margin-left: 91.66667%; }
      .row .col.s12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .row .col.offset-s12 {
        margin-left: 100%; } }
    @media only screen and (min-width: 60rem) {
      .row .col.m1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.m2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.m3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.m4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.m5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.m6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.m7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.m8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.m9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.m10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.m11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.m12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .row .col.offset-m12 {
        margin-left: 100%; } }
    @media only screen and (min-width: 80rem) {
      .row .col.l1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.l2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.l3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.l4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.l5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.l6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.l7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.l8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.l9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.l10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.l11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.l12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .row .col.offset-l12 {
        margin-left: 100%; } }

@media only screen and (min-width: 40rem) {
  .row {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1rem;
    width: calc(100% + 2.0rem); }
    .row .col {
      margin-bottom: inherit;
      padding: 0 1.0rem; } }
.fixed-bottom-section {
  background-color: white;
  min-height: 90px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(121, 130, 145, 0.2);
  display: flex;
  align-items: center; }

.fixed-bottom-actions {
  display: flex;
  justify-content: center;
  width: 100%; }
  .fixed-bottom-actions button {
    margin: 0 10px; }

.link-product-card {
  margin-bottom: 10px; }

.link-product-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0 -10px; }
  .link-product-thumbs.is-loading {
    justify-content: center; }
    .link-product-thumbs.is-loading .link-product-spinner {
      display: block; }
    .link-product-thumbs.is-loading .link-product-thumb {
      display: none; }

.link-product-thumb {
  display: block;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px; }
  .link-product-thumb input[type="radio"] {
    display: none; }
  .link-product-thumb input[type="radio"]:checked + .link-product-thumb-image {
    box-sizing: border-box;
    border: 4px solid black;
    opacity: 0.7; }

.link-product-error {
  display: block;
  padding: 0 10px;
  margin-bottom: 10px; }

.link-product-spinner {
  display: none;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px; }

.link-product-thumb-image {
  border-radius: 4px;
  border: 1px solid #e4e4ec; }
  .link-product-thumb-image.is-selected {
    border: 2px solid black; }

.link-product-upload {
  display: none; }

.link-product-description {
  display: none; }

.link-product-drop-section {
  border: 2px dashed #e4e4ec;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  background-color: #f4f4f7; }

.linked-product {
  display: flex;
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 10px; }

.linked-product-thumb {
  flex-shrink: 0;
  margin-right: 20px;
  width: 100px; }

.linked-product-thumb-image {
  border: 1px solid #e4e4ec;
  display: block; }

.linked-product-url {
  width: 100%; }

.linked-product-actions {
  flex-shrink: 0;
  margin-left: 20px; }
  .linked-product-actions .icon-button {
    width: 18px;
    height: 24px; }

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-reg-webfont.eot");
  src: url("../fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-reg-webfont.woff2") format("woff2"), url("../fonts/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/proximanova-reg-webfont.svg#proxima_novaregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-sbold-webfont.eot");
  src: url("../fonts/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-sbold-webfont.woff2") format("woff2"), url("../fonts/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/proximanova-sbold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
.title {
  color: #1c2a30;
  font-size: 16px; }

.profile-title {
  color: #1c2a30;
  font-size: 19px; }

body {
  font-family: "proxima_nova", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #798291; }

.body-text {
  color: #798291;
  font-size: 15px; }
  .body-text.small {
    font-size: 14px; }

.big-text {
  color: #1c2a30;
  font-size: 30px; }

.small {
  font-size: 12px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.huge-text {
  color: #798291;
  font-size: 40px;
  margin: 10px; }

.error {
  color: red; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 10px; }
  h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight {
    color: #1c2a30; }

::-moz-selection {
  color: white;
  background-color: black; }

::selection {
  color: white;
  background-color: black; }

html {
  box-sizing: border-box; }

body {
  background: #f4f4f7;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

img {
  max-width: 100%; }

.wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  margin: 0; }

.wrapper-navbar3 {
  position: relative;
  display: block;
  width: 100%;
  background: #f7f7f9;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem 0; }

.noscroll {
  overflow: hidden; }

.circle-spacer {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 100%;
  background: #798291; }

footer.main {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

img {
  display: inline-block; }
  img.center {
    margin: auto; }
  img.right {
    margin: auto 0 auto auto; }
  img.circle {
    border-radius: 100%; }
  img.middle {
    vertical-align: middle; }

.profile-image {
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  border: 0px #e4e4ec;
  height: 100px;
  width: 100px; }
  .profile-image .overlay {
    display: none;
    border-radius: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center url("/assets/imgs/icons/plus_icon.png");
    cursor: pointer; }
  .profile-image:hover .overlay {
    display: block;
    background-color: rgba(121, 130, 145, 0.5); }
  .profile-image.center {
    margin: auto; }
  .profile-image.small {
    height: 50px;
    width: 50px; }
  .profile-image.green-boarder {
    border: 2px solid #097d1d; }

.card {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0;
  border: 1px solid #e4e4ec;
  border-radius: 5px; }
  .card.green-border {
    border: 2px solid;
    border-color: rgba(9, 125, 29, 0.5); }
  .card .card-body {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    margin: 0;
    padding: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .card .card-body.text {
      min-height: 100px;
      padding: 10px; }
  .card .card-caption {
    padding: 0.1px;
    background: white;
    border-top: 1px solid #f4f4f7;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .card.influencer .card-body {
    height: 300px;
    position: relative; }
    .card.influencer .card-body .overlay {
      display: none;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: no-repeat center url("/assets/imgs/icons/plus_icon.png");
      cursor: pointer; }
    .card.influencer .card-body:hover .overlay {
      display: block;
      background-color: rgba(121, 130, 145, 0.5); }
  .card.influencer .card-caption .row:first-child p {
    margin-bottom: 10px; }
  .card.influencer .card-caption img.icon {
    vertical-align: middle; }
  .card.influencer .card-caption p.title {
    margin: 0px; }
  .card.influencer .card-caption p.subtitle {
    margin-top: 0px; }
  .card.influencer.selected .overlay {
    display: block;
    background: rgba(121, 130, 145, 0.5) no-repeat center url("/assets/imgs/icons/minus_icon.png"); }
  .card.activity .card-caption {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .card.activity .card-caption .row:first-child p {
      margin-bottom: 10px; }
    .card.activity .card-caption .row:last-child p {
      margin-top: 10px; }
    .card.activity .card-caption img.icon {
      vertical-align: middle; }
  .card.activity .inactive {
    background: rgba(121, 130, 145, 0.2); }
  .card .cost::before, .card .cost-total::before {
    content: '\00A3'; }

.product-card-check {
  display: none;
  width: 24px;
  height: 24px;
  background-color: black;
  background-image: url("../imgs/icons/check-w.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: 16px;
  margin-top: 16px;
  cursor: pointer; }

.product-card-image {
  border-radius: 5px;
  display: block; }

.card-image {
  border-radius: 5px;
  display: block; }

.product-card-overlay {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex; }

.product-card-related-section {
  background-color: white;
  position: absolute;
  bottom: 0;
  padding: 10px 14px 14px 14px;
  width: 100%; }

.product-card-related-section-title {
  margin-bottom: 6px; }

.product-card {
  overflow: hidden;
  display: inline-block; }
  .product-card.is-selected .product-card-check {
    display: block; }
  .product-card.is-selected .product-card-related-section {
    opacity: 1; }

.product-card-related-list {
  display: flex; }
  .product-card-related-list .product-card-related-list-item {
    flex: 0 1 20%; }
    .product-card-related-list .product-card-related-list-item:not(:last-child) {
      margin-right: 8px; }

.product-card-related-list-item-image {
  display: block;
  border-radius: 3px; }

.product-card-related-list-item-more {
  background-color: #f4f4f7;
  border-radius: 3px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-card-related-list-item-more:before {
    content: "+"; }

.post-card {
  overflow: hidden; }

.post-card-image {
  display: block; }

.post-card-info {
  background-color: white; }

.post-card-info {
  padding: 0 14px 14px 14px; }

.post-card-user {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 6px;
  display: block; }

.post-card-description {
  font-size: 14px;
  height: 80px;
  overflow: hidden;
  position: relative; }
  .post-card-description:after {
    content: "";
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 -30px 28px -20px #ffffff; }

hr {
  border: 1px solid #e4e4ec;
  border-width: 1px 0 0 0; }

.button,
button {
  background-color: black;
  border: 1px solid black;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  transition: .8s;
  letter-spacing: .07em;
  white-space: nowrap; }
  .button:hover,
  button:hover {
    background-color: #0d0d0d;
    transition: .2s; }
  .button:active,
  button:active {
    background-color: #1a1a1a; }
  .button.centered,
  button.centered {
    margin-left: 50%;
    transform: translateX(-50%); }
  .button.transparent,
  button.transparent {
    background-color: transparent;
    border: 1px solid #e4e4ec;
    color: #798291; }
    .button.transparent:hover,
    button.transparent:hover {
      background-color: #e6e6e6; }
    .button.transparent:active,
    button.transparent:active {
      background-color: #f2f2f2; }
  .button.grey,
  button.grey {
    background-color: #CBD2D6;
    border: 1px solid #e4e4ec; }
    .button.grey:hover,
    button.grey:hover {
      background-color: #d9dee1; }
    .button.grey:active,
    button.grey:active {
      background-color: #e8ebec; }
  .button.spaced-right,
  button.spaced-right {
    margin-right: 10px; }
  .button.full-width,
  button.full-width {
    width: 100%; }
  .button.disabled,
  button.disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.button-sm {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 14px; }

.button-lg {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 18px; }

.button-outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(121, 130, 145, 0.2);
  color: inherit;
  border: 0; }
  .button-outline:hover {
    background-color: transparent; }

.button-grey {
  background-color: #e4e4ec;
  color: inherit; }
  .button-grey:hover {
    background-color: #ededf2; }

.social-button {
  display: flex;
  align-items: center; }

.social-button-icon {
  display: inline-block;
  margin-right: 10px; }

.social-button-icon-image {
  vertical-align: middle; }

.social-button-text {
  display: inline-block; }

.icon-button {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
  padding: 0; }
  .icon-button:hover {
    background-color: transparent; }

.icon-trash {
  background-image: url("../imgs/icons/trash.svg"); }

.icon-cross {
  background-image: url("../imgs/icons/cross.svg"); }

.icon-copy {
  background-image: url("../imgs/icons/copy.svg"); }

.icon-share {
  background-image: url("../imgs/icons/share.svg"); }

.form,
form {
  width: 100%; }
  .form.inline,
  form.inline {
    display: inline;
    width: auto; }

label input[type="checkbox"],
label input[type="radio"] {
  width: auto; }
  label input[type="checkbox"] + span,
  label input[type="radio"] + span {
    margin-left: 10px; }

select,
input {
  padding: 0 12px;
  margin-bottom: 10px;
  height: 40px; }
  select:focus,
  input:focus {
    border-color: black; }
  select.inline,
  input.inline {
    display: inline-block;
    width: auto; }

input[type='checkbox'],
input[type='radio'] {
  height: auto; }

textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px 12px;
  resize: vertical;
  margin-bottom: 10px; }

input[type='number']:invalid {
  border-color: red;
  color: red;
  background-color: #ffcccc !important; }
  input[type='number']:invalid::placeholder {
    color: red;
    opacity: 1; }
  input[type='number']:invalid::-moz-placeholder {
    color: red;
    opacity: 1; }
  input[type='number']:invalid::-webkit-input-placeholder {
    color: red;
    opacity: 1; }

input,
textarea {
  color: inherit;
  background-color: white;
  border-radius: 2px; }
  input:not(.button),
  textarea:not(.button) {
    width: 100%; }
  input.transparent,
  textarea.transparent {
    background-color: transparent;
    border: 0; }
  input.valid,
  textarea.valid {
    border-color: #75B823;
    color: #75B823; }
  input.invalid,
  textarea.invalid {
    border-color: red;
    color: red;
    background-color: #ffcccc !important; }
    input.invalid::placeholder,
    textarea.invalid::placeholder {
      color: red;
      opacity: 1; }
    input.invalid::-moz-placeholder,
    textarea.invalid::-moz-placeholder {
      color: red;
      opacity: 1; }
    input.invalid::-webkit-input-placeholder,
    textarea.invalid::-webkit-input-placeholder {
      color: red;
      opacity: 1; }
  input.search,
  textarea.search {
    padding-left: 50px;
    background: #fff no-repeat 1rem center url(/assets/imgs/icons/search_icon.png); }
  input.percent,
  textarea.percent {
    padding-left: 50px;
    background: #fff no-repeat 1rem center url(/assets/imgs/icons/percent_icon.png); }

select {
  width: 100%;
  background: #fff no-repeat right 10px center url(/assets/imgs/icons/caret-down.svg);
  padding-right: 28px;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  color: inherit;
  border-radius: 2px; }

input,
select,
textarea {
  border: 1px solid #ced4da;
  transition: .8s; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: 0;
    border-color: black;
    transition: .2s; }

.select-transparent {
  background-color: transparent;
  border: 0; }

.file-input {
  border: 1px dashed #ced4da;
  border-radius: 2px;
  background: white;
  height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .file-input.invalid {
    border-color: red; }
  .file-input input[type="file"] {
    display: none; }
  .file-input button {
    background: #f4f4f7;
    color: #798291;
    height: 32px;
    line-height: 32px;
    min-width: 75px;
    padding: 0 10px;
    margin: 0 10px 0 6px; }

label {
  color: #798291;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block; }
  label.invalid {
    color: red; }

.dropdown-sm {
  line-height: 30px;
  height: 32px;
  padding-left: 10px;
  font-size: 14px; }

.dropdown-outline {
  background-color: transparent;
  color: inherit; }
  .dropdown-outline:hover {
    background-color: transparent; }

.input-box {
  position: relative; }
  .input-box .error {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 14px; }

.input-box-label {
  position: absolute;
  left: 13px;
  top: 1px;
  font-size: 14px;
  margin-top: 0;
  padding-top: 10px; }

.input-box-field,
.input-box-textarea,
.input-box-select {
  height: 70px;
  padding-top: 22px;
  font-size: 18px; }
  .input-box-field:focus + .input-box-label,
  .input-box-textarea:focus + .input-box-label,
  .input-box-select:focus + .input-box-label {
    color: black; }

.input-box-select {
  background-position: bottom 20px right 10px; }

.input-box-textarea {
  padding-top: 32px;
  font-size: 18px;
  height: auto; }
  .input-box-textarea ~ .input-box-label {
    background-color: white;
    width: calc(100% - 26px); }

.input-box-clear .input-box-label {
  left: 0; }
.input-box-clear .input-box-field {
  background-color: transparent;
  border-width: 0 0 2px 0;
  padding-left: 0;
  padding-right: 0; }
.input-box-clear .input-box-select {
  background-color: transparent;
  border-width: 0 0 2px 0;
  padding-left: 0;
  padding-right: 0; }
.input-box-clear .input-box-field-search {
  background-image: url("/assets/imgs/icons/search-icon.svg");
  background-position: left bottom 14px;
  background-repeat: no-repeat;
  padding-left: 26px; }

.form-wrapper {
  max-width: 400px; }

.form-wrapper-centered {
  margin-left: auto;
  margin-right: auto; }

.checkbox-group-list-title {
  margin-bottom: 10px; }

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

input.checkbox-group-check {
  width: auto;
  margin: 0 10px 0 0; }

.checkbox-group-label {
  margin: 0; }

.select-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.select-box-title {
  flex: 1 0 33.33%; }

.select-box-option-input {
  position: absolute;
  visibility: hidden;
  width: 1px !important;
  height: 1px !important; }

.select-box-options {
  width: 100%;
  display: flex; }

.select-box-option {
  display: inline-block;
  flex-grow: 1; }
  .select-box-option:first-child .select-box-option-label {
    border-radius: 2px 0 0 2px; }
  .select-box-option:last-child .select-box-option-label {
    border-radius: 0 2px 2px 0;
    border-right-width: 1px; }

.select-box-option-label {
  margin: 0;
  cursor: pointer;
  min-height: 50px;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #ced4da;
  border-width: 1px 0 1px 1px;
  background-color: #f4f4f7; }

.select-box-option-input:checked ~ .select-box-option-label,
.select-box-option-label.current {
  border: 0 1px 0 0 black;
  background-color: #2184dc;
  color: white; }

.input-sm,
.select-sm {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px; }

.form-conditions {
  font-size: 14px;
  margin-bottom: 10px; }

select::-ms-expand {
  display: none; }

.navbar {
  background: white;
  min-height: 80px;
  height: 80px;
  margin: 0 0 0 0;
  width: 100%; }
  @media (max-width: 680px) {
    .navbar {
      justify-content: flex-start;
      height: 100%; } }
  .navbar > input[type="checkbox"]:checked ~ label {
    align-self: flex-start; }
  .navbar input[type="checkbox"][id$="Toggler"] {
    display: none; }
    .navbar input[type="checkbox"][id$="Toggler"]:checked ~ .main-menu {
      display: flex; }
  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 10px 30px; }
    .navbar ul.no-search {
      justify-content: space-between; }
      @media (max-width: 680px) {
        .navbar ul.no-search {
          justify-content: flex-start; } }
      .navbar ul.no-search div {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media (max-width: 680px) {
          .navbar ul.no-search div {
            flex-direction: column;
            width: 100%;
            align-items: flex-start; } }
        .navbar ul.no-search div li {
          max-width: 100%; }
          .navbar ul.no-search div li:not(:last-child) {
            margin-right: 20px; }
          @media (max-width: 680px) {
            .navbar ul.no-search div li.logo {
              text-align: left; } }
    @media (max-width: 680px) {
      .navbar ul {
        flex-direction: column;
        display: none; } }
    .navbar ul li {
      flex-grow: 1;
      position: relative; }
      @media (max-width: 680px) {
        .navbar ul li {
          order: 2;
          margin-bottom: 10px;
          width: 100%; } }
      .navbar ul li input[type="checkbox"][id="alerts"],
      .navbar ul li input[type="checkbox"][id="profile"] {
        display: block;
        -webkit-appearance: none;
        display: none; }
        .navbar ul li input[type="checkbox"][id="alerts"]:checked + .dropdown,
        .navbar ul li input[type="checkbox"][id="profile"]:checked + .dropdown {
          display: block;
          border-left: 1px solid #e4e4ec;
          border-right: 1px solid #e4e4ec;
          border-bottom: 1px solid #e4e4ec; }
      .navbar ul li .dropdown {
        position: absolute;
        display: none;
        right: 0;
        min-width: 150px;
        width: 100%;
        background: white;
        z-index: 9999999; }
        .navbar ul li .dropdown .container section [class*="col-"] a {
          width: 100%;
          display: block; }
      .navbar ul li a {
        text-decoration: none;
        color: inherit; }
        .navbar ul li a.active {
          border-bottom: 1px solid black; }
      .navbar ul li form {
        border-left: 1px solid #e4e4ec; }
        @media (max-width: 680px) {
          .navbar ul li form {
            border: 0;
            margin: 10px 0; } }
        @media (min-width: 681px) {
          .navbar ul li form input[type="text"] {
            border: 0; } }
      .navbar ul li.logo img {
        max-width: 35px; }
      @media (max-width: 680px) {
        .navbar ul li.logo {
          order: 0;
          text-align: center; } }
      .navbar ul li.search-bar {
        flex-grow: 8; }
        .navbar ul li.search-bar form {
          position: relative; }
          .navbar ul li.search-bar form input {
            padding-left: 35px; }
          .navbar ul li.search-bar form span {
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%); }
        @media (max-width: 680px) {
          .navbar ul li.search-bar {
            order: 1;
            width: 100%; } }
  .navbar.boxes {
    background: transparent; }
    .navbar.boxes.team-page {
      border-top: 1px solid #e4e4ec; }
      .navbar.boxes.team-page ul {
        margin: 0; }
        .navbar.boxes.team-page ul li.active {
          background: white; }
    .navbar.boxes ul {
      height: 100%; }
      .navbar.boxes ul li {
        flex-grow: unset;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        height: 100%;
        border-bottom: 1px solid #e4e4ec; }
        @media (max-width: 680px) {
          .navbar.boxes ul li {
            border: 0; } }
        .navbar.boxes ul li div {
          width: 100%;
          text-align: center; }
          @media (max-width: 680px) {
            .navbar.boxes ul li div {
              width: auto;
              text-align: left; } }
          .navbar.boxes ul li div .body-text,
          .navbar.boxes ul li div .title {
            text-align: center;
            width: 100%; }
          .navbar.boxes ul li div .title {
            margin-bottom: 10px; }
        .navbar.boxes ul li.active {
          background: #f7f7f9;
          border-left: 1px solid #e4e4ec;
          border-right: 1px solid #e4e4ec;
          border-bottom: 0; }
          .navbar.boxes ul li.active a {
            border-bottom: 1px solid black;
            display: inline-block;
            padding-bottom: 5px; }
          @media (max-width: 680px) {
            .navbar.boxes ul li.active {
              border: 0; } }
  .navbar.navbar-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 80px;
    z-index: 88;
    margin-bottom: 0; }
    .navbar.navbar-fixed-bottom .influencer-selector {
      display: flex;
      width: 100%;
      align-items: center;
      background: white;
      height: 80px; }
      .navbar.navbar-fixed-bottom .influencer-selector .body-text {
        color: #798291;
        width: auto;
        margin-right: 10px; }
      .navbar.navbar-fixed-bottom .influencer-selector.empty .empty-state {
        display: flex;
        align-items: center;
        justify-content: center;
        background: black;
        z-index: 888;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
        height: 80px; }
        .navbar.navbar-fixed-bottom .influencer-selector.empty .empty-state .body-text {
          text-align: center;
          color: white;
          width: 100%; }
      .navbar.navbar-fixed-bottom .influencer-selector .empty-state {
        display: none; }
      .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers {
        overflow-x: auto;
        padding: 0 10px;
        width: calc(100% - 130px); }
        .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers .thumb-list {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          overflow-x: hidden; }
          .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers .thumb-list .influencer-thumb {
            width: 75px;
            min-width: 75px; }
            .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers .thumb-list .influencer-thumb .thumb {
              position: relative; }
              .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers .thumb-list .influencer-thumb .thumb:hover {
                cursor: pointer; }
                .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers .thumb-list .influencer-thumb .thumb:hover span {
                  display: flex; }
              .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers .thumb-list .influencer-thumb .thumb span {
                display: none;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 40%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: white; }
            .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers .thumb-list .influencer-thumb .body-text {
              margin: 1px 0 0 0; }
      .navbar.navbar-fixed-bottom .influencer-selector .selected-influencers-details-output {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 130px; }

.navbar2 {
  margin: 0 0 1.5rem 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e4e4ec; }
  .navbar2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .navbar2 ul li {
      line-height: 80px;
      margin: -1px 25px; }
      .navbar2 ul li.active {
        border-bottom: 1px solid black; }
        .navbar2 ul li.active a {
          color: #1c2a30; }
      .navbar2 ul li a {
        display: inline-block;
        height: 100%; }

.navbar3 {
  margin: calc(-1.5rem) 0 1.5rem 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e4e4ec; }
  .navbar3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .navbar3 ul li {
      margin: 0 0 -1px 0; }
      .navbar3 ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 120px;
        padding: 0 60px; }
      .navbar3 ul li .title {
        color: #798291;
        font-size: 16.2px; }
      .navbar3 ul li .subtitle {
        line-height: 2rem;
        color: #798291;
        font-size: 18.2px; }
        .navbar3 ul li .subtitle.highlight {
          color: #1c2a30; }
      .navbar3 ul li.active a {
        border-left: 1px solid #e4e4ec;
        border-right: 1px solid #e4e4ec;
        border-bottom: 1px solid #f7f7f9;
        background: #f7f7f9; }
      .navbar3 ul li.active .subtitle {
        color: #1c2a30;
        border-bottom: 2px solid black; }
  .navbar3.large {
    margin-top: 0; }
    .navbar3.large ul li a {
      height: 150px;
      padding: 0 80px; }
    .navbar3.large ul li .subtitle {
      font-size: 25.8px;
      color: #1c2a30; }

.navbar4 {
  margin: calc(-1.0rem) 0 1.5rem 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e4e4ec; }
  .navbar4 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .navbar4 ul li {
      margin: 0 0 -1px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 120px;
      padding: 0 35px; }
      .navbar4 ul li .title {
        color: #798291;
        font-size: 15.2px; }
      .navbar4 ul li .subtitle {
        line-height: 2rem;
        color: #798291;
        font-size: 17.2px; }
        .navbar4 ul li .subtitle.highlight {
          color: #1c2a30; }

.main-menu {
  display: flex;
  align-items: center;
  padding: 0 34px;
  position: relative; }

.main-menu-sections {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 680px) {
    .main-menu-sections {
      flex-direction: column; } }

.main-menu-section {
  display: inline-flex;
  align-items: center; }
  @media (max-width: 680px) {
    .main-menu-section {
      flex-direction: column;
      align-items: flex-start; } }

.main-menu-section-left {
  flex-grow: 1; }

.main-menu-logo {
  margin-right: 25px; }

.main-menu-item {
  display: inline-block;
  padding: 10px 0; }
  @media (min-width: 680px) {
    .main-menu-item + .main-menu-item {
      margin-left: 25px; } }
  @media (max-width: 680px) {
    .main-menu-item {
      display: none; } }

@media (max-width: 680px) {
  .menu-toggle-checkbox:checked ~ .main-menu-sections .main-menu-item {
    display: block; } }
.dropdown {
  position: relative; }
  .dropdown:hover .dropdown-menu {
    display: block; }

.dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 2000;
  box-shadow: 0 2px 5px rgba(121, 130, 145, 0.1), 0 10px 30px rgba(121, 130, 145, 0.2);
  transform: translateX(-50%);
  left: 50%;
  border-radius: 3px;
  overflow: hidden; }
  @media (max-width: 680px) {
    .dropdown-menu {
      display: block;
      position: relative;
      box-shadow: none;
      border-left: 1px solid #e4e4ec; }
      .dropdown-menu .dropdown-menu-item {
        border-bottom: 0; } }

.dropdown-menu-item {
  background-color: white;
  display: block;
  white-space: nowrap;
  padding: 10px 20px;
  border-bottom: 1px solid #e4e4ec;
  transition: .8s; }
  .dropdown-menu-item:hover {
    background-color: #f7f7f9;
    transition: .2s; }
  .dropdown-menu-item:last-child {
    border: 0; }

@media (min-width: 680px) {
  .menu-toggle-label {
    display: none; } }
.menu-toggle-label {
  height: 60px;
  width: 50px;
  padding: 20px 10px;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto; }

.menu-toggle-label-btn {
  height: 3px;
  width: 100%;
  background-color: currentColor;
  display: block;
  position: relative; }
  .menu-toggle-label-btn:before, .menu-toggle-label-btn:after {
    content: '';
    height: 3px;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: currentColor;
    transform-origin: center; }
  .menu-toggle-label-btn:before {
    top: 7px; }
  .menu-toggle-label-btn:after {
    top: 14px; }

.menu-toggle-checkbox:checked ~ .menu-toggle-label .menu-toggle-label-btn {
  background-color: transparent; }
  .menu-toggle-checkbox:checked ~ .menu-toggle-label .menu-toggle-label-btn:before {
    transform: rotate(45deg);
    top: 0; }
  .menu-toggle-checkbox:checked ~ .menu-toggle-label .menu-toggle-label-btn:after {
    transform: rotate(-45deg);
    top: 0; }

.modal2#modal-save-list {
  width: 60%; }
  .modal2#modal-save-list .selected-influencers {
    margin-top: 5px;
    margin-bottom: 5px; }
    .modal2#modal-save-list .selected-influencers .label {
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal2#modal-save-list .selected-influencers .label img {
        margin-right: 5px; }
      .modal2#modal-save-list .selected-influencers .label span {
        cursor: pointer; }

.modal2-backdrop {
  background: rgba(121, 130, 145, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100; }

.modal2-container {
  max-height: calc(100vh - 100px);
  width: 640px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f4f7;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

@media (max-width: 690px) {
  .modal2-container {
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    margin: 0; } }
.modal2-header {
  padding: 20px 30px;
  border-bottom: 1px solid #e4e4ec;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal2-header-title {
  font-size: 20px; }

.modal2-header-close {
  display: inline-block; }
  .modal2-header-close .icon-button {
    vertical-align: middle;
    width: 14px; }

.modal2-body {
  padding: 20px 30px;
  flex-grow: 1;
  overflow: auto; }

.modal2-footer {
  padding: 25px 30px;
  border-top: 1px solid #e4e4ec;
  flex-shrink: 0; }

.label-container {
  padding: 5px;
  display: flex;
  flex-wrap: wrap; }
  .label-container.bordered {
    border: 1px solid #e4e4ec; }
  .label-container.left {
    justify-content: flex-start; }
  .label-container.center {
    align-items: center;
    justify-content: center;
    margin: 5px auto; }

.label {
  padding: 8px 10px;
  border: 1px solid #e4e4ec;
  border-radius: 5px;
  background: white;
  display: inline-block;
  margin: 5px 0;
  color: #b1b3b7;
  font-size: 14px; }
  .label a.action {
    color: #cdd0d6; }
  .label a.action:hover {
    color: #33373e; }
  .label + .label {
    margin-left: 5px; }
  .label.blue {
    background: #c1e2ff;
    color: #798291; }

[data-toggle="tooltip"] {
  position: relative;
  display: inline-block; }
  [data-toggle="tooltip"]:hover::after, [data-toggle="tooltip"]:hover::before {
    display: block; }
  [data-toggle="tooltip"]::after, [data-toggle="tooltip"]::before {
    position: absolute;
    display: none;
    font-size: 15px;
    font-family: "proxima_nova", sans-serif; }
  [data-toggle="tooltip"].tooltip-right::after {
    content: attr(data-tooltip-text);
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    background: #4C4C4C;
    opacity: 0.8;
    color: white;
    padding: 10px;
    border-radius: 5px; }
  [data-toggle="tooltip"].tooltip-right::before {
    width: 0;
    height: 0;
    border-right: 5px solid rgba(76, 76, 76, 0.8);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    top: 0;
    left: 100%;
    content: "";
    top: 50%;
    transform: translateY(-50%); }
  [data-toggle="tooltip"].tooltip-left::after {
    content: attr(data-tooltip-text);
    left: 0;
    top: 50%;
    transform: translate(calc((-100%) - 4px), -50%);
    background: #4C4C4C;
    opacity: 0.8;
    color: white;
    padding: 10px;
    border-radius: 5px; }
  [data-toggle="tooltip"].tooltip-left::before {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(76, 76, 76, 0.8);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    top: 0;
    left: -5px;
    content: "";
    top: 50%;
    transform: translateY(-50%); }
  [data-toggle="tooltip"].tooltip-bottom::after {
    content: attr(data-tooltip-text);
    left: 50%;
    transform: translate(-50%, 5px);
    background: #4C4C4C;
    opacity: 0.8;
    color: white;
    padding: 10px;
    border-radius: 5px; }
  [data-toggle="tooltip"].tooltip-bottom::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid rgba(76, 76, 76, 0.8);
    border-right: 5px solid transparent;
    left: 50%;
    bottom: 0;
    content: "";
    transform: translate(-50%, 5px); }
  [data-toggle="tooltip"].tooltip-top::after {
    content: attr(data-tooltip-text);
    left: 50%;
    transform: translateX(-50%);
    background: #4C4C4C;
    opacity: 0.8;
    color: white;
    padding: 10px;
    border-radius: 5px;
    min-width: 100px;
    bottom: calc(100% - 5px); }
  [data-toggle="tooltip"].tooltip-top::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid rgba(76, 76, 76, 0.8);
    border-right: 5px solid transparent;
    left: 50%;
    content: "";
    transform: translate(-50%, -5px); }
  [data-toggle="tooltip"].tooltip-wide::after {
    min-width: 300px; }

.panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e4e4ec;
  margin: 0 0 1rem 0;
  padding: 0; }
  .panel .panel-heading {
    width: 100%;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: white;
    border-bottom: 1px solid #e4e4ec; }
    .panel .panel-heading.split {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
  .panel .panel-body {
    width: 100%;
    padding: 10px 20px;
    background: #FAFAFC; }
    .panel .panel-body.white {
      background: white; }

.side-panel-backdrop {
  background: rgba(121, 130, 145, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100; }

.side-panel-container {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 500px;
  background-color: white;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

@media (max-width: 690px) {
  .side-panel-container {
    width: 100%; } }
.side-panel-header {
  padding: 20px 30px;
  border-bottom: 1px solid #e4e4ec;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.side-panel-header-close {
  display: inline-block; }
  .side-panel-header-close .icon-button {
    vertical-align: middle;
    width: 14px; }

.side-panel-body {
  padding: 20px 30px;
  flex-grow: 1;
  overflow: auto; }

.side-panel-footer {
  padding: 25px 30px;
  border-top: 1px solid #e4e4ec;
  flex-shrink: 0; }

.side-panel-header-title {
  font-size: 20px; }

.table {
  margin: 0 0 1rem 0;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .table thead tr {
    border-bottom: 1px solid #e4e4ec; }
  .table tbody tr {
    border-bottom: 1px solid #e4e4ec; }
  .table th {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    height: 40px; }
  .table td {
    height: 60px;
    min-width: 100px; }
  .table th,
  .table td {
    padding: 0 10px;
    vertical-align: middle; }
    .table th:not(.cell-shrink):not(.cell-full),
    .table td:not(.cell-shrink):not(.cell-full) {
      min-width: 240px; }
    .table th.cell-full,
    .table td.cell-full {
      width: 100%; }
    .table th.center,
    .table td.center {
      text-align: center; }
    .table th.left-border,
    .table td.left-border {
      border-left: 1px solid #e4e4ec; }
    .table th.darker,
    .table td.darker {
      background: #eeeef2; }
    .table th:first-child,
    .table td:first-child {
      padding-left: 15px; }
    .table th:last-child,
    .table td:last-child {
      padding-right: 15px; }
    .table th a:not(.button):not(.hover-link),
    .table td a:not(.button):not(.hover-link) {
      color: black; }
      .table th a:not(.button):not(.hover-link):hover,
      .table td a:not(.button):not(.hover-link):hover {
        text-decoration: underline; }
  .table tbody tr:nth-of-type(odd) {
    background: #f7f7f9; }
  .table.white thead tr,
  .table.white tbody tr {
    background: white; }
  .table.borderless tr {
    border: none; }
  .table.table-no-padding th {
    padding: 0; }
  .table.table-no-padding td {
    padding: 0; }

.table-compact-list th {
  text-align: left;
  padding-right: 20px; }

.ft-tr {
  display: flex;
  width: 100%; }

.ft-th,
.ft-td {
  flex: .5; }

.ft-th-full,
.ft-td-full {
  flex: 1; }

.ft-th-shrink,
.ft-td-shrink {
  flex: 0; }

.ft-th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
  height: 30px; }

.ft-td {
  height: 50px;
  display: flex;
  align-items: center; }

ul.price-list {
  margin: 0;
  padding: 0; }
  ul.price-list li {
    border: 1px solid #e4e4ec;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white; }
    ul.price-list li:not(:last-child) {
      margin-bottom: 10px; }
    ul.price-list li.active {
      border-color: black; }
    ul.price-list li div:first-child span {
      margin-left: 10px; }

.sidebar {
  display: none;
  position: fixed;
  z-index: 999999;
  right: 0;
  top: 0;
  border-left: 1px solid #e4e4ec;
  max-width: 100%; }
  @media (max-width: 690px) {
    .sidebar {
      width: 100%; } }
  @media (min-width: 691px) and (max-width: 991px) {
    .sidebar {
      width: 50vw; } }
  @media (min-width: 992px) and (max-width: 2000px) {
    .sidebar {
      width: 40vw; } }
  .sidebar .sidebar-header {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px; }
    .sidebar .sidebar-header .title {
      margin-left: 10px; }
    .sidebar .sidebar-header span {
      cursor: pointer; }
  .sidebar .sidebar-body {
    background: #f7f7f9;
    height: calc(100vh - 75px);
    padding: 20px;
    overflow-y: scroll; }
    .sidebar .sidebar-body .container section {
      flex-direction: column; }

a {
  text-decoration: none;
  color: inherit; }
  a.blue-link {
    color: black;
    text-decoration: none; }
    a.blue-link:hover {
      text-decoration: underline; }
  a.hover-link {
    text-decoration: none; }
    a.hover-link:hover {
      text-decoration: underline; }

.search-output-container {
  padding-bottom: 100px; }

.row-spinner {
  align-items: center;
  justify-content: center;
  display: none;
  margin: auto auto 100px auto;
  height: 200px; }
  .row-spinner img {
    width: 100px; }
  .row-spinner.spinner-active {
    display: block; }

a[data-action="remove-tag"] {
  cursor: pointer; }

.cost::before, .cost-total::before {
  content: '\00A3'; }

.chart {
  width: 100%; }

.chart-pie text {
  font-size: 1.5em;
  fill: #fff; }
.chart-pie path {
  stroke: #fff; }

.chart-column text {
  font-size: 1.2em; }
.chart-column .column {
  fill: #2184dc; }

.existing-account {
  margin-top: 10px;
  margin-bottom: 10px; }
  .existing-account .existing-account-label {
    height: 50px;
    line-height: 50px; }

.tabs {
  display: flex; }

.tab {
  display: inline-flex;
  align-items: center;
  padding: 20px 0 35px;
  margin: 0 20px;
  transition: .8s;
  opacity: .7; }
  .tab.current {
    opacity: 1;
    box-shadow: inset 0 -2px 0 0 black; }
  .tab:not(.current):hover {
    box-shadow: inset 0 -1px 0 0 currentColor;
    transition: .2s; }

.tab-counter {
  margin-left: 10px;
  background-color: #e4e4ec;
  min-width: 32px;
  height: 32px;
  border-radius: 15px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center; }

.menu-tabs-section {
  display: flex;
  justify-content: center;
  box-shadow: inset 0 -1px 0 0 #e4e4ec; }

.alert {
  background-color: #4d4d4d;
  color: black;
  display: flex;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 10px; }

.alert-stuck {
  border-radius: 0;
  margin-bottom: 0; }

.alert-message {
  flex: 1;
  padding-right: 30px; }

.alert-close {
  padding: 10px;
  margin: -10px -10px 0 0;
  line-height: 1;
  cursor: pointer; }

.alert-action {
  box-shadow: inset 0 -1px 0; }

.alert-success {
  background-color: #bfe98b;
  color: #23370b; }

.alert-error {
  background-color: #ff9999;
  color: #660000; }

.alert-warning {
  background-color: #ffc999;
  color: #663000; }

.user-info-box {
  text-align: center;
  max-width: 700px;
  margin: 0 auto; }

.user-info-box-image {
  border-radius: 50%;
  margin-bottom: 10px; }

.user-info-box-name {
  font-size: 18px;
  margin-bottom: 10px; }

.user-info-box-letter {
  background-color: #b851ea;
  color: white;
  font-size: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto 10px auto; }

.onboarding-card {
  background-color: white;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 5px; }

.onboarding-card-top-section {
  padding-top: 20px;
  background-color: rgba(203, 210, 214, 0.7);
  color: white;
  border-radius: 5px 5px 0 0; }
  .onboarding-card-top-section .menu-tabs-section {
    box-shadow: none; }
    .onboarding-card-top-section .menu-tabs-section .tab.current {
      box-shadow: inset 0 -2px 0 0 white; }

.onboarding-card-section {
  padding: 25px 0 15px;
  border-bottom: 1px solid #e4e4ec; }
  .onboarding-card-section:last-child {
    border: 0; }

.onboarding-card-body-section {
  padding: 0 30px; }
  .onboarding-card-body-section .alert {
    margin-top: 15px; }

.onboarding-social-buttons .social-button {
  margin-bottom: 10px; }

.onboarding-result-table {
  text-align: left; }
  .onboarding-result-table th {
    padding-right: 20px;
    min-width: 170px;
    vertical-align: top; }

.onboarding-result-section-title {
  font-size: 20px;
  margin-bottom: 20px; }

.onboarding-preview-button {
  margin-top: 20px; }

.onboarding-result-section-pic {
  margin-bottom: 10px; }

.onboarding-tab {
  text-align: center;
  background-color: #4c9ce4;
  color: white;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  margin: 0 30px 20px 30px; }

.onboarding-bar {
  margin-bottom: 10px;
  height: 60px;
  width: 60px; }

.onboarding-image {
  border-radius: 50%;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  margin: 0 0 20px 0; }

.width-auto {
  width: auto; }

.bg-transparent {
  background-color: transparent; }

.top-sections {
  margin: 20px 0 40px 0; }

.top-section {
  margin-bottom: 20px; }

.small-caps {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 600; }

.uie-section {
  margin-bottom: 100px; }

.timeline-canvas {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: calc(100vh - 75px - 1.5rem);
  padding: 0 2.0rem 1.5rem 2.0rem; }

.timeline-column {
  margin: 0;
  padding: 10px;
  min-height: 100%;
  width: 400px;
  background-color: #FAFAFC;
  overflow-y: scroll; }
  .timeline-column .event-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .timeline-column .event-list li + li {
      margin-top: 10px; }
  .timeline-column .event-card {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 5px;
    width: 100%;
    background: white; }
    .timeline-column .event-card .thumbnail {
      background-size: cover;
      background-position: center;
      margin-right: 10px;
      width: 50px;
      height: 50px; }
    .timeline-column .event-card .body {
      display: flex;
      flex-direction: column; }
      .timeline-column .event-card .body a {
        color: #1c2a30; }
      .timeline-column .event-card .body time {
        color: #b1b3b7;
        font-size: 14px; }

.timeline-column + .timeline-column {
  margin-left: 2.0rem; }

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0; }

ul.pagination li {
  display: inline; }

ul.pagination li a {
  color: #798291;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s; }

ul.pagination li a.active {
  background-color: #ddd; }

ul.pagination li a:hover:not(.active) {
  background-color: #ddd; }

.input-suggest {
  margin: 0;
  padding: 0;
  position: relative; }
  .input-suggest ul.suggest {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 100; }
    .input-suggest ul.suggest li {
      background-color: white;
      padding: 12px; }
    .input-suggest ul.suggest li:hover {
      background-color: #f7f7f7; }

.influencer-ruler {
  height: 50px;
  width: 100%; }

.ruler-datum {
  height: 10px;
  min-width: 10px;
  border-width: 3px;
  border-color: #798291;
  border-radius: 5px;
  border-spacing: 3px; }
  .ruler-datum.instagram {
    background-color: #125688; }
  .ruler-datum.youtube {
    background-color: #bb0000; }
  .ruler-datum.twitter {
    background-color: #55acee; }
  .ruler-datum.weibo {
    background-color: #ff9933; }
  .ruler-datum.tooltip-bottom::after {
    transform: translate(-50%, 10px); }
  .ruler-datum.tooltip-bottom::before {
    transform: translateY(100%); }

div.bar-chart {
  height: 400px;
  position: relative; }

svg.bar-chart {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.bar-axis {
  fill: #798291; }
  .bar-axis.zero-line {
    width: 2px;
    stroke: #e4e4ec; }
  .bar-axis > text {
    font-size: 14px;
    fill: #798291; }
  .bar-axis > path {
    fill: none;
    stroke: #798291; }
  .bar-axis > line {
    fill: none;
    stroke: #798291; }

.bar-datum {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke: #798291;
  stroke-width: 1; }
  .bar-datum.bar-one {
    fill: #007DE3; }
    .bar-datum.bar-one.datum-positive {
      fill: #007DE3; }
    .bar-datum.bar-one.datum-negative {
      fill: #01049b; }
  .bar-datum.bar-two {
    fill: #E7737B; }
    .bar-datum.bar-two.datum-positive {
      fill: #E7737B; }
    .bar-datum.bar-two.datum-negative {
      fill: #A32F37; }
  .bar-datum.hover-assist {
    fill: none;
    stroke: none; }

.bar-tooltip {
  visibility: hidden;
  font-size: 14px;
  text-anchor: start;
  fill: #798291; }
  .bar-tooltip.header {
    font-size: 16px;
    text-anchor: start;
    fill: #1c2a30; }
  .bar-tooltip.body {
    font-size: 12px;
    text-anchor: start; }
  .bar-tooltip.box {
    fill: white;
    stroke: #c1e2ff;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2; }

div.area-chart {
  height: 400px;
  position: relative; }

svg.area-chart {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

rect.area-area {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke: #798291;
  stroke-width: 1px; }
  rect.area-area.area-one {
    fill: #007DE3; }
  rect.area-area.area-two {
    fill: #E7737B; }

path.area-area {
  stroke: none;
  opacity: 0.4; }
  path.area-area.area-one {
    fill: #007DE3; }
  path.area-area.area-two {
    fill: #E7737B; }

.area-line {
  fill: none; }

.area-axis {
  fill: #798291; }
  .area-axis > text {
    font-size: 14px;
    fill: #798291; }
  .area-axis > path {
    fill: none;
    stroke: #798291; }
  .area-axis > line {
    fill: none;
    stroke: #798291; }

.area-datum {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke: #798291;
  stroke-width: 1px;
  r: 3px; }
  .area-datum.area-one {
    fill: #007DE3; }
  .area-datum.area-two {
    fill: #E7737B; }
  .area-datum.hover-assist {
    fill: none;
    stroke: none;
    r: 25px; }

.area-tooltip {
  visibility: hidden;
  font-size: 14px;
  text-anchor: start;
  fill: #798291; }
  .area-tooltip.header {
    font-size: 16px;
    text-anchor: start;
    fill: #1c2a30; }
  .area-tooltip.body {
    font-size: 12px;
    text-anchor: start; }
  .area-tooltip.box {
    fill: white;
    stroke: #c1e2ff;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2; }

svg.interest-chart {
  width: 100%;
  height: 300px; }

.interest-area {
  stroke: none;
  fill-opacity: 0.25; }
  .interest-area:nth-child(even) {
    fill: #f7f7f9; }
  .interest-area:nth-child(odd) {
    fill: #f4f4f7; }

.interest-datum {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke: grey;
  stroke-width: 1; }
  .interest-datum.datum-positive {
    fill: #007DE3; }
  .interest-datum.datum-negative {
    fill: #E7737B; }
  .interest-datum.hover-assist {
    fill: none;
    stroke: none; }

.interest-tooltip {
  visibility: hidden;
  font-size: 14px;
  text-anchor: start;
  fill: #798291; }
  .interest-tooltip.header {
    font-size: 16px;
    text-anchor: start;
    fill: #1c2a30; }
  .interest-tooltip.body {
    font-size: 12px;
    text-anchor: start; }
  .interest-tooltip.box {
    fill: white;
    stroke: #c1e2ff;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2; }

.interest-zero-line {
  stroke: grey;
  fill: grey;
  stroke-linecap: round;
  stroke-width: 3; }

div.histogram {
  height: 400px;
  position: relative; }

svg.histogram {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.histogram-axis {
  fill: #798291; }
  .histogram-axis > text {
    font-size: 12px;
    fill: #798291; }
  .histogram-axis > path {
    fill: none;
    stroke: #798291; }
  .histogram-axis > line {
    fill: none;
    stroke: #798291; }

.histogram-datum {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke: #798291;
  stroke-width: 1;
  fill: #007DE3;
  opacity: 0.4; }

.histogram-tooltip {
  visibility: hidden;
  font-size: 14px;
  text-anchor: start;
  fill: #798291; }
  .histogram-tooltip.header {
    font-size: 16px;
    text-anchor: start;
    fill: #1c2a30; }
  .histogram-tooltip.body {
    font-size: 12px;
    text-anchor: start; }
  .histogram-tooltip.box {
    fill: white;
    stroke: #c1e2ff;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2; }

svg#world-map > path {
  fill-rule: evenodd;
  fill: lightgrey;
  stroke: white;
  stroke-width: 2;
  stroke-opacity: 1; }
svg#world-map > path.country-highlight {
  fill: #007DE3;
  stroke: #007DE3; }

.country-tooltip {
  visibility: hidden;
  font-size: 14px;
  text-anchor: start;
  fill: #798291; }
  .country-tooltip.header {
    font-size: 16px;
    text-anchor: start;
    fill: #1c2a30; }
  .country-tooltip.body {
    font-size: 12px;
    text-anchor: start; }
  .country-tooltip.box {
    fill: white;
    stroke: #c1e2ff;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/imgs/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/assets/imgs/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/assets/imgs/jquery-ui/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/assets/imgs/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/assets/imgs/jquery-ui/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/imgs/jquery-ui/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/assets/imgs/jquery-ui/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*# sourceMappingURL=style.css.map */
