@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("/static/fonts/roboto/fonts/Roboto-300/Roboto-300.eot");
  src: url("/static/fonts/roboto/fonts/Roboto-300/Roboto-300.eot?#iefix")
      format("embedded-opentype"),
    local("Roboto Light"), local("Roboto-300"),
    url("/static/fonts/roboto/fonts/Roboto-300/Roboto-300.woff2")
      format("woff2"),
    url("/static/fonts/roboto/fonts/Roboto-300/Roboto-300.woff") format("woff"),
    url("/static/fonts/roboto/fonts/Roboto-300/Roboto-300.ttf")
      format("truetype"),
    url("/static/fonts/roboto/fonts/Roboto-300/Roboto-300.svg#Roboto")
      format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/roboto/fonts/Roboto-regular/Roboto-regular.eot");
  src: url("/static/fonts/roboto/fonts/Roboto-regular/Roboto-regular.eot?#iefix")
      format("embedded-opentype"),
    local("Roboto"), local("Roboto-regular"),
    url("/static/fonts/roboto/fonts/Roboto-regular/Roboto-regular.woff2")
      format("woff2"),
    url("/static/fonts/roboto/fonts/Roboto-regular/Roboto-regular.woff")
      format("woff"),
    url("/static/fonts/roboto/fonts/Roboto-regular/Roboto-regular.ttf")
      format("truetype"),
    url("/static/fonts/roboto/fonts/Roboto-regular/Roboto-regular.svg#Roboto")
      format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/roboto/fonts/Roboto-700/Roboto-700.eot");
  src: url("/static/fonts/roboto/fonts/Roboto-700/Roboto-700.eot?#iefix")
      format("embedded-opentype"),
    local("Roboto Bold"), local("Roboto-700"),
    url("/static/fonts/roboto/fonts/Roboto-700/Roboto-700.woff2")
      format("woff2"),
    url("/static/fonts/roboto/fonts/Roboto-700/Roboto-700.woff") format("woff"),
    url("/static/fonts/roboto/fonts/Roboto-700/Roboto-700.ttf")
      format("truetype"),
    url("/static/fonts/roboto/fonts/Roboto-700/Roboto-700.svg#Roboto")
      format("svg");
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/static/fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/static/fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/static/fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("/static/fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("/static/fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("/static/fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: url("https://beeinfluencer-prod-assets.s3.us-west-1.amazonaws.com/static-dev/580b57fcd9996e24bc43c521.png")
}

.fa-tiktok:before {
  content: url("https://beeinfluencer-prod-assets.s3.us-west-1.amazonaws.com/static-dev/e415d6bd27900cc066d0b8b23a7f1055.jpg")
}


.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
} /*! 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(/static/node_modules/jquery-ui-dist/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/static/node_modules/jquery-ui-dist/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/static/node_modules/jquery-ui-dist/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/static/node_modules/jquery-ui-dist/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/static/node_modules/jquery-ui-dist/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/static/node_modules/jquery-ui-dist/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/static/node_modules/jquery-ui-dist/%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 */
.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);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.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;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.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;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.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 #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.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 #ccc;
  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 rgb(94, 158, 214);
}
.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: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/static/node_modules/jquery-ui-dist/images/ui-icons_444444_256x240.png?41600310aee6");
}
.ui-widget-header .ui-icon {
  background-image: url("/static/node_modules/jquery-ui-dist/images/ui-icons_444444_256x240.png?41600310aee6");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/static/node_modules/jquery-ui-dist/images/ui-icons_555555_256x240.png?41600310aee6");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/static/node_modules/jquery-ui-dist/images/ui-icons_ffffff_256x240.png?41600310aee6");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/static/node_modules/jquery-ui-dist/images/ui-icons_777620_256x240.png?41600310aee6");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/static/node_modules/jquery-ui-dist/images/ui-icons_cc0000_256x240.png?41600310aee6");
}
.ui-button .ui-icon {
  background-image: url("/static/node_modules/jquery-ui-dist/images/ui-icons_777777_256x240.png?41600310aee6");
}
.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 {
  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;
}
.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;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=.3);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.grid {
  list-style: none;
  margin-left: -20px;
}
.grid__col--16-of-16,
.grid__col--12-of-12,
.grid__col--8-of-8,
.grid__col--6-of-6,
.grid__col--5-of-5,
.grid__col--4-of-4,
.grid__col--3-of-3,
.grid__col--2-of-2 {
  width: 100%;
}
.grid__col--8-of-16,
.grid__col--6-of-12,
.grid__col--4-of-8,
.grid__col--3-of-6,
.grid__col--2-of-4,
.grid__col--1-of-2 {
  width: 50%;
}
.grid__col--4-of-12,
.grid__col--2-of-6,
.grid__col--1-of-3 {
  width: 33.3333333333%;
}
.grid__col--8-of-12,
.grid__col--4-of-6,
.grid__col--2-of-3 {
  width: 66.6666666667%;
}
.grid__col--4-of-16,
.grid__col--3-of-12,
.grid__col--2-of-8,
.grid__col--1-of-4 {
  width: 25%;
}
.grid__col--12-of-16,
.grid__col--9-of-12,
.grid__col--6-of-8,
.grid__col--3-of-4 {
  width: 75%;
}
.grid__col--push-16-of-16,
.grid__col--push-12-of-12,
.grid__col--push-8-of-8,
.grid__col--push-6-of-6,
.grid__col--push-5-of-5,
.grid__col--push-4-of-4,
.grid__col--push-3-of-3,
.grid__col--push-2-of-2 {
  margin-left: 100%;
}
.grid__col--push-8-of-16,
.grid__col--push-6-of-12,
.grid__col--push-4-of-8,
.grid__col--push-3-of-6,
.grid__col--push-2-of-4,
.grid__col--push-1-of-2 {
  margin-left: 50%;
}
.grid__col--push-4-of-12,
.grid__col--push-2-of-6,
.grid__col--push-1-of-3 {
  margin-left: 33.3333333333%;
}
.grid__col--push-8-of-12,
.grid__col--push-4-of-6,
.grid__col--push-2-of-3 {
  margin-left: 66.6666666667%;
}
.grid__col--push-4-of-16,
.grid__col--push-3-of-12,
.grid__col--push-2-of-8,
.grid__col--push-1-of-4 {
  margin-left: 25%;
}
.grid__col--push-12-of-16,
.grid__col--push-9-of-12,
.grid__col--push-6-of-8,
.grid__col--push-3-of-4 {
  margin-left: 75%;
}
.grid__col--pull-16-of-16,
.grid__col--pull-12-of-12,
.grid__col--pull-8-of-8,
.grid__col--pull-6-of-6,
.grid__col--pull-5-of-5,
.grid__col--pull-4-of-4,
.grid__col--pull-3-of-3,
.grid__col--pull-2-of-2 {
  margin-left: -100%;
}
.grid__col--pull-8-of-16,
.grid__col--pull-6-of-12,
.grid__col--pull-4-of-8,
.grid__col--pull-3-of-6,
.grid__col--pull-2-of-4,
.grid__col--pull-1-of-2 {
  margin-left: -50%;
}
.grid__col--pull-4-of-12,
.grid__col--pull-2-of-6,
.grid__col--pull-1-of-3 {
  margin-left: -33.3333333333%;
}
.grid__col--pull-8-of-12,
.grid__col--pull-4-of-6,
.grid__col--pull-2-of-3 {
  margin-left: -66.6666666667%;
}
.grid__col--pull-4-of-16,
.grid__col--pull-3-of-12,
.grid__col--pull-2-of-8,
.grid__col--pull-1-of-4 {
  margin-left: -25%;
}
.grid__col--pull-12-of-16,
.grid__col--pull-9-of-12,
.grid__col--pull-6-of-8,
.grid__col--pull-3-of-4 {
  margin-left: -75%;
}
.grid__col--1-of-5 {
  width: 20%;
}
.grid__col--push-1-of-5 {
  margin-left: 20%;
}
.grid__col--pull-1-of-5 {
  margin-left: -20%;
}
.grid__col--2-of-5 {
  width: 40%;
}
.grid__col--push-2-of-5 {
  margin-left: 40%;
}
.grid__col--pull-2-of-5 {
  margin-left: -40%;
}
.grid__col--3-of-5 {
  width: 60%;
}
.grid__col--push-3-of-5 {
  margin-left: 60%;
}
.grid__col--pull-3-of-5 {
  margin-left: -60%;
}
.grid__col--4-of-5 {
  width: 80%;
}
.grid__col--push-4-of-5 {
  margin-left: 80%;
}
.grid__col--pull-4-of-5 {
  margin-left: -80%;
}
.grid__col--1-of-6 {
  width: 16.6666666667%;
}
.grid__col--push-1-of-6 {
  margin-left: 16.6666666667%;
}
.grid__col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}
.grid__col--5-of-6 {
  width: 83.3333333333%;
}
.grid__col--push-5-of-6 {
  margin-left: 83.3333333333%;
}
.grid__col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}
.grid__col--1-of-8 {
  width: 12.5%;
}
.grid__col--push-1-of-8 {
  margin-left: 12.5%;
}
.grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}
.grid__col--3-of-8 {
  width: 37.5%;
}
.grid__col--push-3-of-8 {
  margin-left: 37.5%;
}
.grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}
.grid__col--5-of-8 {
  width: 62.5%;
}
.grid__col--push-5-of-8 {
  margin-left: 62.5%;
}
.grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}
.grid__col--7-of-8 {
  width: 87.5%;
}
.grid__col--push-7-of-8 {
  margin-left: 87.5%;
}
.grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}
.grid__col--1-of-12 {
  width: 8.3333333333%;
}
.grid__col--push-1-of-12 {
  margin-left: 8.3333333333%;
}
.grid__col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}
.grid__col--2-of-12 {
  width: 16.6666666667%;
}
.grid__col--push-2-of-12 {
  margin-left: 16.6666666667%;
}
.grid__col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}
.grid__col--5-of-12 {
  width: 41.6666666667%;
}
.grid__col--push-5-of-12 {
  margin-left: 41.6666666667%;
}
.grid__col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}
.grid__col--7-of-12 {
  width: 58.3333333333%;
}
.grid__col--push-7-of-12 {
  margin-left: 58.3333333333%;
}
.grid__col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}
.grid__col--10-of-12 {
  width: 83.3333333333%;
}
.grid__col--push-10-of-12 {
  margin-left: 83.3333333333%;
}
.grid__col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}
.grid__col--11-of-12 {
  width: 91.6666666667%;
}
.grid__col--push-11-of-12 {
  margin-left: 91.6666666667%;
}
.grid__col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}
.grid__col--1-of-16 {
  width: 6.25%;
}
.grid__col--push-1-of-16 {
  margin-left: 6.25%;
}
.grid__col--pull-1-of-16 {
  margin-left: -6.25%;
}
.grid__col--2-of-16 {
  width: 12.5%;
}
.grid__col--push-2-of-16 {
  margin-left: 12.5%;
}
.grid__col--pull-2-of-16 {
  margin-left: -12.5%;
}
.grid__col--3-of-16 {
  width: 18.75%;
}
.grid__col--push-3-of-16 {
  margin-left: 18.75%;
}
.grid__col--pull-3-of-16 {
  margin-left: -18.75%;
}
.grid__col--5-of-16 {
  width: 31.25%;
}
.grid__col--push-5-of-16 {
  margin-left: 31.25%;
}
.grid__col--pull-5-of-16 {
  margin-left: -31.25%;
}
.grid__col--6-of-16 {
  width: 37.5%;
}
.grid__col--push-6-of-16 {
  margin-left: 37.5%;
}
.grid__col--pull-6-of-16 {
  margin-left: -37.5%;
}
.grid__col--7-of-16 {
  width: 43.75%;
}
.grid__col--push-7-of-16 {
  margin-left: 43.75%;
}
.grid__col--pull-7-of-16 {
  margin-left: -43.75%;
}
.grid__col--9-of-16 {
  width: 56.25%;
}
.grid__col--push-9-of-16 {
  margin-left: 56.25%;
}
.grid__col--pull-9-of-16 {
  margin-left: -56.25%;
}
.grid__col--10-of-16 {
  width: 62.5%;
}
.grid__col--push-10-of-16 {
  margin-left: 62.5%;
}
.grid__col--pull-10-of-16 {
  margin-left: -62.5%;
}
.grid__col--11-of-16 {
  width: 68.75%;
}
.grid__col--push-11-of-16 {
  margin-left: 68.75%;
}
.grid__col--pull-11-of-16 {
  margin-left: -68.75%;
}
.grid__col--13-of-16 {
  width: 81.25%;
}
.grid__col--push-13-of-16 {
  margin-left: 81.25%;
}
.grid__col--pull-13-of-16 {
  margin-left: -81.25%;
}
.grid__col--14-of-16 {
  width: 87.5%;
}
.grid__col--push-14-of-16 {
  margin-left: 87.5%;
}
.grid__col--pull-14-of-16 {
  margin-left: -87.5%;
}
.grid__col--15-of-16 {
  width: 93.75%;
}
.grid__col--push-15-of-16 {
  margin-left: 93.75%;
}
.grid__col--pull-15-of-16 {
  margin-left: -93.75%;
}
.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 700px) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 700px) and (min-width: 480px) {
  .grid__col[class*="grid__col--m-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--m-1-of-2,
  .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .grid__col[class*="grid__col--s-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid__col.grid__col--s-1-of-2,
  .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.3333333333%;
  }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.6666666667%;
  }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}
.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid__col--d-first {
  float: left;
}
.grid__col--d-last {
  float: right;
}
.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}
.grid--no-gutter .grid__col {
  padding-left: 0;
}
.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}
.grid__col--ab {
  vertical-align: bottom;
}
.grid__col--am {
  vertical-align: middle;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Plateia, sans-serif;
  color: #464646;
  line-height: 1.5em;
  min-height: 100%;
  position: relative;
  min-width: 1150px;
}
a {
  color: #1aabec;
}
h1 {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  padding-left:;
}
h2 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  color: #121212;
  margin-bottom: 30px;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin: 10px 0 10px;
}
h4 {
  font-size: 14px;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h4 a {
  color: #444;
  text-decoration: none;
}
h4 a:hover {
  color: #1aabec;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  color: #444;
}
h5 a {
  color: #444;
  text-decoration: none;
}
h5 a:hover {
  color: #1aabec;
}
h6 {
  font-size: 12px;
  font-weight: 700;
  color: #444;
}
p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
b {
  font-weight: bold;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.text-center {
  text-align: center;
}
.strip {
  background: #ddd;
  padding: 10px;
  margin-bottom: 30px;
}
.hidden {
  display: none !important;
}
ul.inline {
  margin-top: 10px;
  padding: 0 !important;
}
ul.inline li {
  display: inline;
  margin-right: 5px;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
@media (max-width: 500px) {
  body {
    min-width: 300px;
  }
}
#top-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1000;
  min-width: 1150px;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  width: 250px;
  background-color: #0c6a94;
}
#logo img {
  width: 190px;
  margin: 8px 0 0 22.5px;
}
#logo .mobile-menu-icon {
  display: none;
}
#topbar {
  position: absolute;
  top: 0;
  left: 250px;
  right: 0;
  height: 70px;
  background-color: #0c6a94;
}
#main-panel {
  display: block;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
#sidebar {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  width: 250px;
  background-color: #dfdfe5;
}
#sidebar .wrapper {
  padding: 30px 15px;
}
#content {
  margin: 70px 0 0 250px;
  background: white;
}
#content .wrapper {
  padding: 30px;
}
body.has-secondary-nav #content {
  margin-top: 110px;
}
#secondary-nav {
  height: 40px;
  position: fixed;
  left: 250px;
  top: 70px;
  right: 0;
  background-color: #108cc3;
  z-index: 10;
}
#footer-panel {
  min-height: 40px;
  width: 100%;
  background-color: #121212;
}
#footer-panel .footer-links {
  padding: 8px;
  text-align: center;
}
#footer-panel .footer-links li {
  display: inline;
  margin-right: 15px;
  font-size: 12px;
}
#footer-panel .footer-links li .footer-text {
  color: #999;
}
#footer-panel .footer-links li a {
  text-decoration: none;
  opacity: 0.6;
}
#footer-panel .footer-links li a:hover {
  opacity: 1;
}
#mobile-navigation-container {
  display: none;
}
.auth-background {
  background: #56ccf2;
  background: -webkit-linear-gradient(to left, #232323, #232323);
  background: linear-gradient(to left, #232323, #232323);
  min-height: 100%;
  padding-bottom: 50px;
}
.auth-background .auth-logo-container {
  display: table;
  width: 100%;
  padding: 40px 0 60px;
}
.auth-background .auth-logo-container .auth-logo {
  display: table-cell;
  width: 250px;
  margin: auto;
  display: block;
    margin-left: auto;
    margin-right: auto;
  text-align: center;
}
@media (max-width: 500px) {
  #top-panel {
    position: relative;
    min-width: 300px;
    height: 90px;
  }
  #logo {
    height: 60px;
    width: 100%;
  }
  #logo img {
    width: auto;
    height: 40px;
    margin: 8px 0 0 15px;
  }
  #logo .mobile-menu-icon {
    display: block;
    font-size: 26px;
    color: white;
    position: absolute;
    top: 9px;
    right: 15px;
    padding: 10px;
    background: none;
    border: none;
  }
  #logo .mobile-menu-icon:focus {
    outline: none;
  }
  #mobile-navigation-container {
    display: block;
    position: absolute;
    padding: 15px 15px 100px;
    top: 60px;
    left: 0;
    right: 0;
    min-height: 100%;
    background: #dfdfe5;
    z-index: 9000;
  }
  #sidebar {
    display: none;
  }
  #topbar {
    display: none;
  }
  #user-navigation {
    display: none;
  }
  #content {
    margin: 0;
  }
  #content .wrapper {
    padding: 15px;
  }
  .auth-background .auth-logo-container {
    padding: 20px 0 30px;
  }
  .auth-background .auth-logo-container .auth-logo {
    width: 200px;
  }
}
.profile-widget {
  height: 60px;
  padding: 0 0 30px;
  background: #dfdfe5;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-widget .profile-img-container {
  height: 60px;
  width: 60px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}
.profile-widget .profile-img-container .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.profile-widget .profile-info-container {
  float: left;
  height: 68px;
  width: 152px;
}
.profile-widget .profile-info-container .profile-name {
  margin: 8px 0 0 8px;
  font-size: 14px;
  text-transform: none;
  color: #121212;
  font-weight: 700;
}
.profile-widget .profile-info-container .profile-type {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px;
  font-size: 14px;
  margin-bottom: 0;
}
.section-title {
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  margin: 0 0 5px;
}
.section-items {
  margin-bottom: 30px;
}
.section-items li {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  clear: both;
  margin-bottom: 0;
  padding: 5px 0 5px 11px;
  margin-right: -15px;
  margin-left: -15px;
  border-left: 4px solid transparent;
}
.section-items li.active {
  border-left: 4px solid #108cc3;
}
.section-items li.active a .fa {
  color: #108cc3;
}
.section-items li a {
  color: #464646;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  display: block;
}
.section-items li a .fa {
  margin-right: 3px;
  width: 22px;
  text-align: center;
  position: relative;
  color: #666666;
}
.section-items li a .fa.fa-pie-chart {
  font-size: 15px;
  top: 2px;
}
.section-items li a .fa.fa-bullhorn {
  font-size: 16px;
}
.section-items li a .fa.fa-plus-circle {
  font-size: 20px;
  top: 3px;
}
.section-items li a .fa.fa-user {
  font-size: 15px;
  top: 0px;
}
.section-items li a .fa.fa-edit {
  font-size: 15px;
  top: 2px;
}
.section-items li a .fa.fa-shopping-basket {
  font-size: 14px;
}
.section-items li a .fa.fa-money {
  font-size: 18px;
  top: 2px;
}
.section-items li:hover a .fa {
  color: #108cc3;
}
#change-profile-btn {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 5px;
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
#change-profile-btn:hover {
  border-color: #121212;
  color: #121212;
}
@media (max-width: 500px) {
  .profile-widget {
    height: 68px;
    width: 100%;
  }
  .profile-widget .profile-img-container {
    height: 68px;
    width: 68px;
    float: left;
  }
  .profile-widget .profile-img-container .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 4px;
  }
  .profile-widget .profile-info-container {
    border-radius: 0 50px 50px 0;
  }
}
.create-company {
  padding-left: 0px;
}
.company-items {
  background: #dfdfe5 !important;
}
.company-header {
  border: 0px !important;
  background: #dfdfe5 !important;
  padding: 0.5em 0.5em 0.5em 0em;
}
.company-header:hover {
  background: #d7d7e0 !important;
}
.sidebar .ui-icon {
  width: 0px;
  height: 0px;
}
.sidebar .ui-state-focus {
  outline: none;
}
.sidebar .ui-state-active {
  color: #666666 !important;
}
.sidebar .ui-state-active .icon-active {
  color: #108cc3 !important;
}
.ui-accordion .ui-accordion-header {
  padding: 0.5em 0.5em 0.5em 0em;
}
.section-title-side:hover {
  color: #666666 !important;
}
.icon-active {
  color: #666666 !important;
}
.icon-active:hover,
.icon-active:active {
  color: #108cc3 !important;
}
.icon-bee {
  width: 16px;
  visibility: hidden;
}
#app-navigation {
  position: absolute;
  top: 8px;
  left: 30px;
}
#app-navigation #breadcrumbs {
  margin-bottom: 0;
}
#app-navigation #breadcrumbs li {
  display: inline;
}
#app-navigation #breadcrumbs li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin-right: 5px;
  cursor: pointer;
}
#app-navigation #breadcrumbs li a:hover {
  color: white;
  text-decoration: none;
}
#app-navigation #breadcrumbs li a:before {
  content: "/";
}
#app-navigation #page-title {
  font-size: 22px;
  color: white;
}
#user-navigation {
  position: absolute;
  top: 22px;
  right: 30px;
}
#user-navigation #user-options li {
  display: inline;
  font-size: 12px;
  color: white;
}
#user-navigation #user-options li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin-right: 0;
  cursor: pointer;
  margin-left: 15px;
}
#user-navigation #user-options li a:hover {
  color: white;
  text-decoration: none;
}
#user-navigation #user-options li .highlight {
  color: #d9534f;
  font-weight: bold;
}
@media (max-width: 500px) {
  #app-navigation {
    top: 3px;
    left: 15px;
  }
  #app-navigation #breadcrumbs {
    margin-bottom: 0;
  }
  #app-navigation #page-title {
    font-size: 18px;
  }
}
.secondary-nav {
  margin-top: -10px;
  margin-bottom: 45px;
}
.secondary-nav .navigation {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  width: 100%;
}
.secondary-nav .navigation li {
  display: inline;
  white-space: nowrap;
  margin-right: 10px;
}
.secondary-nav .navigation li a {
  text-decoration: none;
  color: #464646;
  padding: 0 5px 12px;
}
.secondary-nav .navigation li a:hover {
  color: #1aabec;
}
.secondary-nav .navigation li.active a {
  color: #121212;
  font-weight: bold;
  border-bottom: 2px solid;
}
@media (max-width: 500px) {
  .secondary-nav {
    overflow-x: scroll;
  }
  .secondary-nav .navigation {
    display: table;
  }
  .secondary-nav .navigation li {
    display: table-cell;
  }
}
.form-horizontal {
  max-width: 600px;
}
.form-horizontal fieldset {
  margin-bottom: 30px;
}
.form-horizontal legend {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #464646;
}
.form-horizontal p {
  font-size: 14px;
  margin-bottom: 20px;
}
.form-horizontal ul {
  padding-left: 25px;
}
.form-horizontal ul li {
  font-size: 12px;
  list-style-type: circle;
}
.form-horizontal.fluid {
  max-width: 100%;
}
.form-horizontal .picture-container img {
  width: 100%;
}
.form-horizontal .checkbox {
  font-size: 14px;
  color: #121212;
}
.form-horizontal .checkbox a {
  color: #1aabec;
}
.crop-form {
  width: fit-content;
  margin-top: 15px;
}
.crop-form label,
.crop-form p,
.crop-form input[type="input"] {
  display: none;
}
.form-group {
  margin-bottom: 15px;
}
.form-group .control-label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #232322;
  font-family: Prompt,sans-serif;
}
.form-group .control-label .silent {
  font-size: 10px;
  color: #666666;
  font-style: italic;
  margin-left: 5px;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="file"],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #999;
  font-size: 14px;
  color: #464646;
  background: transparent;
  height: 46px;
  border-radius: 4px;
}
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="file"]:focus,
.form-group textarea:focus,
.form-group select:focus {
  background: #f5f5f9;
  outline: none;
  color: #121212;
}
.form-group input[type="text"]:focus + label,
.form-group input[type="password"]:focus + label,
.form-group input[type="email"]:focus + label,
.form-group input[type="number"]:focus + label,
.form-group input[type="file"]:focus + label,
.form-group textarea:focus + label,
.form-group select:focus + label {
  color: #1aabec;
}
.form-group textarea {
  height: 150px;
}
.form-group input[type="file"] {
  font-size: 12px;
}
.form-group .help-block {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.form-group.has-error .control-label {
  color: #d9534f;
}
.form-group.has-error input[type="text"],
.form-group.has-error input[type="password"],
.form-group.has-error input[type="email"],
.form-group.has-error input[type="number"],
.form-group.has-error input[type="file"],
.form-group.has-error textarea,
.form-group.has-error select {
  border-color: #d9534f;
}
.form-group.has-error span.help-block {
  color: #d9534f;
}
.interests {
  margin-bottom: 20px;
}
.interests ul {
  padding-left: 0;
}
.interests li {
  display: inline;
}
.interests label {
  white-space: nowrap;
  display: inline-block;
  background: #e5e5ef;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  width: auto;
  padding: 5px 10px;
  margin: 0 15px 15px 0;
  text-align: left;
  font-weight: normal;
  color: #464646;
}
.interests input[type="checkbox"] {
  margin-right: 5px;
}
.social-connect {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.social-connect .social-connect-heading {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.social-connect .social-connect-heading .fa-facebook-square {
  color: #3b5998;
}
.social-connect .social-connect-heading .fa-twitter-square {
  color: #00b6f1;
}
.social-connect .social-connect-heading .fa-youtube-play {
  color: #ff0000;
}
.social-connect .social-connect-heading .fa-google {
  color: #3cba54;
}
.social-connect .social-connect-heading .fa-instagram {
  color: #c32aa3;
}


.social-connect .social-connect-heading .fa-snapchat {
  color: #fffc00;
}
.social-connect .social-connect-body {
  padding: 10px;
}
.social-connect .social-connect-body p {
  margin-bottom: 0;
  font-size: 12px;
  color: #444;
}
.social-connect .social-connect-body ul {
  list-style-type: circle;
  font-size: 12px;
  color: #444;
  margin-bottom: 20px;
}
.social-connect .media .media-left .media-object {
  max-width: 40px;
  border-radius: 50%;
}
.social-connect .media .media-body .media-heading {
  font-size: 14px;
  margin: 3px 0 0;
  line-height: 14px;
}
.social-connect .media .media-body .media-heading a {
  color: #121212;
  text-decoration: none;
}
.social-connect .media .media-body .media-heading a:hover {
  color: #1aabec;
}
.social-connect .media .media-body small {
  font-size: 12px;
}
.social-connect .avatar-select {
  width: 100%;
  margin-bottom: 10px;
}
.social-connect form {
  margin-bottom: 0;
}
.social-connect form .btn.btn-danger {
  color: #333;
  background: white;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-top: 5px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
}
.social-connect form .btn.btn-danger:hover {
  color: #d9534f;
  background: none;
}
.social-connect-btn {
  padding: 10px;
}
.social-connect-btn .icon {
  text-align: center;
  font-size: 46px;
  margin-bottom: 10px;
}
.social-connect-btn .icon .fa-facebook-square {
  color: #3b5998;
}
.social-connect-btn .icon .fa-twitter-square {
  color: #00b6f1;
}
.social-connect-btn .icon .fa-youtube-play {
  color: #ff0000;
}
.social-connect-btn .icon .fa-google {
  color: #3cba54;
}
.social-connect-btn .icon .fa-instagram {
  color: #c32aa3;
}


.social-connect-btn .icon .fa-snapchat {
  color: #fffc00;
}
.social-connect-btn .btn {
  line-height: 12px;
}
.social-connect-btn.disabled .fa {
  color: #aaa !important;
}
.social-connect-btn.disabled .msg {
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  background: white;
  display: block;
  width: auto;
}
.extra-links {
  margin: 15px 45px 25px;
  padding: 0;
  color: white;
}
.extra-links li {
  list-style-type: none;
  display: inline;
  font-size: 12px;
}
.extra-links li a {
  color: white;
}
.extra-links li a:hover {
  text-decoration: underline;
}
.extra-links li:after {
  content: "â€¢";
  margin: 0 10px;
}
.extra-links li:last-child:after {
  content: "";
  margin: 0;
}
.auth-footer {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
}
.auth-footer .trademark {
  position: relative;
  bottom: 4px;
}
.auth-footer .footer-logo {
  height: 22px;
  position: relative;
  top: 3px;
}
.no-label-field .control-label {
  display: none;
}
.no-label-field .form-control {
  width: 100%;
}
.no-label-field span {
  display: none;
}
.no-label-field span.help-block {
  display: inline;
}
@media (max-width: 500px) {
  .interests {
    margin-right: -15px;
  }
  .interests label {
    margin: 0 10px 10px 0;
    padding: 8px;
  }
  .interests input[type="checkbox"] {
    margin-right: 0;
  }
  .panel.social-connect {
    width: 100%;
  }
}
.btn {
  border: none;
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.btn:focus {
  outline: 0;
}
.btn.btn-wd {
  width: 100%;
  display: block;
  text-align: center;
}
.btn.btn-outline {
  border: 1px solid;
  padding: 10px 15px;
  font-weight: normal;
}
.btn.btn-outline:hover {
  background: #1aabec;
  color: white;
}
.btn.btn-simple.btn-danger {
  color: #d9534f;
}
.btn.btn-simple.btn-danger:hover {
  background: #fdf7f7;
}
.btn.btn-primary {
  background-color: #ffd900;
  color: #232323;
}
.btn.btn-primary:hover {
  #background-color: #108cc3;
}
.btn.btn-default {
  background-color: white;
  color: #121212;
  border: 1px solid #ddd;
}
.btn.btn-default:hover {
  background-color: white;
  border-color: #1aabec;
  color: #1aabec;
}
.btn.btn-default-danger {
  background-color: white;
  color: #121212;
  border: 1px solid #ddd;
}
.btn.btn-default-danger:hover {
  background-color: white;
  border-color: #d9534f;
  color: #d9534f;
}
.btn.btn-success {
  background-color: #ffd900;
  color: black;
}
.btn.btn-success:hover {
  background-color: #449d44;
}
.btn.btn-danger {
  background-color: #d9534f;
  color: white;
}
.btn.btn-danger:hover {
  background: #e27c79;
}
.btn.btn-md {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  width: 220px;
}
.btn.btn-sm {
  letter-spacing: 0;
  font-size: 10px;
  padding: 10px 15px;
  font-weight: normal;
}
.btn.btn-sm:active {
  position: relative;
  top: 1px;
}
.btn.btn-sm.btn-danger {
  background: #d9534f;
  color: white;
}
.btn.btn-sm.btn-danger:hover {
  background: #c9302c;
}
.btn.btn-xs {
  letter-spacing: 0;
  font-size: 10px;
  padding: 3px 5px;
  font-weight: normal;
  height: 20px;
}
.btn.btn-xs:active {
  position: relative;
  top: 1px;
}
.btn.btn-xs.btn-danger {
  background: #d9534f;
  color: white;
}
.btn.btn-xs.btn-danger:hover {
  background: #c9302c;
}
.btn.register-influencer,
.btn.register-company {
  text-transform: uppercase;
  padding: 15px 10px;
  line-height: 30px;
  margin-top: 20px;
  white-space: nowrap;
  text-decoration: none;
}
.btn.register-influencer {
  background-color: #fde233;
  color: #464646;
  border-bottom: 2px solid #968201;
  margin-right: 10px;
}
.btn.register-influencer:hover {
  background-color: #c8ae02;
  border-bottom-color: #635601;
}
.btn.register-company {
  background-color: #1aabec;
  color: white;
  border-bottom: 2px solid #084865;
}
.btn.register-company:hover {
  background-color: #108cc3;
  border-bottom-color: #042636;
}
.btn.btn-info {
  border-radius: 50%;
  background: #ddd;
  font-size: 12px;
  width: 15px;
  height: 15px;
  line-height: 12px;
  padding: 0;
  position: relative;
  bottom: 2px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  color: #121212;
}
.btn.btn-info .fa {
  line-height: 16px;
}
.btn.btn-influencer {
  display: block;
  text-align: center;
  #border-bottom: 2px solid #084865;
  background: #ffd900;
  color: black;
}
.btn.btn-influencer:hover {
  #background: #fde233;
}
.btn.btn-company {
  display: block;
  text-align: center;
  #border-bottom: 2px solid #084865;
  background: #ffd900;
  color: #232323;
}
.btn.btn-company:hover {
  #background: #61c5f2;
  #color: white;
}
.btn.btn-agency {
  display: block;
  text-align: center;
  border-bottom: 2px solid #084865;
  background: #129cda;
  color: #e6e6e6;
}
.btn.btn-agency:hover {
  background: #1aabec;
  color: white;
}
a.btn.btn-wd {
  width: auto;
}
.title-back-btn {
  color: #999;
  text-decoration: none;
}
.title-back-btn:hover {
  color: #1aabec;
}
@media (max-width: 500px) {
  .btn.register-influencer,
  .btn.register-company {
    padding: 15px;
    display: block;
    margin-right: 0;
  }
}
.well {
  box-shadow: none;
  padding: 30px 20px;
  border-radius: 0;
  border-left: 4px solid #121212;
  margin-bottom: 20px;
  display: flex;
}
.well .well-sign-column {
  width: 35px;
}
.well .well-sign-column .well-bee-icon {
  width: 25px;
}
.well .well-content {
  flex: 1;
}
.well .well-close-column {
  width: 35px;
}
.well .close {
  text-decoration: none;
  font-size: 22px;
}
.well.well-info {
  background: #F4F4F4;
  border-left: 6px solid #ffd900;
}
.well.well-info .close {
  color: #084865;
}
.well.well-info .close:hover {
  color: #0c6a94;
}
.well.well-info h4,
.well.well-info h5 {
  color: #232323;
}
.well.well-info p {
  color: #232323;
}
.well.well-info ul li {
  color: #0c6a94;
}
.well.well-info a {
  color: #0c6a94;
}
.well.well-info a:hover {
  color: #1aabec;
}
.well.well-warning {
  background: #f8d9ac;
  border-left: 4px solid #f0ad4e;
}
.well.well-warning .well-sign-column .fa {
  color: #f0ad4e;
}
.well.well-warning .close {
  color: #985f0d;
}
.well.well-warning .close:hover {
  color: #f0ad4e;
}
.well.well-warning h4,
.well.well-warning h5 {
  color: #985f0d;
}
.well.well-warning p {
  color: #985f0d;
}
.well.well-warning ul li {
  color: #985f0d;
}
.well.well-warning a {
  color: #985f0d;
}
.well.well-warning a:hover {
  color: #3a2405;
}
.well.well-sm {
  padding: 10px 20px;
}
.well.small {
  margin-bottom: 0;
  width: auto;
  padding: 10px;
  border-radius: 4px;
}
.well.small h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.well.small p {
  font-size: 12px;
}
.well p {
  margin-bottom: 0;
}
.well p:last-child {
  margin-bottom: 0 !important;
}
.well ul {
  margin-bottom: 0;
  padding-left: 25px;
}
.well ul li {
  list-style-type: circle;
}
.well h4 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.well h5 {
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
  margin: 10px 0;
}
.well.well-success {
  background: #c7e6c7;
  border-color: #80c780;
  color: #255625 !important;
}
.well.well-success h4 {
  color: #255625 !important;
}
.well.well-danger {
  background: #f4cecd;
  border-color: #e27c79;
  color: #761c19 !important;
}
.well.well-danger h4 {
  color: #761c19 !important;
}
.panel {
  background-color: white;
  border-radius: 4px;
}
.panel .panel-heading {
  padding: 60px 45px;
}
.panel .panel-heading h1 {
  margin-bottom: 0;
}
.panel .panel-body {
  padding: 0 45px 45px;
}
.panel .panel-body p {
  margin-bottom: 20px;
}
.panel .panel-footer {
  padding: 0 45px 45px;
}
.panel.auth-panel {
  background: #F4F4F4;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.3);
}
.panel.auth-panel h1 {
  color: #232322;
  font-family: Prompt,sans-serif;
}
.panel.auth-panel input[type="text"]:focus,
.panel.auth-panel input[type="password"]:focus,
.panel.auth-panel input[type="email"]:focus {
  background-color: white;
}
.panel.transparent {
  background: transparent;
}
.panel.transparent .panel-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}
.panel.transparent h1 {
  color: #ffd900;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 1.3em;
  text-align: center;
  font-family: Prompt, sans-serif;
}
.panel.transparent p {
  color: #ffd900;
  font-size: 14px;
  margin-bottom: 20px;
}
.panel.transparent p a {
  color: white;
  cursor: pointer;
}
.panel.transparent ul {
  padding-left: 25px;
  color: white;
}
.panel.transparent ul li {
  list-style-type: circle;
  margin-bottom: 10px;
}
.panel.transparent ul li a {
  color: white;
  text-decoration: none;
}
.panel.transparent ul li a:hover {
  text-decoration: underline;
}
.panel.transparent h3 {
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-transform: none;
  color: #ffd900;
}
@media (max-width: 500px) {
  .panel .panel-heading {
    padding: 45px 30px;
  }
  .panel .panel-heading h1 {
    font-size: 22px;
  }
  .panel .panel-body {
    padding: 0 30px 30px;
  }
  .panel .panel-footer {
    padding: 0 30px 30px;
  }
  .panel.auth-panel {
    margin: 0 15px;
  }
}
.nav-icons.wizard {
  text-align: center;
  background: #121212;
  padding: 10px 0;
  margin: 0 0 60px;
}
.nav-icons.wizard > li {
  display: inline-block;
  position: relative;
}
.nav-icons.wizard > li a {
  background: none !important;
  display: inline-block;
  padding: 0 10px;
  color: #666;
  text-align: center;
  opacity: 0.8;
  position: relative;
  height: 53px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.nav-icons.wizard > li a:hover {
  color: white;
  background: none;
}
.nav-icons.wizard > li a i {
  font-size: 22px;
  margin-bottom: 10px;
  width: 20px;
  line-height: 30px;
  height: 22px;
}
.nav-icons.wizard > li a i.big {
  position: relative;
  top: 3px;
  font-size: 28px;
}
.nav-icons.wizard > li:first-child:before {
  content: "";
}
.nav-icons.wizard > li:before {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  content: "ï„…";
  font-size: 25px;
  position: relative;
  bottom: 16px;
  color: #666;
}
.nav-icons.wizard > li.active a {
  color: white;
}
.nav-icons.wizard > li.current a {
  color: #ffd900;
}
.nav-icons.wizard > li.current a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #060606;
  position: absolute;
  left: 50%;
  margin-left: -11%;
  top: 63px;
}
.nav-icons.wizard > li.disabled a:hover {
  color: #666;
  cursor: default;
}
@media (max-width: 767px) {
  .nav.nav-icons.wizard span {
    display: none;
  }
  .nav.nav-icons.wizard > li:before {
    bottom: -1px;
    margin: -5px;
  }
  .nav.nav-icons.wizard > li.current a:after {
    top: 38px;
    left: 20%;
  }
  .nav.nav-icons.wizard > li a {
    padding: 0;
    height: 28px;
    margin: 0 7px;
  }
  .nav.nav-icons.wizard > li:first-child a {
    margin-left: 0;
  }
  .nav.nav-icons.wizard > li:last-child a {
    margin-right: 0;
  }
}
.quote {
  padding: 10px 0 10px 25px;
  border-left: 8px solid;
}
.quote.success {
  border-left-color: #5cb85c;
}
.quote.warning {
  border-left-color: #f0ad4e;
}
.bee-table {
  border-top: 1px solid #e5e5ef;
  font-size: 14px;
  margin-bottom: 20px;
  width: 600px;
}
.bee-table.fluid {
  width: 100%;
}
.bee-table.adjust {
  width: auto;
}
.bee-table thead tr:first-child th {
  padding: 7px 10px;
}
.bee-table thead th {
  border: 1px solid #e5e5ef;
  color: #464646;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  background: #f5f5f9;
}
.bee-table thead th.text-right {
  text-align: right;
}
.bee-table thead th.text-center {
  text-align: center;
}
.bee-table thead th .small {
  font-weight: 300;
  color: #121212;
  display: inline;
  font-size: 12px;
}
.bee-table tbody td {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5px;
}
.bee-table tbody td.nowrap {
  white-space: nowrap;
}
.bee-table tbody td b {
  font-weight: bold;
}
.bee-table tbody td.text-right {
  text-align: right;
}
.bee-table tbody td.text-center {
  text-align: center;
}
.bee-table tfoot td {
  font-weight: bold;
  font-size: 15px;
}
.bee-table label {
  font-size: 14px;
  font-weight: 400;
}
.bee-table input[type="checkbox"] {
  margin-right: 5px;
}
.bee-table .social-networks {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bee-table .inline-company-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #ddd;
  margin-top: -7px;
  position: relative;
  top: 2px;
}
.bee-table form {
  margin-bottom: 0;
}
.bee-table .form-group {
  margin-bottom: 0;
}
.bee-table .form-group input[type="text"],
.bee-table .form-group input[type="password"],
.bee-table .form-group input[type="email"],
.bee-table .form-group input[type="number"],
.bee-table .form-group input[type="file"],
.bee-table .form-group textarea,
.bee-table .form-group select {
  padding: 10px 5px;
  height: auto;
  font-size: 12px;
}
.label {
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 12px;
}
.label.label-info {
  background: #78cef4;
  color: #084865;
}
.label.label-warning {
  background: #f8d9ac;
  color: #985f0d;
}
.label.label-success {
  background: #a3d7a3;
  color: #255625;
}
.label.label-danger {
  background: #eba5a3;
  color: #761c19;
}
.label .tooltip-hover {
  margin-left: 0;
}
.extra-text.hide {
  display: none;
}
.dots.hide {
  display: none;
}
.toggle-extra-text {
  color: #1aabec;
  cursor: pointer;
}
.shopping-cart {
  background: #333;
  padding: 30px;
}
.shopping-cart hr {
  border-top-color: #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.shopping-cart .title {
  color: white;
  font-size: 14px;
  text-align: center;
}
.shopping-cart .total {
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
}
.shopping-cart .total .text {
  text-align: left;
}
.shopping-cart .total .number {
  float: right;
}
.shopping-cart .subtitle {
  margin-top: 10px;
  text-align: left;
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}
.shopping-cart .items {
  margin-bottom: 20px;
}
.shopping-cart .items .item-title {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
}
.shopping-cart .items .number {
  float: right;
  color: #aaa;
  font-size: 12px;
}
.shopping-cart .btn {
  margin-top: 20px;
}
.proposal {
  margin-bottom: 30px;
}
.proposal-message {
  margin-bottom: 30px;
}
.proposal-message .message-sender-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.proposal-message .message-sender-name {
  font-size: 14px;
  font-weight: bold;
  color: #121212;
}
.proposal-message .message-sender-date {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}
.proposal-message .message-content {
  font-size: 14px;
  color: #464646;
}
.counter-proposal {
  margin-top: 10px;
  background: #f5f5f9;
  padding: 20px;
}
.counter-proposal .counter-title {
  font-size: 14px;
}
.profile-choice {
  margin-bottom: 10px;
}
.profile-choice .profile-choice-input {
  position: relative;
  top: 5px;
}
.profile-choice .profile-choice-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.profile-choice .profile-choice-name {
  color: #121212;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
  margin-left: 10px;
}
.proposal-item-formset,
.proposal-item-list-formset {
  position: relative;
  margin-bottom: 30px;
}
.proposal-item-formset h5,
.proposal-item-list-formset h5 {
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.proposal-item-formset .delete-row,
.proposal-item-list-formset .delete-row {
  position: absolute;
  top: 0;
  right: 0;
  background: #d9534f;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 5px;
  text-transform: uppercase;
}
.proposal-item-formset .delete-row:hover,
.proposal-item-list-formset .delete-row:hover {
  background: #c9302c;
}
.add-row {
  background: #5cb85c;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
  float: right;
}
.proposal-card {
  border: 1px solid #ddd;
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}
.proposal-card .company-container {
  margin-bottom: 10px;
}
.proposal-card .company-container .company-avatar {
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.proposal-card .company-container .company-name {
  margin-top: 0;
  position: relative;
  top: -1px;
  font-size: 14px;
  font-weight: normal;
}
.proposal-card .company-container .company-name a {
  text-decoration: none;
  color: #121212;
}
.proposal-card .company-container .company-name a:hover {
  color: #1aabec;
}
.proposal-card .campaign-name {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0;
}
.proposal-card .campaign-name a {
  text-decoration: none;
  color: #464646;
}
.proposal-card .campaign-name a:hover {
  color: #1aabec;
}
.proposal-card .proposal-date {
  font-size: 12px;
  font-style: italic;
  color: #999;
  font-weight: normal;
}
.proposal-card .proposal-total-price {
  font-size: 14px;
}
.proposal-card .message-bubble {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: 10px;
}
.proposal-card .message-bubble .fa {
  font-size: 30px;
  color: #ddd;
}
.proposal-card .message-bubble .n-messages {
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 12px;
}
.proposal-card .message-bubble a {
  color: #121212;
}
.proposal-card .message-bubble a:hover .fa {
  color: #1aabec;
}
.proposal-card .message-bubble a:hover .n-messages {
  color: white;
}
.proposal-card .message-bubble.has-messages a {
  color: white;
}
.proposal-card .message-bubble.has-messages a .fa {
  color: #d9534f;
}
.proposal-card .message-bubble.has-messages a:hover .fa {
  color: #1aabec;
}
@media (max-width: 500px) {
  .counter-proposal {
    padding: 7px;
  }
}
.profile_listing {
  margin-bottom: 20px;
}
.profile_listing .media-object {
  border-radius: 50%;
  border: 4px solid #f5f5f9;
  width: 100px;
  height: 100px;
}
.profile_listing .media-heading {
  margin-top: 10px;
  font-size: 22px;
  text-transform: none;
}
.profile_listing .media-heading a {
  color: #121212;
  text-decoration: none;
}
.profile_listing .media-heading a:hover {
  color: #1aabec;
}
.profile_listing .media-body .title {
  margin-bottom: 10px;
}
.profile_listing .media-body .location {
  font-size: 14px;
}
.profile_detail .media-object {
  border-radius: 50%;
  border: 4px solid #f5f5f9;
  width: 100px;
  height: 100px;
}
.profile_detail .media-heading {
  margin-top: 10px;
  font-size: 22px;
  text-transform: none;
}
.profile_detail .location {
  font-size: 12px;
}
.profile_detail .interests {
  margin-bottom: 10px;
}
.profile_detail .interests li {
  display: inline;
}
.badge {
  line-height: 12px;
  font-size: 12px;
  padding: 3px 5px;
  background: #f5f5f9;
  color: #464646;
  border: 1px solid #b5b5d3;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.badge.social-network a {
  color: #121212;
  font-weight: bold;
  text-decoration: none;
}
.badge.social-network a:hover {
  color: #1aabec;
}
.campaign-listing {
  margin-bottom: 30px;
}
.campaign-listing .campaign-name {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 5px;
}
.campaign-listing .campaign-name a {
  text-decoration: none;
  color: #121212;
}
.campaign-listing .campaign-name a:hover {
  color: #1aabec;
}
.campaign-listing .brief {
  margin: 0;
}
.campaign-listing .brief a {
  text-decoration: none;
}
.campaign-listing .brief a:hover {
  text-decoration: underline;
}
.campaign-listing .campaign-footer {
  margin-top: 5px;
  display: block;
}
.campaign-listing .see-more {
  line-height: 50px;
}
.campaign-listing .company-container {
  display: inline;
  margin-right: 20px;
}
.campaign-listing .company-container a {
  text-decoration: none;
}
.campaign-listing .company-container .company-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline;
  position: relative;
  top: 7px;
}
.campaign-listing .company-container .company-name {
  font-size: 14px;
  font-weight: 400;
  color: #1aabec;
  text-transform: none;
  display: inline;
  text-align: center;
  margin-top: 10px;
}
.campaign-listing .tags {
  display: inline;
}
.campaign-listing .tags li {
  font-size: 12px;
  display: inline;
}
.campaign-detail .company {
  background: #f5f5f9;
  padding: 100px 20px;
}
.campaign-detail .company .logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #e5e5ef;
  display: block;
  margin: auto;
}
.campaign-detail .company .name {
  font-size: 22px;
  text-align: center;
  margin: 30px 0 10px;
}
.campaign-detail .company .slogan {
  font-size: 14px;
  text-align: center;
}
.campaign-detail .campaign .title {
  font-size: 30px;
  line-height: 1.3em;
  margin: 20px 0;
}
.campaign-detail .campaign .subtitle {
  font-size: 14px;
}
.campaign-detail .campaign .tags {
  margin-bottom: 20px;
}
.campaign-detail .campaign .tags li {
  display: inline;
}
.post {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 10px;
}
.post .heading {
  margin-bottom: 3px;
}
.post .heading:after {
  clear: both;
  content: "";
}
.post .heading .status {
  float: right;
  font-size: 12px;
}
.post .heading .influencer {
  display: inline;
}
.post .heading .influencer img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #f5f5f9;
}
.post .heading .influencer .nickname {
  position: relative;
  bottom: 8px;
}
.post.post-tall .image {
  height: 200px;
}
.post .image {
  height: 150px;
  width: 100%;
  overflow: hidden;
  background: #f5f5f9;
}
.post .image .message {
  width: 60%;
  margin-left: 20%;
  margin-top: 15%;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
.post .image .message .fa {
  margin-top: 4px;
  font-size: 40px;
  float: left;
  margin-right: 10px;
}
.post .image img {
  width: 100%;
}
.post .delivery_plan {
  float: right;
  text-align: -webkit-right;
  text-align: right;
}
.post .description {
  font-size: 12px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
.post .description p {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 12px;
}
.post .description .meta:after {
  clear: both;
}
.post .description .meta .type {
  float: left;
}
.post .description .meta .date {
  float: right;
}
.post .action {
  height: 80px;
}
@media (max-width: 500px) {
  .post .action {
    height: auto;
  }
}
.progress-bar {
  height: 30px;
  width: 100%;
  position: relative;
  background: #ddd;
  margin-bottom: 20px;
}
.progress-bar .inner {
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-bar .counter {
  font-size: 14px;
  font-weight: bold;
  z-index: 100;
}
.progress-bar .counter .left {
  position: absolute;
  top: 3px;
  left: 10px;
  color: white;
}
.progress-bar .counter .right {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #121212;
}
.nav-pills {
  margin: 10px 0 0;
  padding: 15px 0;
  background: #f5f5f9;
  border-bottom: 1px solid #d5d5e6;
}
.nav-pills .pill {
  text-align: center;
}
.nav-pills .pill a {
  padding: 15px;
  height: 45px;
  text-decoration: none;
  color: #121212;
  text-align: center;
  font-size: 14px;
}
.nav-pills .pill a:hover {
  color: #1aabec;
}
.nav-pills .pill.active a {
  color: #1aabec;
  font-weight: bold;
  border-radius: 30px;
}
.report-section {
  margin-bottom: 60px;
}
.report-section .chart-container {
  margin-bottom: 0;
}
.results-table {
  width: 100%;
  border-top: 1px solid #ddd;
}
.results-table thead {
  border-bottom: 1px solid #ddd;
  background: #ebebf3;
}
.results-table thead th {
  text-align: left;
  padding: 10px 7px;
  color: #121212;
  font-weight: bold;
  vertical-align: middle;
}
.results-table thead th.centered {
  text-align: center;
}
.results-table thead tr.sortable th {
  cursor: ns-resize;
}
.results-table thead tr.sortable th:hover {
  color: #121212;
}
.results-table thead tr.small th {
  padding: 5px 7px;
  font-size: 12px;
  color: #464646;
  white-space: nowrap;
}
.results-table tbody {
  vertical-align: top;
}
.results-table tbody tr.border-bottom {
  border-bottom: 1px solid #ddd;
}
.results-table tbody tr:hover {
  background: #f5f5f9;
}
.results-table tbody tr:hover td.col-h1 {
  background: #ebebf3;
}
.results-table tbody td {
  line-height: 1.3em;
  padding: 10px 7px;
  vertical-align: middle;
  font-size: 12px;
}
.results-table tbody td.no-left-padding {
  padding-left: 0;
}
.results-table tbody td.col-h1 {
  background: #f5f5f9;
}
.results-table tbody td .proposal-item-row {
  display: block;
  line-height: 1.5em !important;
}
.results-table tfoot tr:first-child td {
  padding-top: 10px;
}
.results-table tfoot td {
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 7px;
  font-size: 12px;
}
.results-table tfoot td.col-h1 {
  background: #ebebf3;
}
.results-table.bordered {
  border: 2px solid #d5d5e6;
  border-radius: 4px;
  background: #f5f5f9;
}
.results-table.bordered thead {
  border-bottom: 2px solid #d5d5e6;
}
.results-table.bordered tbody tr:hover {
  background: #d5d5e6;
}
.results-table.bordered .border-right {
  border-right: 1px solid #d5d5e6;
}
.results-table.no-borders {
  border: none;
}
.results-table.no-borders thead {
  border-bottom: 1px solid #ddd;
}
.results-table.no-borders tfoot {
  border-top: 1px solid #ddd;
}
.results-table td.align-right,
.results-table th.align-right {
  text-align: right !important;
}
.results-table td.align-center,
.results-table th.align-center {
  text-align: center !important;
}
.results-table td.nowrap,
.results-table th.nowrap {
  white-space: nowrap;
}
.results-table.multi-tbody tbody {
  border-bottom: 1px solid #ddd;
}
.results-table.multi-tbody tbody:hover {
  background: #f5f5f9;
}
.results-table.multi-tbody tbody:hover td.col-h1 {
  background: #e5e5ef;
}
.results-table .influencer-link {
  text-decoration: none;
  color: #121212;
}
.results-table .influencer-link:hover {
  color: #1aabec;
}
.results-table .influencer-link span {
  position: relative;
  bottom: 4px;
}
.results-table .influencer-avatar-mini {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.results-table .change-arrow {
  color: #d9534f;
}
.results-table .table-chat {
  position: relative;
  line-height: 30px;
  text-decoration: none;
  display: table-cell;
}
.results-table .table-chat .fa {
  font-size: 30px;
  line-height: 30px;
  color: #ddd;
}
.results-table .table-chat .number {
  position: absolute;
  top: 0;
  left: 12px;
  color: #ddd;
}
.results-table .table-chat:hover .fa {
  color: #1aabec;
}
.results-table .table-chat:hover .number {
  color: #1aabec;
}
.results-table .table-chat.active .fa {
  color: #d9534f;
}
.results-table .table-chat.active .number {
  color: #d9534f;
}
.progress-bar-mini {
  height: 20px;
  width: 100%;
  background: #b5b5d3;
  text-align: center;
  position: relative;
  border-radius: 4px;
  line-height: 17px;
}
.progress-bar-mini .progress-bar-mini-complete {
  height: 20px;
  background: #5cb85c;
  border-radius: 4px;
}
.progress-bar-mini .progress-bar-mini-complete span {
  right: 5px;
  position: absolute;
  top: 2px;
}
.chart-container {
  margin-bottom: 30px;
}
.profile-bg {
  max-width: 900px;
  background: white;
  padding: 90px 60px;
  margin: auto;
  box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.profile-big {
  margin-bottom: 20px;
}
.profile-big .media-object {
  border-radius: 50%;
  border: 4px solid #f5f5f9;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.profile-big .media-body .big-title {
  margin: 10px 0 15px;
  font-size: 30px;
  line-height: 1em;
}
.profile-big .media-body .big-title a {
  text-decoration: none;
  color: #121212;
}
.profile-big .media-body .big-title a:hover {
  color: #1aabec;
}
.profile-big .media-body .big-title .nickname {
  margin-right: 10px;
}
.profile-big .media-body .big-title .location {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  position: relative;
  bottom: 6px;
  white-space: nowrap;
}
.profile-big .media-body .big-title .location .flag {
  height: 12px;
  border-radius: 2px;
  border: 1px solid #f5f5f9;
  position: relative;
  top: 2px;
}
.profile-big .media-body .influencer-features {
  font-size: 14px;
}
.profile-big .media-body .influencer-features b {
  font-weight: bold;
  margin-left: 15px;
}
.profile-big .media-body .influencer-features b:first-child {
  margin-left: 0;
}
.profile-big .media-body .interests {
  margin-bottom: 10px;
}
.profile-big .media-body .bio {
  line-height: 1.5em;
}
.profile-small {
  margin-bottom: 5px;
}
.profile-small .media-object {
  border-radius: 50%;
  border: 2px solid #f5f5f9;
  width: 40px;
  height: 40px;
}
.profile-small .media-heading {
  margin-top: 10px;
  font-size: 14px;
  line-height: 40px;
  text-transform: none;
}
.hashtag {
  line-height: 12px;
  font-size: 12px;
  padding: 3px 5px;
  background: #e5e5ef;
  border-radius: 4px;
  color: #515184;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.hashtag .fa {
  color: #8686b5;
}
.social-network-choices {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.social-network-choices .social-network-choice {
  padding: 15px;
  float: left;
  width: 136px;
  margin: 0 0 15px 15px;
  text-align: center;
  text-decoration: none;
  color: #464646;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.social-network-choices .social-network-choice:first-child {
  margin-left: 0;
}
.social-network-choices .social-network-choice .social-network-name {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  display: block;
  color: #999;
}
.social-network-choices .social-network-choice .social-network-value {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.social-network-choices .social-network-choice:hover {
  background: #eee;
}
.social-network-choices .social-network-choice:hover .social-network-name {
  color: #121212;
}
.social-network-choices .social-network-choice:hover .social-network-value {
  color: #464646;
}
.social-network-choices .social-network-choice.active {
  background: #1aabec;
  color: white;
}
.social-network-choices .social-network-choice.active .social-network-name {
  color: rgba(255, 255, 255, 0.6);
}
.social-network-choices
  .social-network-choice.active:hover
  .social-network-name {
  color: rgba(255, 255, 255, 0.6);
}
.social-network-choices
  .social-network-choice.active:hover
  .social-network-value {
  color: white;
}
.profile-section {
  margin-bottom: 30px;
}
.profile-section .profile_detail {
  margin-bottom: 30px;
}
.profile-section .profile_detail .media-heading a {
  color: #121212;
  text-decoration: none;
}
.profile-section .profile_detail .media-heading a:hover {
  color: #1aabec;
}
.profile-section .profile_detail .media-subheading a {
  color: #464646;
  text-decoration: none;
  font-size: 16px;
}
.profile-section .profile_detail .media-subheading a:hover {
  color: #1aabec;
}
.profile-section .profile_detail .bio {
  margin-top: 15px;
}
.profile-section .profile-section-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 20px;
}
.profile-section .profile-section-subtitle {
  color: #121212;
  font-size: 16px;
  font-weight: bold;
}
.profile-sidebar {
  background: #f5f5f9;
  padding: 30px 15px;
}
.profile-sidebar .profile-sidebar-links li {
  margin-bottom: 5px;
}
.profile-sidebar .profile-sidebar-links a {
  text-decoration: none;
  color: #464646;
}
.profile-sidebar .profile-sidebar-links a:hover {
  color: #1aabec;
}
.profile-sidebar .profile-sidebar-links .active {
  font-weight: bold;
}
.post-container {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.post-container:last-child {
  border-bottom: none;
}
.post-container .post-img {
  max-width: 100%;
  min-height: 100px;
  background: #ddd;
  margin-bottom: 10px;
}
.post-container .post-title {
  color: #121212;
  text-decoration: none;
  font-size: 18px;
  text-transform: none;
}
.post-container .post-title.post-title-video {
  font-size: 15px;
}
.post-container .post-date {
  font-size: 12px;
  color: #999;
}
.post-container .post-date span {
  font-weight: bold;
}
.post-container .post-description {
  font-size: 13px;
  line-height: 1.5em;
}
.post-container .post-tweet {
  font-size: 15px;
}
.percentage-positive {
  color: #5cb85c;
}
.percentage-negative {
  color: #d9534f;
}
.stats-total {
  padding: 10px 20px;
  background: #f5f5f9;
  margin-bottom: 15px;
}
.stats-total.stats-total-small .stats-value-title {
  font-size: 10px;
  line-height: 14px;
}
.stats-total.stats-total-small .stats-value {
  font-size: 18px;
  line-height: 18px;
}
.stats-total.stats-total-small .stats-growth {
  font-size: 12px;
  line-height: 18px;
}
.stats-total.stats-total-engagement {
  background: #ecab1a;
}
.stats-total.stats-total-engagement .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-engagement .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-engagement .stats-value {
  color: white;
}
.stats-total.stats-total-likes {
  background: #5cb85c;
}
.stats-total.stats-total-likes .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-likes .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-likes .stats-value {
  color: white;
}
.stats-total.stats-total-dislikes {
  background: red;
}
.stats-total.stats-total-dislikes .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-dislikes .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-dislikes .stats-value {
  color: white;
}
.stats-total.stats-total-favorite {
  background: #f04e64;
}
.stats-total.stats-total-favorite .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-favorite .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-favorite .stats-value {
  color: white;
}
.stats-total.stats-total-comments {
  background: #7d4ef0;
}
.stats-total.stats-total-comments .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-comments .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-comments .stats-value {
  color: white;
}
.stats-total.stats-total-shares {
  background: #f04e64;
}
.stats-total.stats-total-shares .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-shares .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-shares .stats-value {
  color: white;
}
.stats-total.stats-total-retweet {
  background: #7d4ef0;
}
.stats-total.stats-total-retweet .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-retweet .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-retweet .stats-value {
  color: white;
}
.stats-total.stats-total-views {
  background: #7d4ef0;
}
.stats-total.stats-total-views .stats-title {
  color: rgba(255, 255, 255, 0.8);
}
.stats-total.stats-total-views .stats-value-title {
  color: rgba(255, 255, 255, 0.6);
}
.stats-total.stats-total-views .stats-value {
  color: white;
}
.stats-total .stats-header {
  margin-bottom: 5px;
}
.stats-total .stats-title {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 0;
}
.stats-total .stats-value-title {
  line-height: 14px;
  font-size: 10px;
  color: #999;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}
.stats-total .stats-value {
  text-align: right;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
}
.stats-total .stats-growth {
  text-align: right;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
.stats-total .stats-growth .fa {
  display: inline;
}
.circle {
  background: #d5d5e6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  float: left;
  line-height: 22px;
  font-size: 10px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
@media (max-width: 500px) {
  .profile-bg {
    width: 85%;
    padding: 30px 15px;
  }
  .profile-big .media-left {
    float: left;
    margin-bottom: 10px;
  }
  .profile-big .media-body .big-title .location {
    top: 0;
  }
  .social-network-choices {
    width: 90%;
  }
  .social-network-choices .social-network-choice {
    width: 100%;
  }
}
.tooltip-hover {
  opacity: 0.8;
  margin-left: 2px;
  cursor: help;
}
.tooltip {
  padding: 10px 15px;
  background-color: #666;
  border-radius: 3.5px;
  opacity: 0;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
  max-width: 300px;
}
.tooltip-top {
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.tooltip-right {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
.tooltip-bottom {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.tooltip-left {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.tooltip.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltip-accent {
  position: absolute;
  box-sizing: border-box;
}
.tooltip-top .tooltip-accent,
.tooltip-bottom .tooltip-accent {
  width: 12px;
  height: 6px;
}
.tooltip-right .tooltip-accent,
.tooltip-left .tooltip-accent {
  width: 6px;
  height: 12px;
}
.tooltip-top .tooltip-accent {
  bottom: -6px;
  border-top: 6px solid #666;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.tooltip-right .tooltip-accent {
  left: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid #666;
  border-bottom: 6px solid transparent;
}
.tooltip-bottom .tooltip-accent {
  top: -6px;
  border-bottom: 6px solid #666;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.tooltip-left .tooltip-accent {
  right: -6px;
  border-top: 6px solid transparent;
  border-left: 6px solid #666;
  border-bottom: 6px solid transparent;
}
.tooltip-title {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-bottom: 0;
}
.tooltip-content {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4em;
}
.tooltip a {
  color: #fff;
}
.tooltip-click,
.tooltip-hover,
.tooltip-focus {
  cursor: help;
}
#loading-screen {
  background: rgba(26, 171, 236, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  height: 100%;
}
#loading-screen .spinner {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: 250px;
}
.notification {
  margin-bottom: 10px;
  clear: both;
}
.notification .icon {
  font-size: 14px;
  float: left;
  margin-bottom: 60px;
  margin-right: 10px;
  margin-top: 4px;
  color: #d9534f;
}
.notification .title {
  margin-bottom: 0;
}
.notification .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
  font-style: italic;
}
.notification .message {
  font-size: 12px;
}
.notification.READ .icon {
  color: #999;
}
.notification.READ .title a {
  color: #999;
}
.notification.READ .title a:hover {
  color: #1aabec;
}
.notification.READ .date {
  color: #ddd;
}
.notification.READ .message {
  color: #aaa;
}
.min-height-space {
  min-height: 70px;
}
.inline-padding {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.left-selector {
  width: 90%;
  float: left;
}
.form-group-filter > div > select,
.form-group-filter > div input {
  padding: 1px 15px;
  border: 1px solid #999;
  font-size: 12px;
  color: #464646;
  background: transparent;
  height: 38px;
  border-radius: 4px;
}
.form-group-filter > div > select[multiple] {
  height: 70px;
}
.topbottom-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.left-selector {
  width: 90%;
  float: left;
}
@media (max-width: 500px) {
  .left-selector {
    width: 75%;
    float: left;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 40px;
  line-height: 1;
  color: #121212;
}
.close:hover,
.close:focus {
  color: #1aabec;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.alert {
  position: relative;
  padding: 10px 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  margin-bottom: 20px;
}
.alert.alert-success {
  background: #80c780;
}
.alert.alert-danger {
  background: #e27c79;
}
.alert.alert-info {
  background: #5bc0de;
}
.alert.alert-warning {
  background: #f0ad4e;
}
.alert .close {
  position: absolute;
  top: 10px;
  font-size: 18px;
  right: 30px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.alert .close:hover {
  color: white;
}
.alert a {
  color: white;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: underline;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform "0.3s ease-out";
  -moz-transition: -moz-transform "0.3s ease-out";
  -o-transition: -o-transform "0.3s ease-out";
  transition: transform "0.3s ease-out";
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid white;
  border: 1px solid white;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid transparent;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -20px;
}
.modal-title {
  margin: 0;
  line-height: 20px;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 30px;
  border-top: 1px solid transparent;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 500px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
.loader {
  border: 20px solid #f3f3f3;
  border-radius: 50%;
  border-top: 20px solid #3498db;
  width: 80%;
  padding-top: 80%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 21px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.ganttview-vtheader-item-name img.influencer_avatar {
  padding: 3px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  position: relative;
}
.ganttview-vtheader-item-name p.influencer_name {
  padding-top: 5px;
  margin-bottom: 0px;
}
.brand-img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
}
.brand-img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.slick-slide {
  margin: 0px 20px;
  height: auto !important;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff
    url("https://kenwheeler.github.io/slick/slick/ajax-loader.gif") center
    center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("/static/fonts/slick/slick.eot");
  src: url("/static/fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/slick/slick.woff") format("woff"),
    url("/static/fonts/slick/slick.ttf") format("truetype"),
    url("/static/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 1;
  color: #1aabec;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -10px;
}
.slick-prev:before {
  content: "â†";
}
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}
.slick-next {
  right: -10px;
}
[dir="rtl"] .slick-next {
  left: -10px;
  right: auto;
}
.slick-next:before {
  content: "â†’";
}
[dir="rtl"] .slick-next:before {
  content: "â†";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.daterangepicker td.in-range {
  background-color: #d3f1ff;
  color: #000;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0c6a94;
  color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #1aabec !important;
  color: white !important;
}
.daterangepicker th.month {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #464646 !important;
}
.daterangepicker .drp-buttons .btn {
  padding: 10px 15px !important;
  margin-top: 10px !important;
  width: 100px;
}
.btn.btn-sm.cancelBtn {
  background: #d9534f !important;
  color: white !important;
}
div.ganttview-hzheader-month,
div.ganttview-hzheader-day,
div.ganttview-vtheader,
div.ganttview-vtheader-item-name,
div.ganttview-vtheader-series,
div.ganttview-grid,
div.ganttview-grid-row-cell {
  float: left;
}
div.ganttview-hzheader-month,
div.ganttview-hzheader-day {
  text-align: center;
}
div.ganttview-grid-row-cell.last,
div.ganttview-hzheader-day.last,
div.ganttview-hzheader-month.last {
  border-right: none;
}
div.ganttview {
  width: fit-content;
  max-width: 100%;
  border: 1px solid #999;
}
div.ganttview-hzheader-month {
  width: 60px;
  height: 20px;
  border-right: 1px solid #d0d0d0;
  line-height: 20px;
  background: #d3ddf1;
}
div.ganttview-hzheader-day {
  width: 20px;
  height: 20px;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #d0d0d0;
  line-height: 20px;
  color: #777;
}
div.ganttview-vtheader {
  width: 326px;
  overflow: hidden;
  background-color: #d0d0d0;
}
div.ganttview-vtheader-title {
  height: 41px;
  text-align: center;
  background: #0c6a94;
}
div.ganttview-vtheader-title p {
  padding-top: 10px;
  color: white;
}
div.ganttview-vtheader-item {
  display: inline-flex;
  overflow: hidden;
  color: #666;
}
div.ganttview-vtheader-item-name {
  width: 230px;
  padding-left: 5px;
  border-bottom: 1px solid #d0d0d0;
  background: #f0f0f0;
  height: inherit;
}
div.ganttview-vtheader-series-name {
  width: 80px;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  padding: 5px;
  background: white;
}
div.ganttview-slide-container {
  overflow: auto;
  position: relative;
  width: auto;
  border-left: 1px solid #999;
}
div.ganttview-grid-row-cell {
  width: 20px;
  height: 31px;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
div.ganttview-grid-row-cell.ganttview-weekend {
  background-color: #ffeeee;
}
div.ganttview-blocks {
  margin-top: 40px;
}
div.ganttview-block-container {
  height: 28px;
  padding-top: 4px;
}
div.ganttview-block {
  position: relative;
  height: 25px;
  background-color: #47e247;
  border: 1px solid #dfdfe5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.ganttview-block-text {
  position: absolute;
  height: 12px;
  font-size: 0.8em;
  color: #fff;
  padding: 2px 3px;
}
div.ganttview-block div.ui-resizable-handle.ui-resizable-s {
  bottom: 0;
}
