a[disabled] {
  pointer-events: none;
  opacity: .5; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
#textAngular-editableFix-010203040506070809 {
  display: none; }

@-webkit-keyframes pulse {
  0% {
    color: #333; }
  100% {
    color: #103f6e; } }

@keyframes pulse {
  0% {
    color: #333; }
  100% {
    color: #103f6e; } }

.hexagon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 16.9697px;
  background: rgba(0, 0, 0, 0.05);
  top: 6.22222px;
  z-index: -1; }

.hexagon:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.05); }

.hexagon:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.05); }

body {
  padding-top: 10em; }

.searchable_multi-toggle {
  position: relative; }

.searchable_multi-toggle a {
  width: 100%;
  padding: 5px 7px;
  overflow: hidden; }

.searchable_multi-toggle a span {
  display: block;
  overflow: hidden;
  margin-right: 10px; }

.searchable_multi-toggle a .caret {
  position: absolute;
  right: 5px;
  top: 50%; }

div.dropdown-menu-form {
  padding: 5px 10px 0;
  overflow-y: auto;
  height: 300px; }

div.limit-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.nav-pills li.active a {
  color: #fff;
  background-color: rgba(16, 63, 110, 0.9); }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

.fa-accusoft:before {
  content: "\f369"; }

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

.fa-ad:before {
  content: "\f641"; }

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

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

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

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

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

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

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

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

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

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

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

.fa-amilia:before {
  content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

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

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

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

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

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

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

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bible:before {
  content: "\f647"; }

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

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

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

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

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

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

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

.fa-box:before {
  content: "\f466"; }

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

.fa-boxes:before {
  content: "\f468"; }

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

.fa-brain:before {
  content: "\f5dc"; }

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

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

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

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

.fa-broom:before {
  content: "\f51a"; }

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

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

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

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

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

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

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

.fa-cat:before {
  content: "\f6be"; }

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

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

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

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

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

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

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

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

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

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

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

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

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

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

.fa-deaf:before {
  content: "\f2a4"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

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

.fa-donate:before {
  content: "\f4b9"; }

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

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

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

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

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

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

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

.fa-drum:before {
  content: "\f569"; }

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

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

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

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

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

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

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

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

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

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

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

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feather:before {
  content: "\f52d"; }

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

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

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

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

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

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

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

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

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

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

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

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

.fa-fulcrum:before {
  content: "\f50b"; }

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

.fa-futbol:before {
  content: "\f1e3"; }

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

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

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

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

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

.fa-gem:before {
  content: "\f3a5"; }

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c"; }

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

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

.fa-gitter:before {
  content: "\f426"; }

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

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

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

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

.fa-glasses:before {
  content: "\f530"; }

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

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

.fa-goodreads:before {
  content: "\f3a8"; }

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

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

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

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

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

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

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

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

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

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2"; }

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

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

.fa-hanukiah:before {
  content: "\f6e6"; }

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

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

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

.fa-haykal:before {
  content: "\f666"; }

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

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

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

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

.fa-headset:before {
  content: "\f590"; }

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

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

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

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

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

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

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

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

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

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

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

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

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

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

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

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

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

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

.fa-icicles:before {
  content: "\f7ad"; }

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

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

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

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

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

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

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

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

.fa-infinity:before {
  content: "\f534"; }

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

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

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

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itunes:before {
  content: "\f3b4"; }

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

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

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

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

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

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

.fa-js:before {
  content: "\f3b8"; }

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

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

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

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

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

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

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

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

.fa-markdown:before {
  content: "\f60f"; }

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

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

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

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

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

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

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

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

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

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

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

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

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

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

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

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

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

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

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

.fa-php:before {
  content: "\f457"; }

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

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

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

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

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

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

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

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

.fa-receipt:before {
  content: "\f543"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

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

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

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

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

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

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

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

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

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

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

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

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc"; }

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

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

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

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

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

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

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

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

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

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

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

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

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

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

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

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

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

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

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

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

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

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

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

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

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

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

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

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

.fa-thermometer:before {
  content: "\f491"; }

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731"; }

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

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

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

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

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

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

.fa-traffic-light:before {
  content: "\f637"; }

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

.fa-tram:before {
  content: "\f7da"; }

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./fonts/fa-regular-400.eot");
  src: url("./fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.woff") format("woff"), url("./fonts/fa-regular-400.ttf") format("truetype"), url("./fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./fonts/fa-brands-400.eot");
  src: url("./fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.woff") format("woff"), url("./fonts/fa-brands-400.ttf") format("truetype"), url("./fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./fonts/fa-solid-900.eot");
  src: url("./fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.woff") format("woff"), url("./fonts/fa-solid-900.ttf") format("truetype"), url("./fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

@font-face {
  font-family: 'Planer';
  src: url("fonts/planer_reg-webfont.eot");
  src: url("fonts/planer_reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/planer_reg-webfont.woff2") format("woff2"), url("fonts/planer_reg-webfont.woff") format("woff"), url("fonts/planer_reg-webfont.ttf") format("truetype"), url("fonts/planer_reg-webfont.svg#planerregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova';
  src: url("fonts/proximanova-regular-webfont.eot");
  src: url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?n49rj1");
  src: url("fonts/icomoon.eot?n49rj1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?n49rj1") format("truetype"), url("fonts/icomoon.woff?n49rj1") format("woff"), url("fonts/icomoon.svg?n49rj1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-loop-alt3:before {
  content: "\e9c5"; }

.icon-synchronize:before {
  content: "\e9c5"; }

.icon-arrows:before {
  content: "\e9c5"; }

.icon-reload:before {
  content: "\e9c5"; }

.icon-refresh:before {
  content: "\e9c5"; }

.icon-link:before {
  content: "\e9c6"; }

.icon-tab:before {
  content: "\e9c7"; }

.icon-arrows2:before {
  content: "\e9c7"; }

.icon-link2:before {
  content: "\e9c8"; }

.icon-chain:before {
  content: "\e9c8"; }

.icon-url:before {
  content: "\e9c8"; }

.icon-uri:before {
  content: "\e9c8"; }

.icon-anchor:before {
  content: "\e9c8"; }

.icon-add_box:before {
  content: "\e900"; }

.icon-playlist_add:before {
  content: "\e901"; }

.icon-library_add:before {
  content: "\e902"; }

.icon-add_alert:before {
  content: "\e903"; }

.icon-mic:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-mobile:before {
  content: "\e906"; }

.icon-home:before {
  content: "\e907"; }

.icon-filter:before {
  content: "\e908"; }

.icon-basket:before {
  content: "\e909"; }

.icon-cart:before {
  content: "\e90a"; }

.icon-key:before {
  content: "\e90b"; }

.icon-locked:before {
  content: "\e90c"; }

.icon-customer:before {
  content: "\e90d"; }

.icon-filter2:before {
  content: "\e90e"; }

.icon-list-numbered:before {
  content: "\e90f"; }

.icon-list:before {
  content: "\e910"; }

.icon-list2:before {
  content: "\e911"; }

.icon-user-check:before {
  content: "\e912"; }

.icon-user-plus:before {
  content: "\e913"; }

.icon-users:before {
  content: "\e914"; }

.icon-pencil:before {
  content: "\e915"; }

.icon-home2:before {
  content: "\e916"; }

.icon-gear:before {
  content: "\e917"; }

.icon-settings:before {
  content: "\e918"; }

.icon-list-unordered:before {
  content: "\e919"; }

.icon-list-ordered:before {
  content: "\e91a"; }

.icon-pencil2:before {
  content: "\e91b"; }

.icon-trashcan:before {
  content: "\e91c"; }

.icon-filter3:before {
  content: "\e91d"; }

.icon-group:before {
  content: "\e91e"; }

.icon-user-plus2:before {
  content: "\e91f"; }

.icon-credit:before {
  content: "\e920"; }

.icon-home3:before {
  content: "\e921"; }

.icon-product:before {
  content: "\e922"; }

.icon-product-add:before {
  content: "\e923"; }

.icon-remove-user:before {
  content: "\e924"; }

.icon-edit:before {
  content: "\e925"; }

.icon-order:before {
  content: "\e926"; }

.icon-trash:before {
  content: "\e927"; }

.icon-locked2:before {
  content: "\e928"; }

.icon-unlocked:before {
  content: "\e929"; }

.icon-pencil3:before {
  content: "\e92a"; }

.icon-users2:before {
  content: "\e92b"; }

.icon-users3:before {
  content: "\e92c"; }

.icon-pencil4:before {
  content: "\e92d"; }

.icon-edit2:before {
  content: "\e92e"; }

.icon-delete-outline:before {
  content: "\e92f"; }

.icon-delete:before {
  content: "\e930"; }

.icon-trash2:before {
  content: "\e931"; }

.icon-person_add:before {
  content: "\e932"; }

.icon-delete2:before {
  content: "\e933"; }

.icon-unlocked2:before {
  content: "\e934"; }

.icon-locked3:before {
  content: "\e935"; }

.icon-add-to-list:before {
  content: "\e936"; }

.icon-list3:before {
  content: "\e937"; }

.icon-product-hunt:before {
  content: "\e938"; }

.icon-campaign:before {
  content: "\e939"; }

.icon-circle-cross:before {
  content: "\e93a"; }

.icon-cross:before {
  content: "\e93b"; }

.icon-vcard:before {
  content: "\e93c"; }

.icon-comment:before {
  content: "\e93d"; }

.icon-chat-3:before {
  content: "\e93e"; }

.icon-close:before {
  content: "\e93f"; }

.icon-cancel:before {
  content: "\e940"; }

.icon-phone2:before {
  content: "\e941"; }

.icon-profile:before {
  content: "\e942"; }

.icon-calls:before {
  content: "\e943"; }

.icon-chat:before {
  content: "\e944"; }

.icon-chat2:before {
  content: "\e945"; }

.icon-comments3:before {
  content: "\e946"; }

.icon-comments:before {
  content: "\e947"; }

.icon-live:before {
  content: "\e948"; }

.icon-feed:before {
  content: "\e949"; }

.icon-plus:before {
  content: "\e94a"; }

.icon-minus:before {
  content: "\e94b"; }

.icon-plus2:before {
  content: "\e94c"; }

.icon-circle-plus:before {
  content: "\e94d"; }

.icon-plus3:before {
  content: "\e94e"; }

.icon-file-add:before {
  content: "\e94f"; }

.icon-save:before {
  content: "\e950"; }

.icon-plus4:before {
  content: "\e951"; }

.icon-blocked:before {
  content: "\e952"; }

.icon-zoom-out:before {
  content: "\e953"; }

.icon-zoom-in:before {
  content: "\e954"; }

.icon-search:before {
  content: "\e955"; }

.icon-stats-bars:before {
  content: "\e956"; }

.icon-stats-bars2:before {
  content: "\e957"; }

.icon-stats-dots:before {
  content: "\e958"; }

.icon-check:before {
  content: "\e959"; }

.icon-sort-asc:before {
  content: "\e95a"; }

.icon-sort-desc:before {
  content: "\e95b"; }

.icon-sort-amount-desc:before {
  content: "\e95c"; }

.icon-sort-amount-asc:before {
  content: "\e95d"; }

.icon-sort:before {
  content: "\e95e"; }

.icon-check2:before {
  content: "\e95f"; }

.icon-group2:before {
  content: "\e960"; }

.icon-search-minus:before {
  content: "\e961"; }

.icon-search-plus:before {
  content: "\e962"; }

.icon-chevron-down:before {
  content: "\e963"; }

.icon-medal:before {
  content: "\e964"; }

.icon-medal2:before {
  content: "\e965"; }

.icon-switch:before {
  content: "\e966"; }

.icon-input-checked:before {
  content: "\e967"; }

.icon-database:before {
  content: "\e968"; }

.icon-floppy-disk:before {
  content: "\e969"; }

.icon-floppy-o:before {
  content: "\e96a"; }

.icon-refresh2:before {
  content: "\e96b"; }

.icon-repeat:before {
  content: "\e96c"; }

.icon-stop-circle-o:before {
  content: "\e96d"; }

.icon-stop-circle:before {
  content: "\e96e"; }

.icon-play-circle-o:before {
  content: "\e96f"; }

.icon-play-circle:before {
  content: "\e970"; }

.icon-play:before {
  content: "\e971"; }

.icon-pause-circle-o:before {
  content: "\e972"; }

.icon-pause-circle:before {
  content: "\e973"; }

.icon-info-with-circle:before {
  content: "\e974"; }

.icon-info:before {
  content: "\e975"; }

.icon-coffee:before {
  content: "\e976"; }

.icon-clipboard:before {
  content: "\e977"; }

.icon-clipboard2:before {
  content: "\e978"; }

.icon-file:before {
  content: "\e979"; }

.icon-file-pdf:before {
  content: "\e97a"; }

.icon-file-zip:before {
  content: "\e97b"; }

.icon-file-play:before {
  content: "\e97c"; }

.icon-file-music:before {
  content: "\e97d"; }

.icon-file-picture:before {
  content: "\e97e"; }

.icon-file-text:before {
  content: "\e97f"; }

.icon-profile2:before {
  content: "\e980"; }

.icon-file-empty:before {
  content: "\e981"; }

.icon-file-pdf2:before {
  content: "\e982"; }

.icon-picture_as_pdf:before {
  content: "\e983"; }

.icon-hammer:before {
  content: "\e984"; }

.icon-headphones:before {
  content: "\e985"; }

.icon-phone-hang-up:before {
  content: "\e986"; }

.icon-goals:before {
  content: "\e987"; }

.icon-calender-outline:before {
  content: "\e988"; }

.icon-calender:before {
  content: "\e989"; }

.icon-exit:before {
  content: "\e98a"; }

.icon-target2:before {
  content: "\e98b"; }

.icon-calendar:before {
  content: "\e98c"; }

.icon-calendar-check-o:before {
  content: "\e98d"; }

.icon-calendar-times-o:before {
  content: "\e98e"; }

.icon-calendar-minus-o:before {
  content: "\e98f"; }

.icon-calendar-plus-o:before {
  content: "\e990"; }

.icon-calendar-o:before {
  content: "\e991"; }

.icon-calendar2:before {
  content: "\e992"; }

.icon-calendar3:before {
  content: "\e993"; }

.icon-office:before {
  content: "\e994"; }

.icon-arrow-right:before {
  content: "\e995"; }

.icon-arrow-left:before {
  content: "\e996"; }

.icon-dots-three-horizontal:before {
  content: "\e997"; }

.icon-first:before {
  content: "\e998"; }

.icon-last:before {
  content: "\e999"; }

.icon-chevron-down2:before {
  content: "\e99a"; }

.icon-chevron-circle-down:before {
  content: "\e99b"; }

.icon-chevron-circle-up:before {
  content: "\e99c"; }

.icon-chevron-circle-right:before {
  content: "\e99d"; }

.icon-chevron-circle-left:before {
  content: "\e99e"; }

.icon-chevron-right:before {
  content: "\e99f"; }

.icon-chevron-left:before {
  content: "\e9a0"; }

.icon-chevron-down3:before {
  content: "\e9a1"; }

.icon-chevron-up:before {
  content: "\e9a2"; }

.icon-read-more:before {
  content: "\e9a3"; }

.icon-file-excel:before {
  content: "\e9a4"; }

.icon-spoon-knife:before {
  content: "\e9a5"; }

.icon-back-in-time:before {
  content: "\e9a6"; }

.icon-grid-alt:before {
  content: "\e9a7"; }

.icon-grid:before {
  content: "\e9a8"; }

.icon-narrow:before {
  content: "\e9a9"; }

.icon-reset:before {
  content: "\e9aa"; }

.icon-update:before {
  content: "\e9ab"; }

.icon-soundcloud:before {
  content: "\e9ac"; }

.icon-soundcloud2:before {
  content: "\e9ad"; }

.icon-file-music2:before {
  content: "\e9ae"; }

.icon-volume-decrease:before {
  content: "\e9af"; }

.icon-volume-increase:before {
  content: "\e9b0"; }

.icon-volume-mute:before {
  content: "\e9b1"; }

.icon-volume-mute2:before {
  content: "\e9b2"; }

.icon-volume-low:before {
  content: "\e9b3"; }

.icon-volume-medium:before {
  content: "\e9b4"; }

.icon-volume-high:before {
  content: "\e9b5"; }

.icon-music:before {
  content: "\e9b6"; }

.icon-earth:before {
  content: "\e9b7"; }

.icon-calendar4:before {
  content: "\e9b8"; }

.icon-stopwatch:before {
  content: "\e9b9"; }

.icon-alarm:before {
  content: "\e9ba"; }

.icon-clock:before {
  content: "\e9bb"; }

.icon-clock2:before {
  content: "\e9bc"; }

.icon-history:before {
  content: "\e9bd"; }

.icon-enter:before {
  content: "\e9be"; }

.icon-stretch:before {
  content: "\e9bf"; }

.icon-resize:before {
  content: "\e9c0"; }

.icon-resize2:before {
  content: "\e9c1"; }

.icon-enter2:before {
  content: "\e9c2"; }

.icon-copy:before {
  content: "\e9c3"; }

.icon-cloud-download:before {
  content: "\e9c4"; }

body #viewport #boot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #103f6e;
  z-index: 9;
  display: none; }
  body #viewport #boot #logo {
    position: absolute;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    height: 150px;
    background: cornflowerblue; }
  body #viewport #boot #loginForm {
    position: absolute;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    height: 350px;
    padding: 10px;
    background: cornflowerblue; }

body {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #f0f0f0; }
  body.not_chrome #not_chrome {
    display: block; }
  body #not_chrome {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 99999999; }
    body #not_chrome div {
      width: 700px;
      position: absolute;
      left: 50%;
      margin-top: 100px;
      margin-left: -350px;
      text-align: center;
      font-size: 18px;
      font-weight: bold; }
      body #not_chrome div h1 {
        font-size: 38px; }
  body .red_bg {
    background: red !important; }
  body .green_bg {
    background: #8aba30 !important; }
  body .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%; }
  body.wide #landscape article {
    width: 1200px !important; }
  body #disconnected {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 300px;
    text-align: center;
    z-index: 9999999;
    font-size: 16px;
    display: none; }
    body #disconnected p {
      font-weight: bold; }
    body #disconnected button {
      font-size: 18px;
      font-weight: bold; }
    body #disconnected.show {
      display: block; }
  body .text-nowrap {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  body .red_color {
    color: red !important; }
  body .bold {
    font-weight: bold; }
  body .bg-fade {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    body .bg-fade.black {
      background: rgba(0, 0, 0, 0.7); }
  body a {
    text-decoration: none;
    border-bottom: 1px dotted #bbb;
    color: #000; }
  body .button {
    font-family: "proxima-nova";
    font-size: 15px;
    padding: 5px 12px;
    background: #eee;
    border: 1px solid #e6e6e6;
    background-color: #666;
    color: #fff;
    cursor: pointer;
    /*
    background-image: -webkit-linear-gradient(top, #eeeeee, #e6e6e6);
    background-image: -moz-linear-gradient(top, #eeeeee, #e6e6e6);
    background-image: -ms-linear-gradient(top, #eeeeee, #e6e6e6);
    background-image: -o-linear-gradient(top, #eeeeee, #e6e6e6);
    background-image: linear-gradient(to bottom, #eeeeee, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee, endColorstr=#e6e6e6);
    */ }
    body .button:hover {
      background: #444; }
    body .button.cancel {
      background: red !important; }
    body .button.reset {
      background: #ccc !important;
      color: #000 !important; }
  body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    body ul li {
      margin: 0;
      padding: 0; }
  body a.button_delete,
  body a.cancel_button,
  body a.button_delete,
  body a.delete_button {
    background: red !important; }
  body a.reset_button {
    background: #ccc !important;
    color: #000 !important; }
  body a.extra_button {
    background: #666 !important; }
  body #viewport {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../gfx/texture_small.png);
    overflow: hidden; }
    body #viewport .width {
      width: 100%;
      max-width: 1350px;
      margin: 0 auto;
      position: relative; }
    body #viewport > header {
      position: absolute;
      top: 0;
      width: 100%;
      height: 0;
      display: none; }
      body #viewport > header .width {
        height: 100%; }
      body #viewport > header #logo {
        position: absolute;
        top: 7px;
        bottom: 5px;
        left: 0;
        width: 130px;
        background: transparent left center no-repeat;
        background-size: auto 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
      body #viewport > header .pageTitle {
        position: absolute;
        padding-top: 0;
        padding-left: 20px;
        left: 130px;
        color: #eee;
        font-size: 18px;
        font-family: planer; }
      body #viewport > header nav {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
        body #viewport > header nav div {
          float: left;
          line-height: -3;
          font-size: 18px;
          width: 35px;
          text-align: center;
          padding-top: 3px;
          color: #999; }
    body #viewport footer {
      position: absolute;
      bottom: 0;
      height: 0px;
      width: 100%;
      background: rgba(0, 0, 0, 0.05);
      line-height: 30px;
      font-size: 12px;
      display: none; }
    body #viewport #body {
      position: absolute;
      top: 0;
      bottom: 0px;
      left: 0;
      right: 0;
      overflow: hidden; }
      body #viewport #body .width {
        height: 100%; }
      body #viewport #body #landscape {
        transform: translateX(0px);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding-left: 10px;
        width: 2800px;
        transition: transform .5s; }
        body #viewport #body #landscape.mode-stats nav, body #viewport #body #landscape.mode-stats article {
          opacity: .25; }
        body #viewport #body #landscape.hide_block {
          display: none !important; }
        body #viewport #body #landscape #landscape-stats,
        body #viewport #body #landscape #landscape-body {
          position: absolute;
          top: 0;
          left: 0;
          width: 150px;
          height: 100px;
          z-index: 10; }
          body #viewport #body #landscape #landscape-stats.hidden,
          body #viewport #body #landscape #landscape-body.hidden {
            opacity: 0;
            display: none; }
          body #viewport #body #landscape #landscape-stats i,
          body #viewport #body #landscape #landscape-body i {
            font-size: 80px;
            color: #fff;
            margin: 35px;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
            display: block; }
        body #viewport #body #landscape #landscape-body {
          right: auto;
          left: -150px; }
      body #viewport #body nav {
        width: 235px;
        height: 100%;
        float: left;
        overflow: auto; }
        body #viewport #body nav #logo {
          position: relative;
          width: 230px;
          height: 100px;
          float: right;
          background: transparent center center no-repeat;
          background-size: 80% auto;
          border-right: 0px solid rgba(255, 255, 255, 0.5);
          clear: both; }
        body #viewport #body nav #short_menu {
          padding: 0 15px;
          margin: 0;
          list-style: none;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          justify-content: space-around;
          margin-bottom: 15px; }
          body #viewport #body nav #short_menu a, body #viewport #body nav #short_menu span.user {
            padding: 5px;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            color: #333;
            border-bottom: 1px solid #666;
            display: inline-block;
            line-height: 16px; }
          body #viewport #body nav #short_menu span.user {
            border-bottom: 0; }
          body #viewport #body nav #short_menu .iconlink .count {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            background: #666;
            color: #fff;
            border-radius: 2px;
            z-index: 1;
            padding: 0 5px; }
        body #viewport #body nav .recurring_count {
          position: absolute;
          display: block;
          padding: 2px 3px 1px;
          min-width: 15px;
          text-align: center;
          background: red;
          color: #fff;
          border-radius: 2px;
          right: 5px;
          top: 9px;
          font-size: 11px; }
          body #viewport #body nav .recurring_count.hidden {
            display: none; }
        body #viewport #body nav #order_in_process {
          position: absolute;
          display: block;
          padding: 2px 3px 1px;
          min-width: 15px;
          text-align: center;
          background: red;
          color: #fff;
          border-radius: 50%;
          height: 15px;
          right: 5px;
          top: 9px;
          font-size: 11px; }
          body #viewport #body nav #order_in_process.hidden {
            display: none; }
        body #viewport #body nav section {
          position: relative; }
          body #viewport #body nav section.expanded header:before {
            display: block; }
          body #viewport #body nav section.expanded ul {
            display: block;
            max-height: 900px;
            margin-bottom: 0px; }
          body #viewport #body nav section ul {
            margin-bottom: 0;
            transition: all .25s;
            float: right;
            max-height: 0; }
          body #viewport #body nav section header {
            font-weight: bold;
            margin-bottom: 3px;
            position: relative;
            float: right; }
            body #viewport #body nav section header:before {
              content: "";
              display: block;
              position: absolute;
              background: transparent;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 6px 6px 0;
              border-color: transparent #4f6b2a transparent transparent;
              bottom: -6px;
              display: none; }
            body #viewport #body nav section header span {
              background: rgba(0, 0, 0, 0.25);
              padding: 6px 0 5px 16px;
              display: block;
              width: 225px;
              text-transform: uppercase;
              font-size: 12px;
              color: rgba(255, 255, 255, 0.8);
              letter-spacing: 0px; }
          body #viewport #body nav section li {
            border-bottom: 0px solid #f0f0f0;
            overflow: hidden;
            position: relative; }
            body #viewport #body nav section li .str {
              width: 173px;
              overflow: hidden;
              display: block;
              text-overflow: ellipsis;
              white-space: nowrap; }
          body #viewport #body nav section a {
            display: block;
            padding: 3px 2px 3px 15px;
            overflow: hidden;
            transition: all .15s;
            width: 220px;
            border-bottom: 0;
            float: right;
            font-size: 16px;
            border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
            background: rgba(255, 255, 255, 0.25); }
            body #viewport #body nav section a.active, body #viewport #body nav section a:hover {
              background: rgba(255, 255, 255, 0.75) !important;
              color: #333;
              /*padding-left: 5px;*/ }
              body #viewport #body nav section a.active i, body #viewport #body nav section a:hover i {
                color: #000;
                display: block; }
            body #viewport #body nav section a i {
              padding: 5px;
              font-size: 16px;
              float: left;
              width: 28px;
              text-align: center;
              position: relative;
              transition: color .15s;
              color: #444;
              z-index: 1; }
            body #viewport #body nav section a .str {
              display: block;
              line-height: 28px;
              padding-left: 8px;
              float: left; }
      body #viewport #body h1 {
        /*
        left: 250px;
        padding-left: 12px;
        text-transform: uppercase;
        position: absolute;
        font-size: 26px;
        margin: 20px 0 0;
        color: #000;
        font-family: "proxima-nova";
        display: none;
        */ }
      body #viewport #body article {
        bottom: 0;
        float: left;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        /*background: rgba(0,0,0,0.05);*/
        background: #f7f7f7;
        width: 900px;
        position: relative;
        transition: width .5s; }
        body #viewport #body article h1.title {
          margin-top: 0;
          font-size: 16px;
          text-transform: uppercase;
          border-bottom: 1px dotted #ccc;
          padding: 7px 15px;
          margin-bottom: 5px;
          position: absolute;
          left: -8px;
          right: -8px;
          background: #e5e5e5;
          z-index: 9; }
          body #viewport #body article h1.title .icon-refresh {
            color: #8aba30;
            opacity: 0;
            transition: opacity .2s;
            cursor: pointer; }
          body #viewport #body article h1.title:hover .icon-refresh {
            opacity: 1; }
          body #viewport #body article h1.title:before {
            content: "";
            display: block;
            position: absolute;
            background: transparent;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 8px 6px 0;
            border-color: transparent #aaa transparent transparent;
            bottom: -6px;
            left: 0; }
          body #viewport #body article h1.title:after {
            content: "";
            display: block;
            position: absolute;
            background: transparent;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 8px 0 0;
            border-color: #aaa transparent transparent transparent;
            bottom: -6px;
            right: 0; }
          body #viewport #body article h1.title #short_menu {
            float: right;
            font-size: 14px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            /*
              .notifications {
                position: absolute;
                top: 35px;
                right: 40px;
                background: #f0f0f0;
                z-index: 9;
                width: 240px;
                max-height: 0;
                overflow: hidden;
                transition: max-height .25s;
                ul {
                  li {
                    font-size: 14px;
                    text-transform: none;
                    padding: 10px;
                    border-bottom: 1px dashed #ddd;
                    font-weight: lighter;
                    .time {
                      background: #888;
                      color: #ddd;
                      font-size: 11px;
                      padding: 2px 6px 1px;
                      display: inline-block;
                      float: right;
                    }
                    &.isnew {
                      background: yellow;
                    }
                  }
                }
                &.show {
                  max-height: 500px;
                }
              }
              */ }
            body #viewport #body article h1.title #short_menu .iconlink {
              cursor: pointer;
              display: block;
              float: left;
              padding: 10px 8px 8px;
              border-bottom: 0 !important;
              border-right: 1px solid #c7c7c7;
              color: #444;
              position: relative;
              min-width: 38px;
              text-align: center;
              height: 34px; }
              body #viewport #body article h1.title #short_menu .iconlink .icon-narrow,
              body #viewport #body article h1.title #short_menu .iconlink .icon-stretch {
                font-size: 19px;
                line-height: 14px; }
              body #viewport #body article h1.title #short_menu .iconlink.call_helper {
                border-bottom: 2px solid red !important; }
                body #viewport #body article h1.title #short_menu .iconlink.call_helper.connected {
                  border-color: #8aba30 !important; }
                body #viewport #body article h1.title #short_menu .iconlink.call_helper.status_orange {
                  border-bottom-color: #eb9316 !important; }
              body #viewport #body article h1.title #short_menu .iconlink.red {
                background: red; }
                body #viewport #body article h1.title #short_menu .iconlink.red i {
                  color: #fff; }
              body #viewport #body article h1.title #short_menu .iconlink.yellow {
                background: yellow; }
              body #viewport #body article h1.title #short_menu .iconlink:hover, body #viewport #body article h1.title #short_menu .iconlink.show {
                color: #000; }
                body #viewport #body article h1.title #short_menu .iconlink:hover .subMenu, body #viewport #body article h1.title #short_menu .iconlink.show .subMenu {
                  display: block; }
              body #viewport #body article h1.title #short_menu .iconlink .subMenu {
                position: absolute;
                display: none;
                width: 200px;
                margin-left: -100px;
                background: #f7f7f7;
                margin-top: 7px;
                text-transform: none;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
                body #viewport #body article h1.title #short_menu .iconlink .subMenu.callMe input {
                  font-size: 18px;
                  text-align: center;
                  width: 100%;
                  background: #fff; }
                body #viewport #body article h1.title #short_menu .iconlink .subMenu.callMe button {
                  width: 100%;
                  padding: 8px 0px;
                  background: #eee;
                  border: 1px solid #eee;
                  cursor: pointer;
                  background: #3cb43c;
                  color: #fafafa; }
                  body #viewport #body article h1.title #short_menu .iconlink .subMenu.callMe button:disabled {
                    background: #464646; }
                body #viewport #body article h1.title #short_menu .iconlink .subMenu .no_items, body #viewport #body article h1.title #short_menu .iconlink .subMenu .no_items:hover {
                  display: block;
                  width: 100%;
                  padding: 15px;
                  font-weight: lighter; }
                body #viewport #body article h1.title #short_menu .iconlink .subMenu ul li {
                  border-bottom: 1px solid #efefef;
                  padding: 7px 0; }
                  body #viewport #body article h1.title #short_menu .iconlink .subMenu ul li:hover {
                    background: #efefef; }
                  body #viewport #body article h1.title #short_menu .iconlink .subMenu ul li:active {
                    background: #e9e9e9; }
              body #viewport #body article h1.title #short_menu .iconlink .count {
                display: block;
                position: absolute;
                bottom: -5px;
                right: -3px;
                background: red;
                color: #fff;
                border-radius: 2px;
                z-index: 1;
                font-size: 10px;
                padding: 1px 4px; }
              body #viewport #body article h1.title #short_menu .iconlink.link-profile {
                padding: 0; }
                body #viewport #body article h1.title #short_menu .iconlink.link-profile .item-image {
                  height: 34px;
                  width: 100%;
                  background-size: 100% auto;
                  background-repeat: no-repeat;
                  background-color: #000; }
            body #viewport #body article h1.title #short_menu .iconlink-notification .notifications {
              position: absolute;
              top: 34px;
              left: -110px;
              background: #f7f7f7;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              z-index: 9;
              width: 240px;
              overflow: hidden;
              transition: max-height .25s;
              display: none;
              text-align: left; }
              body #viewport #body article h1.title #short_menu .iconlink-notification .notifications .no_items {
                display: block;
                width: 100%;
                padding: 15px;
                font-weight: lighter; }
              body #viewport #body article h1.title #short_menu .iconlink-notification .notifications .more {
                display: block;
                padding: 4px 8px;
                text-transform: none;
                background: #eee;
                text-align: center; }
              body #viewport #body article h1.title #short_menu .iconlink-notification .notifications ul {
                max-height: 400px;
                overflow-y: scroll; }
                body #viewport #body article h1.title #short_menu .iconlink-notification .notifications ul li {
                  font-size: 14px;
                  text-transform: none;
                  padding: 10px;
                  border-bottom: 1px dashed #ddd;
                  font-weight: lighter; }
                  body #viewport #body article h1.title #short_menu .iconlink-notification .notifications ul li .time {
                    background: #888;
                    color: #ddd;
                    font-size: 11px;
                    padding: 2px 6px 1px;
                    display: inline-block;
                    float: right; }
                  body #viewport #body article h1.title #short_menu .iconlink-notification .notifications ul li.isnew {
                    background: lightyellow; }
            body #viewport #body article h1.title #short_menu .iconlink-notification:hover .notifications {
              display: block; }
            body #viewport #body article h1.title #short_menu .iconlink-unpause {
              background: red;
              color: #fff; }
            body #viewport #body article h1.title #short_menu .iconlink-pause .subMenu, body #viewport #body article h1.title #short_menu .iconlink-campaign .subMenu {
              position: absolute;
              display: none;
              width: 200px;
              margin-left: -100px;
              background: #f7f7f7;
              margin-top: 7px;
              text-transform: none;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
              body #viewport #body article h1.title #short_menu .iconlink-pause .subMenu ul li, body #viewport #body article h1.title #short_menu .iconlink-campaign .subMenu ul li {
                border-bottom: 1px solid #efefef;
                padding: 7px 0; }
                body #viewport #body article h1.title #short_menu .iconlink-pause .subMenu ul li:hover, body #viewport #body article h1.title #short_menu .iconlink-campaign .subMenu ul li:hover {
                  background: #efefef; }
            body #viewport #body article h1.title #short_menu .iconlink-pause:hover .subMenu, body #viewport #body article h1.title #short_menu .iconlink-campaign:hover .subMenu {
              display: block; }
            body #viewport #body article h1.title #short_menu .avatar {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              width: 35px;
              background-position: center center;
              background-size: 100% auto; }
        body #viewport #body article .view-wrapper {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          top: 35px;
          overflow-y: auto; }
        body #viewport #body article .padding {
          overflow: hidden;
          padding: 15px 20px 30px; }
          body #viewport #body article .padding h2.title {
            width: 100%;
            border-bottom: 1px dotted #f0f0f0;
            padding-bottom: 3px;
            font-size: 21px; }
          body #viewport #body article .padding .button {
            margin-top: 15px;
            margin-right: 3px;
            float: right; }
            body #viewport #body article .padding .button i {
              margin-right: 5px;
              padding-top: 2px; }
  body .importable {
    color: darkgreen;
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold; }
  body .noneImportable {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0; }
  body #tooltip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
    z-index: 9999999999;
    background: #000;
    display: block;
    color: #fff;
    font-size: 12px;
    border-radius: 3px; }
  body .scrollHorizontal {
    display: block;
    overflow: hidden;
    overflow-x: auto; }

nav #version {
  position: absolute;
  opacity: 0;
  transition: opacity .5s;
  top: 15px;
  right: 21px;
  font-size: 11px;
  z-index: 1;
  cursor: pointer; }
  nav #version a {
    display: inline;
    background: transparent; }

nav:hover #version {
  opacity: 1; }

.view-changelogs ul {
  list-style-type: hiragana;
  margin-bottom: 15px; }
  .view-changelogs ul li {
    font-weight: bold; }
  .view-changelogs ul ul {
    margin-left: 15px;
    margin-top: 5px;
    list-style-type: square;
    padding-left: 15px; }
    .view-changelogs ul ul li {
      line-height: 18px;
      font-weight: lighter; }

.view-system_logs ul {
  margin-left: 15px;
  margin-top: 5px;
  list-style-type: square;
  padding-left: 15px; }
  .view-system_logs ul li {
    line-height: 18px;
    font-weight: lighter;
    margin-bottom: 5px; }

.articleadjust {
  top: 0px !important; }

@media (max-width: 1480px) {
  .articleadjust {
    top: 40px !important; } }

body.auth #login {
  transform: translateY(-100%); }

body #login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../gfx/texture_small.png);
  background-color: #f7f7f7;
  z-index: 99;
  transition: transform .5s;
  overflow: auto; }
  body #login .login-form {
    display: block;
    position: relative;
    width: 300px;
    margin: 80px auto 20px; }
    body #login .login-form .logo {
      width: 100%;
      height: 80px;
      margin-bottom: 15px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    body #login .login-form .fail {
      position: absolute;
      padding: 14px;
      text-align: center;
      font-size: 16px;
      background: #fc6861;
      color: #fff;
      margin-top: -60px;
      width: 100%; }
    body #login .login-form input[type="text"], body #login .login-form input[type="password"] {
      width: 100%;
      border-radius: 3px;
      background: #fff;
      color: #000;
      font-family: "proxima-nova";
      font-size: 18px;
      padding: 10px 15px;
      border: 1px solid #eee;
      margin-bottom: 8px; }
    body #login .login-form input[type="submit"] {
      font-family: "proxima-nova";
      float: right;
      font-size: 16px;
      padding: 8px 15px;
      background: #eee;
      border: 1px solid #e6e6e6;
      margin-top: 15px;
      width: 100%;
      text-transform: uppercase;
      text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
      background-color: #eee;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #eeeeee, #e6e6e6);
      background-image: -moz-linear-gradient(top, #eeeeee, #e6e6e6);
      background-image: -ms-linear-gradient(top, #eeeeee, #e6e6e6);
      background-image: -o-linear-gradient(top, #eeeeee, #e6e6e6);
      background-image: linear-gradient(to bottom, #eeeeee, #e6e6e6);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee, endColorstr=#e6e6e6); }

body textarea, body input, body select, body .select2-container--default .select2-selection--single, body .custom_select .selected {
  outline: none;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 8px 6px;
  background: #f6f6f6;
  transition: background .25s;
  margin: 0; }
  body textarea.error, body input.error, body select.error, body .select2-container--default .select2-selection--single.error, body .custom_select .selected.error {
    border: 1px solid red; }

body .custom_select:hover .options {
  display: block; }

body .custom_select.click .options {
  display: none; }

body .custom_select.click.visible .options {
  display: block; }

body .custom_select .selected {
  padding: 10px 8px 8px; }

body .custom_select .group_title {
  background: #bbb;
  color: #fff;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase; }

body .custom_select .options {
  position: absolute;
  display: none;
  max-height: 200px;
  z-index: 99;
  background: #fff;
  width: 100%;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow: auto; }
  body .custom_select .options .option {
    padding: 5px 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer; }
    body .custom_select .options .option .checkmark {
      display: none;
      margin-right: 4px; }
    body .custom_select .options .option:hover, body .custom_select .options .option.selected {
      background: #eee !important; }
    body .custom_select .options .option.selected .checkmark {
      display: inline-block; }

body .select2-container--default .select2-selection--single {
  padding: 0; }

body textarea:focus, body input:focus {
  background: rgba(0, 0, 0, 0.1); }

body .form {
  position: relative;
  margin-bottom: 10px;
  min-height: 30px; }
  body .form.no-header .content {
    padding-top: 12px; }
  body .form.new_export .new_export_form_row label {
    display: none; }
  body .form.new_export .new_export_form_row .val {
    width: 100%; }
  body .form.new_export .new_export_form_row .export-footer {
    float: right;
    margin: 20px 0; }
    body .form.new_export .new_export_form_row .export-footer td {
      padding-right: 5px; }
      body .form.new_export .new_export_form_row .export-footer td .button {
        margin: 0 !important; }
  body .form.new_export .new_export_form_row .cols {
    overflow: hidden;
    width: 100%; }
    body .form.new_export .new_export_form_row .cols .col-1, body .form.new_export .new_export_form_row .cols .col-2 {
      width: 49% !important;
      margin-left: 1%;
      float: left; }
      body .form.new_export .new_export_form_row .cols .col-1 .header, body .form.new_export .new_export_form_row .cols .col-2 .header {
        background: #f0f0f0;
        padding: 5px 12px;
        font-weight: bold;
        margin-bottom: 3px;
        position: relative; }
        body .form.new_export .new_export_form_row .cols .col-1 .header .button_remove_all, body .form.new_export .new_export_form_row .cols .col-2 .header .button_remove_all {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          padding: 5px 10px;
          font-weight: normal;
          cursor: pointer; }
        body .form.new_export .new_export_form_row .cols .col-1 .header:hover .button_remove_all, body .form.new_export .new_export_form_row .cols .col-2 .header:hover .button_remove_all {
          display: block; }
      body .form.new_export .new_export_form_row .cols .col-1 .val-part, body .form.new_export .new_export_form_row .cols .col-2 .val-part {
        padding: 2px 0;
        border-bottom: 1px dotted #ccc;
        position: relative; }
    body .form.new_export .new_export_form_row .cols #addable_options .val-part {
      padding: 7px 12px;
      cursor: pointer; }
    body .form.new_export .new_export_form_row .cols .val-part {
      width: 100%; }
      body .form.new_export .new_export_form_row .cols .val-part.merge_to_next .merged_to_next {
        display: block; }
      body .form.new_export .new_export_form_row .cols .val-part.replace_with_next .replaced_with_next {
        display: block; }
      body .form.new_export .new_export_form_row .cols .val-part input, body .form.new_export .new_export_form_row .cols .val-part select {
        font-weight: normal; }
      body .form.new_export .new_export_form_row .cols .val-part .merged_to_next, body .form.new_export .new_export_form_row .cols .val-part .replaced_with_next {
        position: absolute;
        top: 0;
        width: 15px;
        bottom: -100%;
        left: -10px;
        color: #103f6e;
        display: none;
        max-height: 96px; }
        body .form.new_export .new_export_form_row .cols .val-part .merged_to_next:hover .merge_delimiter, body .form.new_export .new_export_form_row .cols .val-part .replaced_with_next:hover .merge_delimiter {
          display: block; }
        body .form.new_export .new_export_form_row .cols .val-part .merged_to_next .contex-border, body .form.new_export .new_export_form_row .cols .val-part .replaced_with_next .contex-border {
          position: absolute;
          top: 0;
          left: 6px;
          bottom: 0;
          right: 0;
          overflow: hidden; }
          body .form.new_export .new_export_form_row .cols .val-part .merged_to_next .contex-border span, body .form.new_export .new_export_form_row .cols .val-part .replaced_with_next .contex-border span {
            border: 3px solid #103f6e;
            background: transparent;
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            bottom: 5px;
            width: 200%; }
        body .form.new_export .new_export_form_row .cols .val-part .merged_to_next [class^="icon-"], body .form.new_export .new_export_form_row .cols .val-part .replaced_with_next [class^="icon-"] {
          position: absolute;
          top: 50%;
          margin-top: -11px;
          font-size: 18px;
          text-shadow: 0 0 11px rgba(255, 255, 255, 0.8);
          left: 0;
          background: #f7f7f7;
          padding: 3px 0;
          color: #103f6e; }
        body .form.new_export .new_export_form_row .cols .val-part .merged_to_next .merge_delimiter, body .form.new_export .new_export_form_row .cols .val-part .replaced_with_next .merge_delimiter {
          display: none;
          color: #000;
          position: absolute;
          top: 50%;
          left: 19px;
          font-size: 12px;
          width: 142px;
          background: #fff;
          z-index: 1;
          margin-top: -18px;
          padding: 5px 8px; }
          body .form.new_export .new_export_form_row .cols .val-part .merged_to_next .merge_delimiter input, body .form.new_export .new_export_form_row .cols .val-part .replaced_with_next .merge_delimiter input {
            width: 60px;
            background: #eee;
            border: 1px solid #999;
            padding: 3px;
            margin-left: 2px; }
      body .form.new_export .new_export_form_row .cols .val-part .sort_elm, body .form.new_export .new_export_form_row .cols .val-part .del_elm, body .form.new_export .new_export_form_row .cols .val-part .dup_elm, body .form.new_export .new_export_form_row .cols .val-part .icon_info, body .form.new_export .new_export_form_row .cols .val-part .tiny_menu {
        position: absolute;
        top: 3px;
        right: 27px;
        padding: 5px 2px;
        cursor: move;
        display: none;
        z-index: 9; }
        body .form.new_export .new_export_form_row .cols .val-part .sort_elm i, body .form.new_export .new_export_form_row .cols .val-part .del_elm i, body .form.new_export .new_export_form_row .cols .val-part .dup_elm i, body .form.new_export .new_export_form_row .cols .val-part .icon_info i, body .form.new_export .new_export_form_row .cols .val-part .tiny_menu i {
          font-size: 18px; }
      body .form.new_export .new_export_form_row .cols .val-part .tiny_menu {
        right: 1px;
        top: 3px;
        cursor: pointer; }
        body .form.new_export .new_export_form_row .cols .val-part .tiny_menu i {
          font-size: 18px; }
        body .form.new_export .new_export_form_row .cols .val-part .tiny_menu ul {
          width: 150px; }
      body .form.new_export .new_export_form_row .cols .val-part .dup_elm {
        right: 1px;
        cursor: pointer;
        display: none !important; }
        body .form.new_export .new_export_form_row .cols .val-part .dup_elm i {
          font-size: 18px; }
      body .form.new_export .new_export_form_row .cols .val-part .icon_info {
        color: #103f6e;
        right: 50px;
        top: 3px;
        cursor: pointer; }
        body .form.new_export .new_export_form_row .cols .val-part .icon_info i {
          font-size: 18px;
          top: 1px; }
      body .form.new_export .new_export_form_row .cols .val-part:hover .sort_elm, body .form.new_export .new_export_form_row .cols .val-part:hover .tiny_menu, body .form.new_export .new_export_form_row .cols .val-part:hover .dup_elm, body .form.new_export .new_export_form_row .cols .val-part:hover .icon_info {
        display: block; }
  body .form.pipeline .pipeline_form_row label {
    display: none; }
  body .form.pipeline .pipeline_form_row .val {
    width: 100%; }
  body .form.pipeline .pipeline_form_row .cols {
    overflow: auto;
    width: 100%;
    display: flex; }
    body .form.pipeline .pipeline_form_row .cols .col-1 {
      width: 200px !important;
      margin-left: 1%;
      flex: none; }
      body .form.pipeline .pipeline_form_row .cols .col-1 .col-1-data {
        max-height: 700px;
        overflow-y: auto; }
      body .form.pipeline .pipeline_form_row .cols .col-1 .header {
        background: #f0f0f0;
        padding: 5px 12px;
        font-weight: bold;
        margin-bottom: 3px;
        position: relative; }
        body .form.pipeline .pipeline_form_row .cols .col-1 .header .button_remove_all {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          padding: 5px 10px;
          font-weight: normal;
          cursor: pointer; }
        body .form.pipeline .pipeline_form_row .cols .col-1 .header:hover .button_remove_all {
          display: block; }
      body .form.pipeline .pipeline_form_row .cols .col-1 .val-part {
        padding: 2px 0;
        border-bottom: 1px dotted #ccc;
        position: relative;
        width: 100% !important; }
        body .form.pipeline .pipeline_form_row .cols .col-1 .val-part .data {
          width: 185px; }
        body .form.pipeline .pipeline_form_row .cols .col-1 .val-part .data_title {
          font-weight: bold; }
        body .form.pipeline .pipeline_form_row .cols .col-1 .val-part .data_phone {
          margin-top: 10px; }
        body .form.pipeline .pipeline_form_row .cols .col-1 .val-part .data_date {
          font-size: 12px; }
    body .form.pipeline .pipeline_form_row .cols .on-drag-enter {
      background-image: linear-gradient(90deg, grey 50%, transparent 50%), linear-gradient(90deg, grey 50%, transparent 50%), linear-gradient(0deg, grey 50%, transparent 50%), linear-gradient(0deg, grey 50%, transparent 50%);
      background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
      background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
      background-position: left top, right bottom, left bottom, right top;
      animation: border-dance 2s infinite linear;
      padding: 3px; }

@keyframes border-dance {
  0% {
    background-position: left top, right bottom, left bottom, right   top; }
  100% {
    background-position: left 15px top, right 15px bottom , left bottom 15px , right   top 15px; } }
    body .form.pipeline .pipeline_form_row .cols #addable_options .val-part {
      padding: 7px 12px;
      cursor: pointer; }
  body .form header {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: absolute;
    left: -8px;
    right: -8px;
    background: #e5e5e5;
    z-index: 1; }
    body .form header:before {
      content: "";
      display: none;
      position: absolute;
      background: transparent;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 6px 0;
      border-color: transparent #aaa transparent transparent;
      bottom: -6px;
      left: 0; }
    body .form header:after {
      content: "";
      display: none;
      position: absolute;
      background: transparent;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 8px 0 0;
      border-color: #aaa transparent transparent transparent;
      bottom: -6px;
      right: 0; }
  body .form .content {
    padding: 35px 12px 20px;
    overflow: hidden;
    display: none;
    background: rgba(255, 255, 255, 0.5); }
  body .form.expanded .content {
    display: block; }
  body .form.expanded header:after {
    display: block; }
  body .form.expanded header:before {
    display: block; }
  body .form.inline {
    padding: 10px;
    background: #fafafa;
    overflow: hidden;
    margin-top: 15px; }
    body .form.inline h2 {
      margin: 0 0 10px;
      padding: 8px 10px;
      background: #f0f0f0;
      font-size: 18px; }
  body .form .star-info {
    line-height: 24px;
    color: red;
    border-bottom: 0px dotted #999;
    font-size: 18px;
    display: inline-block;
    padding: 0 3px;
    cursor: help; }
  body .form .form-row {
    display: block;
    margin-bottom: 2px;
    clear: both;
    width: 100%;
    /*max-width: 800px;*/
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden; }
    body .form .form-row .no_items {
      color: #888;
      font-style: italic;
      font-size: 12px;
      line-height: 23px; }
    body .form .form-row:after, body .form .form-row:before {
      clear: both; }
    body .form .form-row.form-row-call-result .call_result_Settings {
      display: none; }
      body .form .form-row.form-row-call-result .call_result_Settings.visible {
        display: block; }
      body .form .form-row.form-row-call-result .call_result_Settings tbody td {
        padding: 0; }
    body .form .form-row.form-row-call-result .val-part {
      position: relative; }
      body .form .form-row.form-row-call-result .val-part .icon-gear {
        cursor: pointer;
        opacity: 0;
        transition: all .2s;
        font-size: 17px;
        line-height: 14px;
        margin-top: 7px;
        display: inline-block;
        position: absolute;
        right: 5px; }
        body .form .form-row.form-row-call-result .val-part .icon-gear.visible {
          opacity: 1; }
      body .form .form-row.form-row-call-result .val-part:hover .icon-gear {
        opacity: 1; }
    body .form .form-row.form-row-export-templates .button, body .form .form-row.form-row-search-templates .button {
      position: relative;
      overflow: hidden;
      min-width: 70px;
      text-align: center; }
      body .form .form-row.form-row-export-templates .button:hover .action, body .form .form-row.form-row-search-templates .button:hover .action {
        transform: translateX(0); }
      body .form .form-row.form-row-export-templates .button .action, body .form .form-row.form-row-search-templates .button .action {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.75);
        transition: transform .25s;
        color: #fff;
        padding: 6px;
        text-align: center; }
        body .form .form-row.form-row-export-templates .button .action i, body .form .form-row.form-row-search-templates .button .action i {
          margin: 0 !important; }
      body .form .form-row.form-row-export-templates .button .action_load, body .form .form-row.form-row-search-templates .button .action_load {
        left: 0;
        transform: translateX(-120%);
        background: #8aba30; }
      body .form .form-row.form-row-export-templates .button .action_remove, body .form .form-row.form-row-search-templates .button .action_remove {
        right: 0;
        transform: translateX(120%);
        background: red; }
    body .form .form-row.form-row-tokens table {
      width: 100%; }
      body .form .form-row.form-row-tokens table tr:hover td {
        background: #f0f0f0; }
      body .form .form-row.form-row-tokens table tr td {
        width: 50%;
        border-bottom: 1px solid #f3f3f3;
        padding: 3px; }
        body .form .form-row.form-row-tokens table tr td:first-child {
          font-style: italic;
          text-align: right;
          padding-right: 8px; }
    body .form .form-row.form-row-export-add input, body .form .form-row.form-row-export-templates input, body .form .form-row.form-row-search-template-add input {
      width: 300px !important;
      float: left; }
    body .form .form-row.form-row-export-add .button, body .form .form-row.form-row-export-templates .button, body .form .form-row.form-row-search-template-add .button {
      margin-left: 10px !important; }
    body .form .form-row.form-row-shortcuts .button, body .form .form-row.form-row-export-templates .button, body .form .form-row.form-row-search-templates .button, body .form .form-row.form-row-export-add .button, body .form .form-row.form-row-search-template-add .button {
      float: left !important;
      margin: 0 3px 3px 0 !important;
      background: #5484ed !important; }
    body .form .form-row label {
      font-size: 14px;
      float: left;
      width: 25%;
      padding: 9px 6px 2px;
      display: block; }
    body .form .form-row .ps-info {
      font-size: 12px;
      margin: 15px 0;
      clear: both;
      overflow: hidden; }
      body .form .form-row .ps-info p {
        margin: 5px 0; }
    body .form .form-row .info-msg {
      display: block;
      position: absolute;
      width: 85%;
      top: 0;
      right: -85%;
      transform: translateX(-33px);
      background: #666;
      transition: transform .4s; }
      body .form .form-row .info-msg.show {
        transform: translateX(-100%); }
      body .form .form-row .info-msg .info-btn {
        display: block;
        float: left;
        width: 33px;
        height: 33px;
        background: #aaa;
        padding: 9px 10px; }
      body .form .form-row .info-msg .msg {
        float: left;
        padding: 8px 14px; }
    body .form .form-row .val {
      float: left;
      width: 75%;
      position: relative; }
      body .form .form-row .val table.list {
        width: 96%;
        margin-left: 2%;
        margin-top: 5px; }
      body .form .form-row .val.multi-val {
        padding: 5px 0; }
      body .form .form-row .val input, body .form .form-row .val textarea, body .form .form-row .val select {
        width: 100%; }
      body .form .form-row .val .select2-container {
        width: 100% !important; }
      body .form .form-row .val .select2-container--default .select2-selection--single {
        padding: 3px 8px 6px;
        display: block;
        height: 34px; }
      body .form .form-row .val input.hide {
        display: none; }
      body .form .form-row .val .txt-val {
        display: block;
        padding: 9px 12px 9px; }
      body .form .form-row .val .val-part {
        width: 50%;
        float: left; }
        body .form .form-row .val .val-part .field-bool {
          float: left;
          margin-right: 8px; }
        body .form .form-row .val .val-part .text-bool {
          line-height: 30px;
          float: left;
          width: 76%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          position: relative; }
          body .form .form-row .val .val-part .text-bool input {
            float: left;
            font-weight: normal; }
            body .form .form-row .val .val-part .text-bool input.half {
              width: 37%;
              margin-right: 2px; }
      body .form .form-row .val .field-bool {
        display: block;
        width: 55px;
        height: 27px;
        border-radius: 13px;
        margin-bottom: 2px;
        position: relative;
        background: #A0A0A0;
        border: 1px solid #eee;
        transition: background .25s;
        transform: translateX(1px); }
        body .form .form-row .val .field-bool .circle {
          display: block;
          width: 23px;
          height: 23px;
          margin-top: 1px;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          background: #f7f7f7;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          transition: transform .25s; }
        body .form .form-row .val .field-bool.checked {
          background: #8aba30; }
          body .form .form-row .val .field-bool.checked .circle {
            left: auto;
            transform: translateX(29px); }
        body .form .form-row .val .field-bool.locked {
          background: #707567; }
      body .form .form-row .val .goal-row {
        overflow: hidden;
        width: 100%; }
        body .form .form-row .val .goal-row select, body .form .form-row .val .goal-row input, body .form .form-row .val .goal-row .icon-trash, body .form .form-row .val .goal-row .position {
          float: left; }
        body .form .form-row .val .goal-row.goal-row-type-1 select {
          width: 58%;
          margin-right: 5px; }
        body .form .form-row .val .goal-row.goal-row-type-1 input {
          width: 32%;
          margin-right: 5px; }
        body .form .form-row .val .goal-row.goal-row-type-2 .position {
          width: 15%;
          padding: 9px; }
        body .form .form-row .val .goal-row.goal-row-type-2 select {
          width: 75%;
          margin-right: 5px; }
        body .form .form-row .val .goal-row .icon-trash {
          display: block;
          padding: 8px; }
      body .form .form-row .val .goal-add {
        margin-top: 6px !important;
        margin-bottom: 10px;
        margin-left: 0;
        float: left !important; }

body .campaign_callresult_fixed {
  font-size: 12px;
  padding-top: 5px; }
  body .campaign_callresult_fixed span {
    display: inline-block;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: default; }

body .no-items {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-style: italic; }

body .list-scroller {
  overflow-x: auto; }

body a.list_add_button {
  margin-top: 15px;
  padding: 5px 10px;
  border: 0;
  text-transform: uppercase;
  background: #888;
  color: #fff; }
  body a.list_add_button i {
    margin-right: 5px;
    font-size: 110%; }
  body a.list_add_button:hover {
    background: #333; }

body table {
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 15px; }
  body table.grey thead td, body table.grey thead th {
    background: #e5e5e5 !important;
    color: #000 !important; }
    body table.grey thead td:hover, body table.grey thead th:hover {
      background: #e0e0e0 !important; }
    body table.grey thead td:last-child, body table.grey thead th:last-child {
      overflow: visible; }
      body table.grey thead td:last-child:before, body table.grey thead th:last-child:before {
        border-color: #e5e5e5 transparent transparent transparent !important; }
      body table.grey thead td:last-child:after, body table.grey thead th:last-child:after {
        background: #e5e5e5 !important; }
    body table.grey thead td:first-child, body table.grey thead th:first-child {
      overflow: visible; }
      body table.grey thead td:first-child:after, body table.grey thead th:first-child:after {
        background: #e5e5e5 !important; }
      body table.grey thead td:first-child:before, body table.grey thead th:first-child:before {
        border-color: transparent #e5e5e5 transparent transparent !important; }
  body table.dark thead td, body table.dark thead th {
    padding: 6px 10px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    white-space: nowrap;
    position: relative; }
    body table.dark thead td.has-button, body table.dark thead th.has-button {
      padding-right: 25px; }
    body table.dark thead td .icon, body table.dark thead td button, body table.dark thead th .icon, body table.dark thead th button {
      position: absolute;
      right: 3px;
      top: 50%;
      margin-top: -7px; }
    body table.dark thead td .icon-close, body table.dark thead th .icon-close {
      visibility: hidden;
      cursor: pointer;
      background: #000; }
    body table.dark thead td:hover .icon-close, body table.dark thead th:hover .icon-close {
      visibility: visible; }
    body table.dark thead td button, body table.dark thead th button {
      margin-top: -9px;
      padding: 0px;
      font-size: 14px;
      line-height: 14px;
      width: 24px;
      background: transparent;
      color: #fff;
      border: 0;
      cursor: pointer; }
  body table.list {
    width: 100%; }
    body table.list.list-customer-import thead tr td {
      min-width: 70px;
      max-width: 200px; }
      body table.list.list-customer-import thead tr td select {
        margin-left: 8px; }
    body table.list thead {
      position: relative; }
      body table.list thead tr td {
        position: relative;
        font-weight: bold;
        padding: 6px 15px 6px 12px;
        background: #666;
        color: #fff;
        max-width: 70px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        body table.list thead tr td:hover {
          overflow: visible; }
        body table.list thead tr td .import-column-options {
          position: absolute;
          left: 3px;
          top: 10px; }
          body table.list thead tr td .import-column-options .columnOptions {
            display: none;
            background: #f0f0f0;
            position: absolute;
            left: -5px;
            top: 16px;
            z-index: 1;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
            body table.list thead tr td .import-column-options .columnOptions li {
              border-bottom: 1px solid #eee;
              color: #000;
              padding: 5px 8px; }
              body table.list thead tr td .import-column-options .columnOptions li:hover {
                background: #e0e0e0; }
          body table.list thead tr td .import-column-options:hover .columnOptions {
            display: block; }
        body table.list thead tr td .import-column-merge-left {
          position: absolute;
          left: 18px;
          top: 10px; }
        body table.list thead tr td .import-column-merge-right {
          position: absolute;
          left: 36px;
          top: 10px; }
        body table.list thead tr td:hover {
          background: #444; }
          body table.list thead tr td:hover select {
            background: #444 !important; }
        body table.list thead tr td:first-child {
          overflow: visible; }
          body table.list thead tr td:first-child:before {
            content: "";
            display: block;
            position: absolute;
            background: transparent;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 6px 6px 0;
            border-color: transparent #444 transparent transparent;
            bottom: -6px;
            left: -6px; }
          body table.list thead tr td:first-child:after {
            content: "";
            display: block;
            position: absolute;
            background: #666;
            width: 6px;
            top: 0;
            bottom: 0;
            left: -6px; }
        body table.list thead tr td:last-child {
          overflow: visible; }
          body table.list thead tr td:last-child:before {
            content: "";
            display: block;
            position: absolute;
            background: transparent;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 6px 0 0;
            border-color: #444 transparent transparent transparent;
            bottom: -6px;
            right: -6px; }
          body table.list thead tr td:last-child:after {
            content: "";
            display: block;
            position: absolute;
            background: #666;
            width: 6px;
            top: 0;
            bottom: 0;
            right: -6px; }
        body table.list thead tr td.has-form-elm {
          width: 150px;
          padding: 0; }
          body table.list thead tr td.has-form-elm input {
            width: 150px; }
          body table.list thead tr td.has-form-elm select {
            background: #666;
            color: #fff; }
        body table.list thead tr td .icon {
          float: right;
          opacity: .65;
          position: absolute;
          right: 5px;
          top: 9px; }
        body table.list thead tr td .icon-sort {
          opacity: .35; }
    body table.list tbody tr td {
      padding: 5px 12px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
      transition: all .25s;
      background-color: rgba(0, 0, 0, 0.005);
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 200px;
      overflow: hidden; }
      body table.list tbody tr td.center {
        text-align: center; }
      body table.list tbody tr td .button {
        float: left !important;
        margin: 0 !important; }
      body table.list tbody tr td .colour {
        display: block;
        width: 18px;
        height: 18px; }
      body table.list tbody tr td thead tr td {
        background: #888 !important; }
    body table.list tbody tr:hover td {
      background-color: rgba(0, 0, 0, 0.05); }
    body table.list tbody tr:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.01); }
    body table.list tbody tr:has(.qa_status_list_action_needed) {
      background: red; }
    body table.list tbody tr:has(.scrive_closed) {
      background: #8ABA30; }

body #msgWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity .5s; }
  body #msgWrapper.show {
    z-index: 99999;
    opacity: 1; }
  body #msgWrapper nav {
    position: absolute;
    top: 0px;
    height: 43px;
    overflow: hidden;
    width: calc(50vw);
    left: calc(25vw);
    top: calc(10vh - 43px); }
    body #msgWrapper nav ul {
      margin-top: 10px;
      background-color: rgba(16, 63, 110, 0.9); }
      body #msgWrapper nav ul li {
        display: block;
        float: left;
        padding: 8px 14px;
        background: #d0d0d0;
        color: #000;
        margin-right: 5px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
        body #msgWrapper nav ul li.active {
          background: #fff; }
        body #msgWrapper nav ul li.close {
          background: #fff;
          font-weight: bold;
          padding: 6px 11px;
          float: right;
          font-size: 21px;
          margin-right: 0px; }
  body #msgWrapper #msgBox, body #msgWrapper #notificationBox {
    position: absolute;
    background: #fff;
    z-index: 9;
    left: calc(25vw);
    top: calc(10vh);
    bottom: calc(10vh);
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(50vw);
    padding-top: 10px; }
  body #msgWrapper #quick_message_box {
    position: absolute;
    left: calc(35vw);
    top: calc(25vh);
    width: 30vw;
    z-index: 10; }
  body #msgWrapper .msg {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 10px;
    background: #e5e5e5;
    color: #000; }
    body #msgWrapper .msg header {
      background: rgba(16, 63, 110, 0.9);
      color: #fff;
      font-weight: bold;
      padding-left: 10px;
      margin-top: 3px;
      height: 24px; }
      body #msgWrapper .msg header.error {
        background: darkred; }
      body #msgWrapper .msg header.success {
        background: darkgreen; }
      body #msgWrapper .msg header .time {
        margin-top: 2px;
        height: 24px;
        float: left; }
      body #msgWrapper .msg header .close {
        float: right;
        background: #fff;
        padding-right: 2px;
        padding-top: 2px;
        padding-left: 1px;
        height: 24px; }
    body #msgWrapper .msg .content {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; }

.clear {
  clear: both; }

@keyframes blinker {
  50% {
    opacity: 0.0; } }

body .icon-live {
  color: red;
  animation: blinker 3s linear infinite; }

body #calls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all .5s; }
  body #calls .button {
    float: right;
    margin-top: 5px;
    margin-right: 5px; }
  body #calls.show {
    display: block; }
  body #calls.minimized {
    transform: translateY(100%) translateY(-45px);
    background: transparent; }
  body #calls nav {
    position: absolute;
    top: 0px;
    height: 43px;
    overflow: hidden;
    width: 1577px;
    max-width: calc(100vw - 360px);
    left: 20px;
    z-index: 1; }
    body #calls nav ul {
      margin-top: 10px; }
      body #calls nav ul li {
        display: block;
        float: left;
        padding: 8px 14px;
        background: #e0e0e0;
        color: #000;
        margin-right: 5px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
        body #calls nav ul li.active {
          cursor: default; }
        body #calls nav ul li.active, body #calls nav ul li:hover {
          background: #fff; }
        body #calls nav ul li.minimize, body #calls nav ul li.maximize, body #calls nav ul li.close, body #calls nav ul li.pause, body #calls nav ul li.unpause {
          font-size: 16px; }
        body #calls nav ul li.minimize, body #calls nav ul li.maximize, body #calls nav ul li.close, body #calls nav ul li.button_save {
          font-weight: bold;
          padding: 6px 11px;
          float: right;
          font-size: 21px; }
        body #calls nav ul li.pause, body #calls nav ul li.unpause {
          float: right; }
        body #calls nav ul li.button_save {
          background: #8aba30;
          color: #fff; }
        body #calls nav ul li.unpause {
          background: red;
          color: #fff; }
        body #calls nav ul li.call-tab {
          opacity: .8; }
          body #calls nav ul li.call-tab.active {
            opacity: 1; }
          body #calls nav ul li.call-tab .icon-close:hover {
            background: #000;
            color: #fff; }
  body #calls .call {
    background: #fff;
    position: absolute;
    width: 1572px;
    max-width: calc(100vw - 365px);
    height: 92%;
    left: 20px;
    top: 43px;
    overflow: auto;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15);
    display: none; }
    body #calls .call .loading {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.75); }
      body #calls .call .loading .str {
        width: 400px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -200px;
        margin-top: -15px;
        font-size: 21px;
        font-weight: bold; }
    body #calls .call .frame {
      position: relative;
      overflow: auto;
      padding: 20px;
      height: 100%; }
    body #calls .call .script-btn {
      position: fixed;
      right: 0;
      bottom: 0;
      width: 40px;
      height: 40px;
      z-index: 99;
      opacity: .5;
      overflow: hidden;
      display: none; }
      body #calls .call .script-btn .bg {
        transform: rotate(90deg); }
    body #calls .call #call-scripts {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      bottom: 0;
      z-index: 9; }
      body #calls .call #call-scripts .switch-body {
        width: 86%;
        /* margin: 1% 7%; */
        position: absolute;
        /* height: 98%; */
        top: 3%;
        bottom: 4%;
        left: 7%; }
        body #calls .call #call-scripts .switch-body .switch-tabs {
          width: 100%;
          padding-top: 2px;
          overflow: hidden;
          z-index: 1;
          position: absolute;
          padding-left: 10px; }
          body #calls .call #call-scripts .switch-body .switch-tabs .switch-tab {
            padding: 5px 15px;
            margin-right: 5px;
            font-size: 16px;
            float: left;
            line-height: 22px;
            background: #f0f0f0;
            cursor: pointer;
            padding-bottom: 3px; }
            body #calls .call #call-scripts .switch-body .switch-tabs .switch-tab.selected {
              padding-bottom: 5px;
              background: #fff;
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
            body #calls .call #call-scripts .switch-body .switch-tabs .switch-tab.switch-tab-close {
              float: right;
              font-size: 21px;
              padding: 5px 7px 1px;
              background: #f0f0f0; }
        body #calls .call #call-scripts .switch-body .switch-contents {
          background: #fff;
          position: absolute;
          top: 34px;
          bottom: 0;
          overflow: auto;
          width: 100%;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
          body #calls .call #call-scripts .switch-body .switch-contents .switch-content {
            width: 100%;
            display: none;
            padding: 15px; }
            body #calls .call #call-scripts .switch-body .switch-contents .switch-content.selected {
              display: block; }
    body #calls .call .incoming_text {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: red;
      color: #fff;
      font-weight: bold;
      padding: 0px 10px 4px;
      text-align: center; }
    body #calls .call.incoming {
      border: 5px solid red; }
      body #calls .call.incoming .incoming_text {
        display: block; }
    body #calls .call .overcall_text {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: orange;
      color: #fff;
      font-weight: bold;
      padding: 0px 10px 4px; }
    body #calls .call.overcall {
      border: 5px solid orange; }
      body #calls .call.overcall .overcall_text {
        display: block; }
    body #calls .call .customer_service_text {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: blue;
      color: #fff;
      font-weight: bold;
      padding: 0px 10px 4px; }
    body #calls .call.customer_service {
      border: 5px solid blue; }
      body #calls .call.customer_service .customer_service_text {
        display: block; }
    body #calls .call.customer_service.overcall .customer_service_text {
      width: 150px; }
    body #calls .call.customer_service.overcall .overcall_text {
      left: 150px; }
    body #calls .call.incoming.overcall .incoming_text {
      width: 150px; }
    body #calls .call.incoming.overcall .overcall_text {
      left: 150px; }
    body #calls .call .select_remover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      z-index: 1; }
    body #calls .call .audio-link {
      font-size: 18px;
      line-height: 18px;
      padding-top: 2px; }
    body #calls .call .call_recording {
      float: right; }
      body #calls .call .call_recording .no_recording {
        font-size: 12px;
        font-style: italic;
        padding-right: 5px;
        color: #666; }
    body #calls .call .custom_select.call_results .options {
      max-height: 700px; }
    body #calls .call .delayed {
      color: red; }
    body #calls .call .retry_options {
      padding: 5px; }
      body #calls .call .retry_options span {
        display: inline-block;
        padding-right: 15px; }
        body #calls .call .retry_options span input {
          margin-right: 2px; }
    body #calls .call .save_comment {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 3px 7px; }
    body #calls .call.active {
      display: block; }
    body #calls .call .section-row {
      /*overflow: hidden;*/ }
      body #calls .call .section-row section.half {
        margin-right: 2%;
        width: 49%;
        /*max-height: 400px;*/
        overflow: visible;
        margin-bottom: 10px; }
        body #calls .call .section-row section.half:last-child {
          margin-right: 0; }
    body #calls .call .close {
      font-size: 30px;
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      color: #fff;
      background: #000;
      z-index: 1;
      width: 50px;
      height: 50px;
      line-height: 39px;
      cursor: pointer; }
    body #calls .call h3 {
      margin-top: 8px;
      margin-bottom: 2px;
      font-size: 14px;
      font-weight: bold; }
    body #calls .call .fixed_buttons {
      position: fixed;
      right: 2px;
      bottom: 0; }
    body #calls .call section {
      padding-bottom: 15px; }
      body #calls .call section.half {
        width: 50%;
        float: left; }
        body #calls .call section.half article ul {
          overflow: visible; }
          body #calls .call section.half article ul li {
            max-width: 100%; }
      body #calls .call section header {
        font-size: 18px;
        border-bottom: 2px solid #000;
        font-weight: bold;
        background: #f5f5f5;
        overflow: hidden; }
        body #calls .call section header .title {
          padding: 5px 5px;
          float: left; }
        body #calls .call section header select {
          margin: 0;
          padding: 6px;
          float: left;
          max-width: 160px;
          background: rgba(0, 0, 0, 0.1); }
        body #calls .call section header .button {
          float: right;
          margin: 0 !important;
          font-size: 18px;
          line-height: 21px;
          padding: 6px 10px 2px; }
          body #calls .call section header .button.button_text {
            padding-bottom: 3px;
            font-size: 12px;
            text-transform: uppercase; }
          body #calls .call section header .button.button_hangup {
            font-size: 13px; }
            body #calls .call section header .button.button_hangup i {
              margin-right: 3px; }
      body #calls .call section article {
        padding-top: 7px; }
        body #calls .call section article ul li {
          width: 100%;
          border-bottom: 1px dotted #999;
          float: left;
          padding: 3px 5px;
          margin-right: 10px;
          position: relative; }
          body #calls .call section article ul li .icon-copy {
            position: absolute;
            right: 2px;
            top: 0;
            bottom: 0;
            line-height: 32px;
            font-size: 16px;
            color: #888; }
            body #calls .call section article ul li .icon-copy:hover {
              color: #000; }
          body #calls .call section article ul li:last-child {
            border-bottom: 0; }
          body #calls .call section article ul li label {
            width: 28%;
            float: left;
            line-height: 24px;
            color: #666; }
          body #calls .call section article ul li .val {
            width: 72%;
            position: relative;
            font-weight: bold;
            float: left;
            line-height: 24px; }
            body #calls .call section article ul li .val input[type="text"], body #calls .call section article ul li .val input[type="datetime-local"], body #calls .call section article ul li .val textarea, body #calls .call section article ul li .val select {
              width: 100%;
              margin: 1px 0;
              display: block; }
            body #calls .call section article ul li .val textarea {
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
            body #calls .call section article ul li .val .button {
              padding: 1px 7px;
              margin-top: 0; }
            body #calls .call section article ul li .val .val-helptext {
              font-weight: normal;
              color: #666; }
          body #calls .call section article ul li.field_name .val .field_name_title {
            width: 14%; }
          body #calls .call section article ul li.field_name .val .field_name_first {
            width: 43%; }
          body #calls .call section article ul li.field_name .val .field_name_middle {
            display: none; }
          body #calls .call section article ul li.field_name .val .field_name_last {
            width: 43%; }
          body #calls .call section article ul li.field_name .val.simple_name .field_name_title {
            display: none; }
          body #calls .call section article ul li.field_name .val.simple_name .field_name_first {
            width: 50%; }
          body #calls .call section article ul li.field_name .val.simple_name .field_name_middle {
            display: none; }
          body #calls .call section article ul li.field_name .val.simple_name .field_name_last {
            width: 50%; }
          body #calls .call section article ul li.field_name .val input {
            float: left; }
          body #calls .call section article ul li.field_address .val .field_address_address {
            width: 100%; }
          body #calls .call section article ul li.field_address .val .field_address_postal {
            width: 40%;
            float: left; }
          body #calls .call section article ul li.field_address .val .field_address_city {
            width: 60%;
            float: left; }
          body #calls .call section article ul li.field_address .val input {
            float: left; }
        body #calls .call section article .list thead tr td {
          background: #fff;
          border-bottom: 2px solid #ccc;
          color: #000; }
          body #calls .call section article .list thead tr td:before, body #calls .call section article .list thead tr td:after {
            display: none !important; }
        body #calls .call section article.orders .order {
          overflow: hidden;
          margin-bottom: 10px; }
          body #calls .call section article.orders .order .order_header {
            overflow: hidden;
            color: #fff;
            background: #8aba30; }
            body #calls .call section article.orders .order .order_header .title {
              font-size: 15px;
              padding: 7px 8px;
              float: left;
              font-weight: bold; }
            body #calls .call section article.orders .order .order_header .button {
              margin: 0 !important; }
            body #calls .call section article.orders .order .order_header .icon-trash {
              font-size: 18px;
              padding: 9px 10px;
              cursor: pointer;
              display: block;
              float: right;
              color: #fff; }
          body #calls .call section article.orders .order .order_product {
            padding: 15px 8px;
            border-bottom: 1px dashed #999;
            overflow: hidden; }
            body #calls .call section article.orders .order .order_product .product .product_header {
              background: #efefef;
              overflow: hidden; }
              body #calls .call section article.orders .order .order_product .product .product_header .icon-trash {
                font-size: 16px;
                padding: 7px 10px;
                cursor: pointer;
                display: block;
                float: right;
                color: red; }
              body #calls .call section article.orders .order .order_product .product .product_header .title {
                font-size: 14px;
                padding: 7px 8px;
                float: left;
                font-weight: bold; }
            body #calls .call section article.orders .order .order_product .product ul li label {
              color: #888; }
            body #calls .call section article.orders .order .order_product .product ul li:hover li {
              color: #000; }
          body #calls .call section article.orders .order .add_product {
            overflow: hidden;
            background: #f7f7f7; }
            body #calls .call section article.orders .order .add_product .title {
              padding: 7px;
              color: #999;
              float: left; }
            body #calls .call section article.orders .order .add_product select {
              width: 50%;
              float: left; }
            body #calls .call section article.orders .order .add_product .product-add-button {
              float: left;
              background: #8aba30;
              color: #fff;
              font-size: 19px;
              padding: 7px;
              margin-left: 5px;
              cursor: pointer; }

body .field-bool {
  display: block;
  width: 55px;
  height: 27px;
  border-radius: 13px;
  margin-bottom: 2px;
  position: relative;
  background: #A0A0A0;
  border: 1px solid #eee;
  transition: background .25s;
  transform: translateX(1px); }
  body .field-bool .circle {
    display: block;
    width: 23px;
    height: 23px;
    margin-top: 1px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    background: #f7f7f7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transition: transform .25s; }
  body .field-bool.checked {
    background: #8aba30; }
    body .field-bool.checked .circle {
      left: auto;
      transform: translateX(29px); }

body .call-section .selected-call {
  margin-top: 3px; }
  body .call-section .selected-call .row-call_result {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
    body .call-section .selected-call .row-call_result .custom_select .selected {
      padding: 5px 8px 2px; }

body .call-section .preview-call {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7px 10px 6px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin-top: 3px;
  cursor: pointer;
  color: #777; }
  body .call-section .preview-call:hover {
    color: #222; }
  body .call-section .preview-call .icon-phone {
    color: #bbb; }
  body .call-section .preview-call .col-1, body .call-section .preview-call .col-2, body .call-section .preview-call .col-3, body .call-section .preview-call .col-4 {
    float: left;
    height: 16px; }
  body .call-section .preview-call .col-1 {
    width: 20%; }
  body .call-section .preview-call .col-2 {
    width: 15%;
    text-align: center; }
  body .call-section .preview-call .col-3 {
    width: 30%;
    text-align: center; }
  body .call-section .preview-call .col-4 {
    width: 35%;
    text-align: right; }

body .section-comment .add-comment {
  position: relative;
  display: block;
  width: 100%; }
  body .section-comment .add-comment textarea {
    width: 100%;
    height: 50px; }

@media screen and (max-width: 1400px) {
  body #calls .call,
  body #calls nav {
    width: 90%;
    left: 20px;
    right: 5%; } }

@media screen and (max-width: 1024px) {
  body #calls .call,
  body #calls nav {
    width: 97%;
    left: 20px;
    right: 1.5%; } }

body.scoreboard article, body.scoreboard nav, body.scoreboard #landscape-stats {
  display: none; }

body.scoreboard aside {
  left: 10px !important;
  top: 10px;
  z-index: 11;
  background: #f0f0f0 url(../gfx/texture_small.png); }
  body.scoreboard aside section {
    font-size: 120%; }

body aside {
  width: auto;
  max-width: 900px;
  float: left;
  height: 100%;
  padding-top: 5px;
  margin-left: 12px;
  transition: left 1s;
  position: relative;
  /*overflow-x: hidden;*/ }
  body aside .statsInner {
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 30%;
    max-height: 100%; }
  body aside:hover section {
    opacity: .5; }
  body aside section {
    padding: 0;
    margin-bottom: 10px;
    width: 260px;
    margin-right: 10px;
    transition: opacity .2s; }
    body aside section.widgetAdd .content {
      padding: 15px 3px; }
    body aside section.widgetAdd select {
      width: 73%;
      float: left; }
    body aside section.widgetAdd button {
      width: 27%;
      float: right;
      opacity: 1;
      transition: all .2s; }
      body aside section.widgetAdd button.disabled {
        opacity: .25; }
    body aside section .no_data {
      display: block;
      padding: 8px;
      text-align: center;
      font-style: italic; }
    body aside section:hover {
      opacity: 1; }
      body aside section:hover header h2, body aside section:hover header h3 {
        color: #fff; }
    body aside section header {
      background: rgba(0, 0, 0, 0.25);
      padding: 6px 0 5px 7px;
      display: block;
      width: 100%;
      position: relative; }
      body aside section header h2 {
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        display: inline; }
      body aside section header h3 {
        color: rgba(255, 255, 255, 0.25);
        margin: 0;
        padding: 0;
        font-size: 11px;
        display: inline; }
      body aside section header:before {
        content: "";
        display: block;
        position: absolute;
        background: transparent;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 0;
        border-color: #4f6b2a transparent transparent transparent;
        bottom: -6px;
        right: 0; }
    body aside section .content {
      background: #f7f7f7;
      position: relative;
      margin-right: 6px;
      max-height: 280px;
      overflow-y: auto;
      overflow-x: hidden; }
      body aside section .content canvas {
        margin: 5px 3px; }
      body aside section .content .btn-info {
        position: absolute;
        z-index: 1;
        right: 6px;
        top: 5px;
        opacity: .7;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.75); }
        body aside section .content .btn-info:hover {
          opacity: 1; }
      body aside section .content.list-visible table.list {
        display: table !important; }
      body aside section .content .list {
        margin-bottom: 5px;
        clear: both; }
        body aside section .content .list:after {
          clear: both; }
        body aside section .content .list thead tr td {
          padding: 4px 5px !important; }
        body aside section .content .list tr td {
          padding: 3px 5px 2px;
          font-size: 11px; }
      body aside section .content ul.type_news .highlight .title {
        text-align: left !important; }
      body aside section .content ul li {
        padding: 5px;
        opacity: .5;
        border-bottom: 1px dotted #aaa;
        font-size: 12px;
        transition: opacity .15s;
        position: relative; }
        body aside section .content ul li:hover {
          opacity: 1; }
        body aside section .content ul li .background {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-repeat: no-repeat;
          background-size: 100% auto; }
        body aside section .content ul li .ellipsis {
          display: block;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        body aside section .content ul li .date {
          background: #999;
          color: #fff;
          font-size: 11px;
          padding: 2px 3px;
          display: inline-block;
          text-shadow: none;
          white-space: nowrap; }
        body aside section .content ul li.highlight {
          opacity: .9;
          font-size: 14px;
          display: block;
          transition: padding-top .15s;
          text-shadow: 0 0 5px #fff; }
          body aside section .content ul li.highlight .title {
            font-weight: bold;
            text-align: center;
            font-size: 15px; }
          body aside section .content ul li.highlight .description {
            color: #555; }
          body aside section .content ul li.highlight .big_nr {
            font-size: 30px;
            text-align: center;
            display: block;
            margin: 5px 0; }
            body aside section .content ul li.highlight .big_nr .icon-medal {
              font-size: 22px;
              color: #333;
              margin-right: 5px; }
            body aside section .content ul li.highlight .big_nr small {
              font-size: 16px; }
          body aside section .content ul li.highlight.has_image {
            padding-top: 80px; }
          body aside section .content ul li.highlight .item-image {
            top: 0;
            position: absolute;
            width: 100%;
            left: 0;
            height: 100px;
            background-position: center center;
            background-size: 100% auto;
            background-repeat: no-repeat;
            z-index: -1;
            transition: all .25s;
            -webkit-filter: grayscale(20%); }
            body aside section .content ul li.highlight .item-image .fade {
              display: block;
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              height: 30%;
              background: linear-gradient(top, transparent 0%, #f7f7f7 90%);
              background: -webkit-linear-gradient(top, transparent 0%, #f7f7f7 90%);
              background: -moz-linear-gradient(top, transparent 0%, #f7f7f7 90%); }
          body aside section .content ul li.highlight .item-images.item-images-2 .item-image:last-child {
            left: 50%; }
          body aside section .content ul li.highlight:hover .item-image {
            height: 140px;
            -webkit-filter: none; }
          body aside section .content ul li.highlight .title {
            font-weight: bold; }
        body aside section .content ul li table {
          margin: 0;
          width: 100%; }
          body aside section .content ul li table tr td {
            padding: 0 0 0 5px;
            vertical-align: top;
            position: relative; }
            body aside section .content ul li table tr td:first-child {
              padding-left: 0; }
        body aside section .content ul li .flex-row {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-grow: 1;
          flex-shrink: 0;
          flex-basis: 50%;
          -webkit-flex-flow: row wrap;
          justify-content: space-around; }
          body aside section .content ul li .flex-row .title {
            white-space: nowrap;
            -webkit-order: 0;
            -webkit-flex: 0 1 auto;
            /*important*/
            text-overflow: ellipsis;
            overflow: hidden;
            min-width: 0px;
            /* new algorithm mises the calculation of the width */
            flex-basis: 70%; }
        body aside section .content ul li .big_nr {
          font-weight: bold;
          flex-basis: 30%;
          text-align: right; }
        body aside section .content ul li:last-child {
          margin-bottom: 0;
          border-bottom: 0; }
    body aside section .options {
      background: #c9c9c9;
      color: #efefef;
      transition: all .15s;
      margin-right: 5px;
      padding: 6px 5px 3px;
      opacity: .5;
      overflow: hidden;
      font-size: 11px; }
      body aside section .options:hover {
        color: #eee;
        background: #666;
        opacity: 1; }
      body aside section .options .option {
        color: #eee;
        transition: all .15s;
        cursor: pointer;
        float: left;
        margin: 0 5px 0 0;
        border: 0 !important; }
        body aside section .options .option.right {
          float: right;
          margin: 0 0 0 5px; }
        body aside section .options .option:hover {
          color: #fff; }
        body aside section .options .option.sort_elm {
          cursor: move; }
    body aside section table.data {
      width: 100%; }
      body aside section table.data td {
        padding: 5px 5px 5px 0; }
        body aside section table.data td:first-child {
          padding: 5px 0 5px 5px; }
        body aside section table.data td.align-right {
          text-align: right; }
      body aside section table.data tbody td {
        padding: 3px 5px 1px 0;
        font-size: 12px;
        border-bottom: 1px dotted #eee; }
        body aside section table.data tbody td:first-child {
          padding: 3px 0 1px 5px; }
      body aside section table.data thead td {
        font-size: 12px;
        text-transform: uppercase;
        background: #ddd;
        color: #666 !important;
        text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    body aside section .content-row.padding, body aside section .content-section.padding {
      padding: 8px 5px; }
    body aside section .content-row.border, body aside section .content-section.border {
      border-bottom: 1px dotted #ddd; }
    body aside section .content-row.grey, body aside section .content-section.grey {
      background: #f0f0f0;
      color: #333; }
    body aside section .content-row table, body aside section .content-section table {
      width: 100%;
      margin: 0; }
      body aside section .content-row table td, body aside section .content-section table td {
        padding: 5px 0; }
      body aside section .content-row table.center td, body aside section .content-section table.center td {
        text-align: center; }
      body aside section .content-row table.col-2 td, body aside section .content-section table.col-2 td {
        width: 50%; }
      body aside section .content-row table.col-3 td, body aside section .content-section table.col-3 td {
        width: 33%; }
      body aside section .content-row table.col-4 td, body aside section .content-section table.col-4 td {
        width: 25%; }
      body aside section .content-row table.col-5 td, body aside section .content-section table.col-5 td {
        width: 20%; }
      body aside section .content-row table thead td, body aside section .content-section table thead td {
        color: #888; }
      body aside section .content-row table tbody td, body aside section .content-section table tbody td {
        vertical-align: middle;
        font-size: 14px; }
    body aside section .tabs {
      overflow: hidden;
      background: #efefef; }
      body aside section .tabs.tabs-5 .tab {
        width: 50%; }
      body aside section .tabs.tabs-2 .tab {
        width: 50%; }
      body aside section .tabs.tabs-3 .tab {
        width: 33.33%; }
      body aside section .tabs.tabs-4 .tab {
        width: 25%; }
      body aside section .tabs.tabs-5 .tab {
        width: 20%; }
      body aside section .tabs .tab {
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 8px 8px;
        cursor: pointer;
        color: #666; }
        body aside section .tabs .tab .digit {
          display: inline-block;
          padding: 2px;
          border-radius: 50%;
          background: red;
          color: #fff;
          margin-left: 3px;
          line-height: 10px;
          font-size: 12px;
          min-width: 13px; }
        body aside section .tabs .tab.active {
          background: #ddd;
          color: #000; }
        body aside section .tabs .tab:hover {
          color: #000; }
    body aside section.widget_4_14 li {
      cursor: pointer; }
    body aside section.widget_5_13 .content-row.top-row .campaign-name {
      max-width: 115px; }
    body aside section.widget_5_13 .content-row.top-row .campaign-status {
      width: 50px;
      position: relative; }
      body aside section.widget_5_13 .content-row.top-row .campaign-status .campaign-status {
        background: #eee;
        border-radius: 50%;
        overflow: hidden;
        width: 40px;
        height: 40px;
        cursor: pointer; }
        body aside section.widget_5_13 .content-row.top-row .campaign-status .campaign-status .play, body aside section.widget_5_13 .content-row.top-row .campaign-status .campaign-status .pause {
          color: #888;
          transition: color .25s; }
        body aside section.widget_5_13 .content-row.top-row .campaign-status .campaign-status .play:hover {
          color: #8aba30; }
        body aside section.widget_5_13 .content-row.top-row .campaign-status .campaign-status .pause:hover {
          color: red; }
        body aside section.widget_5_13 .content-row.top-row .campaign-status .campaign-status i {
          font-size: 45px;
          line-height: 40px; }
    body aside section.widget_5_13 .content-row.top-row .campaign-type {
      font-size: 11px; }
    body aside section.widget_5_13 .content-row.top-row .campaign-agents {
      width: 80px;
      font-size: 24px;
      line-height: 18px;
      text-align: center; }
      body aside section.widget_5_13 .content-row.top-row .campaign-agents .agents {
        display: block; }
      body aside section.widget_5_13 .content-row.top-row .campaign-agents .icon-users {
        font-size: 16px;
        color: #888;
        line-height: 14px; }
    body aside section.widget_5_13 .content-row.top-row table tbody td {
      padding: 0; }
    body aside section.widget_5_13 .content-row.second-row tbody td, body aside section.widget_5_13 .content-row.third-row tbody td, body aside section.widget_5_13 .content-row.fourth-row tbody td {
      font-size: 13px;
      font-weight: bold; }
    body aside section.widget_5_13 .content-row.second-row thead td, body aside section.widget_5_13 .content-row.third-row thead td, body aside section.widget_5_13 .content-row.fourth-row thead td {
      font-size: 12px;
      text-transform: uppercase;
      background: #ddd;
      color: #666 !important;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    body aside section.widget_5_13 .content-row.fourth-row tbody td {
      font-weight: normal; }
    body aside section.widget_5_27 .content-row.top-row tbody td {
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      padding: 8px;
      width: calc(260px / 3); }
    body aside section.widget_5_27 .content-row.top-row thead td {
      font-size: 12px;
      text-transform: uppercase;
      background: #ddd;
      color: #666 !important;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
      text-align: center;
      vertical-align: middle;
      padding: 8px;
      width: calc(260px / 3); }
    body aside section.widget_5_27 .content-row.second-row td {
      text-align: center;
      vertical-align: middle;
      padding: 8px;
      width: calc(260px / 3); }
    body aside section.widget_8_17 .content-row.top-row .user-avatar, body aside section.widget_8_20 .content-row.top-row .user-avatar {
      width: 70px;
      position: relative; }
      body aside section.widget_8_17 .content-row.top-row .user-avatar .item-image, body aside section.widget_8_20 .content-row.top-row .user-avatar .item-image {
        border: 3px solid #999;
        border-radius: 50%;
        overflow: hidden;
        width: 65px;
        height: 65px;
        background-size: 100% auto; }
      body aside section.widget_8_17 .content-row.top-row .user-avatar.offphone .item-image, body aside section.widget_8_20 .content-row.top-row .user-avatar.offphone .item-image {
        border-color: #ef8989 !important; }
      body aside section.widget_8_17 .content-row.top-row .user-avatar .call_screen, body aside section.widget_8_20 .content-row.top-row .user-avatar .call_screen {
        position: absolute;
        font-size: 14px;
        bottom: 0;
        left: 3px;
        text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
        cursor: pointer;
        background: #fff;
        border-radius: 50%;
        padding: 4px 3px 3px;
        border: 2px solid #888; }
    body aside section.widget_8_17 .content-row.top-row .campaign, body aside section.widget_8_20 .content-row.top-row .campaign {
      font-size: 11px; }
    body aside section.widget_8_17 .content-row.top-row .statuses .status-icon i, body aside section.widget_8_20 .content-row.top-row .statuses .status-icon i {
      width: 20px;
      padding: 4px;
      border: 0px solid #888;
      margin-right: 2px;
      margin-bottom: 2px;
      display: block;
      border-radius: 50%;
      font-size: 11px;
      height: 20px; }
    body aside section.widget_8_17 .content-row.top-row .statuses .status-message, body aside section.widget_8_20 .content-row.top-row .statuses .status-message {
      width: 100px; }
      body aside section.widget_8_17 .content-row.top-row .statuses .status-message span, body aside section.widget_8_20 .content-row.top-row .statuses .status-message span {
        font-size: 12px;
        width: 100px; }
    body aside section.widget_8_17 .content-row.top-row .statuses .status-time, body aside section.widget_8_20 .content-row.top-row .statuses .status-time {
      font-size: 12px;
      width: 50px;
      text-align: right; }
    body aside section.widget_8_17 .content-row.top-row table tbody td, body aside section.widget_8_20 .content-row.top-row table tbody td {
      padding: 0; }
    body aside section.widget_8_17 .content-row.second-row tbody td, body aside section.widget_8_17 .content-row.third-row tbody td, body aside section.widget_8_17 .content-row.fourth-row tbody td, body aside section.widget_8_20 .content-row.second-row tbody td, body aside section.widget_8_20 .content-row.third-row tbody td, body aside section.widget_8_20 .content-row.fourth-row tbody td {
      font-size: 13px;
      font-weight: bold; }
    body aside section.widget_8_17 .content-row.second-row thead td, body aside section.widget_8_17 .content-row.third-row thead td, body aside section.widget_8_17 .content-row.fourth-row thead td, body aside section.widget_8_20 .content-row.second-row thead td, body aside section.widget_8_20 .content-row.third-row thead td, body aside section.widget_8_20 .content-row.fourth-row thead td {
      font-size: 12px;
      text-transform: uppercase;
      background: #ddd;
      color: #666 !important;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    body aside section.widget_8_17 .content-row.fourth-row tbody td, body aside section.widget_8_20 .content-row.fourth-row tbody td {
      font-weight: normal; }
    body aside section.widget_7_18 .content-main tbody td, body aside section.widget_7_18 .content-phone tbody td, body aside section.widget_7_18 .content-times tbody td {
      font-size: 13px;
      font-weight: bold; }
    body aside section.widget_7_18 .content-main thead td, body aside section.widget_7_18 .content-phone thead td, body aside section.widget_7_18 .content-times thead td {
      font-size: 12px;
      text-transform: uppercase;
      background: #ddd;
      color: #666 !important;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    body aside section.widget_7_18 .content-main table tbody tr td, body aside section.widget_7_18 .content-phone table tbody tr td, body aside section.widget_7_18 .content-times table tbody tr td, body aside section.widget_7_18 .content-status table tbody tr td {
      font-size: 12px;
      padding: 0;
      border-bottom: 1px dotted #ccc;
      font-weight: normal; }
      body aside section.widget_7_18 .content-main table tbody tr td.avatar, body aside section.widget_7_18 .content-phone table tbody tr td.avatar, body aside section.widget_7_18 .content-times table tbody tr td.avatar, body aside section.widget_7_18 .content-status table tbody tr td.avatar {
        width: 33px; }
        body aside section.widget_7_18 .content-main table tbody tr td.avatar .item-image, body aside section.widget_7_18 .content-phone table tbody tr td.avatar .item-image, body aside section.widget_7_18 .content-times table tbody tr td.avatar .item-image, body aside section.widget_7_18 .content-status table tbody tr td.avatar .item-image {
          display: block;
          width: 30px;
          height: 30px;
          background-size: 100% auto; }
      body aside section.widget_7_18 .content-main table tbody tr td.status-icon, body aside section.widget_7_18 .content-phone table tbody tr td.status-icon, body aside section.widget_7_18 .content-times table tbody tr td.status-icon, body aside section.widget_7_18 .content-status table tbody tr td.status-icon {
        font-size: 14px;
        text-align: center;
        width: 25px;
        height: 23px; }
      body aside section.widget_7_18 .content-main table tbody tr td .text-nowrap, body aside section.widget_7_18 .content-phone table tbody tr td .text-nowrap, body aside section.widget_7_18 .content-times table tbody tr td .text-nowrap, body aside section.widget_7_18 .content-status table tbody tr td .text-nowrap {
        width: 136px; }
      body aside section.widget_7_18 .content-main table tbody tr td.status-time, body aside section.widget_7_18 .content-phone table tbody tr td.status-time, body aside section.widget_7_18 .content-times table tbody tr td.status-time, body aside section.widget_7_18 .content-status table tbody tr td.status-time {
        text-align: right;
        padding-right: 3px; }
    body aside section.widget_7_18 .content-main table tbody tr:hover td, body aside section.widget_7_18 .content-phone table tbody tr:hover td, body aside section.widget_7_18 .content-times table tbody tr:hover td, body aside section.widget_7_18 .content-status table tbody tr:hover td {
      background: #f0f0f0; }
    body aside section.widget_2_26 .tabs .tab {
      background: #ddd;
      color: #000; }
      body aside section.widget_2_26 .tabs .tab.active {
        background: none;
        color: #666; }
    body aside section.widget_2_26 .content-main tbody td, body aside section.widget_2_26 .content-phone tbody td, body aside section.widget_2_26 .content-times tbody td {
      font-size: 13px;
      font-weight: bold; }
    body aside section.widget_2_26 .content-main thead td, body aside section.widget_2_26 .content-phone thead td, body aside section.widget_2_26 .content-times thead td {
      font-size: 12px;
      text-transform: uppercase;
      background: #ddd;
      color: #666 !important;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
    body aside section.widget_2_26 .content-main table tbody tr td, body aside section.widget_2_26 .content-phone table tbody tr td, body aside section.widget_2_26 .content-times table tbody tr td, body aside section.widget_2_26 .content-status table tbody tr td {
      font-size: 12px;
      padding: 4px 3px;
      border-bottom: 1px dotted #ccc;
      font-weight: normal; }
      body aside section.widget_2_26 .content-main table tbody tr td.name, body aside section.widget_2_26 .content-phone table tbody tr td.name, body aside section.widget_2_26 .content-times table tbody tr td.name, body aside section.widget_2_26 .content-status table tbody tr td.name {
        text-align: left; }
      body aside section.widget_2_26 .content-main table tbody tr td.date, body aside section.widget_2_26 .content-phone table tbody tr td.date, body aside section.widget_2_26 .content-times table tbody tr td.date, body aside section.widget_2_26 .content-status table tbody tr td.date {
        text-align: right; }
    body aside section.widget_2_26 .content-main table tbody tr:hover td, body aside section.widget_2_26 .content-phone table tbody tr:hover td, body aside section.widget_2_26 .content-times table tbody tr:hover td, body aside section.widget_2_26 .content-status table tbody tr:hover td {
      background: #f0f0f0; }
    body aside section.widget_2_26 .content-main table tbody tr.urgent, body aside section.widget_2_26 .content-phone table tbody tr.urgent, body aside section.widget_2_26 .content-times table tbody tr.urgent, body aside section.widget_2_26 .content-status table tbody tr.urgent {
      background: yellow; }

/*
aside {
        width: 190px;
        position: absolute;
        top:50px;
        right: 0;
        bottom:0;
        section {
          width: 100%;
          padding: 10px;
          margin-bottom: 10px;
          background: #fff;
        }
      }
*/
body article .view-groups [class^="icon-"] {
  font-size: 16px; }

body article .view-groups .icon-play-circle-o {
  color: green; }

body article .view-groups .icon-stop-circle {
  color: red; }

body article .view-groups .icon-refresh {
  color: blue; }

body .view-articles .item-image {
  display: block;
  width: 220px;
  height: 220px;
  background-size: 100% auto;
  background-position: top left; }

body .view-articles td {
  vertical-align: top;
  padding: 5px 10px; }

.loader {
  width: 15px;
  height: 15px;
  border: 2px solid #FFF;
  border-bottom-color: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loading {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }
  .loading .msg {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-weight: bold; }

.cssload-thecube {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-top: 129px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.cssload-thecube .cssload-cube span {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%; }

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg); }

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg); }

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg); }

.cssload-thecube .cssload-c2 span {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s; }

.cssload-thecube .cssload-c3 span {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s; }

.cssload-thecube .cssload-c4 span {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s; }

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }

.view-denied .box,
.view-404 .box,
.content-error .box {
  width: 60%;
  position: absolute;
  left: 20%;
  top: 20%; }
  .view-denied .box header,
  .view-404 .box header,
  .content-error .box header {
    background: red;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: bold; }
  .view-denied .box section,
  .view-404 .box section,
  .content-error .box section {
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 5px;
    background: #fff; }

.view-404 .box header,
.content-error .box header {
  background: #888; }

.content-error .box {
  margin-top: 50px;
  position: relative; }

.paginate {
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  margin-bottom: 20px; }
  .paginate .txt {
    padding: 4px;
    float: left;
    font-size: 13px; }
  .paginate ul {
    float: right; }
    .paginate ul li {
      float: left;
      cursor: pointer;
      display: block;
      padding: 3px;
      min-width: 23px;
      text-align: center;
      margin-left: 3px;
      border-top: 0px dotted #aaa; }
      .paginate ul li [class^="icon-"], .paginate ul li [class*=" icon-"] {
        padding-top: 1px;
        display: inline-block;
        color: #666; }
        .paginate ul li [class^="icon-"]:hover, .paginate ul li [class*=" icon-"]:hover {
          color: #000; }
        .paginate ul li [class^="icon-"].disabled, .paginate ul li [class*=" icon-"].disabled {
          color: #CCC; }
      .paginate ul li.disabled {
        opacity: .7;
        cursor: default; }
      .paginate ul li:hover, .paginate ul li.active {
        border-top-style: solid; }
      .paginate ul li.active {
        background: #e7e7e7; }
  .paginate .items_per_page {
    color: #888;
    float: right;
    margin-left: 15px; }
    .paginate .items_per_page select {
      padding: 3px 10px; }

.filterForm {
  position: relative;
  margin-bottom: 10px;
  min-height: 30px; }
  .filterForm header {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: absolute;
    left: -8px;
    right: -8px;
    background: #e5e5e5;
    z-index: 1; }
    .filterForm header:before {
      content: "";
      display: none;
      position: absolute;
      background: transparent;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 6px 0;
      border-color: transparent #aaa transparent transparent;
      bottom: -6px;
      left: 0; }
    .filterForm header:after {
      content: "";
      display: none;
      position: absolute;
      background: transparent;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 8px 0 0;
      border-color: #aaa transparent transparent transparent;
      bottom: -6px;
      right: 0; }
  .filterForm .content {
    padding: 35px 12px 20px;
    overflow: hidden;
    display: none;
    background: rgba(255, 255, 255, 0.5); }
  .filterForm.expanded .content {
    display: block; }
  .filterForm.expanded header:after {
    display: block; }
  .filterForm.expanded header:before {
    display: block; }

#audio-player {
  right: 0px;
  bottom: 0;
  width: 200px;
  background: #fff;
  box-shadow: 3px 0 0 rgba(255, 255, 255, 0.5);
  transform: translateX(260px);
  transition: transform .25s; }
  #audio-player.visible {
    transform: translateX(0); }
  #audio-player .buttons {
    position: absolute;
    width: 120px;
    bottom: 0;
    left: -120px;
    height: 61px; }
    #audio-player .buttons .button {
      width: 50%;
      height: 100%;
      text-align: center;
      padding: 12px 10px 8px;
      overflow: hidden;
      float: left;
      display: block; }
  #audio-player #player {
    display: block;
    padding: 10px;
    height: 60px;
    position: relative;
    background: #fcfcfc; }
    #audio-player #player:hover .download {
      opacity: 1; }
    #audio-player #player .title {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 9px 5px 5px 36px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    #audio-player #player .icon-stop-circle, #audio-player #player .icon-play-circle {
      position: absolute;
      font-size: 21px;
      padding: 7px 5px;
      top: 0;
      left: 0;
      z-index: 9; }
    #audio-player #player .download {
      position: absolute;
      right: 3px;
      top: 0;
      font-size: 21px;
      padding: 5px 5px;
      z-index: 9;
      opacity: 0;
      text-shadow: 0 0 5px #fff;
      transition: opacity .2s; }
    #audio-player #player .progress {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 15px;
      margin-bottom: 10px;
      margin-left: 5px;
      margin-right: 5px;
      background: #e9e9e9;
      cursor: pointer; }
      #audio-player #player .progress .played {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        transition: width .15s; }
      #audio-player #player .progress .timeSelect {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
        #audio-player #player .progress .timeSelect #audio_played, #audio-player #player .progress .timeSelect #audio_duration {
          font-size: 12px;
          display: block;
          float: left;
          color: #fff;
          text-shadow: #000 0px 0px 8px;
          font-weight: bolder;
          margin-top: -1px; }
        #audio-player #player .progress .timeSelect #audio_played {
          padding-left: 5px; }
        #audio-player #player .progress .timeSelect #audio_duration {
          float: right;
          padding-right: 5px; }
  #audio-player .player-history {
    transition: max-height .5s;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #ccc; }
    #audio-player .player-history table {
      width: 100%; }
      #audio-player .player-history table tr:hover td {
        background: #f0f0f0; }
      #audio-player .player-history table tr td {
        border-bottom: 1px solid #ccc;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 10px;
        background: #f7f7f7; }
  #audio-player.expanded .player-history {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden; }
  #audio-player.is-live .progress {
    background: #cfcfcf; }
    #audio-player.is-live .progress .timeSelect, #audio-player.is-live .progress .played {
      display: none !important; }

.playerFixed {
  position: fixed;
  z-index: 99999; }

.playerAbsolute {
  position: absolute;
  z-index: 99; }

#audio-player-wrapper {
  position: absolute;
  bottom: 0;
  right: 0; }

.text-angular {
  padding: 5px;
  background: #f5f5f5; }
  .text-angular #toolbarWC, .text-angular #toolbarCC {
    display: none !important; }
  .text-angular [contenteditable] {
    display: block;
    min-height: 50px;
    background: #fff;
    padding: 5px 10px;
    margin-top: 5px; }
  .text-angular .btn-group {
    display: inline-block; }
    .text-angular .btn-group button {
      border: 1px solid #afafaf;
      background: #e5e5e5;
      margin-right: 1px;
      margin-bottom: 1px;
      padding: 4px 6px; }

#agentStatus {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  background: #f7f7f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 20px;
  z-index: 9999; }
  #agentStatus .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 28px;
    font-weight: bolder;
    background: #fff;
    color: #000;
    cursor: pointer; }
  #agentStatus nav {
    overflow: hidden; }
    #agentStatus nav div {
      float: left;
      padding: 5px 12px;
      background: transparent;
      border: 1px solid rgba(0, 0, 0, 0.06);
      color: #fff;
      cursor: pointer;
      margin-right: 6px; }
      #agentStatus nav div.active, #agentStatus nav div:hover {
        background: rgba(0, 0, 0, 0.06); }
    #agentStatus nav input {
      width: 120px; }
    #agentStatus nav input, #agentStatus nav button {
      background: rgba(0, 0, 0, 0.12);
      padding: 6px 15px;
      font-size: 14px;
      color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.3);
      text-transform: uppercase; }
    #agentStatus nav button {
      background: rgba(0, 0, 0, 0.25); }
  #agentStatus .list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 55px; }
    #agentStatus .list-scroller .table {
      margin: 0px 25px 25px;
      width: auto; }
      #agentStatus .list-scroller .table thead td {
        background: #666;
        color: #fff;
        font-weight: bold;
        padding: 8px 10px; }
      #agentStatus .list-scroller .table td {
        padding: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        min-width: 140px; }
        #agentStatus .list-scroller .table td a {
          color: #fff; }
        #agentStatus .list-scroller .table td table.stats {
          width: 100%;
          margin-bottom: 5px; }
          #agentStatus .list-scroller .table td table.stats tr:hover td {
            background: rgba(0, 0, 0, 0.08); }
          #agentStatus .list-scroller .table td table.stats tr td {
            border-right: 0;
            padding: 5px 7px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.075);
            background: rgba(0, 0, 0, 0.045);
            transition: background-color .2s; }
            #agentStatus .list-scroller .table td table.stats tr td:last-child {
              text-align: right; }
            #agentStatus .list-scroller .table td table.stats tr td:first-child {
              color: #ccc; }
    #agentStatus .list-scroller ul .status {
      display: block;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
      padding: 5px 10px; }
      #agentStatus .list-scroller ul .status:hover {
        background: rgba(0, 0, 0, 0.03); }
      #agentStatus .list-scroller ul .status .time {
        background: rgba(0, 0, 0, 0.1);
        color: #fff;
        float: right;
        margin: 0 0 5px 15px;
        display: inline-block;
        padding: 2px 4px;
        font-size: 11px; }

#groupStatus {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  background: #f7f7f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 20px;
  z-index: 9999; }
  #groupStatus .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 28px;
    font-weight: bolder;
    background: #fff;
    color: #000;
    cursor: pointer; }
  #groupStatus .list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 55px; }
    #groupStatus .list-scroller .table {
      margin: 0px 25px 25px;
      width: auto; }
      #groupStatus .list-scroller .table thead td {
        background: #666;
        color: #fff;
        font-weight: bold; }
      #groupStatus .list-scroller .table td {
        padding: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        min-width: 40px;
        text-align: center;
        padding: 8px 10px; }
        #groupStatus .list-scroller .table td a {
          color: #fff; }
      #groupStatus .list-scroller .table tr td {
        transition: background .2s; }
      #groupStatus .list-scroller .table tr:hover td {
        background: rgba(0, 0, 0, 0.25); }

.angularjs-datetime-picker {
  color: #333;
  font: normal 14px sans-serif;
  border: 1px solid #ddd;
  display: inline-block;
  background: #fff; }

.angularjs-datetime-picker > .adp-month {
  text-align: center;
  line-height: 22px;
  padding: 4px;
  background: #fcfcfc;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative; }

.angularjs-datetime-picker > .adp-month > button {
  color: #555;
  font: normal 14px sans-serif;
  outline: none;
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer; }

.angularjs-datetime-picker > .adp-month > button:hover {
  color: #333; }

.angularjs-datetime-picker > .adp-month > button.adp-prev {
  left: 10px; }

.angularjs-datetime-picker > .adp-month > button.adp-next {
  right: 10px; }

.angularjs-datetime-picker > .adp-days {
  width: 210px;
  /* 30 x 7 */
  margin: 6px;
  text-align: center; }

.angularjs-datetime-picker > .adp-days > .adp-day-of-week, .angularjs-datetime-picker > .adp-days > .adp-day {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid transparent;
  width: 30px;
  line-height: 22px;
  float: left; }

.angularjs-datetime-picker > .adp-days > .adp-day-of-week {
  font-weight: bold; }

.angularjs-datetime-picker > .adp-days > .adp-day:not(.selectable) {
  opacity: 0.15;
  cursor: default; }

.angularjs-datetime-picker > .adp-days > .adp-day.selectable {
  cursor: pointer; }

.angularjs-datetime-picker > .adp-days > .adp-day.selected {
  background: #e0e0e0; }

.angularjs-datetime-picker > .adp-days > .adp-day.selectable:hover {
  background: #eee; }

.angularjs-datetime-picker > .adp-days:after {
  content: '';
  display: block;
  clear: left;
  height: 0; }

.angularjs-datetime-picker input[type=range] {
  width: 160px; }

.angularjs-datetime-picker #adp-time .hourLabel, .angularjs-datetime-picker #adp-time .minutesLabel {
  float: left;
  padding: 3px 0; }

.angularjs-datetime-picker #adp-time input {
  padding-top: 2px;
  padding-bottom: 4px; }

.color-picker {
  padding: 3px 0; }
  .color-picker .color {
    width: 24px;
    height: 24px;
    float: left;
    border: 1px solid #fff; }
    .color-picker .color.selected {
      border-color: #000; }

aside section.widget_13 .flex-row {
  display: none; }

aside section.widget_16 li {
  padding: 0 !important; }

aside section.widget_16 .status-row {
  border-bottom: 1px solid #f0f0f0; }

aside section.widget_16 .status_icon {
  width: 33px;
  background: #ccc;
  padding: 8px 0 8px !important;
  text-align: center;
  font-size: 15px; }
  aside section.widget_16 .status_icon i {
    display: block;
    width: 33px; }

aside section.widget_16 .status_user {
  width: 170px;
  padding: 3px 0 2px 5px;
  color: #666; }

aside section.widget_16 .status_time {
  width: 50px;
  padding: 3px 2px 2px 0;
  text-align: right; }

aside section.widget_16 .status_message {
  width: 170px;
  padding: 0 5px 3px 5px !important;
  color: #000; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.02);
  border: 0px solid #aaa;
  border-radius: 0px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.popup {
  display: block;
  transform: translateY(-1000px);
  opacity: 0;
  transition: all .5s;
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  background: #fff;
  top: 15%;
  max-height: 70%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .popup.show {
    opacity: 1;
    transform: translateY(0); }
  .popup .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 38px;
    padding: 5px;
    cursor: pointer; }
  .popup .content {
    padding: 20px;
    overflow: hidden; }
  .popup#call-helper.status_red .content .reason {
    color: red; }
  .popup#call-helper.status_orange .content .reason {
    color: #eb9316; }
  .popup#call-helper .content .reason {
    position: absolute;
    bottom: 30px;
    left: 25px;
    font-weight: bold;
    color: #8aba30; }
  .popup#call-helper .content article {
    float: left;
    height: 250px;
    position: relative;
    margin-right: 2px;
    border-bottom: 5px solid #8aba30; }
    .popup#call-helper .content article h2 {
      margin: 0;
      padding: 6px 8px;
      font-size: 15px;
      background: #f6f6f6;
      text-transform: uppercase;
      border-left: 0px solid #8aba30;
      text-align: center; }
    .popup#call-helper .content article.error {
      border-color: red; }
      .popup#call-helper .content article.error h2 {
        border-color: red; }
    .popup#call-helper .content article .inner {
      padding: 12px 5px 10px; }
    .popup#call-helper .content article .msg {
      padding: 8px 5px;
      background: #f7f7f7;
      margin: 3px 2px;
      text-align: center; }
      .popup#call-helper .content article .msg.error {
        background: rgba(255, 255, 0, 0.5); }
    .popup#call-helper .content article .custom_select .selected {
      display: none; }
    .popup#call-helper .content article .custom_select .options {
      border: 0;
      box-shadow: none;
      display: block;
      position: relative; }
      .popup#call-helper .content article .custom_select .options .option {
        display: block !important; }
        .popup#call-helper .content article .custom_select .options .option .selected {
          background: #f0f0f0; }
    .popup#call-helper .content article button {
      width: 100%;
      text-align: center;
      background: #e5e5e5;
      cursor: pointer;
      border: 1px solid #ddd;
      margin-top: 5px;
      padding: 5px; }
      .popup#call-helper .content article button:hover {
        border-color: #bbb; }
      .popup#call-helper .content article button .icon {
        float: left;
        font-size: 14px; }
    .popup#call-helper .content article.call-me input {
      width: 100%;
      font-size: 16px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px; }
    .popup#call-helper .content article.call-me .request_softphne {
      width: 100%;
      padding: 8px 0px;
      background: #eee;
      border: 1px solid #eee;
      cursor: pointer;
      background: #3cb43c;
      color: #fafafa; }
      .popup#call-helper .content article.call-me .request_softphne:disabled {
        background: #464646; }
      .popup#call-helper .content article.call-me .request_softphne .icon {
        float: left;
        font-size: 14px;
        margin-left: 10px; }
  .popup#call-helper .content.articles-3 article {
    width: 32%; }

#releasePopup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none; }

::-webkit-scrollbar {
  width: 12px;
  height: 12px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #eee; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(9, 9, 9, 0.25);
  cursor: move;
  transition: background .2s; }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(9, 9, 9, 0.5); }

body.scoreboard #landscape {
  width: 100% !important; }

body.scoreboard #viewport {
  zoom: 1.5;
  height: 100%;
  width: 100%;
  bottom: auto;
  right: auto; }

body.scoreboard .scoreboard-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  padding-right: 10px;
  transform: translateY(-35px);
  transition: transform .25s;
  height: 40px; }
  body.scoreboard .scoreboard-menu:hover {
    transform: translateY(0); }
  body.scoreboard .scoreboard-menu .iconlink {
    font-size: 24px;
    padding: 5px;
    float: right;
    cursor: pointer; }

body.scoreboard #aside-popup {
  position: absolute;
  width: 360px;
  height: 360px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -180px;
  border: 5px solid #999;
  z-index: 20;
  transition: transform .5s; }
  body.scoreboard #aside-popup.show {
    transform: translateY(0); }
  body.scoreboard #aside-popup .item-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: 100% auto; }
  body.scoreboard #aside-popup h3 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    font-weight: bold;
    text-shadow: 0 0 4px black;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase; }
  body.scoreboard #aside-popup .tab {
    font-size: 14px;
    color: #fff;
    background: #999;
    padding: 7px 12px;
    position: absolute;
    left: -10px;
    top: -12px;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase; }

#aside-popup {
  transform: translateY(-800px); }

.tiny_menu {
  display: block;
  width: auto;
  position: relative; }
  .tiny_menu:hover ul {
    display: block; }
  .tiny_menu .menu_title {
    display: block; }
  .tiny_menu ul {
    display: none;
    position: absolute;
    font-size: 12px;
    text-align: left;
    width: 120px;
    right: 0;
    margin-top: -1px; }
    .tiny_menu ul li {
      color: #fff;
      background: rgba(99, 99, 99, 0.8);
      padding: 5px 7px;
      border-bottom: 1px solid #666;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .tiny_menu ul li [class^="icon-"] {
        font-size: 12px !important;
        color: #eee;
        display: inline-block;
        width: 16px;
        text-align: center;
        margin-right: 2px; }
      .tiny_menu ul li:hover {
        background: #636363; }

.typeahead.sortable .typeahead_selected_sort {
  display: none; }

.typeahead.sortable .typeahead_selected_option_title {
  cursor: move; }

.typeahead .typeahead_input {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.02); }
  .typeahead .typeahead_input .typeahead_selected_option {
    padding: 7px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    opacity: .8;
    overflow: visible;
    position: relative; }
    .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_option_title {
      max-width: 150px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block;
      float: left; }
    .typeahead .typeahead_input .typeahead_selected_option:hover {
      opacity: 1; }
    .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_sort, .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_settings {
      font-weight: bold;
      opacity: .5;
      cursor: move;
      margin-left: 3px;
      float: left;
      display: none; }
      .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_sort:hover, .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_settings:hover {
        opacity: 1; }
    .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_settings {
      cursor: pointer;
      display: block;
      opacity: .2;
      font-size: 15px;
      /*
        position: absolute;
        left: -10px;
        */ }
      .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_settings:hover {
        opacity: 1; }
      .typeahead .typeahead_input .typeahead_selected_option .typeahead_selected_settings.has_settings {
        opacity: .75; }
    .typeahead .typeahead_input .typeahead_selected_option .typeahead_delete {
      font-weight: bold;
      opacity: .5;
      cursor: pointer;
      margin-left: 3px;
      float: left; }
      .typeahead .typeahead_input .typeahead_selected_option .typeahead_delete:hover {
        opacity: 1; }
  .typeahead .typeahead_input input {
    width: 100%;
    float: left; }

.typeahead .typeahead_options {
  display: block;
  max-height: 0px;
  overflow: auto;
  transition: max-height .2s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 5px 5px 5px 0; }
  .typeahead .typeahead_options.show {
    max-height: 300px; }
  .typeahead .typeahead_options .typeahead_options_no_items {
    padding: 8px 15px;
    font-style: italic;
    display: block;
    color: red; }
  .typeahead .typeahead_options .typeahead_option {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer; }
    .typeahead .typeahead_options .typeahead_option:hover {
      background: #eee; }

#highlight {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
  z-index: 9999; }
  #highlight.show {
    display: block; }
  #highlight svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  #highlight path {
    transition: fill .5s;
    fill: rgba(0, 0, 0, 0.5); }
  #highlight path:hover {
    fill: pink; }

#dashboard {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #f0f0f0;
  z-index: 99998; }
  #dashboard table tr td {
    padding: 3px 12px; }
  #dashboard h2 {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0;
    padding: 5px 10px; }
  #dashboard h3 {
    text-transform: uppercase;
    background: rgba(16, 63, 110, 0.9);
    color: #fff;
    margin: 0;
    padding: 5px 10px; }
  #dashboard #dashboard-inner {
    overflow: visible;
    position: relative;
    width: 100%;
    height: 100%; }
    #dashboard #dashboard-inner .db-tooltip .db-tooltiptext {
      visibility: hidden;
      width: auto;
      background-color: black;
      color: #fff;
      text-align: center;
      padding: 5px 10px 5px 10px;
      border-radius: 6px;
      font-size: 16px;
      position: absolute;
      z-index: 2; }
    #dashboard #dashboard-inner .db-tooltip:hover .db-tooltiptext {
      visibility: visible; }
    #dashboard #dashboard-inner .icon-headphones,
    #dashboard #dashboard-inner .icon-stats-bars,
    #dashboard #dashboard-inner .icon-trash,
    #dashboard #dashboard-inner .icon-clock2 {
      cursor: pointer;
      font-size: 16px;
      padding: 0 2px; }
    #dashboard #dashboard-inner .icon-add-to-list,
    #dashboard #dashboard-inner .icon-trashcan {
      cursor: pointer;
      font-size: 32px;
      padding: 4px; }
    #dashboard #dashboard-inner #dashboard-missing {
      font-size: 24px;
      text-transform: uppercase;
      text-align: center;
      top: 10%;
      width: 100%;
      color: #fff;
      position: relative; }
    #dashboard #dashboard-inner #current-contactlist,
    #dashboard #dashboard-inner #current-user_activity {
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      z-index: 1;
      padding: 0 15px; }
    #dashboard #dashboard-inner .dashboard-header {
      height: 6%;
      position: relative;
      padding-left: 10px; }
      #dashboard #dashboard-inner .dashboard-header select {
        margin-left: 6px; }
      #dashboard #dashboard-inner .dashboard-header .last_update {
        color: #333;
        margin-left: 20px; }
        #dashboard #dashboard-inner .dashboard-header .last_update span {
          color: #000; }
    #dashboard #dashboard-inner #dashboard-campaign,
    #dashboard #dashboard-inner #dashbaord-contactlists,
    #dashboard #dashboard-inner #dashboard-users {
      width: 100%;
      overflow: visible; }
    #dashboard #dashboard-inner .content {
      display: none;
      overflow: visible;
      width: 100%; }
    #dashboard #dashboard-inner .expanded .content {
      display: block;
      overflow: visible; }
    #dashboard #dashboard-inner .scroller {
      overflow-x: scroll;
      overflow-y: visible;
      width: 100%; }
      #dashboard #dashboard-inner .scroller .fixedcol {
        left: 0;
        position: sticky;
        top: auto;
        width: 140px;
        z-index: 1; }
      #dashboard #dashboard-inner .scroller tbody tr:nth-child(odd) td {
        background: #f0f0f0 !important; }
      #dashboard #dashboard-inner .scroller tbody tr:nth-child(even) td {
        background: gainsboro !important; }
      #dashboard #dashboard-inner .scroller thead tr th {
        background: #7f7f7f !important;
        cursor: pointer; }
  #dashboard.show {
    display: block; }
  #dashboard .close {
    font-size: 32px;
    top: 5px;
    right: 5px;
    color: white;
    position: absolute;
    cursor: pointer;
    z-index: 1; }

#order-review {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #f0f0f0;
  z-index: 99998; }
  #order-review table tr td {
    padding: 3px 12px; }
  #order-review h2 {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0;
    padding: 5px 10px; }
  #order-review h3 {
    text-transform: uppercase;
    background: rgba(16, 63, 110, 0.9);
    color: #fff;
    margin: 0;
    padding: 5px 10px; }
  #order-review #order-review-inner {
    overflow: visible;
    position: relative;
    width: 100%;
    height: 100%; }
    #order-review #order-review-inner .db-tooltip .db-tooltiptext {
      visibility: hidden;
      width: auto;
      background-color: black;
      color: #fff;
      text-align: center;
      padding: 5px 10px 5px 10px;
      border-radius: 6px;
      font-size: 16px;
      position: absolute;
      z-index: 2; }
    #order-review #order-review-inner .db-tooltip:hover .db-tooltiptext {
      visibility: visible; }
    #order-review #order-review-inner .icon-headphones,
    #order-review #order-review-inner .icon-stats-bars,
    #order-review #order-review-inner .icon-trash,
    #order-review #order-review-inner .icon-clock2 {
      cursor: pointer;
      font-size: 16px;
      padding: 0 2px; }
    #order-review #order-review-inner .icon-add-to-list,
    #order-review #order-review-inner .icon-trashcan {
      cursor: pointer;
      font-size: 32px;
      padding: 4px; }
    #order-review #order-review-inner #order-review-missing {
      font-size: 24px;
      text-transform: uppercase;
      text-align: center;
      top: 10%;
      width: 100%;
      color: #fff;
      position: relative; }
    #order-review #order-review-inner #current-contactlist,
    #order-review #order-review-inner #current-user_activity {
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      z-index: 1;
      padding: 0 15px; }
    #order-review #order-review-inner .order-review-header {
      height: 6%;
      position: relative;
      padding-left: 10px; }
      #order-review #order-review-inner .order-review-header select {
        margin-left: 6px; }
      #order-review #order-review-inner .order-review-header .last_update {
        color: #333;
        margin-left: 20px; }
        #order-review #order-review-inner .order-review-header .last_update span {
          color: #000; }
    #order-review #order-review-inner #order-review-overview,
    #order-review #order-review-inner #order-review-manage {
      width: 100%;
      overflow: visible; }
    #order-review #order-review-inner .content {
      display: none;
      overflow: visible;
      width: 100%; }
    #order-review #order-review-inner .expanded .content {
      display: block;
      overflow: visible; }
    #order-review #order-review-inner .scroller {
      overflow-x: scroll;
      overflow-y: visible;
      width: 100%; }
      #order-review #order-review-inner .scroller .fixedcol {
        left: 0;
        position: sticky;
        top: auto;
        width: 140px;
        z-index: 1; }
      #order-review #order-review-inner .scroller tbody tr:nth-child(odd) td {
        background: #f0f0f0 !important; }
      #order-review #order-review-inner .scroller tbody tr:nth-child(even) td {
        background: gainsboro !important; }
      #order-review #order-review-inner .scroller thead tr th {
        background: #7f7f7f !important;
        cursor: pointer; }
      #order-review #order-review-inner .scroller tbody tr.red td {
        background: red !important; }
      #order-review #order-review-inner .scroller tbody tr.yellow td {
        background: yellow !important; }
      #order-review #order-review-inner .scroller tbody tr.green td {
        background: green !important; }
      #order-review #order-review-inner .scroller tbody tr.pendingActionNeeded td {
        background: #EF767A !important; }
      #order-review #order-review-inner .scroller tbody tr.review td {
        background: #E6AF2E !important; }
      #order-review #order-review-inner .scroller tbody tr.accepted td {
        background: #006039 !important; }
  #order-review.show {
    display: block; }
  #order-review .close {
    font-size: 32px;
    top: 5px;
    right: 5px;
    color: white;
    position: absolute;
    cursor: pointer;
    z-index: 1; }
  #order-review .order_review_active_page {
    text-decoration: underline;
    color: blue; }

#campaign-overview {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #f0f0f0;
  z-index: 99998; }
  #campaign-overview.show {
    display: block; }
  #campaign-overview .close {
    font-size: 32px;
    padding: 4px 4px 0px 4px;
    border-radius: 20px;
    top: 0px;
    right: 0px;
    background: #103f6e;
    color: #f0f0f0;
    position: fixed;
    cursor: pointer;
    z-index: 1;
    opacity: .9; }
  #campaign-overview h3 {
    font-size: 32px;
    text-transform: uppercase;
    background: rgba(16, 63, 110, 0.9);
    color: #fff;
    margin: 0;
    padding: 5px 10px; }

#global_customer_service_dashboard {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #f0f0f0;
  z-index: 99997; }
  #global_customer_service_dashboard.show {
    display: block; }
  #global_customer_service_dashboard .close {
    font-size: 32px;
    padding: 4px, 4px, 0px, 4px;
    border-radius: 20ps;
    top: 0px;
    right: 0px;
    background: #103f6e;
    color: #f0f0f0;
    position: fixed;
    cursor: pointer;
    z-index: 1;
    opacity: .9; }
  #global_customer_service_dashboard h3 {
    font-size: 32px;
    text-transform: uppercase;
    background: rgba(16, 63, 110, 0.9);
    color: #fff;
    margin: 0;
    padding: 5px 10px; }

#incoming_calls {
  position: absolute;
  width: 330px;
  height: calc(100vh - 40px);
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10; }
  #incoming_calls header {
    background: rgba(0, 0, 0, 0.25);
    background-color: rgba(16, 63, 110, 0.9);
    color: #fff;
    width: 100%;
    display: block;
    padding: 6px 0 5px 7px;
    position: relative; }
    #incoming_calls header #incoming_calls_minimize h2 {
      text-transform: uppercase;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 0px;
      font-weight: bold;
      margin: auto;
      padding: 0;
      display: inline; }
    #incoming_calls header #incoming_calls_maximize h2 {
      text-transform: uppercase;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 0px;
      font-weight: bold;
      margin: auto;
      padding: 0;
      text-orientation: upright;
      display: inline;
      writing-mode: vertical-lr; }
  #incoming_calls span.unhandled {
    display: inline-block;
    padding: 2px;
    border-radius: 50%;
    background: red;
    color: #fff;
    margin-left: 3px;
    line-height: 10px;
    font-size: 12px;
    min-width: 15px; }
  #incoming_calls .content {
    background: #fff; }
  #incoming_calls .incoming_maxi {
    height: calc(100vh - 75px);
    opacity: 1;
    pointer-events: all;
    position: absolute;
    top: 25px; }
  #incoming_calls .incoming_mini {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  #incoming_calls .incoming_blink_bg {
    animation: incomingBlinkingBackground 0.5s infinite; }

@keyframes incomingBlinkingBackground {
  0% {
    background-color: rgba(16, 63, 110, 0.9); }
  100% {
    background-color: green; } }

#incoming_calls_minimize h2 {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0px;
  font-weight: bold;
  margin: auto;
  padding: 0;
  padding: 0;
  display: inline; }

#incoming_calls_maximize h2 {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0px;
  font-weight: bold;
  margin: auto;
  padding: 0;
  text-orientation: upright;
  display: inline;
  writing-mode: vertical-lr; }

body #forwarding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  body #forwarding.show {
    display: block; }
  body #forwarding .button {
    float: right;
    margin-top: 5px;
    margin-right: 5px; }
  body #forwarding nav {
    position: absolute;
    top: 0px;
    height: 43px;
    overflow: hidden;
    width: 1516px;
    max-width: calc(100vw - 415px);
    left: 40px;
    top: 137px; }
    body #forwarding nav ul {
      margin-top: 10px;
      background-color: rgba(16, 63, 110, 0.9); }
      body #forwarding nav ul li {
        display: block;
        float: left;
        padding: 8px 14px;
        background: #fff;
        color: #000;
        margin-right: 5px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
        body #forwarding nav ul li.close {
          font-weight: bold;
          padding: 6px 11px;
          float: right;
          font-size: 21px;
          margin-right: 0px; }
  body #forwarding .content {
    position: absolute;
    background: #fff;
    width: 1515px;
    max-width: calc(100vw - 420px);
    height: 700px;
    max-height: calc(100vh - 283px);
    left: 40px;
    top: 180px;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden; }
    body #forwarding .content section.half {
      margin-right: 0.5%;
      margin-left: 0.5%;
      width: 49%;
      overflow: visible;
      margin-bottom: 10px;
      float: left;
      height: 100%; }
      body #forwarding .content section.half header {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #000;
        background: #f5f5f5;
        overflow: hidden;
        margin-bottom: 8px;
        padding-top: 5px;
        padding-left: 5px; }
      body #forwarding .content section.half .column {
        padding-left: 5px;
        padding-right: 5px; }
        body #forwarding .content section.half .column .section {
          width: 100%; }
          body #forwarding .content section.half .column .section .call_header {
            border-bottom: none;
            margin-top: 10px;
            padding-left: 10px;
            padding-bottom: 4px; }
            body #forwarding .content section.half .column .section .call_header span {
              font-size: 18px;
              line-height: 32px; }
              body #forwarding .content section.half .column .section .call_header span i {
                margin-right: 5px; }
            body #forwarding .content section.half .column .section .call_header a {
              float: right;
              margin-top: 0px; }
          body #forwarding .content section.half .column .section .row {
            width: 100%;
            border-bottom: 1px dotted #999;
            padding: 3px 5px;
            position: relative;
            margin-left: 5px;
            overflow: hidden; }
            body #forwarding .content section.half .column .section .row label {
              width: 30%;
              position: relative;
              float: left;
              line-height: 24px;
              color: #666;
              margin-top: 8px;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden; }
              body #forwarding .content section.half .column .section .row label i {
                margin-right: 5px; }
            body #forwarding .content section.half .column .section .row .val {
              width: 70%;
              position: relative;
              float: left;
              font-weight: bold;
              line-height: 24px;
              display: flex; }
              body #forwarding .content section.half .column .section .row .val span {
                margin-top: 8px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
              body #forwarding .content section.half .column .section .row .val input {
                flex: 2; }
              body #forwarding .content section.half .column .section .row .val select {
                flex: 2; }
              body #forwarding .content section.half .column .section .row .val a {
                float: right;
                margin-left: 5px;
                margin-right: 5px; }

@media (max-width: 600px) {
  .mini_dashboard_main {
    display: none; }
  .mobile-eavesdrop-dashboard {
    display: block; }
  .eavesdrop-top-position-div {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 14; } }

@media (min-width: 600px) {
  .mobile-eavesdrop-dashboard {
    display: none; }
  .mini_dashboard_main {
    display: block; } }

#eavesdrop-player {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 200px;
  background: #fff;
  box-shadow: 3px 0 0 rgba(255, 255, 255, 0.5);
  z-index: 99;
  transform: translateX(202px);
  transition: transform .25s; }

#eavesdrop-player.visible {
  transform: translateX(0); }

#eavesdrop-player .buttons {
  position: absolute;
  width: 60px;
  bottom: 0;
  left: -62px;
  height: 61px; }

#audio-eavesdrop-wrapper {
  position: absolute;
  bottom: 62px;
  right: 0; }

#eavesdrop-player .buttons .button {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px 10px 8px;
  overflow: hidden;
  float: left;
  display: block; }

#eavesdrop-player-selectbox {
  background-color: #f0f0f0; }

#eavesdrop-player-selectbox-in select {
  height: 30px;
  margin-top: 10px;
  background-color: #fff; }

.eavesdrop-active-button {
  background-color: green !important;
  transition: background-color .5s;
  color: #fff !important;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px 10px 8px;
  overflow: hidden;
  float: left;
  display: block;
  font-family: "proxima-nova";
  font-size: 15px;
  background: #eee;
  border: 1px solid #e6e6e6;
  color: #fff;
  cursor: pointer; }

.eavesdrop-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

.eavesdrop-tooltip .eavesdrop-tooltiptext {
  visibility: hidden;
  width: 120px;
  color: black;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }

.eavesdrop-tooltip:hover .eavesdrop-tooltiptext {
  visibility: visible; }

.view-statistics_report .form {
  padding: 15px 12px 20px;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.5); }

#statistics_report_result_outer {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #f0f0f0;
  z-index: 999999; }
  #statistics_report_result_outer #statistics_report_result_inner {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 45px); }
  #statistics_report_result_outer.show {
    display: block; }
  #statistics_report_result_outer .close {
    font-size: 32px;
    padding: 4px 4px 0px 4px;
    border-radius: 20px;
    background: #103f6e;
    color: #f0f0f0;
    cursor: pointer;
    opacity: .9;
    float: right; }
  #statistics_report_result_outer h3 {
    font-size: 32px;
    text-transform: uppercase;
    background: rgba(16, 63, 110, 0.9);
    color: #fff;
    margin: 0;
    padding: 5px 10px; }
  #statistics_report_result_outer .list-scroller {
    padding-right: 10px;
    max-height: 85vh;
    overflow-x: visible !important;
    width: 100%; }
  #statistics_report_result_outer table {
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto !important; }
    #statistics_report_result_outer table td {
      text-align: center;
      border: 1px #d4d4d4 solid;
      font-size: 13px; }
      #statistics_report_result_outer table td .icon {
        cursor: pointer; }
    #statistics_report_result_outer table tfoot {
      position: sticky;
      bottom: 0; }
      #statistics_report_result_outer table tfoot td {
        padding: 5px 12px;
        background-color: #d4d4d4;
        border: 1px #c8c8c8 solid; }
    #statistics_report_result_outer table thead tr:nth-child(1) td {
      font-size: 14px;
      top: 0px; }
    #statistics_report_result_outer table thead td {
      background-color: #666;
      border: 1px #555555 solid;
      border-top: 0px;
      position: sticky;
      z-index: 99;
      max-width: none;
      overflow: hidden !important; }
      #statistics_report_result_outer table thead td:hover {
        background-color: #444; }
    #statistics_report_result_outer table thead td:nth-child(1) {
      left: 0px;
      z-index: 999; }
    #statistics_report_result_outer table thead tr:nth-child(2) td {
      background-color: #888888;
      border: 1px #686868 solid;
      color: #d0d0d0;
      top: 33px;
      font-size: 14px; }
      #statistics_report_result_outer table thead tr:nth-child(2) td:hover {
        background-color: #444 !important; }
    #statistics_report_result_outer table thead tr:nth-child(2) td::after {
      display: none; }
    #statistics_report_result_outer table thead tr:nth-child(2) td::before {
      display: none; }
    #statistics_report_result_outer table tbody tr td:nth-child(1), #statistics_report_result_outer table tfoot tr td:nth-child(1) {
      position: sticky;
      left: 0px; }
    #statistics_report_result_outer table tbody tr:nth-child(even), #statistics_report_result_outer table tfoot tr:nth-child(even) {
      background-color: #fcfbfb; }
      #statistics_report_result_outer table tbody tr:nth-child(even) td:nth-child(1), #statistics_report_result_outer table tfoot tr:nth-child(even) td:nth-child(1) {
        background-color: #666666;
        color: #fff;
        border: 1px #555555 solid;
        font-weight: bold; }
        #statistics_report_result_outer table tbody tr:nth-child(even) td:nth-child(1):hover, #statistics_report_result_outer table tfoot tr:nth-child(even) td:nth-child(1):hover {
          background-color: #444; }
    #statistics_report_result_outer table tbody tr:nth-child(odd), #statistics_report_result_outer table tfoot tr:nth-child(odd) {
      background-color: #f0f0f0; }
      #statistics_report_result_outer table tbody tr:nth-child(odd) td:nth-child(1), #statistics_report_result_outer table tfoot tr:nth-child(odd) td:nth-child(1) {
        background-color: #666666;
        color: #fff;
        border: 1px #555555 solid;
        font-weight: bold; }
        #statistics_report_result_outer table tbody tr:nth-child(odd) td:nth-child(1):hover, #statistics_report_result_outer table tfoot tr:nth-child(odd) td:nth-child(1):hover {
          background-color: #444; }

#schedule_edit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity .5s; }
  #schedule_edit.show {
    z-index: 99999;
    opacity: 1; }
  #schedule_edit nav {
    position: absolute;
    top: 0px;
    height: 43px !important;
    overflow: hidden !important;
    width: calc(50%) !important;
    left: calc(25%) !important;
    top: calc(20vh - 43px); }
    #schedule_edit nav ul {
      margin-top: 10px;
      background-color: rgba(16, 63, 110, 0.9); }
      #schedule_edit nav ul li {
        display: block;
        float: left;
        padding: 8px 14px;
        background: #d0d0d0;
        color: #000;
        margin-right: 5px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
        #schedule_edit nav ul li.active {
          background: #fff; }
        #schedule_edit nav ul li.close {
          background: #fff;
          font-weight: bold;
          padding: 6px 11px;
          float: right;
          font-size: 21px;
          margin-right: 0px; }
  #schedule_edit #schedule_edit_content {
    position: absolute;
    background: #fff;
    z-index: 9;
    left: calc(25%);
    top: calc(20vh);
    bottom: calc(30vh);
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(50%);
    padding-top: 10px; }
    #schedule_edit #schedule_edit_content .interval {
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-bottom: 10px;
      background: #e5e5e5;
      color: #000; }
      #schedule_edit #schedule_edit_content .interval header {
        background: rgba(16, 63, 110, 0.9);
        color: #fff;
        font-weight: bold;
        padding-left: 10px;
        margin-top: 3px;
        height: 24px; }
        #schedule_edit #schedule_edit_content .interval header .time {
          margin-top: 2px;
          height: 24px;
          float: left; }
        #schedule_edit #schedule_edit_content .interval header .close {
          float: right;
          background: #fff;
          padding-right: 2px;
          padding-top: 2px;
          padding-left: 1px;
          height: 24px; }
    #schedule_edit #schedule_edit_content .add_interval {
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-bottom: 10px; }
      #schedule_edit #schedule_edit_content .add_interval header {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #000;
        background: #f5f5f5;
        overflow: hidden;
        margin-bottom: 8px;
        margin-top: 5px;
        padding-left: 5px; }
      #schedule_edit #schedule_edit_content .add_interval .edit_row {
        display: block; }
        #schedule_edit #schedule_edit_content .add_interval .edit_row .button {
          float: none;
          margin-top: 3px; }
        #schedule_edit #schedule_edit_content .add_interval .edit_row input {
          width: 33%; }

#schedule_table {
  cursor: pointer; }
  #schedule_table tbody tr td:hover {
    background: #888;
    color: #fff;
    font-weight: bold; }

.fc table {
  margin-bottom: 0px; }

.event_creation_header {
  overflow: hidden;
  color: #fff;
  background: #8aba30;
  padding: 5px 5px;
  float: left;
  width: 100%; }

.event_creation input {
  width: 100%; }

.event_creation .add_product select {
  width: 80% !important;
  float: left !important; }

.event_creation .add_product .product-add-button {
  float: left;
  background: #8aba30;
  color: #fff;
  font-size: 19px;
  padding: 7px;
  margin-left: 5px;
  cursor: pointer; }

.event_creation .order_product {
  padding: 15px 8px;
  border-bottom: 1px dashed #999;
  overflow: hidden; }
  .event_creation .order_product .product .product_header {
    background: #efefef;
    overflow: hidden; }
    .event_creation .order_product .product .product_header .icon-trash {
      font-size: 16px;
      padding: 7px 10px;
      cursor: pointer;
      display: block;
      float: right;
      color: red; }
    .event_creation .order_product .product .product_header .title {
      font-size: 14px;
      padding: 7px 8px;
      float: left;
      font-weight: bold; }
  .event_creation .order_product .product ul li label {
    color: #888; }
  .event_creation .order_product .product ul li:hover li {
    color: #000; }
