@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: "Font Awesome 6 Free";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: 900;
  font-weight: var(--fa-style, 900); }
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }
.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }
.fa-fw {
  text-align: center;
  width: 1.25em; }
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
.fa-ul > li {
    position: relative; }
.fa-li {
  left: calc(2em * -1);
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: 2em;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }
.fa-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: 0;
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: 0;
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: 0;
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: 0;
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: 0;
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: ease-in-out;
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: 0;
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: 0;
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: 2s;
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: linear;
          animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
  --fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: normal;
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: 1s;
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: infinite;
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: steps(8);
          animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(1.25);
            transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(1.25);
            transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(0.9, 1.1) translateY(-0.5em);
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(-0.125em);
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
  50% {
    opacity: 0.4;
    opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.125);
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: 0.4;
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.125);
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
  50% {
    transform: rotate3d(0, 1, 0, -180deg);
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  transform: rotate(90deg); }
.fa-rotate-180 {
  transform: rotate(180deg); }
.fa-rotate-270 {
  transform: rotate(270deg); }
.fa-flip-horizontal {
  transform: scale(-1, 1); }
.fa-flip-vertical {
  transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }
.fa-rotate-by {
  transform: rotate(none);
          transform: rotate(var(--fa-rotate-angle, 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%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff); }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }
.fa-1::before {
  content: "\31"; }
.fa-2::before {
  content: "\32"; }
.fa-3::before {
  content: "\33"; }
.fa-4::before {
  content: "\34"; }
.fa-5::before {
  content: "\35"; }
.fa-6::before {
  content: "\36"; }
.fa-7::before {
  content: "\37"; }
.fa-8::before {
  content: "\38"; }
.fa-9::before {
  content: "\39"; }
.fa-a::before {
  content: "\41"; }
.fa-address-book::before {
  content: "\f2b9"; }
.fa-contact-book::before {
  content: "\f2b9"; }
.fa-address-card::before {
  content: "\f2bb"; }
.fa-contact-card::before {
  content: "\f2bb"; }
.fa-vcard::before {
  content: "\f2bb"; }
.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-anchor::before {
  content: "\f13d"; }
.fa-anchor-circle-check::before {
  content: "\e4aa"; }
.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }
.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }
.fa-anchor-lock::before {
  content: "\e4ad"; }
.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-angles-down::before {
  content: "\f103"; }
.fa-angle-double-down::before {
  content: "\f103"; }
.fa-angles-left::before {
  content: "\f100"; }
.fa-angle-double-left::before {
  content: "\f100"; }
.fa-angles-right::before {
  content: "\f101"; }
.fa-angle-double-right::before {
  content: "\f101"; }
.fa-angles-up::before {
  content: "\f102"; }
.fa-angle-double-up::before {
  content: "\f102"; }
.fa-ankh::before {
  content: "\f644"; }
.fa-apple-whole::before {
  content: "\f5d1"; }
.fa-apple-alt::before {
  content: "\f5d1"; }
.fa-archway::before {
  content: "\f557"; }
.fa-arrow-down::before {
  content: "\f063"; }
.fa-arrow-down-1-9::before {
  content: "\f162"; }
.fa-sort-numeric-asc::before {
  content: "\f162"; }
.fa-sort-numeric-down::before {
  content: "\f162"; }
.fa-arrow-down-9-1::before {
  content: "\f886"; }
.fa-sort-numeric-desc::before {
  content: "\f886"; }
.fa-sort-numeric-down-alt::before {
  content: "\f886"; }
.fa-arrow-down-a-z::before {
  content: "\f15d"; }
.fa-sort-alpha-asc::before {
  content: "\f15d"; }
.fa-sort-alpha-down::before {
  content: "\f15d"; }
.fa-arrow-down-long::before {
  content: "\f175"; }
.fa-long-arrow-down::before {
  content: "\f175"; }
.fa-arrow-down-short-wide::before {
  content: "\f884"; }
.fa-sort-amount-desc::before {
  content: "\f884"; }
.fa-sort-amount-down-alt::before {
  content: "\f884"; }
.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }
.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }
.fa-arrow-down-wide-short::before {
  content: "\f160"; }
.fa-sort-amount-asc::before {
  content: "\f160"; }
.fa-sort-amount-down::before {
  content: "\f160"; }
.fa-arrow-down-z-a::before {
  content: "\f881"; }
.fa-sort-alpha-desc::before {
  content: "\f881"; }
.fa-sort-alpha-down-alt::before {
  content: "\f881"; }
.fa-arrow-left::before {
  content: "\f060"; }
.fa-arrow-left-long::before {
  content: "\f177"; }
.fa-long-arrow-left::before {
  content: "\f177"; }
.fa-arrow-pointer::before {
  content: "\f245"; }
.fa-mouse-pointer::before {
  content: "\f245"; }
.fa-arrow-right::before {
  content: "\f061"; }
.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }
.fa-exchange::before {
  content: "\f0ec"; }
.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }
.fa-sign-out::before {
  content: "\f08b"; }
.fa-arrow-right-long::before {
  content: "\f178"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-arrow-right-to-bracket::before {
  content: "\f090"; }
.fa-sign-in::before {
  content: "\f090"; }
.fa-arrow-right-to-city::before {
  content: "\e4b3"; }
.fa-arrow-rotate-left::before {
  content: "\f0e2"; }
.fa-arrow-left-rotate::before {
  content: "\f0e2"; }
.fa-arrow-rotate-back::before {
  content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }
.fa-undo::before {
  content: "\f0e2"; }
.fa-arrow-rotate-right::before {
  content: "\f01e"; }
.fa-arrow-right-rotate::before {
  content: "\f01e"; }
.fa-arrow-rotate-forward::before {
  content: "\f01e"; }
.fa-redo::before {
  content: "\f01e"; }
.fa-arrow-trend-down::before {
  content: "\e097"; }
.fa-arrow-trend-up::before {
  content: "\e098"; }
.fa-arrow-turn-down::before {
  content: "\f149"; }
.fa-level-down::before {
  content: "\f149"; }
.fa-arrow-turn-up::before {
  content: "\f148"; }
.fa-level-up::before {
  content: "\f148"; }
.fa-arrow-up::before {
  content: "\f062"; }
.fa-arrow-up-1-9::before {
  content: "\f163"; }
.fa-sort-numeric-up::before {
  content: "\f163"; }
.fa-arrow-up-9-1::before {
  content: "\f887"; }
.fa-sort-numeric-up-alt::before {
  content: "\f887"; }
.fa-arrow-up-a-z::before {
  content: "\f15e"; }
.fa-sort-alpha-up::before {
  content: "\f15e"; }
.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }
.fa-arrow-up-long::before {
  content: "\f176"; }
.fa-long-arrow-up::before {
  content: "\f176"; }
.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }
.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }
.fa-external-link::before {
  content: "\f08e"; }
.fa-arrow-up-short-wide::before {
  content: "\f885"; }
.fa-sort-amount-up-alt::before {
  content: "\f885"; }
.fa-arrow-up-wide-short::before {
  content: "\f161"; }
.fa-sort-amount-up::before {
  content: "\f161"; }
.fa-arrow-up-z-a::before {
  content: "\f882"; }
.fa-sort-alpha-up-alt::before {
  content: "\f882"; }
.fa-arrows-down-to-line::before {
  content: "\e4b8"; }
.fa-arrows-down-to-people::before {
  content: "\e4b9"; }
.fa-arrows-left-right::before {
  content: "\f07e"; }
.fa-arrows-h::before {
  content: "\f07e"; }
.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }
.fa-arrows-rotate::before {
  content: "\f021"; }
.fa-refresh::before {
  content: "\f021"; }
.fa-sync::before {
  content: "\f021"; }
.fa-arrows-spin::before {
  content: "\e4bb"; }
.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }
.fa-arrows-to-circle::before {
  content: "\e4bd"; }
.fa-arrows-to-dot::before {
  content: "\e4be"; }
.fa-arrows-to-eye::before {
  content: "\e4bf"; }
.fa-arrows-turn-right::before {
  content: "\e4c0"; }
.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }
.fa-arrows-up-down::before {
  content: "\f07d"; }
.fa-arrows-v::before {
  content: "\f07d"; }
.fa-arrows-up-down-left-right::before {
  content: "\f047"; }
.fa-arrows::before {
  content: "\f047"; }
.fa-arrows-up-to-line::before {
  content: "\e4c2"; }
.fa-asterisk::before {
  content: "\2a"; }
.fa-at::before {
  content: "\40"; }
.fa-atom::before {
  content: "\f5d2"; }
.fa-audio-description::before {
  content: "\f29e"; }
.fa-austral-sign::before {
  content: "\e0a9"; }
.fa-award::before {
  content: "\f559"; }
.fa-b::before {
  content: "\42"; }
.fa-baby::before {
  content: "\f77c"; }
.fa-baby-carriage::before {
  content: "\f77d"; }
.fa-carriage-baby::before {
  content: "\f77d"; }
.fa-backward::before {
  content: "\f04a"; }
.fa-backward-fast::before {
  content: "\f049"; }
.fa-fast-backward::before {
  content: "\f049"; }
.fa-backward-step::before {
  content: "\f048"; }
.fa-step-backward::before {
  content: "\f048"; }
.fa-bacon::before {
  content: "\f7e5"; }
.fa-bacteria::before {
  content: "\e059"; }
.fa-bacterium::before {
  content: "\e05a"; }
.fa-bag-shopping::before {
  content: "\f290"; }
.fa-shopping-bag::before {
  content: "\f290"; }
.fa-bahai::before {
  content: "\f666"; }
.fa-baht-sign::before {
  content: "\e0ac"; }
.fa-ban::before {
  content: "\f05e"; }
.fa-cancel::before {
  content: "\f05e"; }
.fa-ban-smoking::before {
  content: "\f54d"; }
.fa-smoking-ban::before {
  content: "\f54d"; }
.fa-bandage::before {
  content: "\f462"; }
.fa-band-aid::before {
  content: "\f462"; }
.fa-barcode::before {
  content: "\f02a"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-navicon::before {
  content: "\f0c9"; }
.fa-bars-progress::before {
  content: "\f828"; }
.fa-tasks-alt::before {
  content: "\f828"; }
.fa-bars-staggered::before {
  content: "\f550"; }
.fa-reorder::before {
  content: "\f550"; }
.fa-stream::before {
  content: "\f550"; }
.fa-baseball::before {
  content: "\f433"; }
.fa-baseball-ball::before {
  content: "\f433"; }
.fa-baseball-bat-ball::before {
  content: "\f432"; }
.fa-basket-shopping::before {
  content: "\f291"; }
.fa-shopping-basket::before {
  content: "\f291"; }
.fa-basketball::before {
  content: "\f434"; }
.fa-basketball-ball::before {
  content: "\f434"; }
.fa-bath::before {
  content: "\f2cd"; }
.fa-bathtub::before {
  content: "\f2cd"; }
.fa-battery-empty::before {
  content: "\f244"; }
.fa-battery-0::before {
  content: "\f244"; }
.fa-battery-full::before {
  content: "\f240"; }
.fa-battery::before {
  content: "\f240"; }
.fa-battery-5::before {
  content: "\f240"; }
.fa-battery-half::before {
  content: "\f242"; }
.fa-battery-3::before {
  content: "\f242"; }
.fa-battery-quarter::before {
  content: "\f243"; }
.fa-battery-2::before {
  content: "\f243"; }
.fa-battery-three-quarters::before {
  content: "\f241"; }
.fa-battery-4::before {
  content: "\f241"; }
.fa-bed::before {
  content: "\f236"; }
.fa-bed-pulse::before {
  content: "\f487"; }
.fa-procedures::before {
  content: "\f487"; }
.fa-beer-mug-empty::before {
  content: "\f0fc"; }
.fa-beer::before {
  content: "\f0fc"; }
.fa-bell::before {
  content: "\f0f3"; }
.fa-bell-concierge::before {
  content: "\f562"; }
.fa-concierge-bell::before {
  content: "\f562"; }
.fa-bell-slash::before {
  content: "\f1f6"; }
.fa-bezier-curve::before {
  content: "\f55b"; }
.fa-bicycle::before {
  content: "\f206"; }
.fa-binoculars::before {
  content: "\f1e5"; }
.fa-biohazard::before {
  content: "\f780"; }
.fa-bitcoin-sign::before {
  content: "\e0b4"; }
.fa-blender::before {
  content: "\f517"; }
.fa-blender-phone::before {
  content: "\f6b6"; }
.fa-blog::before {
  content: "\f781"; }
.fa-bold::before {
  content: "\f032"; }
.fa-bolt::before {
  content: "\f0e7"; }
.fa-zap::before {
  content: "\f0e7"; }
.fa-bolt-lightning::before {
  content: "\e0b7"; }
.fa-bomb::before {
  content: "\f1e2"; }
.fa-bone::before {
  content: "\f5d7"; }
.fa-bong::before {
  content: "\f55c"; }
.fa-book::before {
  content: "\f02d"; }
.fa-book-atlas::before {
  content: "\f558"; }
.fa-atlas::before {
  content: "\f558"; }
.fa-book-bible::before {
  content: "\f647"; }
.fa-bible::before {
  content: "\f647"; }
.fa-book-bookmark::before {
  content: "\e0bb"; }
.fa-book-journal-whills::before {
  content: "\f66a"; }
.fa-journal-whills::before {
  content: "\f66a"; }
.fa-book-medical::before {
  content: "\f7e6"; }
.fa-book-open::before {
  content: "\f518"; }
.fa-book-open-reader::before {
  content: "\f5da"; }
.fa-book-reader::before {
  content: "\f5da"; }
.fa-book-quran::before {
  content: "\f687"; }
.fa-quran::before {
  content: "\f687"; }
.fa-book-skull::before {
  content: "\f6b7"; }
.fa-book-dead::before {
  content: "\f6b7"; }
.fa-bookmark::before {
  content: "\f02e"; }
.fa-border-all::before {
  content: "\f84c"; }
.fa-border-none::before {
  content: "\f850"; }
.fa-border-top-left::before {
  content: "\f853"; }
.fa-border-style::before {
  content: "\f853"; }
.fa-bore-hole::before {
  content: "\e4c3"; }
.fa-bottle-droplet::before {
  content: "\e4c4"; }
.fa-bottle-water::before {
  content: "\e4c5"; }
.fa-bowl-food::before {
  content: "\e4c6"; }
.fa-bowl-rice::before {
  content: "\e2eb"; }
.fa-bowling-ball::before {
  content: "\f436"; }
.fa-box::before {
  content: "\f466"; }
.fa-box-archive::before {
  content: "\f187"; }
.fa-archive::before {
  content: "\f187"; }
.fa-box-open::before {
  content: "\f49e"; }
.fa-box-tissue::before {
  content: "\e05b"; }
.fa-boxes-packing::before {
  content: "\e4c7"; }
.fa-boxes-stacked::before {
  content: "\f468"; }
.fa-boxes::before {
  content: "\f468"; }
.fa-boxes-alt::before {
  content: "\f468"; }
.fa-braille::before {
  content: "\f2a1"; }
.fa-brain::before {
  content: "\f5dc"; }
.fa-brazilian-real-sign::before {
  content: "\e46c"; }
.fa-bread-slice::before {
  content: "\f7ec"; }
.fa-bridge::before {
  content: "\e4c8"; }
.fa-bridge-circle-check::before {
  content: "\e4c9"; }
.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }
.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }
.fa-bridge-lock::before {
  content: "\e4cc"; }
.fa-bridge-water::before {
  content: "\e4ce"; }
.fa-briefcase::before {
  content: "\f0b1"; }
.fa-briefcase-medical::before {
  content: "\f469"; }
.fa-broom::before {
  content: "\f51a"; }
.fa-broom-ball::before {
  content: "\f458"; }
.fa-quidditch::before {
  content: "\f458"; }
.fa-quidditch-broom-ball::before {
  content: "\f458"; }
.fa-brush::before {
  content: "\f55d"; }
.fa-bucket::before {
  content: "\e4cf"; }
.fa-bug::before {
  content: "\f188"; }
.fa-bug-slash::before {
  content: "\e490"; }
.fa-bugs::before {
  content: "\e4d0"; }
.fa-building::before {
  content: "\f1ad"; }
.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }
.fa-building-circle-check::before {
  content: "\e4d2"; }
.fa-building-circle-exclamation::before {
  content: "\e4d3"; }
.fa-building-circle-xmark::before {
  content: "\e4d4"; }
.fa-building-columns::before {
  content: "\f19c"; }
.fa-bank::before {
  content: "\f19c"; }
.fa-institution::before {
  content: "\f19c"; }
.fa-museum::before {
  content: "\f19c"; }
.fa-university::before {
  content: "\f19c"; }
.fa-building-flag::before {
  content: "\e4d5"; }
.fa-building-lock::before {
  content: "\e4d6"; }
.fa-building-ngo::before {
  content: "\e4d7"; }
.fa-building-shield::before {
  content: "\e4d8"; }
.fa-building-un::before {
  content: "\e4d9"; }
.fa-building-user::before {
  content: "\e4da"; }
.fa-building-wheat::before {
  content: "\e4db"; }
.fa-bullhorn::before {
  content: "\f0a1"; }
.fa-bullseye::before {
  content: "\f140"; }
.fa-burger::before {
  content: "\f805"; }
.fa-hamburger::before {
  content: "\f805"; }
.fa-burst::before {
  content: "\e4dc"; }
.fa-bus::before {
  content: "\f207"; }
.fa-bus-simple::before {
  content: "\f55e"; }
.fa-bus-alt::before {
  content: "\f55e"; }
.fa-business-time::before {
  content: "\f64a"; }
.fa-briefcase-clock::before {
  content: "\f64a"; }
.fa-c::before {
  content: "\43"; }
.fa-cake-candles::before {
  content: "\f1fd"; }
.fa-birthday-cake::before {
  content: "\f1fd"; }
.fa-cake::before {
  content: "\f1fd"; }
.fa-calculator::before {
  content: "\f1ec"; }
.fa-calendar::before {
  content: "\f133"; }
.fa-calendar-check::before {
  content: "\f274"; }
.fa-calendar-day::before {
  content: "\f783"; }
.fa-calendar-days::before {
  content: "\f073"; }
.fa-calendar-alt::before {
  content: "\f073"; }
.fa-calendar-minus::before {
  content: "\f272"; }
.fa-calendar-plus::before {
  content: "\f271"; }
.fa-calendar-week::before {
  content: "\f784"; }
.fa-calendar-xmark::before {
  content: "\f273"; }
.fa-calendar-times::before {
  content: "\f273"; }
.fa-camera::before {
  content: "\f030"; }
.fa-camera-alt::before {
  content: "\f030"; }
.fa-camera-retro::before {
  content: "\f083"; }
.fa-camera-rotate::before {
  content: "\e0d8"; }
.fa-campground::before {
  content: "\f6bb"; }
.fa-candy-cane::before {
  content: "\f786"; }
.fa-cannabis::before {
  content: "\f55f"; }
.fa-capsules::before {
  content: "\f46b"; }
.fa-car::before {
  content: "\f1b9"; }
.fa-automobile::before {
  content: "\f1b9"; }
.fa-car-battery::before {
  content: "\f5df"; }
.fa-battery-car::before {
  content: "\f5df"; }
.fa-car-burst::before {
  content: "\f5e1"; }
.fa-car-crash::before {
  content: "\f5e1"; }
.fa-car-on::before {
  content: "\e4dd"; }
.fa-car-rear::before {
  content: "\f5de"; }
.fa-car-alt::before {
  content: "\f5de"; }
.fa-car-side::before {
  content: "\f5e4"; }
.fa-car-tunnel::before {
  content: "\e4de"; }
.fa-caravan::before {
  content: "\f8ff"; }
.fa-caret-down::before {
  content: "\f0d7"; }
.fa-caret-left::before {
  content: "\f0d9"; }
.fa-caret-right::before {
  content: "\f0da"; }
.fa-caret-up::before {
  content: "\f0d8"; }
.fa-carrot::before {
  content: "\f787"; }
.fa-cart-arrow-down::before {
  content: "\f218"; }
.fa-cart-flatbed::before {
  content: "\f474"; }
.fa-dolly-flatbed::before {
  content: "\f474"; }
.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }
.fa-luggage-cart::before {
  content: "\f59d"; }
.fa-cart-plus::before {
  content: "\f217"; }
.fa-cart-shopping::before {
  content: "\f07a"; }
.fa-shopping-cart::before {
  content: "\f07a"; }
.fa-cash-register::before {
  content: "\f788"; }
.fa-cat::before {
  content: "\f6be"; }
.fa-cedi-sign::before {
  content: "\e0df"; }
.fa-cent-sign::before {
  content: "\e3f5"; }
.fa-certificate::before {
  content: "\f0a3"; }
.fa-chair::before {
  content: "\f6c0"; }
.fa-chalkboard::before {
  content: "\f51b"; }
.fa-blackboard::before {
  content: "\f51b"; }
.fa-chalkboard-user::before {
  content: "\f51c"; }
.fa-chalkboard-teacher::before {
  content: "\f51c"; }
.fa-champagne-glasses::before {
  content: "\f79f"; }
.fa-glass-cheers::before {
  content: "\f79f"; }
.fa-charging-station::before {
  content: "\f5e7"; }
.fa-chart-area::before {
  content: "\f1fe"; }
.fa-area-chart::before {
  content: "\f1fe"; }
.fa-chart-bar::before {
  content: "\f080"; }
.fa-bar-chart::before {
  content: "\f080"; }
.fa-chart-column::before {
  content: "\e0e3"; }
.fa-chart-gantt::before {
  content: "\e0e4"; }
.fa-chart-line::before {
  content: "\f201"; }
.fa-line-chart::before {
  content: "\f201"; }
.fa-chart-pie::before {
  content: "\f200"; }
.fa-pie-chart::before {
  content: "\f200"; }
.fa-chart-simple::before {
  content: "\e473"; }
.fa-check::before {
  content: "\f00c"; }
.fa-check-double::before {
  content: "\f560"; }
.fa-check-to-slot::before {
  content: "\f772"; }
.fa-vote-yea::before {
  content: "\f772"; }
.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-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-child-dress::before {
  content: "\e59c"; }
.fa-child-reaching::before {
  content: "\e59d"; }
.fa-child-rifle::before {
  content: "\e4e0"; }
.fa-children::before {
  content: "\e4e1"; }
.fa-church::before {
  content: "\f51d"; }
.fa-circle::before {
  content: "\f111"; }
.fa-circle-arrow-down::before {
  content: "\f0ab"; }
.fa-arrow-circle-down::before {
  content: "\f0ab"; }
.fa-circle-arrow-left::before {
  content: "\f0a8"; }
.fa-arrow-circle-left::before {
  content: "\f0a8"; }
.fa-circle-arrow-right::before {
  content: "\f0a9"; }
.fa-arrow-circle-right::before {
  content: "\f0a9"; }
.fa-circle-arrow-up::before {
  content: "\f0aa"; }
.fa-arrow-circle-up::before {
  content: "\f0aa"; }
.fa-circle-check::before {
  content: "\f058"; }
.fa-check-circle::before {
  content: "\f058"; }
.fa-circle-chevron-down::before {
  content: "\f13a"; }
.fa-chevron-circle-down::before {
  content: "\f13a"; }
.fa-circle-chevron-left::before {
  content: "\f137"; }
.fa-chevron-circle-left::before {
  content: "\f137"; }
.fa-circle-chevron-right::before {
  content: "\f138"; }
.fa-chevron-circle-right::before {
  content: "\f138"; }
.fa-circle-chevron-up::before {
  content: "\f139"; }
.fa-chevron-circle-up::before {
  content: "\f139"; }
.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }
.fa-donate::before {
  content: "\f4b9"; }
.fa-circle-dot::before {
  content: "\f192"; }
.fa-dot-circle::before {
  content: "\f192"; }
.fa-circle-down::before {
  content: "\f358"; }
.fa-arrow-alt-circle-down::before {
  content: "\f358"; }
.fa-circle-exclamation::before {
  content: "\f06a"; }
.fa-exclamation-circle::before {
  content: "\f06a"; }
.fa-circle-h::before {
  content: "\f47e"; }
.fa-hospital-symbol::before {
  content: "\f47e"; }
.fa-circle-half-stroke::before {
  content: "\f042"; }
.fa-adjust::before {
  content: "\f042"; }
.fa-circle-info::before {
  content: "\f05a"; }
.fa-info-circle::before {
  content: "\f05a"; }
.fa-circle-left::before {
  content: "\f359"; }
.fa-arrow-alt-circle-left::before {
  content: "\f359"; }
.fa-circle-minus::before {
  content: "\f056"; }
.fa-minus-circle::before {
  content: "\f056"; }
.fa-circle-nodes::before {
  content: "\e4e2"; }
.fa-circle-notch::before {
  content: "\f1ce"; }
.fa-circle-pause::before {
  content: "\f28b"; }
.fa-pause-circle::before {
  content: "\f28b"; }
.fa-circle-play::before {
  content: "\f144"; }
.fa-play-circle::before {
  content: "\f144"; }
.fa-circle-plus::before {
  content: "\f055"; }
.fa-plus-circle::before {
  content: "\f055"; }
.fa-circle-question::before {
  content: "\f059"; }
.fa-question-circle::before {
  content: "\f059"; }
.fa-circle-radiation::before {
  content: "\f7ba"; }
.fa-radiation-alt::before {
  content: "\f7ba"; }
.fa-circle-right::before {
  content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }
.fa-circle-stop::before {
  content: "\f28d"; }
.fa-stop-circle::before {
  content: "\f28d"; }
.fa-circle-up::before {
  content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }
.fa-circle-user::before {
  content: "\f2bd"; }
.fa-user-circle::before {
  content: "\f2bd"; }
.fa-circle-xmark::before {
  content: "\f057"; }
.fa-times-circle::before {
  content: "\f057"; }
.fa-xmark-circle::before {
  content: "\f057"; }
.fa-city::before {
  content: "\f64f"; }
.fa-clapperboard::before {
  content: "\e131"; }
.fa-clipboard::before {
  content: "\f328"; }
.fa-clipboard-check::before {
  content: "\f46c"; }
.fa-clipboard-list::before {
  content: "\f46d"; }
.fa-clipboard-question::before {
  content: "\e4e3"; }
.fa-clipboard-user::before {
  content: "\f7f3"; }
.fa-clock::before {
  content: "\f017"; }
.fa-clock-four::before {
  content: "\f017"; }
.fa-clock-rotate-left::before {
  content: "\f1da"; }
.fa-history::before {
  content: "\f1da"; }
.fa-clone::before {
  content: "\f24d"; }
.fa-closed-captioning::before {
  content: "\f20a"; }
.fa-cloud::before {
  content: "\f0c2"; }
.fa-cloud-arrow-down::before {
  content: "\f0ed"; }
.fa-cloud-download::before {
  content: "\f0ed"; }
.fa-cloud-download-alt::before {
  content: "\f0ed"; }
.fa-cloud-arrow-up::before {
  content: "\f0ee"; }
.fa-cloud-upload::before {
  content: "\f0ee"; }
.fa-cloud-upload-alt::before {
  content: "\f0ee"; }
.fa-cloud-bolt::before {
  content: "\f76c"; }
.fa-thunderstorm::before {
  content: "\f76c"; }
.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-showers-water::before {
  content: "\e4e4"; }
.fa-cloud-sun::before {
  content: "\f6c4"; }
.fa-cloud-sun-rain::before {
  content: "\f743"; }
.fa-clover::before {
  content: "\e139"; }
.fa-code::before {
  content: "\f121"; }
.fa-code-branch::before {
  content: "\f126"; }
.fa-code-commit::before {
  content: "\f386"; }
.fa-code-compare::before {
  content: "\e13a"; }
.fa-code-fork::before {
  content: "\e13b"; }
.fa-code-merge::before {
  content: "\f387"; }
.fa-code-pull-request::before {
  content: "\e13c"; }
.fa-coins::before {
  content: "\f51e"; }
.fa-colon-sign::before {
  content: "\e140"; }
.fa-comment::before {
  content: "\f075"; }
.fa-comment-dollar::before {
  content: "\f651"; }
.fa-comment-dots::before {
  content: "\f4ad"; }
.fa-commenting::before {
  content: "\f4ad"; }
.fa-comment-medical::before {
  content: "\f7f5"; }
.fa-comment-slash::before {
  content: "\f4b3"; }
.fa-comment-sms::before {
  content: "\f7cd"; }
.fa-sms::before {
  content: "\f7cd"; }
.fa-comments::before {
  content: "\f086"; }
.fa-comments-dollar::before {
  content: "\f653"; }
.fa-compact-disc::before {
  content: "\f51f"; }
.fa-compass::before {
  content: "\f14e"; }
.fa-compass-drafting::before {
  content: "\f568"; }
.fa-drafting-compass::before {
  content: "\f568"; }
.fa-compress::before {
  content: "\f066"; }
.fa-computer::before {
  content: "\e4e5"; }
.fa-computer-mouse::before {
  content: "\f8cc"; }
.fa-mouse::before {
  content: "\f8cc"; }
.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-cow::before {
  content: "\f6c8"; }
.fa-credit-card::before {
  content: "\f09d"; }
.fa-credit-card-alt::before {
  content: "\f09d"; }
.fa-crop::before {
  content: "\f125"; }
.fa-crop-simple::before {
  content: "\f565"; }
.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-cruzeiro-sign::before {
  content: "\e152"; }
.fa-cube::before {
  content: "\f1b2"; }
.fa-cubes::before {
  content: "\f1b3"; }
.fa-cubes-stacked::before {
  content: "\e4e6"; }
.fa-d::before {
  content: "\44"; }
.fa-database::before {
  content: "\f1c0"; }
.fa-delete-left::before {
  content: "\f55a"; }
.fa-backspace::before {
  content: "\f55a"; }
.fa-democrat::before {
  content: "\f747"; }
.fa-desktop::before {
  content: "\f390"; }
.fa-desktop-alt::before {
  content: "\f390"; }
.fa-dharmachakra::before {
  content: "\f655"; }
.fa-diagram-next::before {
  content: "\e476"; }
.fa-diagram-predecessor::before {
  content: "\e477"; }
.fa-diagram-project::before {
  content: "\f542"; }
.fa-project-diagram::before {
  content: "\f542"; }
.fa-diagram-successor::before {
  content: "\e47a"; }
.fa-diamond::before {
  content: "\f219"; }
.fa-diamond-turn-right::before {
  content: "\f5eb"; }
.fa-directions::before {
  content: "\f5eb"; }
.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-disease::before {
  content: "\f7fa"; }
.fa-display::before {
  content: "\e163"; }
.fa-divide::before {
  content: "\f529"; }
.fa-dna::before {
  content: "\f471"; }
.fa-dog::before {
  content: "\f6d3"; }
.fa-dollar-sign::before {
  content: "\24"; }
.fa-dollar::before {
  content: "\24"; }
.fa-usd::before {
  content: "\24"; }
.fa-dolly::before {
  content: "\f472"; }
.fa-dolly-box::before {
  content: "\f472"; }
.fa-dong-sign::before {
  content: "\e169"; }
.fa-door-closed::before {
  content: "\f52a"; }
.fa-door-open::before {
  content: "\f52b"; }
.fa-dove::before {
  content: "\f4ba"; }
.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }
.fa-compress-alt::before {
  content: "\f422"; }
.fa-down-long::before {
  content: "\f309"; }
.fa-long-arrow-alt-down::before {
  content: "\f309"; }
.fa-download::before {
  content: "\f019"; }
.fa-dragon::before {
  content: "\f6d5"; }
.fa-draw-polygon::before {
  content: "\f5ee"; }
.fa-droplet::before {
  content: "\f043"; }
.fa-tint::before {
  content: "\f043"; }
.fa-droplet-slash::before {
  content: "\f5c7"; }
.fa-tint-slash::before {
  content: "\f5c7"; }
.fa-drum::before {
  content: "\f569"; }
.fa-drum-steelpan::before {
  content: "\f56a"; }
.fa-drumstick-bite::before {
  content: "\f6d7"; }
.fa-dumbbell::before {
  content: "\f44b"; }
.fa-dumpster::before {
  content: "\f793"; }
.fa-dumpster-fire::before {
  content: "\f794"; }
.fa-dungeon::before {
  content: "\f6d9"; }
.fa-e::before {
  content: "\45"; }
.fa-ear-deaf::before {
  content: "\f2a4"; }
.fa-deaf::before {
  content: "\f2a4"; }
.fa-deafness::before {
  content: "\f2a4"; }
.fa-hard-of-hearing::before {
  content: "\f2a4"; }
.fa-ear-listen::before {
  content: "\f2a2"; }
.fa-assistive-listening-systems::before {
  content: "\f2a2"; }
.fa-earth-africa::before {
  content: "\f57c"; }
.fa-globe-africa::before {
  content: "\f57c"; }
.fa-earth-americas::before {
  content: "\f57d"; }
.fa-earth::before {
  content: "\f57d"; }
.fa-earth-america::before {
  content: "\f57d"; }
.fa-globe-americas::before {
  content: "\f57d"; }
.fa-earth-asia::before {
  content: "\f57e"; }
.fa-globe-asia::before {
  content: "\f57e"; }
.fa-earth-europe::before {
  content: "\f7a2"; }
.fa-globe-europe::before {
  content: "\f7a2"; }
.fa-earth-oceania::before {
  content: "\e47b"; }
.fa-globe-oceania::before {
  content: "\e47b"; }
.fa-egg::before {
  content: "\f7fb"; }
.fa-eject::before {
  content: "\f052"; }
.fa-elevator::before {
  content: "\e16d"; }
.fa-ellipsis::before {
  content: "\f141"; }
.fa-ellipsis-h::before {
  content: "\f141"; }
.fa-ellipsis-vertical::before {
  content: "\f142"; }
.fa-ellipsis-v::before {
  content: "\f142"; }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-envelope-circle-check::before {
  content: "\e4e8"; }
.fa-envelope-open::before {
  content: "\f2b6"; }
.fa-envelope-open-text::before {
  content: "\f658"; }
.fa-envelopes-bulk::before {
  content: "\f674"; }
.fa-mail-bulk::before {
  content: "\f674"; }
.fa-equals::before {
  content: "\3d"; }
.fa-eraser::before {
  content: "\f12d"; }
.fa-ethernet::before {
  content: "\f796"; }
.fa-euro-sign::before {
  content: "\f153"; }
.fa-eur::before {
  content: "\f153"; }
.fa-euro::before {
  content: "\f153"; }
.fa-exclamation::before {
  content: "\21"; }
.fa-expand::before {
  content: "\f065"; }
.fa-explosion::before {
  content: "\e4e9"; }
.fa-eye::before {
  content: "\f06e"; }
.fa-eye-dropper::before {
  content: "\f1fb"; }
.fa-eye-dropper-empty::before {
  content: "\f1fb"; }
.fa-eyedropper::before {
  content: "\f1fb"; }
.fa-eye-low-vision::before {
  content: "\f2a8"; }
.fa-low-vision::before {
  content: "\f2a8"; }
.fa-eye-slash::before {
  content: "\f070"; }
.fa-f::before {
  content: "\46"; }
.fa-face-angry::before {
  content: "\f556"; }
.fa-angry::before {
  content: "\f556"; }
.fa-face-dizzy::before {
  content: "\f567"; }
.fa-dizzy::before {
  content: "\f567"; }
.fa-face-flushed::before {
  content: "\f579"; }
.fa-flushed::before {
  content: "\f579"; }
.fa-face-frown::before {
  content: "\f119"; }
.fa-frown::before {
  content: "\f119"; }
.fa-face-frown-open::before {
  content: "\f57a"; }
.fa-frown-open::before {
  content: "\f57a"; }
.fa-face-grimace::before {
  content: "\f57f"; }
.fa-grimace::before {
  content: "\f57f"; }
.fa-face-grin::before {
  content: "\f580"; }
.fa-grin::before {
  content: "\f580"; }
.fa-face-grin-beam::before {
  content: "\f582"; }
.fa-grin-beam::before {
  content: "\f582"; }
.fa-face-grin-beam-sweat::before {
  content: "\f583"; }
.fa-grin-beam-sweat::before {
  content: "\f583"; }
.fa-face-grin-hearts::before {
  content: "\f584"; }
.fa-grin-hearts::before {
  content: "\f584"; }
.fa-face-grin-squint::before {
  content: "\f585"; }
.fa-grin-squint::before {
  content: "\f585"; }
.fa-face-grin-squint-tears::before {
  content: "\f586"; }
.fa-grin-squint-tears::before {
  content: "\f586"; }
.fa-face-grin-stars::before {
  content: "\f587"; }
.fa-grin-stars::before {
  content: "\f587"; }
.fa-face-grin-tears::before {
  content: "\f588"; }
.fa-grin-tears::before {
  content: "\f588"; }
.fa-face-grin-tongue::before {
  content: "\f589"; }
.fa-grin-tongue::before {
  content: "\f589"; }
.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-face-grin-wide::before {
  content: "\f581"; }
.fa-grin-alt::before {
  content: "\f581"; }
.fa-face-grin-wink::before {
  content: "\f58c"; }
.fa-grin-wink::before {
  content: "\f58c"; }
.fa-face-kiss::before {
  content: "\f596"; }
.fa-kiss::before {
  content: "\f596"; }
.fa-face-kiss-beam::before {
  content: "\f597"; }
.fa-kiss-beam::before {
  content: "\f597"; }
.fa-face-kiss-wink-heart::before {
  content: "\f598"; }
.fa-kiss-wink-heart::before {
  content: "\f598"; }
.fa-face-laugh::before {
  content: "\f599"; }
.fa-laugh::before {
  content: "\f599"; }
.fa-face-laugh-beam::before {
  content: "\f59a"; }
.fa-laugh-beam::before {
  content: "\f59a"; }
.fa-face-laugh-squint::before {
  content: "\f59b"; }
.fa-laugh-squint::before {
  content: "\f59b"; }
.fa-face-laugh-wink::before {
  content: "\f59c"; }
.fa-laugh-wink::before {
  content: "\f59c"; }
.fa-face-meh::before {
  content: "\f11a"; }
.fa-meh::before {
  content: "\f11a"; }
.fa-face-meh-blank::before {
  content: "\f5a4"; }
.fa-meh-blank::before {
  content: "\f5a4"; }
.fa-face-rolling-eyes::before {
  content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }
.fa-face-sad-cry::before {
  content: "\f5b3"; }
.fa-sad-cry::before {
  content: "\f5b3"; }
.fa-face-sad-tear::before {
  content: "\f5b4"; }
.fa-sad-tear::before {
  content: "\f5b4"; }
.fa-face-smile::before {
  content: "\f118"; }
.fa-smile::before {
  content: "\f118"; }
.fa-face-smile-beam::before {
  content: "\f5b8"; }
.fa-smile-beam::before {
  content: "\f5b8"; }
.fa-face-smile-wink::before {
  content: "\f4da"; }
.fa-smile-wink::before {
  content: "\f4da"; }
.fa-face-surprise::before {
  content: "\f5c2"; }
.fa-surprise::before {
  content: "\f5c2"; }
.fa-face-tired::before {
  content: "\f5c8"; }
.fa-tired::before {
  content: "\f5c8"; }
.fa-fan::before {
  content: "\f863"; }
.fa-faucet::before {
  content: "\e005"; }
.fa-faucet-drip::before {
  content: "\e006"; }
.fa-fax::before {
  content: "\f1ac"; }
.fa-feather::before {
  content: "\f52d"; }
.fa-feather-pointed::before {
  content: "\f56b"; }
.fa-feather-alt::before {
  content: "\f56b"; }
.fa-ferry::before {
  content: "\e4ea"; }
.fa-file::before {
  content: "\f15b"; }
.fa-file-arrow-down::before {
  content: "\f56d"; }
.fa-file-download::before {
  content: "\f56d"; }
.fa-file-arrow-up::before {
  content: "\f574"; }
.fa-file-upload::before {
  content: "\f574"; }
.fa-file-audio::before {
  content: "\f1c7"; }
.fa-file-circle-check::before {
  content: "\e493"; }
.fa-file-circle-exclamation::before {
  content: "\e4eb"; }
.fa-file-circle-minus::before {
  content: "\e4ed"; }
.fa-file-circle-plus::before {
  content: "\e4ee"; }
.fa-file-circle-question::before {
  content: "\e4ef"; }
.fa-file-circle-xmark::before {
  content: "\e494"; }
.fa-file-code::before {
  content: "\f1c9"; }
.fa-file-contract::before {
  content: "\f56c"; }
.fa-file-csv::before {
  content: "\f6dd"; }
.fa-file-excel::before {
  content: "\f1c3"; }
.fa-file-export::before {
  content: "\f56e"; }
.fa-arrow-right-from-file::before {
  content: "\f56e"; }
.fa-file-image::before {
  content: "\f1c5"; }
.fa-file-import::before {
  content: "\f56f"; }
.fa-arrow-right-to-file::before {
  content: "\f56f"; }
.fa-file-invoice::before {
  content: "\f570"; }
.fa-file-invoice-dollar::before {
  content: "\f571"; }
.fa-file-lines::before {
  content: "\f15c"; }
.fa-file-alt::before {
  content: "\f15c"; }
.fa-file-text::before {
  content: "\f15c"; }
.fa-file-medical::before {
  content: "\f477"; }
.fa-file-pdf::before {
  content: "\f1c1"; }
.fa-file-pen::before {
  content: "\f31c"; }
.fa-file-edit::before {
  content: "\f31c"; }
.fa-file-powerpoint::before {
  content: "\f1c4"; }
.fa-file-prescription::before {
  content: "\f572"; }
.fa-file-shield::before {
  content: "\e4f0"; }
.fa-file-signature::before {
  content: "\f573"; }
.fa-file-video::before {
  content: "\f1c8"; }
.fa-file-waveform::before {
  content: "\f478"; }
.fa-file-medical-alt::before {
  content: "\f478"; }
.fa-file-word::before {
  content: "\f1c2"; }
.fa-file-zipper::before {
  content: "\f1c6"; }
.fa-file-archive::before {
  content: "\f1c6"; }
.fa-fill::before {
  content: "\f575"; }
.fa-fill-drip::before {
  content: "\f576"; }
.fa-film::before {
  content: "\f008"; }
.fa-filter::before {
  content: "\f0b0"; }
.fa-filter-circle-dollar::before {
  content: "\f662"; }
.fa-funnel-dollar::before {
  content: "\f662"; }
.fa-filter-circle-xmark::before {
  content: "\e17b"; }
.fa-fingerprint::before {
  content: "\f577"; }
.fa-fire::before {
  content: "\f06d"; }
.fa-fire-burner::before {
  content: "\e4f1"; }
.fa-fire-extinguisher::before {
  content: "\f134"; }
.fa-fire-flame-curved::before {
  content: "\f7e4"; }
.fa-fire-alt::before {
  content: "\f7e4"; }
.fa-fire-flame-simple::before {
  content: "\f46a"; }
.fa-burn::before {
  content: "\f46a"; }
.fa-fish::before {
  content: "\f578"; }
.fa-fish-fins::before {
  content: "\e4f2"; }
.fa-flag::before {
  content: "\f024"; }
.fa-flag-checkered::before {
  content: "\f11e"; }
.fa-flag-usa::before {
  content: "\f74d"; }
.fa-flask::before {
  content: "\f0c3"; }
.fa-flask-vial::before {
  content: "\e4f3"; }
.fa-floppy-disk::before {
  content: "\f0c7"; }
.fa-save::before {
  content: "\f0c7"; }
.fa-florin-sign::before {
  content: "\e184"; }
.fa-folder::before {
  content: "\f07b"; }
.fa-folder-blank::before {
  content: "\f07b"; }
.fa-folder-closed::before {
  content: "\e185"; }
.fa-folder-minus::before {
  content: "\f65d"; }
.fa-folder-open::before {
  content: "\f07c"; }
.fa-folder-plus::before {
  content: "\f65e"; }
.fa-folder-tree::before {
  content: "\f802"; }
.fa-font::before {
  content: "\f031"; }
.fa-football::before {
  content: "\f44e"; }
.fa-football-ball::before {
  content: "\f44e"; }
.fa-forward::before {
  content: "\f04e"; }
.fa-forward-fast::before {
  content: "\f050"; }
.fa-fast-forward::before {
  content: "\f050"; }
.fa-forward-step::before {
  content: "\f051"; }
.fa-step-forward::before {
  content: "\f051"; }
.fa-franc-sign::before {
  content: "\e18f"; }
.fa-frog::before {
  content: "\f52e"; }
.fa-futbol::before {
  content: "\f1e3"; }
.fa-futbol-ball::before {
  content: "\f1e3"; }
.fa-soccer-ball::before {
  content: "\f1e3"; }
.fa-g::before {
  content: "\47"; }
.fa-gamepad::before {
  content: "\f11b"; }
.fa-gas-pump::before {
  content: "\f52f"; }
.fa-gauge::before {
  content: "\f624"; }
.fa-dashboard::before {
  content: "\f624"; }
.fa-gauge-med::before {
  content: "\f624"; }
.fa-tachometer-alt-average::before {
  content: "\f624"; }
.fa-gauge-high::before {
  content: "\f625"; }
.fa-tachometer-alt::before {
  content: "\f625"; }
.fa-tachometer-alt-fast::before {
  content: "\f625"; }
.fa-gauge-simple::before {
  content: "\f629"; }
.fa-gauge-simple-med::before {
  content: "\f629"; }
.fa-tachometer-average::before {
  content: "\f629"; }
.fa-gauge-simple-high::before {
  content: "\f62a"; }
.fa-tachometer::before {
  content: "\f62a"; }
.fa-tachometer-fast::before {
  content: "\f62a"; }
.fa-gavel::before {
  content: "\f0e3"; }
.fa-legal::before {
  content: "\f0e3"; }
.fa-gear::before {
  content: "\f013"; }
.fa-cog::before {
  content: "\f013"; }
.fa-gears::before {
  content: "\f085"; }
.fa-cogs::before {
  content: "\f085"; }
.fa-gem::before {
  content: "\f3a5"; }
.fa-genderless::before {
  content: "\f22d"; }
.fa-ghost::before {
  content: "\f6e2"; }
.fa-gift::before {
  content: "\f06b"; }
.fa-gifts::before {
  content: "\f79c"; }
.fa-glass-water::before {
  content: "\e4f4"; }
.fa-glass-water-droplet::before {
  content: "\e4f5"; }
.fa-glasses::before {
  content: "\f530"; }
.fa-globe::before {
  content: "\f0ac"; }
.fa-golf-ball-tee::before {
  content: "\f450"; }
.fa-golf-ball::before {
  content: "\f450"; }
.fa-gopuram::before {
  content: "\f664"; }
.fa-graduation-cap::before {
  content: "\f19d"; }
.fa-mortar-board::before {
  content: "\f19d"; }
.fa-greater-than::before {
  content: "\3e"; }
.fa-greater-than-equal::before {
  content: "\f532"; }
.fa-grip::before {
  content: "\f58d"; }
.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-group-arrows-rotate::before {
  content: "\e4f6"; }
.fa-guarani-sign::before {
  content: "\e19a"; }
.fa-guitar::before {
  content: "\f7a6"; }
.fa-gun::before {
  content: "\e19b"; }
.fa-h::before {
  content: "\48"; }
.fa-hammer::before {
  content: "\f6e3"; }
.fa-hamsa::before {
  content: "\f665"; }
.fa-hand::before {
  content: "\f256"; }
.fa-hand-paper::before {
  content: "\f256"; }
.fa-hand-back-fist::before {
  content: "\f255"; }
.fa-hand-rock::before {
  content: "\f255"; }
.fa-hand-dots::before {
  content: "\f461"; }
.fa-allergies::before {
  content: "\f461"; }
.fa-hand-fist::before {
  content: "\f6de"; }
.fa-fist-raised::before {
  content: "\f6de"; }
.fa-hand-holding::before {
  content: "\f4bd"; }
.fa-hand-holding-dollar::before {
  content: "\f4c0"; }
.fa-hand-holding-usd::before {
  content: "\f4c0"; }
.fa-hand-holding-droplet::before {
  content: "\f4c1"; }
.fa-hand-holding-water::before {
  content: "\f4c1"; }
.fa-hand-holding-hand::before {
  content: "\e4f7"; }
.fa-hand-holding-heart::before {
  content: "\f4be"; }
.fa-hand-holding-medical::before {
  content: "\e05c"; }
.fa-hand-lizard::before {
  content: "\f258"; }
.fa-hand-middle-finger::before {
  content: "\f806"; }
.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-scissors::before {
  content: "\f257"; }
.fa-hand-sparkles::before {
  content: "\e05d"; }
.fa-hand-spock::before {
  content: "\f259"; }
.fa-handcuffs::before {
  content: "\e4f8"; }
.fa-hands::before {
  content: "\f2a7"; }
.fa-sign-language::before {
  content: "\f2a7"; }
.fa-signing::before {
  content: "\f2a7"; }
.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-asl-interpreting::before {
  content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-hands-bound::before {
  content: "\e4f9"; }
.fa-hands-bubbles::before {
  content: "\e05e"; }
.fa-hands-wash::before {
  content: "\e05e"; }
.fa-hands-clapping::before {
  content: "\e1a8"; }
.fa-hands-holding::before {
  content: "\f4c2"; }
.fa-hands-holding-child::before {
  content: "\e4fa"; }
.fa-hands-holding-circle::before {
  content: "\e4fb"; }
.fa-hands-praying::before {
  content: "\f684"; }
.fa-praying-hands::before {
  content: "\f684"; }
.fa-handshake::before {
  content: "\f2b5"; }
.fa-handshake-angle::before {
  content: "\f4c4"; }
.fa-hands-helping::before {
  content: "\f4c4"; }
.fa-handshake-simple::before {
  content: "\f4c6"; }
.fa-handshake-alt::before {
  content: "\f4c6"; }
.fa-handshake-simple-slash::before {
  content: "\e05f"; }
.fa-handshake-alt-slash::before {
  content: "\e05f"; }
.fa-handshake-slash::before {
  content: "\e060"; }
.fa-hanukiah::before {
  content: "\f6e6"; }
.fa-hard-drive::before {
  content: "\f0a0"; }
.fa-hdd::before {
  content: "\f0a0"; }
.fa-hashtag::before {
  content: "\23"; }
.fa-hat-cowboy::before {
  content: "\f8c0"; }
.fa-hat-cowboy-side::before {
  content: "\f8c1"; }
.fa-hat-wizard::before {
  content: "\f6e8"; }
.fa-head-side-cough::before {
  content: "\e061"; }
.fa-head-side-cough-slash::before {
  content: "\e062"; }
.fa-head-side-mask::before {
  content: "\e063"; }
.fa-head-side-virus::before {
  content: "\e064"; }
.fa-heading::before {
  content: "\f1dc"; }
.fa-header::before {
  content: "\f1dc"; }
.fa-headphones::before {
  content: "\f025"; }
.fa-headphones-simple::before {
  content: "\f58f"; }
.fa-headphones-alt::before {
  content: "\f58f"; }
.fa-headset::before {
  content: "\f590"; }
.fa-heart::before {
  content: "\f004"; }
.fa-heart-circle-bolt::before {
  content: "\e4fc"; }
.fa-heart-circle-check::before {
  content: "\e4fd"; }
.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }
.fa-heart-circle-minus::before {
  content: "\e4ff"; }
.fa-heart-circle-plus::before {
  content: "\e500"; }
.fa-heart-circle-xmark::before {
  content: "\e501"; }
.fa-heart-crack::before {
  content: "\f7a9"; }
.fa-heart-broken::before {
  content: "\f7a9"; }
.fa-heart-pulse::before {
  content: "\f21e"; }
.fa-heartbeat::before {
  content: "\f21e"; }
.fa-helicopter::before {
  content: "\f533"; }
.fa-helicopter-symbol::before {
  content: "\e502"; }
.fa-helmet-safety::before {
  content: "\f807"; }
.fa-hard-hat::before {
  content: "\f807"; }
.fa-hat-hard::before {
  content: "\f807"; }
.fa-helmet-un::before {
  content: "\e503"; }
.fa-highlighter::before {
  content: "\f591"; }
.fa-hill-avalanche::before {
  content: "\e507"; }
.fa-hill-rockslide::before {
  content: "\e508"; }
.fa-hippo::before {
  content: "\f6ed"; }
.fa-hockey-puck::before {
  content: "\f453"; }
.fa-holly-berry::before {
  content: "\f7aa"; }
.fa-horse::before {
  content: "\f6f0"; }
.fa-horse-head::before {
  content: "\f7ab"; }
.fa-hospital::before {
  content: "\f0f8"; }
.fa-hospital-alt::before {
  content: "\f0f8"; }
.fa-hospital-wide::before {
  content: "\f0f8"; }
.fa-hospital-user::before {
  content: "\f80d"; }
.fa-hot-tub-person::before {
  content: "\f593"; }
.fa-hot-tub::before {
  content: "\f593"; }
.fa-hotdog::before {
  content: "\f80f"; }
.fa-hotel::before {
  content: "\f594"; }
.fa-hourglass::before {
  content: "\f254"; }
.fa-hourglass-2::before {
  content: "\f254"; }
.fa-hourglass-half::before {
  content: "\f254"; }
.fa-hourglass-empty::before {
  content: "\f252"; }
.fa-hourglass-end::before {
  content: "\f253"; }
.fa-hourglass-3::before {
  content: "\f253"; }
.fa-hourglass-start::before {
  content: "\f251"; }
.fa-hourglass-1::before {
  content: "\f251"; }
.fa-house::before {
  content: "\f015"; }
.fa-home::before {
  content: "\f015"; }
.fa-home-alt::before {
  content: "\f015"; }
.fa-home-lg-alt::before {
  content: "\f015"; }
.fa-house-chimney::before {
  content: "\e3af"; }
.fa-home-lg::before {
  content: "\e3af"; }
.fa-house-chimney-crack::before {
  content: "\f6f1"; }
.fa-house-damage::before {
  content: "\f6f1"; }
.fa-house-chimney-medical::before {
  content: "\f7f2"; }
.fa-clinic-medical::before {
  content: "\f7f2"; }
.fa-house-chimney-user::before {
  content: "\e065"; }
.fa-house-chimney-window::before {
  content: "\e00d"; }
.fa-house-circle-check::before {
  content: "\e509"; }
.fa-house-circle-exclamation::before {
  content: "\e50a"; }
.fa-house-circle-xmark::before {
  content: "\e50b"; }
.fa-house-crack::before {
  content: "\e3b1"; }
.fa-house-fire::before {
  content: "\e50c"; }
.fa-house-flag::before {
  content: "\e50d"; }
.fa-house-flood-water::before {
  content: "\e50e"; }
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }
.fa-house-laptop::before {
  content: "\e066"; }
.fa-laptop-house::before {
  content: "\e066"; }
.fa-house-lock::before {
  content: "\e510"; }
.fa-house-medical::before {
  content: "\e3b2"; }
.fa-house-medical-circle-check::before {
  content: "\e511"; }
.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }
.fa-house-medical-circle-xmark::before {
  content: "\e513"; }
.fa-house-medical-flag::before {
  content: "\e514"; }
.fa-house-signal::before {
  content: "\e012"; }
.fa-house-tsunami::before {
  content: "\e515"; }
.fa-house-user::before {
  content: "\e1b0"; }
.fa-home-user::before {
  content: "\e1b0"; }
.fa-hryvnia-sign::before {
  content: "\f6f2"; }
.fa-hryvnia::before {
  content: "\f6f2"; }
.fa-hurricane::before {
  content: "\f751"; }
.fa-i::before {
  content: "\49"; }
.fa-i-cursor::before {
  content: "\f246"; }
.fa-ice-cream::before {
  content: "\f810"; }
.fa-icicles::before {
  content: "\f7ad"; }
.fa-icons::before {
  content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }
.fa-id-badge::before {
  content: "\f2c1"; }
.fa-id-card::before {
  content: "\f2c2"; }
.fa-drivers-license::before {
  content: "\f2c2"; }
.fa-id-card-clip::before {
  content: "\f47f"; }
.fa-id-card-alt::before {
  content: "\f47f"; }
.fa-igloo::before {
  content: "\f7ae"; }
.fa-image::before {
  content: "\f03e"; }
.fa-image-portrait::before {
  content: "\f3e0"; }
.fa-portrait::before {
  content: "\f3e0"; }
.fa-images::before {
  content: "\f302"; }
.fa-inbox::before {
  content: "\f01c"; }
.fa-indent::before {
  content: "\f03c"; }
.fa-indian-rupee-sign::before {
  content: "\e1bc"; }
.fa-indian-rupee::before {
  content: "\e1bc"; }
.fa-inr::before {
  content: "\e1bc"; }
.fa-industry::before {
  content: "\f275"; }
.fa-infinity::before {
  content: "\f534"; }
.fa-info::before {
  content: "\f129"; }
.fa-italic::before {
  content: "\f033"; }
.fa-j::before {
  content: "\4a"; }
.fa-jar::before {
  content: "\e516"; }
.fa-jar-wheat::before {
  content: "\e517"; }
.fa-jedi::before {
  content: "\f669"; }
.fa-jet-fighter::before {
  content: "\f0fb"; }
.fa-fighter-jet::before {
  content: "\f0fb"; }
.fa-jet-fighter-up::before {
  content: "\e518"; }
.fa-joint::before {
  content: "\f595"; }
.fa-jug-detergent::before {
  content: "\e519"; }
.fa-k::before {
  content: "\4b"; }
.fa-kaaba::before {
  content: "\f66b"; }
.fa-key::before {
  content: "\f084"; }
.fa-keyboard::before {
  content: "\f11c"; }
.fa-khanda::before {
  content: "\f66d"; }
.fa-kip-sign::before {
  content: "\e1c4"; }
.fa-kit-medical::before {
  content: "\f479"; }
.fa-first-aid::before {
  content: "\f479"; }
.fa-kitchen-set::before {
  content: "\e51a"; }
.fa-kiwi-bird::before {
  content: "\f535"; }
.fa-l::before {
  content: "\4c"; }
.fa-land-mine-on::before {
  content: "\e51b"; }
.fa-landmark::before {
  content: "\f66f"; }
.fa-landmark-dome::before {
  content: "\f752"; }
.fa-landmark-alt::before {
  content: "\f752"; }
.fa-landmark-flag::before {
  content: "\e51c"; }
.fa-language::before {
  content: "\f1ab"; }
.fa-laptop::before {
  content: "\f109"; }
.fa-laptop-code::before {
  content: "\f5fc"; }
.fa-laptop-file::before {
  content: "\e51d"; }
.fa-laptop-medical::before {
  content: "\f812"; }
.fa-lari-sign::before {
  content: "\e1c8"; }
.fa-layer-group::before {
  content: "\f5fd"; }
.fa-leaf::before {
  content: "\f06c"; }
.fa-left-long::before {
  content: "\f30a"; }
.fa-long-arrow-alt-left::before {
  content: "\f30a"; }
.fa-left-right::before {
  content: "\f337"; }
.fa-arrows-alt-h::before {
  content: "\f337"; }
.fa-lemon::before {
  content: "\f094"; }
.fa-less-than::before {
  content: "\3c"; }
.fa-less-than-equal::before {
  content: "\f537"; }
.fa-life-ring::before {
  content: "\f1cd"; }
.fa-lightbulb::before {
  content: "\f0eb"; }
.fa-lines-leaning::before {
  content: "\e51e"; }
.fa-link::before {
  content: "\f0c1"; }
.fa-chain::before {
  content: "\f0c1"; }
.fa-link-slash::before {
  content: "\f127"; }
.fa-chain-broken::before {
  content: "\f127"; }
.fa-chain-slash::before {
  content: "\f127"; }
.fa-unlink::before {
  content: "\f127"; }
.fa-lira-sign::before {
  content: "\f195"; }
.fa-list::before {
  content: "\f03a"; }
.fa-list-squares::before {
  content: "\f03a"; }
.fa-list-check::before {
  content: "\f0ae"; }
.fa-tasks::before {
  content: "\f0ae"; }
.fa-list-ol::before {
  content: "\f0cb"; }
.fa-list-1-2::before {
  content: "\f0cb"; }
.fa-list-numeric::before {
  content: "\f0cb"; }
.fa-list-ul::before {
  content: "\f0ca"; }
.fa-list-dots::before {
  content: "\f0ca"; }
.fa-litecoin-sign::before {
  content: "\e1d3"; }
.fa-location-arrow::before {
  content: "\f124"; }
.fa-location-crosshairs::before {
  content: "\f601"; }
.fa-location::before {
  content: "\f601"; }
.fa-location-dot::before {
  content: "\f3c5"; }
.fa-map-marker-alt::before {
  content: "\f3c5"; }
.fa-location-pin::before {
  content: "\f041"; }
.fa-map-marker::before {
  content: "\f041"; }
.fa-location-pin-lock::before {
  content: "\e51f"; }
.fa-lock::before {
  content: "\f023"; }
.fa-lock-open::before {
  content: "\f3c1"; }
.fa-locust::before {
  content: "\e520"; }
.fa-lungs::before {
  content: "\f604"; }
.fa-lungs-virus::before {
  content: "\e067"; }
.fa-m::before {
  content: "\4d"; }
.fa-magnet::before {
  content: "\f076"; }
.fa-magnifying-glass::before {
  content: "\f002"; }
.fa-search::before {
  content: "\f002"; }
.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }
.fa-magnifying-glass-chart::before {
  content: "\e522"; }
.fa-magnifying-glass-dollar::before {
  content: "\f688"; }
.fa-search-dollar::before {
  content: "\f688"; }
.fa-magnifying-glass-location::before {
  content: "\f689"; }
.fa-search-location::before {
  content: "\f689"; }
.fa-magnifying-glass-minus::before {
  content: "\f010"; }
.fa-search-minus::before {
  content: "\f010"; }
.fa-magnifying-glass-plus::before {
  content: "\f00e"; }
.fa-search-plus::before {
  content: "\f00e"; }
.fa-manat-sign::before {
  content: "\e1d5"; }
.fa-map::before {
  content: "\f279"; }
.fa-map-location::before {
  content: "\f59f"; }
.fa-map-marked::before {
  content: "\f59f"; }
.fa-map-location-dot::before {
  content: "\f5a0"; }
.fa-map-marked-alt::before {
  content: "\f5a0"; }
.fa-map-pin::before {
  content: "\f276"; }
.fa-marker::before {
  content: "\f5a1"; }
.fa-mars::before {
  content: "\f222"; }
.fa-mars-and-venus::before {
  content: "\f224"; }
.fa-mars-and-venus-burst::before {
  content: "\e523"; }
.fa-mars-double::before {
  content: "\f227"; }
.fa-mars-stroke::before {
  content: "\f229"; }
.fa-mars-stroke-right::before {
  content: "\f22b"; }
.fa-mars-stroke-h::before {
  content: "\f22b"; }
.fa-mars-stroke-up::before {
  content: "\f22a"; }
.fa-mars-stroke-v::before {
  content: "\f22a"; }
.fa-martini-glass::before {
  content: "\f57b"; }
.fa-glass-martini-alt::before {
  content: "\f57b"; }
.fa-martini-glass-citrus::before {
  content: "\f561"; }
.fa-cocktail::before {
  content: "\f561"; }
.fa-martini-glass-empty::before {
  content: "\f000"; }
.fa-glass-martini::before {
  content: "\f000"; }
.fa-mask::before {
  content: "\f6fa"; }
.fa-mask-face::before {
  content: "\e1d7"; }
.fa-mask-ventilator::before {
  content: "\e524"; }
.fa-masks-theater::before {
  content: "\f630"; }
.fa-theater-masks::before {
  content: "\f630"; }
.fa-mattress-pillow::before {
  content: "\e525"; }
.fa-maximize::before {
  content: "\f31e"; }
.fa-expand-arrows-alt::before {
  content: "\f31e"; }
.fa-medal::before {
  content: "\f5a2"; }
.fa-memory::before {
  content: "\f538"; }
.fa-menorah::before {
  content: "\f676"; }
.fa-mercury::before {
  content: "\f223"; }
.fa-message::before {
  content: "\f27a"; }
.fa-comment-alt::before {
  content: "\f27a"; }
.fa-meteor::before {
  content: "\f753"; }
.fa-microchip::before {
  content: "\f2db"; }
.fa-microphone::before {
  content: "\f130"; }
.fa-microphone-lines::before {
  content: "\f3c9"; }
.fa-microphone-alt::before {
  content: "\f3c9"; }
.fa-microphone-lines-slash::before {
  content: "\f539"; }
.fa-microphone-alt-slash::before {
  content: "\f539"; }
.fa-microphone-slash::before {
  content: "\f131"; }
.fa-microscope::before {
  content: "\f610"; }
.fa-mill-sign::before {
  content: "\e1ed"; }
.fa-minimize::before {
  content: "\f78c"; }
.fa-compress-arrows-alt::before {
  content: "\f78c"; }
.fa-minus::before {
  content: "\f068"; }
.fa-subtract::before {
  content: "\f068"; }
.fa-mitten::before {
  content: "\f7b5"; }
.fa-mobile::before {
  content: "\f3ce"; }
.fa-mobile-android::before {
  content: "\f3ce"; }
.fa-mobile-phone::before {
  content: "\f3ce"; }
.fa-mobile-button::before {
  content: "\f10b"; }
.fa-mobile-retro::before {
  content: "\e527"; }
.fa-mobile-screen::before {
  content: "\f3cf"; }
.fa-mobile-android-alt::before {
  content: "\f3cf"; }
.fa-mobile-screen-button::before {
  content: "\f3cd"; }
.fa-mobile-alt::before {
  content: "\f3cd"; }
.fa-money-bill::before {
  content: "\f0d6"; }
.fa-money-bill-1::before {
  content: "\f3d1"; }
.fa-money-bill-alt::before {
  content: "\f3d1"; }
.fa-money-bill-1-wave::before {
  content: "\f53b"; }
.fa-money-bill-wave-alt::before {
  content: "\f53b"; }
.fa-money-bill-transfer::before {
  content: "\e528"; }
.fa-money-bill-trend-up::before {
  content: "\e529"; }
.fa-money-bill-wave::before {
  content: "\f53a"; }
.fa-money-bill-wheat::before {
  content: "\e52a"; }
.fa-money-bills::before {
  content: "\e1f3"; }
.fa-money-check::before {
  content: "\f53c"; }
.fa-money-check-dollar::before {
  content: "\f53d"; }
.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-mosquito::before {
  content: "\e52b"; }
.fa-mosquito-net::before {
  content: "\e52c"; }
.fa-motorcycle::before {
  content: "\f21c"; }
.fa-mound::before {
  content: "\e52d"; }
.fa-mountain::before {
  content: "\f6fc"; }
.fa-mountain-city::before {
  content: "\e52e"; }
.fa-mountain-sun::before {
  content: "\e52f"; }
.fa-mug-hot::before {
  content: "\f7b6"; }
.fa-mug-saucer::before {
  content: "\f0f4"; }
.fa-coffee::before {
  content: "\f0f4"; }
.fa-music::before {
  content: "\f001"; }
.fa-n::before {
  content: "\4e"; }
.fa-naira-sign::before {
  content: "\e1f6"; }
.fa-network-wired::before {
  content: "\f6ff"; }
.fa-neuter::before {
  content: "\f22c"; }
.fa-newspaper::before {
  content: "\f1ea"; }
.fa-not-equal::before {
  content: "\f53e"; }
.fa-note-sticky::before {
  content: "\f249"; }
.fa-sticky-note::before {
  content: "\f249"; }
.fa-notes-medical::before {
  content: "\f481"; }
.fa-o::before {
  content: "\4f"; }
.fa-object-group::before {
  content: "\f247"; }
.fa-object-ungroup::before {
  content: "\f248"; }
.fa-oil-can::before {
  content: "\f613"; }
.fa-oil-well::before {
  content: "\e532"; }
.fa-om::before {
  content: "\f679"; }
.fa-otter::before {
  content: "\f700"; }
.fa-outdent::before {
  content: "\f03b"; }
.fa-dedent::before {
  content: "\f03b"; }
.fa-p::before {
  content: "\50"; }
.fa-pager::before {
  content: "\f815"; }
.fa-paint-roller::before {
  content: "\f5aa"; }
.fa-paintbrush::before {
  content: "\f1fc"; }
.fa-paint-brush::before {
  content: "\f1fc"; }
.fa-palette::before {
  content: "\f53f"; }
.fa-pallet::before {
  content: "\f482"; }
.fa-panorama::before {
  content: "\e209"; }
.fa-paper-plane::before {
  content: "\f1d8"; }
.fa-paperclip::before {
  content: "\f0c6"; }
.fa-parachute-box::before {
  content: "\f4cd"; }
.fa-paragraph::before {
  content: "\f1dd"; }
.fa-passport::before {
  content: "\f5ab"; }
.fa-paste::before {
  content: "\f0ea"; }
.fa-file-clipboard::before {
  content: "\f0ea"; }
.fa-pause::before {
  content: "\f04c"; }
.fa-paw::before {
  content: "\f1b0"; }
.fa-peace::before {
  content: "\f67c"; }
.fa-pen::before {
  content: "\f304"; }
.fa-pen-clip::before {
  content: "\f305"; }
.fa-pen-alt::before {
  content: "\f305"; }
.fa-pen-fancy::before {
  content: "\f5ac"; }
.fa-pen-nib::before {
  content: "\f5ad"; }
.fa-pen-ruler::before {
  content: "\f5ae"; }
.fa-pencil-ruler::before {
  content: "\f5ae"; }
.fa-pen-to-square::before {
  content: "\f044"; }
.fa-edit::before {
  content: "\f044"; }
.fa-pencil::before {
  content: "\f303"; }
.fa-pencil-alt::before {
  content: "\f303"; }
.fa-people-arrows-left-right::before {
  content: "\e068"; }
.fa-people-arrows::before {
  content: "\e068"; }
.fa-people-carry-box::before {
  content: "\f4ce"; }
.fa-people-carry::before {
  content: "\f4ce"; }
.fa-people-group::before {
  content: "\e533"; }
.fa-people-line::before {
  content: "\e534"; }
.fa-people-pulling::before {
  content: "\e535"; }
.fa-people-robbery::before {
  content: "\e536"; }
.fa-people-roof::before {
  content: "\e537"; }
.fa-pepper-hot::before {
  content: "\f816"; }
.fa-percent::before {
  content: "\25"; }
.fa-percentage::before {
  content: "\25"; }
.fa-person::before {
  content: "\f183"; }
.fa-male::before {
  content: "\f183"; }
.fa-person-arrow-down-to-line::before {
  content: "\e538"; }
.fa-person-arrow-up-from-line::before {
  content: "\e539"; }
.fa-person-biking::before {
  content: "\f84a"; }
.fa-biking::before {
  content: "\f84a"; }
.fa-person-booth::before {
  content: "\f756"; }
.fa-person-breastfeeding::before {
  content: "\e53a"; }
.fa-person-burst::before {
  content: "\e53b"; }
.fa-person-cane::before {
  content: "\e53c"; }
.fa-person-chalkboard::before {
  content: "\e53d"; }
.fa-person-circle-check::before {
  content: "\e53e"; }
.fa-person-circle-exclamation::before {
  content: "\e53f"; }
.fa-person-circle-minus::before {
  content: "\e540"; }
.fa-person-circle-plus::before {
  content: "\e541"; }
.fa-person-circle-question::before {
  content: "\e542"; }
.fa-person-circle-xmark::before {
  content: "\e543"; }
.fa-person-digging::before {
  content: "\f85e"; }
.fa-digging::before {
  content: "\f85e"; }
.fa-person-dots-from-line::before {
  content: "\f470"; }
.fa-diagnoses::before {
  content: "\f470"; }
.fa-person-dress::before {
  content: "\f182"; }
.fa-female::before {
  content: "\f182"; }
.fa-person-dress-burst::before {
  content: "\e544"; }
.fa-person-drowning::before {
  content: "\e545"; }
.fa-person-falling::before {
  content: "\e546"; }
.fa-person-falling-burst::before {
  content: "\e547"; }
.fa-person-half-dress::before {
  content: "\e548"; }
.fa-person-harassing::before {
  content: "\e549"; }
.fa-person-hiking::before {
  content: "\f6ec"; }
.fa-hiking::before {
  content: "\f6ec"; }
.fa-person-military-pointing::before {
  content: "\e54a"; }
.fa-person-military-rifle::before {
  content: "\e54b"; }
.fa-person-military-to-person::before {
  content: "\e54c"; }
.fa-person-praying::before {
  content: "\f683"; }
.fa-pray::before {
  content: "\f683"; }
.fa-person-pregnant::before {
  content: "\e31e"; }
.fa-person-rays::before {
  content: "\e54d"; }
.fa-person-rifle::before {
  content: "\e54e"; }
.fa-person-running::before {
  content: "\f70c"; }
.fa-running::before {
  content: "\f70c"; }
.fa-person-shelter::before {
  content: "\e54f"; }
.fa-person-skating::before {
  content: "\f7c5"; }
.fa-skating::before {
  content: "\f7c5"; }
.fa-person-skiing::before {
  content: "\f7c9"; }
.fa-skiing::before {
  content: "\f7c9"; }
.fa-person-skiing-nordic::before {
  content: "\f7ca"; }
.fa-skiing-nordic::before {
  content: "\f7ca"; }
.fa-person-snowboarding::before {
  content: "\f7ce"; }
.fa-snowboarding::before {
  content: "\f7ce"; }
.fa-person-swimming::before {
  content: "\f5c4"; }
.fa-swimmer::before {
  content: "\f5c4"; }
.fa-person-through-window::before {
  content: "\e433"; }
.fa-person-walking::before {
  content: "\f554"; }
.fa-walking::before {
  content: "\f554"; }
.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }
.fa-person-walking-arrow-right::before {
  content: "\e552"; }
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }
.fa-person-walking-luggage::before {
  content: "\e554"; }
.fa-person-walking-with-cane::before {
  content: "\f29d"; }
.fa-blind::before {
  content: "\f29d"; }
.fa-peseta-sign::before {
  content: "\e221"; }
.fa-peso-sign::before {
  content: "\e222"; }
.fa-phone::before {
  content: "\f095"; }
.fa-phone-flip::before {
  content: "\f879"; }
.fa-phone-alt::before {
  content: "\f879"; }
.fa-phone-slash::before {
  content: "\f3dd"; }
.fa-phone-volume::before {
  content: "\f2a0"; }
.fa-volume-control-phone::before {
  content: "\f2a0"; }
.fa-photo-film::before {
  content: "\f87c"; }
.fa-photo-video::before {
  content: "\f87c"; }
.fa-piggy-bank::before {
  content: "\f4d3"; }
.fa-pills::before {
  content: "\f484"; }
.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-circle-check::before {
  content: "\e555"; }
.fa-plane-circle-exclamation::before {
  content: "\e556"; }
.fa-plane-circle-xmark::before {
  content: "\e557"; }
.fa-plane-departure::before {
  content: "\f5b0"; }
.fa-plane-lock::before {
  content: "\e558"; }
.fa-plane-slash::before {
  content: "\e069"; }
.fa-plane-up::before {
  content: "\e22d"; }
.fa-plant-wilt::before {
  content: "\e43b"; }
.fa-plate-wheat::before {
  content: "\e55a"; }
.fa-play::before {
  content: "\f04b"; }
.fa-plug::before {
  content: "\f1e6"; }
.fa-plug-circle-bolt::before {
  content: "\e55b"; }
.fa-plug-circle-check::before {
  content: "\e55c"; }
.fa-plug-circle-exclamation::before {
  content: "\e55d"; }
.fa-plug-circle-minus::before {
  content: "\e55e"; }
.fa-plug-circle-plus::before {
  content: "\e55f"; }
.fa-plug-circle-xmark::before {
  content: "\e560"; }
.fa-plus::before {
  content: "\2b"; }
.fa-add::before {
  content: "\2b"; }
.fa-plus-minus::before {
  content: "\e43c"; }
.fa-podcast::before {
  content: "\f2ce"; }
.fa-poo::before {
  content: "\f2fe"; }
.fa-poo-storm::before {
  content: "\f75a"; }
.fa-poo-bolt::before {
  content: "\f75a"; }
.fa-poop::before {
  content: "\f619"; }
.fa-power-off::before {
  content: "\f011"; }
.fa-prescription::before {
  content: "\f5b1"; }
.fa-prescription-bottle::before {
  content: "\f485"; }
.fa-prescription-bottle-medical::before {
  content: "\f486"; }
.fa-prescription-bottle-alt::before {
  content: "\f486"; }
.fa-print::before {
  content: "\f02f"; }
.fa-pump-medical::before {
  content: "\e06a"; }
.fa-pump-soap::before {
  content: "\e06b"; }
.fa-puzzle-piece::before {
  content: "\f12e"; }
.fa-q::before {
  content: "\51"; }
.fa-qrcode::before {
  content: "\f029"; }
.fa-question::before {
  content: "\3f"; }
.fa-quote-left::before {
  content: "\f10d"; }
.fa-quote-left-alt::before {
  content: "\f10d"; }
.fa-quote-right::before {
  content: "\f10e"; }
.fa-quote-right-alt::before {
  content: "\f10e"; }
.fa-r::before {
  content: "\52"; }
.fa-radiation::before {
  content: "\f7b9"; }
.fa-radio::before {
  content: "\f8d7"; }
.fa-rainbow::before {
  content: "\f75b"; }
.fa-ranking-star::before {
  content: "\e561"; }
.fa-receipt::before {
  content: "\f543"; }
.fa-record-vinyl::before {
  content: "\f8d9"; }
.fa-rectangle-ad::before {
  content: "\f641"; }
.fa-ad::before {
  content: "\f641"; }
.fa-rectangle-list::before {
  content: "\f022"; }
.fa-list-alt::before {
  content: "\f022"; }
.fa-rectangle-xmark::before {
  content: "\f410"; }
.fa-rectangle-times::before {
  content: "\f410"; }
.fa-times-rectangle::before {
  content: "\f410"; }
.fa-window-close::before {
  content: "\f410"; }
.fa-recycle::before {
  content: "\f1b8"; }
.fa-registered::before {
  content: "\f25d"; }
.fa-repeat::before {
  content: "\f363"; }
.fa-reply::before {
  content: "\f3e5"; }
.fa-mail-reply::before {
  content: "\f3e5"; }
.fa-reply-all::before {
  content: "\f122"; }
.fa-mail-reply-all::before {
  content: "\f122"; }
.fa-republican::before {
  content: "\f75e"; }
.fa-restroom::before {
  content: "\f7bd"; }
.fa-retweet::before {
  content: "\f079"; }
.fa-ribbon::before {
  content: "\f4d6"; }
.fa-right-from-bracket::before {
  content: "\f2f5"; }
.fa-sign-out-alt::before {
  content: "\f2f5"; }
.fa-right-left::before {
  content: "\f362"; }
.fa-exchange-alt::before {
  content: "\f362"; }
.fa-right-long::before {
  content: "\f30b"; }
.fa-long-arrow-alt-right::before {
  content: "\f30b"; }
.fa-right-to-bracket::before {
  content: "\f2f6"; }
.fa-sign-in-alt::before {
  content: "\f2f6"; }
.fa-ring::before {
  content: "\f70b"; }
.fa-road::before {
  content: "\f018"; }
.fa-road-barrier::before {
  content: "\e562"; }
.fa-road-bridge::before {
  content: "\e563"; }
.fa-road-circle-check::before {
  content: "\e564"; }
.fa-road-circle-exclamation::before {
  content: "\e565"; }
.fa-road-circle-xmark::before {
  content: "\e566"; }
.fa-road-lock::before {
  content: "\e567"; }
.fa-road-spikes::before {
  content: "\e568"; }
.fa-robot::before {
  content: "\f544"; }
.fa-rocket::before {
  content: "\f135"; }
.fa-rotate::before {
  content: "\f2f1"; }
.fa-sync-alt::before {
  content: "\f2f1"; }
.fa-rotate-left::before {
  content: "\f2ea"; }
.fa-rotate-back::before {
  content: "\f2ea"; }
.fa-rotate-backward::before {
  content: "\f2ea"; }
.fa-undo-alt::before {
  content: "\f2ea"; }
.fa-rotate-right::before {
  content: "\f2f9"; }
.fa-redo-alt::before {
  content: "\f2f9"; }
.fa-rotate-forward::before {
  content: "\f2f9"; }
.fa-route::before {
  content: "\f4d7"; }
.fa-rss::before {
  content: "\f09e"; }
.fa-feed::before {
  content: "\f09e"; }
.fa-ruble-sign::before {
  content: "\f158"; }
.fa-rouble::before {
  content: "\f158"; }
.fa-rub::before {
  content: "\f158"; }
.fa-ruble::before {
  content: "\f158"; }
.fa-rug::before {
  content: "\e569"; }
.fa-ruler::before {
  content: "\f545"; }
.fa-ruler-combined::before {
  content: "\f546"; }
.fa-ruler-horizontal::before {
  content: "\f547"; }
.fa-ruler-vertical::before {
  content: "\f548"; }
.fa-rupee-sign::before {
  content: "\f156"; }
.fa-rupee::before {
  content: "\f156"; }
.fa-rupiah-sign::before {
  content: "\e23d"; }
.fa-s::before {
  content: "\53"; }
.fa-sack-dollar::before {
  content: "\f81d"; }
.fa-sack-xmark::before {
  content: "\e56a"; }
.fa-sailboat::before {
  content: "\e445"; }
.fa-satellite::before {
  content: "\f7bf"; }
.fa-satellite-dish::before {
  content: "\f7c0"; }
.fa-scale-balanced::before {
  content: "\f24e"; }
.fa-balance-scale::before {
  content: "\f24e"; }
.fa-scale-unbalanced::before {
  content: "\f515"; }
.fa-balance-scale-left::before {
  content: "\f515"; }
.fa-scale-unbalanced-flip::before {
  content: "\f516"; }
.fa-balance-scale-right::before {
  content: "\f516"; }
.fa-school::before {
  content: "\f549"; }
.fa-school-circle-check::before {
  content: "\e56b"; }
.fa-school-circle-exclamation::before {
  content: "\e56c"; }
.fa-school-circle-xmark::before {
  content: "\e56d"; }
.fa-school-flag::before {
  content: "\e56e"; }
.fa-school-lock::before {
  content: "\e56f"; }
.fa-scissors::before {
  content: "\f0c4"; }
.fa-cut::before {
  content: "\f0c4"; }
.fa-screwdriver::before {
  content: "\f54a"; }
.fa-screwdriver-wrench::before {
  content: "\f7d9"; }
.fa-tools::before {
  content: "\f7d9"; }
.fa-scroll::before {
  content: "\f70e"; }
.fa-scroll-torah::before {
  content: "\f6a0"; }
.fa-torah::before {
  content: "\f6a0"; }
.fa-sd-card::before {
  content: "\f7c2"; }
.fa-section::before {
  content: "\e447"; }
.fa-seedling::before {
  content: "\f4d8"; }
.fa-sprout::before {
  content: "\f4d8"; }
.fa-server::before {
  content: "\f233"; }
.fa-shapes::before {
  content: "\f61f"; }
.fa-triangle-circle-square::before {
  content: "\f61f"; }
.fa-share::before {
  content: "\f064"; }
.fa-arrow-turn-right::before {
  content: "\f064"; }
.fa-mail-forward::before {
  content: "\f064"; }
.fa-share-from-square::before {
  content: "\f14d"; }
.fa-share-square::before {
  content: "\f14d"; }
.fa-share-nodes::before {
  content: "\f1e0"; }
.fa-share-alt::before {
  content: "\f1e0"; }
.fa-sheet-plastic::before {
  content: "\e571"; }
.fa-shekel-sign::before {
  content: "\f20b"; }
.fa-ils::before {
  content: "\f20b"; }
.fa-shekel::before {
  content: "\f20b"; }
.fa-sheqel::before {
  content: "\f20b"; }
.fa-sheqel-sign::before {
  content: "\f20b"; }
.fa-shield::before {
  content: "\f132"; }
.fa-shield-blank::before {
  content: "\f132"; }
.fa-shield-cat::before {
  content: "\e572"; }
.fa-shield-dog::before {
  content: "\e573"; }
.fa-shield-halved::before {
  content: "\f3ed"; }
.fa-shield-alt::before {
  content: "\f3ed"; }
.fa-shield-heart::before {
  content: "\e574"; }
.fa-shield-virus::before {
  content: "\e06c"; }
.fa-ship::before {
  content: "\f21a"; }
.fa-shirt::before {
  content: "\f553"; }
.fa-t-shirt::before {
  content: "\f553"; }
.fa-tshirt::before {
  content: "\f553"; }
.fa-shoe-prints::before {
  content: "\f54b"; }
.fa-shop::before {
  content: "\f54f"; }
.fa-store-alt::before {
  content: "\f54f"; }
.fa-shop-lock::before {
  content: "\e4a5"; }
.fa-shop-slash::before {
  content: "\e070"; }
.fa-store-alt-slash::before {
  content: "\e070"; }
.fa-shower::before {
  content: "\f2cc"; }
.fa-shrimp::before {
  content: "\e448"; }
.fa-shuffle::before {
  content: "\f074"; }
.fa-random::before {
  content: "\f074"; }
.fa-shuttle-space::before {
  content: "\f197"; }
.fa-space-shuttle::before {
  content: "\f197"; }
.fa-sign-hanging::before {
  content: "\f4d9"; }
.fa-sign::before {
  content: "\f4d9"; }
.fa-signal::before {
  content: "\f012"; }
.fa-signal-5::before {
  content: "\f012"; }
.fa-signal-perfect::before {
  content: "\f012"; }
.fa-signature::before {
  content: "\f5b7"; }
.fa-signs-post::before {
  content: "\f277"; }
.fa-map-signs::before {
  content: "\f277"; }
.fa-sim-card::before {
  content: "\f7c4"; }
.fa-sink::before {
  content: "\e06d"; }
.fa-sitemap::before {
  content: "\f0e8"; }
.fa-skull::before {
  content: "\f54c"; }
.fa-skull-crossbones::before {
  content: "\f714"; }
.fa-slash::before {
  content: "\f715"; }
.fa-sleigh::before {
  content: "\f7cc"; }
.fa-sliders::before {
  content: "\f1de"; }
.fa-sliders-h::before {
  content: "\f1de"; }
.fa-smog::before {
  content: "\f75f"; }
.fa-smoking::before {
  content: "\f48d"; }
.fa-snowflake::before {
  content: "\f2dc"; }
.fa-snowman::before {
  content: "\f7d0"; }
.fa-snowplow::before {
  content: "\f7d2"; }
.fa-soap::before {
  content: "\e06e"; }
.fa-socks::before {
  content: "\f696"; }
.fa-solar-panel::before {
  content: "\f5ba"; }
.fa-sort::before {
  content: "\f0dc"; }
.fa-unsorted::before {
  content: "\f0dc"; }
.fa-sort-down::before {
  content: "\f0dd"; }
.fa-sort-desc::before {
  content: "\f0dd"; }
.fa-sort-up::before {
  content: "\f0de"; }
.fa-sort-asc::before {
  content: "\f0de"; }
.fa-spa::before {
  content: "\f5bb"; }
.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }
.fa-pastafarianism::before {
  content: "\f67b"; }
.fa-spell-check::before {
  content: "\f891"; }
.fa-spider::before {
  content: "\f717"; }
.fa-spinner::before {
  content: "\f110"; }
.fa-splotch::before {
  content: "\f5bc"; }
.fa-spoon::before {
  content: "\f2e5"; }
.fa-utensil-spoon::before {
  content: "\f2e5"; }
.fa-spray-can::before {
  content: "\f5bd"; }
.fa-spray-can-sparkles::before {
  content: "\f5d0"; }
.fa-air-freshener::before {
  content: "\f5d0"; }
.fa-square::before {
  content: "\f0c8"; }
.fa-square-arrow-up-right::before {
  content: "\f14c"; }
.fa-external-link-square::before {
  content: "\f14c"; }
.fa-square-caret-down::before {
  content: "\f150"; }
.fa-caret-square-down::before {
  content: "\f150"; }
.fa-square-caret-left::before {
  content: "\f191"; }
.fa-caret-square-left::before {
  content: "\f191"; }
.fa-square-caret-right::before {
  content: "\f152"; }
.fa-caret-square-right::before {
  content: "\f152"; }
.fa-square-caret-up::before {
  content: "\f151"; }
.fa-caret-square-up::before {
  content: "\f151"; }
.fa-square-check::before {
  content: "\f14a"; }
.fa-check-square::before {
  content: "\f14a"; }
.fa-square-envelope::before {
  content: "\f199"; }
.fa-envelope-square::before {
  content: "\f199"; }
.fa-square-full::before {
  content: "\f45c"; }
.fa-square-h::before {
  content: "\f0fd"; }
.fa-h-square::before {
  content: "\f0fd"; }
.fa-square-minus::before {
  content: "\f146"; }
.fa-minus-square::before {
  content: "\f146"; }
.fa-square-nfi::before {
  content: "\e576"; }
.fa-square-parking::before {
  content: "\f540"; }
.fa-parking::before {
  content: "\f540"; }
.fa-square-pen::before {
  content: "\f14b"; }
.fa-pen-square::before {
  content: "\f14b"; }
.fa-pencil-square::before {
  content: "\f14b"; }
.fa-square-person-confined::before {
  content: "\e577"; }
.fa-square-phone::before {
  content: "\f098"; }
.fa-phone-square::before {
  content: "\f098"; }
.fa-square-phone-flip::before {
  content: "\f87b"; }
.fa-phone-square-alt::before {
  content: "\f87b"; }
.fa-square-plus::before {
  content: "\f0fe"; }
.fa-plus-square::before {
  content: "\f0fe"; }
.fa-square-poll-horizontal::before {
  content: "\f682"; }
.fa-poll-h::before {
  content: "\f682"; }
.fa-square-poll-vertical::before {
  content: "\f681"; }
.fa-poll::before {
  content: "\f681"; }
.fa-square-root-variable::before {
  content: "\f698"; }
.fa-square-root-alt::before {
  content: "\f698"; }
.fa-square-rss::before {
  content: "\f143"; }
.fa-rss-square::before {
  content: "\f143"; }
.fa-square-share-nodes::before {
  content: "\f1e1"; }
.fa-share-alt-square::before {
  content: "\f1e1"; }
.fa-square-up-right::before {
  content: "\f360"; }
.fa-external-link-square-alt::before {
  content: "\f360"; }
.fa-square-virus::before {
  content: "\e578"; }
.fa-square-xmark::before {
  content: "\f2d3"; }
.fa-times-square::before {
  content: "\f2d3"; }
.fa-xmark-square::before {
  content: "\f2d3"; }
.fa-staff-aesculapius::before {
  content: "\e579"; }
.fa-rod-asclepius::before {
  content: "\e579"; }
.fa-rod-snake::before {
  content: "\e579"; }
.fa-staff-snake::before {
  content: "\e579"; }
.fa-stairs::before {
  content: "\e289"; }
.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-stroke::before {
  content: "\f5c0"; }
.fa-star-half-alt::before {
  content: "\f5c0"; }
.fa-star-of-david::before {
  content: "\f69a"; }
.fa-star-of-life::before {
  content: "\f621"; }
.fa-sterling-sign::before {
  content: "\f154"; }
.fa-gbp::before {
  content: "\f154"; }
.fa-pound-sign::before {
  content: "\f154"; }
.fa-stethoscope::before {
  content: "\f0f1"; }
.fa-stop::before {
  content: "\f04d"; }
.fa-stopwatch::before {
  content: "\f2f2"; }
.fa-stopwatch-20::before {
  content: "\e06f"; }
.fa-store::before {
  content: "\f54e"; }
.fa-store-slash::before {
  content: "\e071"; }
.fa-street-view::before {
  content: "\f21d"; }
.fa-strikethrough::before {
  content: "\f0cc"; }
.fa-stroopwafel::before {
  content: "\f551"; }
.fa-subscript::before {
  content: "\f12c"; }
.fa-suitcase::before {
  content: "\f0f2"; }
.fa-suitcase-medical::before {
  content: "\f0fa"; }
.fa-medkit::before {
  content: "\f0fa"; }
.fa-suitcase-rolling::before {
  content: "\f5c1"; }
.fa-sun::before {
  content: "\f185"; }
.fa-sun-plant-wilt::before {
  content: "\e57a"; }
.fa-superscript::before {
  content: "\f12b"; }
.fa-swatchbook::before {
  content: "\f5c3"; }
.fa-synagogue::before {
  content: "\f69b"; }
.fa-syringe::before {
  content: "\f48e"; }
.fa-t::before {
  content: "\54"; }
.fa-table::before {
  content: "\f0ce"; }
.fa-table-cells::before {
  content: "\f00a"; }
.fa-th::before {
  content: "\f00a"; }
.fa-table-cells-large::before {
  content: "\f009"; }
.fa-th-large::before {
  content: "\f009"; }
.fa-table-columns::before {
  content: "\f0db"; }
.fa-columns::before {
  content: "\f0db"; }
.fa-table-list::before {
  content: "\f00b"; }
.fa-th-list::before {
  content: "\f00b"; }
.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }
.fa-table-tennis::before {
  content: "\f45d"; }
.fa-tablet::before {
  content: "\f3fb"; }
.fa-tablet-android::before {
  content: "\f3fb"; }
.fa-tablet-button::before {
  content: "\f10a"; }
.fa-tablet-screen-button::before {
  content: "\f3fa"; }
.fa-tablet-alt::before {
  content: "\f3fa"; }
.fa-tablets::before {
  content: "\f490"; }
.fa-tachograph-digital::before {
  content: "\f566"; }
.fa-digital-tachograph::before {
  content: "\f566"; }
.fa-tag::before {
  content: "\f02b"; }
.fa-tags::before {
  content: "\f02c"; }
.fa-tape::before {
  content: "\f4db"; }
.fa-tarp::before {
  content: "\e57b"; }
.fa-tarp-droplet::before {
  content: "\e57c"; }
.fa-taxi::before {
  content: "\f1ba"; }
.fa-cab::before {
  content: "\f1ba"; }
.fa-teeth::before {
  content: "\f62e"; }
.fa-teeth-open::before {
  content: "\f62f"; }
.fa-temperature-arrow-down::before {
  content: "\e03f"; }
.fa-temperature-down::before {
  content: "\e03f"; }
.fa-temperature-arrow-up::before {
  content: "\e040"; }
.fa-temperature-up::before {
  content: "\e040"; }
.fa-temperature-empty::before {
  content: "\f2cb"; }
.fa-temperature-0::before {
  content: "\f2cb"; }
.fa-thermometer-0::before {
  content: "\f2cb"; }
.fa-thermometer-empty::before {
  content: "\f2cb"; }
.fa-temperature-full::before {
  content: "\f2c7"; }
.fa-temperature-4::before {
  content: "\f2c7"; }
.fa-thermometer-4::before {
  content: "\f2c7"; }
.fa-thermometer-full::before {
  content: "\f2c7"; }
.fa-temperature-half::before {
  content: "\f2c9"; }
.fa-temperature-2::before {
  content: "\f2c9"; }
.fa-thermometer-2::before {
  content: "\f2c9"; }
.fa-thermometer-half::before {
  content: "\f2c9"; }
.fa-temperature-high::before {
  content: "\f769"; }
.fa-temperature-low::before {
  content: "\f76b"; }
.fa-temperature-quarter::before {
  content: "\f2ca"; }
.fa-temperature-1::before {
  content: "\f2ca"; }
.fa-thermometer-1::before {
  content: "\f2ca"; }
.fa-thermometer-quarter::before {
  content: "\f2ca"; }
.fa-temperature-three-quarters::before {
  content: "\f2c8"; }
.fa-temperature-3::before {
  content: "\f2c8"; }
.fa-thermometer-3::before {
  content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }
.fa-tenge-sign::before {
  content: "\f7d7"; }
.fa-tenge::before {
  content: "\f7d7"; }
.fa-tent::before {
  content: "\e57d"; }
.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }
.fa-tent-arrow-left-right::before {
  content: "\e57f"; }
.fa-tent-arrow-turn-left::before {
  content: "\e580"; }
.fa-tent-arrows-down::before {
  content: "\e581"; }
.fa-tents::before {
  content: "\e582"; }
.fa-terminal::before {
  content: "\f120"; }
.fa-text-height::before {
  content: "\f034"; }
.fa-text-slash::before {
  content: "\f87d"; }
.fa-remove-format::before {
  content: "\f87d"; }
.fa-text-width::before {
  content: "\f035"; }
.fa-thermometer::before {
  content: "\f491"; }
.fa-thumbs-down::before {
  content: "\f165"; }
.fa-thumbs-up::before {
  content: "\f164"; }
.fa-thumbtack::before {
  content: "\f08d"; }
.fa-thumb-tack::before {
  content: "\f08d"; }
.fa-ticket::before {
  content: "\f145"; }
.fa-ticket-simple::before {
  content: "\f3ff"; }
.fa-ticket-alt::before {
  content: "\f3ff"; }
.fa-timeline::before {
  content: "\e29c"; }
.fa-toggle-off::before {
  content: "\f204"; }
.fa-toggle-on::before {
  content: "\f205"; }
.fa-toilet::before {
  content: "\f7d8"; }
.fa-toilet-paper::before {
  content: "\f71e"; }
.fa-toilet-paper-slash::before {
  content: "\e072"; }
.fa-toilet-portable::before {
  content: "\e583"; }
.fa-toilets-portable::before {
  content: "\e584"; }
.fa-toolbox::before {
  content: "\f552"; }
.fa-tooth::before {
  content: "\f5c9"; }
.fa-torii-gate::before {
  content: "\f6a1"; }
.fa-tornado::before {
  content: "\f76f"; }
.fa-tower-broadcast::before {
  content: "\f519"; }
.fa-broadcast-tower::before {
  content: "\f519"; }
.fa-tower-cell::before {
  content: "\e585"; }
.fa-tower-observation::before {
  content: "\e586"; }
.fa-tractor::before {
  content: "\f722"; }
.fa-trademark::before {
  content: "\f25c"; }
.fa-traffic-light::before {
  content: "\f637"; }
.fa-trailer::before {
  content: "\e041"; }
.fa-train::before {
  content: "\f238"; }
.fa-train-subway::before {
  content: "\f239"; }
.fa-subway::before {
  content: "\f239"; }
.fa-train-tram::before {
  content: "\f7da"; }
.fa-tram::before {
  content: "\f7da"; }
.fa-transgender::before {
  content: "\f225"; }
.fa-transgender-alt::before {
  content: "\f225"; }
.fa-trash::before {
  content: "\f1f8"; }
.fa-trash-arrow-up::before {
  content: "\f829"; }
.fa-trash-restore::before {
  content: "\f829"; }
.fa-trash-can::before {
  content: "\f2ed"; }
.fa-trash-alt::before {
  content: "\f2ed"; }
.fa-trash-can-arrow-up::before {
  content: "\f82a"; }
.fa-trash-restore-alt::before {
  content: "\f82a"; }
.fa-tree::before {
  content: "\f1bb"; }
.fa-tree-city::before {
  content: "\e587"; }
.fa-triangle-exclamation::before {
  content: "\f071"; }
.fa-exclamation-triangle::before {
  content: "\f071"; }
.fa-warning::before {
  content: "\f071"; }
.fa-trophy::before {
  content: "\f091"; }
.fa-trowel::before {
  content: "\e589"; }
.fa-trowel-bricks::before {
  content: "\e58a"; }
.fa-truck::before {
  content: "\f0d1"; }
.fa-truck-arrow-right::before {
  content: "\e58b"; }
.fa-truck-droplet::before {
  content: "\e58c"; }
.fa-truck-fast::before {
  content: "\f48b"; }
.fa-shipping-fast::before {
  content: "\f48b"; }
.fa-truck-field::before {
  content: "\e58d"; }
.fa-truck-field-un::before {
  content: "\e58e"; }
.fa-truck-front::before {
  content: "\e2b7"; }
.fa-truck-medical::before {
  content: "\f0f9"; }
.fa-ambulance::before {
  content: "\f0f9"; }
.fa-truck-monster::before {
  content: "\f63b"; }
.fa-truck-moving::before {
  content: "\f4df"; }
.fa-truck-pickup::before {
  content: "\f63c"; }
.fa-truck-plane::before {
  content: "\e58f"; }
.fa-truck-ramp-box::before {
  content: "\f4de"; }
.fa-truck-loading::before {
  content: "\f4de"; }
.fa-tty::before {
  content: "\f1e4"; }
.fa-teletype::before {
  content: "\f1e4"; }
.fa-turkish-lira-sign::before {
  content: "\e2bb"; }
.fa-try::before {
  content: "\e2bb"; }
.fa-turkish-lira::before {
  content: "\e2bb"; }
.fa-turn-down::before {
  content: "\f3be"; }
.fa-level-down-alt::before {
  content: "\f3be"; }
.fa-turn-up::before {
  content: "\f3bf"; }
.fa-level-up-alt::before {
  content: "\f3bf"; }
.fa-tv::before {
  content: "\f26c"; }
.fa-television::before {
  content: "\f26c"; }
.fa-tv-alt::before {
  content: "\f26c"; }
.fa-u::before {
  content: "\55"; }
.fa-umbrella::before {
  content: "\f0e9"; }
.fa-umbrella-beach::before {
  content: "\f5ca"; }
.fa-underline::before {
  content: "\f0cd"; }
.fa-universal-access::before {
  content: "\f29a"; }
.fa-unlock::before {
  content: "\f09c"; }
.fa-unlock-keyhole::before {
  content: "\f13e"; }
.fa-unlock-alt::before {
  content: "\f13e"; }
.fa-up-down::before {
  content: "\f338"; }
.fa-arrows-alt-v::before {
  content: "\f338"; }
.fa-up-down-left-right::before {
  content: "\f0b2"; }
.fa-arrows-alt::before {
  content: "\f0b2"; }
.fa-up-long::before {
  content: "\f30c"; }
.fa-long-arrow-alt-up::before {
  content: "\f30c"; }
.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }
.fa-expand-alt::before {
  content: "\f424"; }
.fa-up-right-from-square::before {
  content: "\f35d"; }
.fa-external-link-alt::before {
  content: "\f35d"; }
.fa-upload::before {
  content: "\f093"; }
.fa-user::before {
  content: "\f007"; }
.fa-user-astronaut::before {
  content: "\f4fb"; }
.fa-user-check::before {
  content: "\f4fc"; }
.fa-user-clock::before {
  content: "\f4fd"; }
.fa-user-doctor::before {
  content: "\f0f0"; }
.fa-user-md::before {
  content: "\f0f0"; }
.fa-user-gear::before {
  content: "\f4fe"; }
.fa-user-cog::before {
  content: "\f4fe"; }
.fa-user-graduate::before {
  content: "\f501"; }
.fa-user-group::before {
  content: "\f500"; }
.fa-user-friends::before {
  content: "\f500"; }
.fa-user-injured::before {
  content: "\f728"; }
.fa-user-large::before {
  content: "\f406"; }
.fa-user-alt::before {
  content: "\f406"; }
.fa-user-large-slash::before {
  content: "\f4fa"; }
.fa-user-alt-slash::before {
  content: "\f4fa"; }
.fa-user-lock::before {
  content: "\f502"; }
.fa-user-minus::before {
  content: "\f503"; }
.fa-user-ninja::before {
  content: "\f504"; }
.fa-user-nurse::before {
  content: "\f82f"; }
.fa-user-pen::before {
  content: "\f4ff"; }
.fa-user-edit::before {
  content: "\f4ff"; }
.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-xmark::before {
  content: "\f235"; }
.fa-user-times::before {
  content: "\f235"; }
.fa-users::before {
  content: "\f0c0"; }
.fa-users-between-lines::before {
  content: "\e591"; }
.fa-users-gear::before {
  content: "\f509"; }
.fa-users-cog::before {
  content: "\f509"; }
.fa-users-line::before {
  content: "\e592"; }
.fa-users-rays::before {
  content: "\e593"; }
.fa-users-rectangle::before {
  content: "\e594"; }
.fa-users-slash::before {
  content: "\e073"; }
.fa-users-viewfinder::before {
  content: "\e595"; }
.fa-utensils::before {
  content: "\f2e7"; }
.fa-cutlery::before {
  content: "\f2e7"; }
.fa-v::before {
  content: "\56"; }
.fa-van-shuttle::before {
  content: "\f5b6"; }
.fa-shuttle-van::before {
  content: "\f5b6"; }
.fa-vault::before {
  content: "\e2c5"; }
.fa-vector-square::before {
  content: "\f5cb"; }
.fa-venus::before {
  content: "\f221"; }
.fa-venus-double::before {
  content: "\f226"; }
.fa-venus-mars::before {
  content: "\f228"; }
.fa-vest::before {
  content: "\e085"; }
.fa-vest-patches::before {
  content: "\e086"; }
.fa-vial::before {
  content: "\f492"; }
.fa-vial-circle-check::before {
  content: "\e596"; }
.fa-vial-virus::before {
  content: "\e597"; }
.fa-vials::before {
  content: "\f493"; }
.fa-video::before {
  content: "\f03d"; }
.fa-video-camera::before {
  content: "\f03d"; }
.fa-video-slash::before {
  content: "\f4e2"; }
.fa-vihara::before {
  content: "\f6a7"; }
.fa-virus::before {
  content: "\e074"; }
.fa-virus-covid::before {
  content: "\e4a8"; }
.fa-virus-covid-slash::before {
  content: "\e4a9"; }
.fa-virus-slash::before {
  content: "\e075"; }
.fa-viruses::before {
  content: "\e076"; }
.fa-voicemail::before {
  content: "\f897"; }
.fa-volcano::before {
  content: "\f770"; }
.fa-volleyball::before {
  content: "\f45f"; }
.fa-volleyball-ball::before {
  content: "\f45f"; }
.fa-volume-high::before {
  content: "\f028"; }
.fa-volume-up::before {
  content: "\f028"; }
.fa-volume-low::before {
  content: "\f027"; }
.fa-volume-down::before {
  content: "\f027"; }
.fa-volume-off::before {
  content: "\f026"; }
.fa-volume-xmark::before {
  content: "\f6a9"; }
.fa-volume-mute::before {
  content: "\f6a9"; }
.fa-volume-times::before {
  content: "\f6a9"; }
.fa-vr-cardboard::before {
  content: "\f729"; }
.fa-w::before {
  content: "\57"; }
.fa-walkie-talkie::before {
  content: "\f8ef"; }
.fa-wallet::before {
  content: "\f555"; }
.fa-wand-magic::before {
  content: "\f0d0"; }
.fa-magic::before {
  content: "\f0d0"; }
.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }
.fa-wand-sparkles::before {
  content: "\f72b"; }
.fa-warehouse::before {
  content: "\f494"; }
.fa-water::before {
  content: "\f773"; }
.fa-water-ladder::before {
  content: "\f5c5"; }
.fa-ladder-water::before {
  content: "\f5c5"; }
.fa-swimming-pool::before {
  content: "\f5c5"; }
.fa-wave-square::before {
  content: "\f83e"; }
.fa-weight-hanging::before {
  content: "\f5cd"; }
.fa-weight-scale::before {
  content: "\f496"; }
.fa-weight::before {
  content: "\f496"; }
.fa-wheat-awn::before {
  content: "\e2cd"; }
.fa-wheat-alt::before {
  content: "\e2cd"; }
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }
.fa-wheelchair::before {
  content: "\f193"; }
.fa-wheelchair-move::before {
  content: "\e2ce"; }
.fa-wheelchair-alt::before {
  content: "\e2ce"; }
.fa-whiskey-glass::before {
  content: "\f7a0"; }
.fa-glass-whiskey::before {
  content: "\f7a0"; }
.fa-wifi::before {
  content: "\f1eb"; }
.fa-wifi-3::before {
  content: "\f1eb"; }
.fa-wifi-strong::before {
  content: "\f1eb"; }
.fa-wind::before {
  content: "\f72e"; }
.fa-window-maximize::before {
  content: "\f2d0"; }
.fa-window-minimize::before {
  content: "\f2d1"; }
.fa-window-restore::before {
  content: "\f2d2"; }
.fa-wine-bottle::before {
  content: "\f72f"; }
.fa-wine-glass::before {
  content: "\f4e3"; }
.fa-wine-glass-empty::before {
  content: "\f5ce"; }
.fa-wine-glass-alt::before {
  content: "\f5ce"; }
.fa-won-sign::before {
  content: "\f159"; }
.fa-krw::before {
  content: "\f159"; }
.fa-won::before {
  content: "\f159"; }
.fa-worm::before {
  content: "\e599"; }
.fa-wrench::before {
  content: "\f0ad"; }
.fa-x::before {
  content: "\58"; }
.fa-x-ray::before {
  content: "\f497"; }
.fa-xmark::before {
  content: "\f00d"; }
.fa-close::before {
  content: "\f00d"; }
.fa-multiply::before {
  content: "\f00d"; }
.fa-remove::before {
  content: "\f00d"; }
.fa-times::before {
  content: "\f00d"; }
.fa-xmarks-lines::before {
  content: "\e59a"; }
.fa-y::before {
  content: "\59"; }
.fa-yen-sign::before {
  content: "\f157"; }
.fa-cny::before {
  content: "\f157"; }
.fa-jpy::before {
  content: "\f157"; }
.fa-rmb::before {
  content: "\f157"; }
.fa-yen::before {
  content: "\f157"; }
.fa-yin-yang::before {
  content: "\f6ad"; }
.fa-z::before {
  content: "\5a"; }
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/packs/media/webfonts/fa-brands-400-ebb7a127.woff2) format("woff2"), url(/packs/media/webfonts/fa-brands-400-b823fc0d.ttf) format("truetype"); }
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }
.fa-42-group:before {
  content: "\e080"; }
.fa-innosoft:before {
  content: "\e080"; }
.fa-500px:before {
  content: "\f26e"; }
.fa-accessible-icon:before {
  content: "\f368"; }
.fa-accusoft:before {
  content: "\f369"; }
.fa-adn:before {
  content: "\f170"; }
.fa-adversal:before {
  content: "\f36a"; }
.fa-affiliatetheme:before {
  content: "\f36b"; }
.fa-airbnb:before {
  content: "\f834"; }
.fa-algolia:before {
  content: "\f36c"; }
.fa-alipay:before {
  content: "\f642"; }
.fa-amazon:before {
  content: "\f270"; }
.fa-amazon-pay:before {
  content: "\f42c"; }
.fa-amilia:before {
  content: "\f36d"; }
.fa-android:before {
  content: "\f17b"; }
.fa-angellist:before {
  content: "\f209"; }
.fa-angrycreative:before {
  content: "\f36e"; }
.fa-angular:before {
  content: "\f420"; }
.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-pay:before {
  content: "\f415"; }
.fa-artstation:before {
  content: "\f77a"; }
.fa-asymmetrik:before {
  content: "\f372"; }
.fa-atlassian:before {
  content: "\f77b"; }
.fa-audible:before {
  content: "\f373"; }
.fa-autoprefixer:before {
  content: "\f41c"; }
.fa-avianex:before {
  content: "\f374"; }
.fa-aviato:before {
  content: "\f421"; }
.fa-aws:before {
  content: "\f375"; }
.fa-bandcamp:before {
  content: "\f2d5"; }
.fa-battle-net:before {
  content: "\f835"; }
.fa-behance:before {
  content: "\f1b4"; }
.fa-behance-square:before {
  content: "\f1b5"; }
.fa-bilibili:before {
  content: "\e3d9"; }
.fa-bimobject:before {
  content: "\f378"; }
.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-blogger:before {
  content: "\f37c"; }
.fa-blogger-b:before {
  content: "\f37d"; }
.fa-bluetooth:before {
  content: "\f293"; }
.fa-bluetooth-b:before {
  content: "\f294"; }
.fa-bootstrap:before {
  content: "\f836"; }
.fa-bots:before {
  content: "\e340"; }
.fa-btc:before {
  content: "\f15a"; }
.fa-buffer:before {
  content: "\f837"; }
.fa-buromobelexperte:before {
  content: "\f37f"; }
.fa-buy-n-large:before {
  content: "\f8a6"; }
.fa-buysellads:before {
  content: "\f20d"; }
.fa-canadian-maple-leaf:before {
  content: "\f785"; }
.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-chrome:before {
  content: "\f268"; }
.fa-chromecast:before {
  content: "\f838"; }
.fa-cloudflare:before {
  content: "\e07d"; }
.fa-cloudscale:before {
  content: "\f383"; }
.fa-cloudsmith:before {
  content: "\f384"; }
.fa-cloudversify:before {
  content: "\f385"; }
.fa-cmplid:before {
  content: "\e360"; }
.fa-codepen:before {
  content: "\f1cb"; }
.fa-codiepie:before {
  content: "\f284"; }
.fa-confluence:before {
  content: "\f78d"; }
.fa-connectdevelop:before {
  content: "\f20e"; }
.fa-contao:before {
  content: "\f26d"; }
.fa-cotton-bureau:before {
  content: "\f89e"; }
.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-critical-role:before {
  content: "\f6c9"; }
.fa-css3:before {
  content: "\f13c"; }
.fa-css3-alt:before {
  content: "\f38b"; }
.fa-cuttlefish:before {
  content: "\f38c"; }
.fa-d-and-d:before {
  content: "\f38d"; }
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }
.fa-dailymotion:before {
  content: "\e052"; }
.fa-dashcube:before {
  content: "\f210"; }
.fa-deezer:before {
  content: "\e077"; }
.fa-delicious:before {
  content: "\f1a5"; }
.fa-deploydog:before {
  content: "\f38e"; }
.fa-deskpro:before {
  content: "\f38f"; }
.fa-dev:before {
  content: "\f6cc"; }
.fa-deviantart:before {
  content: "\f1bd"; }
.fa-dhl:before {
  content: "\f790"; }
.fa-diaspora:before {
  content: "\f791"; }
.fa-digg:before {
  content: "\f1a6"; }
.fa-digital-ocean:before {
  content: "\f391"; }
.fa-discord:before {
  content: "\f392"; }
.fa-discourse:before {
  content: "\f393"; }
.fa-dochub:before {
  content: "\f394"; }
.fa-docker:before {
  content: "\f395"; }
.fa-draft2digital:before {
  content: "\f396"; }
.fa-dribbble:before {
  content: "\f17d"; }
.fa-dribbble-square:before {
  content: "\f397"; }
.fa-dropbox:before {
  content: "\f16b"; }
.fa-drupal:before {
  content: "\f1a9"; }
.fa-dyalog:before {
  content: "\f399"; }
.fa-earlybirds:before {
  content: "\f39a"; }
.fa-ebay:before {
  content: "\f4f4"; }
.fa-edge:before {
  content: "\f282"; }
.fa-edge-legacy:before {
  content: "\e078"; }
.fa-elementor:before {
  content: "\f430"; }
.fa-ello:before {
  content: "\f5f1"; }
.fa-ember:before {
  content: "\f423"; }
.fa-empire:before {
  content: "\f1d1"; }
.fa-envira:before {
  content: "\f299"; }
.fa-erlang:before {
  content: "\f39d"; }
.fa-ethereum:before {
  content: "\f42e"; }
.fa-etsy:before {
  content: "\f2d7"; }
.fa-evernote:before {
  content: "\f839"; }
.fa-expeditedssl:before {
  content: "\f23e"; }
.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-fedex:before {
  content: "\f797"; }
.fa-fedora:before {
  content: "\f798"; }
.fa-figma:before {
  content: "\f799"; }
.fa-firefox:before {
  content: "\f269"; }
.fa-firefox-browser:before {
  content: "\e007"; }
.fa-first-order:before {
  content: "\f2b0"; }
.fa-first-order-alt:before {
  content: "\f50a"; }
.fa-firstdraft:before {
  content: "\f3a1"; }
.fa-flickr:before {
  content: "\f16e"; }
.fa-flipboard:before {
  content: "\f44d"; }
.fa-fly:before {
  content: "\f417"; }
.fa-font-awesome:before {
  content: "\f2b4"; }
.fa-font-awesome-flag:before {
  content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }
.fa-fonticons:before {
  content: "\f280"; }
.fa-fonticons-fi:before {
  content: "\f3a2"; }
.fa-fort-awesome:before {
  content: "\f286"; }
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }
.fa-forumbee:before {
  content: "\f211"; }
.fa-foursquare:before {
  content: "\f180"; }
.fa-free-code-camp:before {
  content: "\f2c5"; }
.fa-freebsd:before {
  content: "\f3a4"; }
.fa-fulcrum:before {
  content: "\f50b"; }
.fa-galactic-republic:before {
  content: "\f50c"; }
.fa-galactic-senate:before {
  content: "\f50d"; }
.fa-get-pocket:before {
  content: "\f265"; }
.fa-gg:before {
  content: "\f260"; }
.fa-gg-circle:before {
  content: "\f261"; }
.fa-git:before {
  content: "\f1d3"; }
.fa-git-alt:before {
  content: "\f841"; }
.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-glide:before {
  content: "\f2a5"; }
.fa-glide-g:before {
  content: "\f2a6"; }
.fa-gofore:before {
  content: "\f3a7"; }
.fa-golang:before {
  content: "\e40f"; }
.fa-goodreads:before {
  content: "\f3a8"; }
.fa-goodreads-g:before {
  content: "\f3a9"; }
.fa-google:before {
  content: "\f1a0"; }
.fa-google-drive:before {
  content: "\f3aa"; }
.fa-google-pay:before {
  content: "\e079"; }
.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-gratipay:before {
  content: "\f184"; }
.fa-grav:before {
  content: "\f2d6"; }
.fa-gripfire:before {
  content: "\f3ac"; }
.fa-grunt:before {
  content: "\f3ad"; }
.fa-guilded:before {
  content: "\e07e"; }
.fa-gulp:before {
  content: "\f3ae"; }
.fa-hacker-news:before {
  content: "\f1d4"; }
.fa-hacker-news-square:before {
  content: "\f3af"; }
.fa-hackerrank:before {
  content: "\f5f7"; }
.fa-hashnode:before {
  content: "\e499"; }
.fa-hips:before {
  content: "\f452"; }
.fa-hire-a-helper:before {
  content: "\f3b0"; }
.fa-hive:before {
  content: "\e07f"; }
.fa-hooli:before {
  content: "\f427"; }
.fa-hornbill:before {
  content: "\f592"; }
.fa-hotjar:before {
  content: "\f3b1"; }
.fa-houzz:before {
  content: "\f27c"; }
.fa-html5:before {
  content: "\f13b"; }
.fa-hubspot:before {
  content: "\f3b2"; }
.fa-ideal:before {
  content: "\e013"; }
.fa-imdb:before {
  content: "\f2d8"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-instagram-square:before {
  content: "\e055"; }
.fa-instalod:before {
  content: "\e081"; }
.fa-intercom:before {
  content: "\f7af"; }
.fa-internet-explorer:before {
  content: "\f26b"; }
.fa-invision:before {
  content: "\f7b0"; }
.fa-ioxhost:before {
  content: "\f208"; }
.fa-itch-io:before {
  content: "\f83a"; }
.fa-itunes:before {
  content: "\f3b4"; }
.fa-itunes-note:before {
  content: "\f3b5"; }
.fa-java:before {
  content: "\f4e4"; }
.fa-jedi-order:before {
  content: "\f50e"; }
.fa-jenkins:before {
  content: "\f3b6"; }
.fa-jira:before {
  content: "\f7b1"; }
.fa-joget:before {
  content: "\f3b7"; }
.fa-joomla:before {
  content: "\f1aa"; }
.fa-js:before {
  content: "\f3b8"; }
.fa-js-square:before {
  content: "\f3b9"; }
.fa-jsfiddle:before {
  content: "\f1cc"; }
.fa-kaggle:before {
  content: "\f5fa"; }
.fa-keybase:before {
  content: "\f4f5"; }
.fa-keycdn:before {
  content: "\f3ba"; }
.fa-kickstarter:before {
  content: "\f3bb"; }
.fa-kickstarter-k:before {
  content: "\f3bc"; }
.fa-korvue:before {
  content: "\f42f"; }
.fa-laravel:before {
  content: "\f3bd"; }
.fa-lastfm:before {
  content: "\f202"; }
.fa-lastfm-square:before {
  content: "\f203"; }
.fa-leanpub:before {
  content: "\f212"; }
.fa-less:before {
  content: "\f41d"; }
.fa-line:before {
  content: "\f3c0"; }
.fa-linkedin:before {
  content: "\f08c"; }
.fa-linkedin-in:before {
  content: "\f0e1"; }
.fa-linode:before {
  content: "\f2b8"; }
.fa-linux:before {
  content: "\f17c"; }
.fa-lyft:before {
  content: "\f3c3"; }
.fa-magento:before {
  content: "\f3c4"; }
.fa-mailchimp:before {
  content: "\f59e"; }
.fa-mandalorian:before {
  content: "\f50f"; }
.fa-markdown:before {
  content: "\f60f"; }
.fa-mastodon:before {
  content: "\f4f6"; }
.fa-maxcdn:before {
  content: "\f136"; }
.fa-mdb:before {
  content: "\f8ca"; }
.fa-medapps:before {
  content: "\f3c6"; }
.fa-medium:before {
  content: "\f23a"; }
.fa-medium-m:before {
  content: "\f23a"; }
.fa-medrt:before {
  content: "\f3c8"; }
.fa-meetup:before {
  content: "\f2e0"; }
.fa-megaport:before {
  content: "\f5a3"; }
.fa-mendeley:before {
  content: "\f7b3"; }
.fa-microblog:before {
  content: "\e01a"; }
.fa-microsoft:before {
  content: "\f3ca"; }
.fa-mix:before {
  content: "\f3cb"; }
.fa-mixcloud:before {
  content: "\f289"; }
.fa-mixer:before {
  content: "\e056"; }
.fa-mizuni:before {
  content: "\f3cc"; }
.fa-modx:before {
  content: "\f285"; }
.fa-monero:before {
  content: "\f3d0"; }
.fa-napster:before {
  content: "\f3d2"; }
.fa-neos:before {
  content: "\f612"; }
.fa-nfc-directional:before {
  content: "\e530"; }
.fa-nfc-symbol:before {
  content: "\e531"; }
.fa-nimblr:before {
  content: "\f5a8"; }
.fa-node:before {
  content: "\f419"; }
.fa-node-js:before {
  content: "\f3d3"; }
.fa-npm:before {
  content: "\f3d4"; }
.fa-ns8:before {
  content: "\f3d5"; }
.fa-nutritionix:before {
  content: "\f3d6"; }
.fa-octopus-deploy:before {
  content: "\e082"; }
.fa-odnoklassniki:before {
  content: "\f263"; }
.fa-odnoklassniki-square:before {
  content: "\f264"; }
.fa-old-republic:before {
  content: "\f510"; }
.fa-opencart:before {
  content: "\f23d"; }
.fa-openid:before {
  content: "\f19b"; }
.fa-opera:before {
  content: "\f26a"; }
.fa-optin-monster:before {
  content: "\f23c"; }
.fa-orcid:before {
  content: "\f8d2"; }
.fa-osi:before {
  content: "\f41a"; }
.fa-padlet:before {
  content: "\e4a0"; }
.fa-page4:before {
  content: "\f3d7"; }
.fa-pagelines:before {
  content: "\f18c"; }
.fa-palfed:before {
  content: "\f3d8"; }
.fa-patreon:before {
  content: "\f3d9"; }
.fa-paypal:before {
  content: "\f1ed"; }
.fa-perbyte:before {
  content: "\e083"; }
.fa-periscope:before {
  content: "\f3da"; }
.fa-phabricator:before {
  content: "\f3db"; }
.fa-phoenix-framework:before {
  content: "\f3dc"; }
.fa-phoenix-squadron:before {
  content: "\f511"; }
.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-pied-piper-square:before {
  content: "\e01e"; }
.fa-pinterest:before {
  content: "\f0d2"; }
.fa-pinterest-p:before {
  content: "\f231"; }
.fa-pinterest-square:before {
  content: "\f0d3"; }
.fa-pix:before {
  content: "\e43a"; }
.fa-playstation:before {
  content: "\f3df"; }
.fa-product-hunt:before {
  content: "\f288"; }
.fa-pushed:before {
  content: "\f3e1"; }
.fa-python:before {
  content: "\f3e2"; }
.fa-qq:before {
  content: "\f1d6"; }
.fa-quinscape:before {
  content: "\f459"; }
.fa-quora:before {
  content: "\f2c4"; }
.fa-r-project:before {
  content: "\f4f7"; }
.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-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-renren:before {
  content: "\f18b"; }
.fa-replyd:before {
  content: "\f3e6"; }
.fa-researchgate:before {
  content: "\f4f8"; }
.fa-resolving:before {
  content: "\f3e7"; }
.fa-rev:before {
  content: "\f5b2"; }
.fa-rocketchat:before {
  content: "\f3e8"; }
.fa-rockrms:before {
  content: "\f3e9"; }
.fa-rust:before {
  content: "\e07a"; }
.fa-safari:before {
  content: "\f267"; }
.fa-salesforce:before {
  content: "\f83b"; }
.fa-sass:before {
  content: "\f41e"; }
.fa-schlix:before {
  content: "\f3ea"; }
.fa-screenpal:before {
  content: "\e570"; }
.fa-scribd:before {
  content: "\f28a"; }
.fa-searchengin:before {
  content: "\f3eb"; }
.fa-sellcast:before {
  content: "\f2da"; }
.fa-sellsy:before {
  content: "\f213"; }
.fa-servicestack:before {
  content: "\f3ec"; }
.fa-shirtsinbulk:before {
  content: "\f214"; }
.fa-shopify:before {
  content: "\e057"; }
.fa-shopware:before {
  content: "\f5b5"; }
.fa-simplybuilt:before {
  content: "\f215"; }
.fa-sistrix:before {
  content: "\f3ee"; }
.fa-sith:before {
  content: "\f512"; }
.fa-sitrox:before {
  content: "\e44a"; }
.fa-sketch:before {
  content: "\f7c6"; }
.fa-skyatlas:before {
  content: "\f216"; }
.fa-skype:before {
  content: "\f17e"; }
.fa-slack:before {
  content: "\f198"; }
.fa-slack-hash:before {
  content: "\f198"; }
.fa-slideshare:before {
  content: "\f1e7"; }
.fa-snapchat:before {
  content: "\f2ab"; }
.fa-snapchat-ghost:before {
  content: "\f2ab"; }
.fa-snapchat-square:before {
  content: "\f2ad"; }
.fa-soundcloud:before {
  content: "\f1be"; }
.fa-sourcetree:before {
  content: "\f7d3"; }
.fa-speakap:before {
  content: "\f3f3"; }
.fa-speaker-deck:before {
  content: "\f83c"; }
.fa-spotify:before {
  content: "\f1bc"; }
.fa-square-font-awesome:before {
  content: "\f425"; }
.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }
.fa-font-awesome-alt:before {
  content: "\f35c"; }
.fa-squarespace:before {
  content: "\f5be"; }
.fa-stack-exchange:before {
  content: "\f18d"; }
.fa-stack-overflow:before {
  content: "\f16c"; }
.fa-stackpath:before {
  content: "\f842"; }
.fa-staylinked:before {
  content: "\f3f5"; }
.fa-steam:before {
  content: "\f1b6"; }
.fa-steam-square:before {
  content: "\f1b7"; }
.fa-steam-symbol:before {
  content: "\f3f6"; }
.fa-sticker-mule:before {
  content: "\f3f7"; }
.fa-strava:before {
  content: "\f428"; }
.fa-stripe:before {
  content: "\f429"; }
.fa-stripe-s:before {
  content: "\f42a"; }
.fa-studiovinari:before {
  content: "\f3f8"; }
.fa-stumbleupon:before {
  content: "\f1a4"; }
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }
.fa-superpowers:before {
  content: "\f2dd"; }
.fa-supple:before {
  content: "\f3f9"; }
.fa-suse:before {
  content: "\f7d6"; }
.fa-swift:before {
  content: "\f8e1"; }
.fa-symfony:before {
  content: "\f83d"; }
.fa-teamspeak:before {
  content: "\f4f9"; }
.fa-telegram:before {
  content: "\f2c6"; }
.fa-telegram-plane:before {
  content: "\f2c6"; }
.fa-tencent-weibo:before {
  content: "\f1d5"; }
.fa-the-red-yeti:before {
  content: "\f69d"; }
.fa-themeco:before {
  content: "\f5c6"; }
.fa-themeisle:before {
  content: "\f2b2"; }
.fa-think-peaks:before {
  content: "\f731"; }
.fa-tiktok:before {
  content: "\e07b"; }
.fa-trade-federation:before {
  content: "\f513"; }
.fa-trello:before {
  content: "\f181"; }
.fa-tumblr:before {
  content: "\f173"; }
.fa-tumblr-square:before {
  content: "\f174"; }
.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-umbraco:before {
  content: "\f8e8"; }
.fa-uncharted:before {
  content: "\e084"; }
.fa-uniregistry:before {
  content: "\f404"; }
.fa-unity:before {
  content: "\e049"; }
.fa-unsplash:before {
  content: "\e07c"; }
.fa-untappd:before {
  content: "\f405"; }
.fa-ups:before {
  content: "\f7e0"; }
.fa-usb:before {
  content: "\f287"; }
.fa-usps:before {
  content: "\f7e1"; }
.fa-ussunnah:before {
  content: "\f407"; }
.fa-vaadin:before {
  content: "\f408"; }
.fa-viacoin:before {
  content: "\f237"; }
.fa-viadeo:before {
  content: "\f2a9"; }
.fa-viadeo-square:before {
  content: "\f2aa"; }
.fa-viber:before {
  content: "\f409"; }
.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-vuejs:before {
  content: "\f41f"; }
.fa-watchman-monitoring:before {
  content: "\e087"; }
.fa-waze:before {
  content: "\f83f"; }
.fa-weebly:before {
  content: "\f5cc"; }
.fa-weibo:before {
  content: "\f18a"; }
.fa-weixin:before {
  content: "\f1d7"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-whatsapp-square:before {
  content: "\f40c"; }
.fa-whmcs:before {
  content: "\f40d"; }
.fa-wikipedia-w:before {
  content: "\f266"; }
.fa-windows:before {
  content: "\f17a"; }
.fa-wirsindhandwerk:before {
  content: "\e2d0"; }
.fa-wsh:before {
  content: "\e2d0"; }
.fa-wix:before {
  content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
  content: "\f730"; }
.fa-wodu:before {
  content: "\e088"; }
.fa-wolf-pack-battalion:before {
  content: "\f514"; }
.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-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-yammer:before {
  content: "\f840"; }
.fa-yandex:before {
  content: "\f413"; }
.fa-yandex-international:before {
  content: "\f414"; }
.fa-yarn:before {
  content: "\f7e3"; }
.fa-yelp:before {
  content: "\f1e9"; }
.fa-yoast:before {
  content: "\f2b1"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-zhihu:before {
  content: "\f63f"; }
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/packs/media/webfonts/fa-regular-400-0caf4c6c.woff2) format("woff2"), url(/packs/media/webfonts/fa-regular-400-0d03b1bb.ttf) format("truetype"); }
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/packs/media/webfonts/fa-solid-900-59edf72a.woff2) format("woff2"), url(/packs/media/webfonts/fa-solid-900-e615bbcb.ttf) format("truetype"); }
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(/packs/media/webfonts/fa-brands-400-ebb7a127.woff2) format("woff2"), url(/packs/media/webfonts/fa-brands-400-b823fc0d.ttf) format("truetype"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(/packs/media/webfonts/fa-solid-900-59edf72a.woff2) format("woff2"), url(/packs/media/webfonts/fa-solid-900-e615bbcb.ttf) format("truetype"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(/packs/media/webfonts/fa-regular-400-0caf4c6c.woff2) format("woff2"), url(/packs/media/webfonts/fa-regular-400-0d03b1bb.ttf) format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/packs/media/webfonts/fa-solid-900-59edf72a.woff2) format("woff2"), url(/packs/media/webfonts/fa-solid-900-e615bbcb.ttf) format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/packs/media/webfonts/fa-brands-400-ebb7a127.woff2) format("woff2"), url(/packs/media/webfonts/fa-brands-400-b823fc0d.ttf) format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/packs/media/webfonts/fa-regular-400-0caf4c6c.woff2) format("woff2"), url(/packs/media/webfonts/fa-regular-400-0d03b1bb.ttf) format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/packs/media/webfonts/fa-v4compatibility-afac8956.woff2) format("woff2"), url(/packs/media/webfonts/fa-v4compatibility-4baccb54.ttf) format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F250,U+F252,U+F27A; }

/*!
 * Bootstrap v3.0.1 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}

audio,canvas,video{display:inline-block}

audio:not([controls]){display:none;height:0}

[hidden],template{display:none}

html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

body{margin:0}

a{background:transparent}

a:focus{outline:thin dotted}

a:active,a:hover{outline:0}

h1{margin:.67em 0;font-size:2em}

abbr[title]{border-bottom:1px dotted}

b,strong{font-weight:bold}

dfn{font-style:italic}

hr{height:0;box-sizing:content-box}

mark{color:#000;background:#ff0}

code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}

pre{white-space:pre-wrap}

q{quotes:"\201C" "\201D" "\2018" "\2019"}

small{font-size:80%}

sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}

sup{top:-0.5em}

sub{bottom:-0.25em}

img{border:0}

svg:not(:root){overflow:hidden}

figure{margin:0}

fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}

legend{padding:0;border:0}

button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}

button,input{line-height:normal}

button,select{text-transform:none}

button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}

button[disabled],html input[disabled]{cursor:default}

input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}

input[type="search"]{box-sizing:content-box;-webkit-appearance:textfield}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}

button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}

textarea{overflow:auto;vertical-align:top}

table{border-collapse:collapse;border-spacing:0}

@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}

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

html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}

body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}

input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}

a{color:#428bca;text-decoration:none}

a:hover,a:focus{color:#2a6496;text-decoration:underline}

a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}

img{vertical-align:middle}

.img-responsive{display:block;height:auto;max-width:100%}

.img-rounded{border-radius:6px}

.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}

.img-circle{border-radius:50%}

hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

p{margin:0 0 10px}

.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}

@media(min-width:768px){.lead{font-size:21px}}

small,.small{font-size:85%}

cite{font-style:normal}

.text-muted{color:#999}

.text-primary{color:#428bca}

.text-primary:hover{color:#3071a9}

.text-warning{color:#c09853}

.text-warning:hover{color:#a47e3c}

.text-danger{color:#b94a48}

.text-danger:hover{color:#953b39}

.text-success{color:#468847}

.text-success:hover{color:#356635}

.text-info{color:#3a87ad}

.text-info:hover{color:#2d6987}

.text-left{text-align:left}

.text-right{text-align:right}

.text-center{text-align:center}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}

h1,h2,h3{margin-top:20px;margin-bottom:10px}

h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}

h4,h5,h6{margin-top:10px;margin-bottom:10px}

h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}

h1,.h1{font-size:36px}

h2,.h2{font-size:30px}

h3,.h3{font-size:24px}

h4,.h4{font-size:18px}

h5,.h5{font-size:14px}

h6,.h6{font-size:12px}

.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}

ul,ol{margin-top:0;margin-bottom:10px}

ul ul,ol ul,ul ol,ol ol{margin-bottom:0}

.list-unstyled{padding-left:0;list-style:none}

.list-inline{padding-left:0;list-style:none}

.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}

.list-inline>li:first-child{padding-left:0}

dl{margin-bottom:20px}

dt,dd{line-height:1.428571429}

dt{font-weight:bold}

dd{margin-left:0}

@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}

abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}

abbr.initialism{font-size:90%;text-transform:uppercase}

blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}

blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}

blockquote p:last-child{margin-bottom:0}

blockquote small{display:block;line-height:1.428571429;color:#999}

blockquote small:before{content:'\2014 \00A0'}

blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}

blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}

blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}

blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}

blockquote:before,blockquote:after{content:""}

address{margin-bottom:20px;font-style:normal;line-height:1.428571429}

code,kbd,pre,samp{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}

code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}

pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}

pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}

.pre-scrollable{max-height:340px;overflow-y:scroll}

.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

.container:before,.container:after{display:table;content:" "}

.container:after{clear:both}

.container:before,.container:after{display:table;content:" "}

.container:after{clear:both}

.row{margin-right:-15px;margin-left:-15px}

.row:before,.row:after{display:table;content:" "}

.row:after{clear:both}

.row:before,.row:after{display:table;content:" "}

.row:after{clear:both}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}

.col-xs-12{width:100%}

.col-xs-11{width:91.66666666666666%}

.col-xs-10{width:83.33333333333334%}

.col-xs-9{width:75%}

.col-xs-8{width:66.66666666666666%}

.col-xs-7{width:58.333333333333336%}

.col-xs-6{width:50%}

.col-xs-5{width:41.66666666666667%}

.col-xs-4{width:33.33333333333333%}

.col-xs-3{width:25%}

.col-xs-2{width:16.666666666666664%}

.col-xs-1{width:8.333333333333332%}

.col-xs-pull-12{right:100%}

.col-xs-pull-11{right:91.66666666666666%}

.col-xs-pull-10{right:83.33333333333334%}

.col-xs-pull-9{right:75%}

.col-xs-pull-8{right:66.66666666666666%}

.col-xs-pull-7{right:58.333333333333336%}

.col-xs-pull-6{right:50%}

.col-xs-pull-5{right:41.66666666666667%}

.col-xs-pull-4{right:33.33333333333333%}

.col-xs-pull-3{right:25%}

.col-xs-pull-2{right:16.666666666666664%}

.col-xs-pull-1{right:8.333333333333332%}

.col-xs-push-12{left:100%}

.col-xs-push-11{left:91.66666666666666%}

.col-xs-push-10{left:83.33333333333334%}

.col-xs-push-9{left:75%}

.col-xs-push-8{left:66.66666666666666%}

.col-xs-push-7{left:58.333333333333336%}

.col-xs-push-6{left:50%}

.col-xs-push-5{left:41.66666666666667%}

.col-xs-push-4{left:33.33333333333333%}

.col-xs-push-3{left:25%}

.col-xs-push-2{left:16.666666666666664%}

.col-xs-push-1{left:8.333333333333332%}

.col-xs-offset-12{margin-left:100%}

.col-xs-offset-11{margin-left:91.66666666666666%}

.col-xs-offset-10{margin-left:83.33333333333334%}

.col-xs-offset-9{margin-left:75%}

.col-xs-offset-8{margin-left:66.66666666666666%}

.col-xs-offset-7{margin-left:58.333333333333336%}

.col-xs-offset-6{margin-left:50%}

.col-xs-offset-5{margin-left:41.66666666666667%}

.col-xs-offset-4{margin-left:33.33333333333333%}

.col-xs-offset-3{margin-left:25%}

.col-xs-offset-2{margin-left:16.666666666666664%}

.col-xs-offset-1{margin-left:8.333333333333332%}

@media(min-width:768px){.container{width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}}

@media(min-width:992px){.container{width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}}

@media(min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}}

table{max-width:100%;background-color:transparent}

th{text-align:left}

.table{width:100%;margin-bottom:20px}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}

.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}

.table>tbody+tbody{border-top:2px solid #ddd}

.table .table{background-color:#fff}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}

.table-bordered{border:1px solid #ddd}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}

table col[class*="col-"]{display:table-column;float:none}

table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}

@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}

fieldset{padding:0;margin:0;border:0}

legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}

label{display:inline-block;margin-bottom:5px;font-weight:bold}

input[type="search"]{box-sizing:border-box}

input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}

input[type="file"]{display:block}

select[multiple],select[size]{height:auto}

select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}

output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}

.form-control:-moz-placeholder{color:#999}

.form-control::-moz-placeholder{color:#999}

.form-control:-ms-input-placeholder{color:#999}

.form-control::-webkit-input-placeholder{color:#999}

.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}

.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}

textarea.form-control{height:auto}

.form-group{margin-bottom:15px}

.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}

.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}

.radio+.radio,.checkbox+.checkbox{margin-top:-5px}

.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}

input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}

.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}

select.input-sm{height:30px;line-height:30px}

textarea.input-sm{height:auto}

.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}

select.input-lg{height:45px;line-height:45px}

textarea.input-lg{height:auto}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#c09853}

.has-warning .form-control{border-color:#c09853;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}

.has-warning .form-control:focus{border-color:#a47e3c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}

.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#b94a48}

.has-error .form-control{border-color:#b94a48;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}

.has-error .form-control:focus{border-color:#953b39;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}

.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#468847}

.has-success .form-control{border-color:#468847;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}

.has-success .form-control:focus{border-color:#356635;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}

.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}

.form-control-static{margin-bottom:0}

.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}

@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}

.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}

.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}

.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}

.form-horizontal .form-group:after{clear:both}

.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}

.form-horizontal .form-group:after{clear:both}

.form-horizontal .form-control-static{padding-top:7px}

@media(min-width:768px){.form-horizontal .control-label{text-align:right}}

.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}

.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}

.btn:hover,.btn:focus{color:#333;text-decoration:none}

.btn:active,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}

.btn-default{color:#333;background-color:#fff;border-color:#ccc}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}

.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}

.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}

.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}

.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}

.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}

.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}

.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}

.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}

.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}

.btn-xs{padding:1px 5px}

.btn-block{display:block;width:100%;padding-right:0;padding-left:0}

.btn-block+.btn-block{margin-top:5px}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}

.fade{opacity:0;transition:opacity .15s linear}

.fade.in{opacity:1}

.collapse{display:none}

.collapse.in{display:block}

.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}

@font-face{font-family:'Glyphicons Halflings';src:url(/packs/media/bootstrap/glyphicons-halflings-regular-5be1347c.eot);src:url(/packs/media/bootstrap/glyphicons-halflings-regular-5be1347c.eot?#iefix) format('embedded-opentype'),url(/packs/media/bootstrap/glyphicons-halflings-regular-82b1212e.woff) format('woff'),url(/packs/media/bootstrap/glyphicons-halflings-regular-4692b9ec.ttf) format('truetype'),url(/packs/media/bootstrap/glyphicons-halflings-regular-060b2710.svg#glyphicons_halflingsregular) format('svg')}

.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}

.glyphicon:empty{width:1em}

.glyphicon-asterisk:before{content:"\2a"}

.glyphicon-plus:before{content:"\2b"}

.glyphicon-euro:before{content:"\20ac"}

.glyphicon-minus:before{content:"\2212"}

.glyphicon-cloud:before{content:"\2601"}

.glyphicon-envelope:before{content:"\2709"}

.glyphicon-pencil:before{content:"\270f"}

.glyphicon-glass:before{content:"\e001"}

.glyphicon-music:before{content:"\e002"}

.glyphicon-search:before{content:"\e003"}

.glyphicon-heart:before{content:"\e005"}

.glyphicon-star:before{content:"\e006"}

.glyphicon-star-empty:before{content:"\e007"}

.glyphicon-user:before{content:"\e008"}

.glyphicon-film:before{content:"\e009"}

.glyphicon-th-large:before{content:"\e010"}

.glyphicon-th:before{content:"\e011"}

.glyphicon-th-list:before{content:"\e012"}

.glyphicon-ok:before{content:"\e013"}

.glyphicon-remove:before{content:"\e014"}

.glyphicon-zoom-in:before{content:"\e015"}

.glyphicon-zoom-out:before{content:"\e016"}

.glyphicon-off:before{content:"\e017"}

.glyphicon-signal:before{content:"\e018"}

.glyphicon-cog:before{content:"\e019"}

.glyphicon-trash:before{content:"\e020"}

.glyphicon-home:before{content:"\e021"}

.glyphicon-file:before{content:"\e022"}

.glyphicon-time:before{content:"\e023"}

.glyphicon-road:before{content:"\e024"}

.glyphicon-download-alt:before{content:"\e025"}

.glyphicon-download:before{content:"\e026"}

.glyphicon-upload:before{content:"\e027"}

.glyphicon-inbox:before{content:"\e028"}

.glyphicon-play-circle:before{content:"\e029"}

.glyphicon-repeat:before{content:"\e030"}

.glyphicon-refresh:before{content:"\e031"}

.glyphicon-list-alt:before{content:"\e032"}

.glyphicon-lock:before{content:"\e033"}

.glyphicon-flag:before{content:"\e034"}

.glyphicon-headphones:before{content:"\e035"}

.glyphicon-volume-off:before{content:"\e036"}

.glyphicon-volume-down:before{content:"\e037"}

.glyphicon-volume-up:before{content:"\e038"}

.glyphicon-qrcode:before{content:"\e039"}

.glyphicon-barcode:before{content:"\e040"}

.glyphicon-tag:before{content:"\e041"}

.glyphicon-tags:before{content:"\e042"}

.glyphicon-book:before{content:"\e043"}

.glyphicon-bookmark:before{content:"\e044"}

.glyphicon-print:before{content:"\e045"}

.glyphicon-camera:before{content:"\e046"}

.glyphicon-font:before{content:"\e047"}

.glyphicon-bold:before{content:"\e048"}

.glyphicon-italic:before{content:"\e049"}

.glyphicon-text-height:before{content:"\e050"}

.glyphicon-text-width:before{content:"\e051"}

.glyphicon-align-left:before{content:"\e052"}

.glyphicon-align-center:before{content:"\e053"}

.glyphicon-align-right:before{content:"\e054"}

.glyphicon-align-justify:before{content:"\e055"}

.glyphicon-list:before{content:"\e056"}

.glyphicon-indent-left:before{content:"\e057"}

.glyphicon-indent-right:before{content:"\e058"}

.glyphicon-facetime-video:before{content:"\e059"}

.glyphicon-picture:before{content:"\e060"}

.glyphicon-map-marker:before{content:"\e062"}

.glyphicon-adjust:before{content:"\e063"}

.glyphicon-tint:before{content:"\e064"}

.glyphicon-edit:before{content:"\e065"}

.glyphicon-share:before{content:"\e066"}

.glyphicon-check:before{content:"\e067"}

.glyphicon-move:before{content:"\e068"}

.glyphicon-step-backward:before{content:"\e069"}

.glyphicon-fast-backward:before{content:"\e070"}

.glyphicon-backward:before{content:"\e071"}

.glyphicon-play:before{content:"\e072"}

.glyphicon-pause:before{content:"\e073"}

.glyphicon-stop:before{content:"\e074"}

.glyphicon-forward:before{content:"\e075"}

.glyphicon-fast-forward:before{content:"\e076"}

.glyphicon-step-forward:before{content:"\e077"}

.glyphicon-eject:before{content:"\e078"}

.glyphicon-chevron-left:before{content:"\e079"}

.glyphicon-chevron-right:before{content:"\e080"}

.glyphicon-plus-sign:before{content:"\e081"}

.glyphicon-minus-sign:before{content:"\e082"}

.glyphicon-remove-sign:before{content:"\e083"}

.glyphicon-ok-sign:before{content:"\e084"}

.glyphicon-question-sign:before{content:"\e085"}

.glyphicon-info-sign:before{content:"\e086"}

.glyphicon-screenshot:before{content:"\e087"}

.glyphicon-remove-circle:before{content:"\e088"}

.glyphicon-ok-circle:before{content:"\e089"}

.glyphicon-ban-circle:before{content:"\e090"}

.glyphicon-arrow-left:before{content:"\e091"}

.glyphicon-arrow-right:before{content:"\e092"}

.glyphicon-arrow-up:before{content:"\e093"}

.glyphicon-arrow-down:before{content:"\e094"}

.glyphicon-share-alt:before{content:"\e095"}

.glyphicon-resize-full:before{content:"\e096"}

.glyphicon-resize-small:before{content:"\e097"}

.glyphicon-exclamation-sign:before{content:"\e101"}

.glyphicon-gift:before{content:"\e102"}

.glyphicon-leaf:before{content:"\e103"}

.glyphicon-fire:before{content:"\e104"}

.glyphicon-eye-open:before{content:"\e105"}

.glyphicon-eye-close:before{content:"\e106"}

.glyphicon-warning-sign:before{content:"\e107"}

.glyphicon-plane:before{content:"\e108"}

.glyphicon-calendar:before{content:"\e109"}

.glyphicon-random:before{content:"\e110"}

.glyphicon-comment:before{content:"\e111"}

.glyphicon-magnet:before{content:"\e112"}

.glyphicon-chevron-up:before{content:"\e113"}

.glyphicon-chevron-down:before{content:"\e114"}

.glyphicon-retweet:before{content:"\e115"}

.glyphicon-shopping-cart:before{content:"\e116"}

.glyphicon-folder-close:before{content:"\e117"}

.glyphicon-folder-open:before{content:"\e118"}

.glyphicon-resize-vertical:before{content:"\e119"}

.glyphicon-resize-horizontal:before{content:"\e120"}

.glyphicon-hdd:before{content:"\e121"}

.glyphicon-bullhorn:before{content:"\e122"}

.glyphicon-bell:before{content:"\e123"}

.glyphicon-certificate:before{content:"\e124"}

.glyphicon-thumbs-up:before{content:"\e125"}

.glyphicon-thumbs-down:before{content:"\e126"}

.glyphicon-hand-right:before{content:"\e127"}

.glyphicon-hand-left:before{content:"\e128"}

.glyphicon-hand-up:before{content:"\e129"}

.glyphicon-hand-down:before{content:"\e130"}

.glyphicon-circle-arrow-right:before{content:"\e131"}

.glyphicon-circle-arrow-left:before{content:"\e132"}

.glyphicon-circle-arrow-up:before{content:"\e133"}

.glyphicon-circle-arrow-down:before{content:"\e134"}

.glyphicon-globe:before{content:"\e135"}

.glyphicon-wrench:before{content:"\e136"}

.glyphicon-tasks:before{content:"\e137"}

.glyphicon-filter:before{content:"\e138"}

.glyphicon-briefcase:before{content:"\e139"}

.glyphicon-fullscreen:before{content:"\e140"}

.glyphicon-dashboard:before{content:"\e141"}

.glyphicon-paperclip:before{content:"\e142"}

.glyphicon-heart-empty:before{content:"\e143"}

.glyphicon-link:before{content:"\e144"}

.glyphicon-phone:before{content:"\e145"}

.glyphicon-pushpin:before{content:"\e146"}

.glyphicon-usd:before{content:"\e148"}

.glyphicon-gbp:before{content:"\e149"}

.glyphicon-sort:before{content:"\e150"}

.glyphicon-sort-by-alphabet:before{content:"\e151"}

.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}

.glyphicon-sort-by-order:before{content:"\e153"}

.glyphicon-sort-by-order-alt:before{content:"\e154"}

.glyphicon-sort-by-attributes:before{content:"\e155"}

.glyphicon-sort-by-attributes-alt:before{content:"\e156"}

.glyphicon-unchecked:before{content:"\e157"}

.glyphicon-expand:before{content:"\e158"}

.glyphicon-collapse-down:before{content:"\e159"}

.glyphicon-collapse-up:before{content:"\e160"}

.glyphicon-log-in:before{content:"\e161"}

.glyphicon-flash:before{content:"\e162"}

.glyphicon-log-out:before{content:"\e163"}

.glyphicon-new-window:before{content:"\e164"}

.glyphicon-record:before{content:"\e165"}

.glyphicon-save:before{content:"\e166"}

.glyphicon-open:before{content:"\e167"}

.glyphicon-saved:before{content:"\e168"}

.glyphicon-import:before{content:"\e169"}

.glyphicon-export:before{content:"\e170"}

.glyphicon-send:before{content:"\e171"}

.glyphicon-floppy-disk:before{content:"\e172"}

.glyphicon-floppy-saved:before{content:"\e173"}

.glyphicon-floppy-remove:before{content:"\e174"}

.glyphicon-floppy-save:before{content:"\e175"}

.glyphicon-floppy-open:before{content:"\e176"}

.glyphicon-credit-card:before{content:"\e177"}

.glyphicon-transfer:before{content:"\e178"}

.glyphicon-cutlery:before{content:"\e179"}

.glyphicon-header:before{content:"\e180"}

.glyphicon-compressed:before{content:"\e181"}

.glyphicon-earphone:before{content:"\e182"}

.glyphicon-phone-alt:before{content:"\e183"}

.glyphicon-tower:before{content:"\e184"}

.glyphicon-stats:before{content:"\e185"}

.glyphicon-sd-video:before{content:"\e186"}

.glyphicon-hd-video:before{content:"\e187"}

.glyphicon-subtitles:before{content:"\e188"}

.glyphicon-sound-stereo:before{content:"\e189"}

.glyphicon-sound-dolby:before{content:"\e190"}

.glyphicon-sound-5-1:before{content:"\e191"}

.glyphicon-sound-6-1:before{content:"\e192"}

.glyphicon-sound-7-1:before{content:"\e193"}

.glyphicon-copyright-mark:before{content:"\e194"}

.glyphicon-registration-mark:before{content:"\e195"}

.glyphicon-cloud-download:before{content:"\e197"}

.glyphicon-cloud-upload:before{content:"\e198"}

.glyphicon-tree-conifer:before{content:"\e199"}

.glyphicon-tree-deciduous:before{content:"\e200"}

.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent}

.dropdown{position:relative}

.dropdown-toggle:focus{outline:0}

.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}

.dropdown-menu.pull-right{right:0;left:auto}

.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}

.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}

.open>.dropdown-menu{display:block}

.open>a{outline:0}

.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}

.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}

.pull-right>.dropdown-menu{right:0;left:auto}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}

@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}

.btn-default .caret{border-top-color:#333}

.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}

.dropup .btn-default .caret{border-bottom-color:#333}

.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}

.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}

.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}

.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}

.btn-toolbar:after{clear:both}

.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}

.btn-toolbar:after{clear:both}

.btn-toolbar .btn-group{float:left}

.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}

.btn-group>.btn:first-child{margin-left:0}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}

.btn-group>.btn-group{float:left}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}

.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}

.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}

.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}

.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}

.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}

.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}

.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}

.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}

.btn .caret{margin-left:0}

.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}

.dropup .btn-lg .caret{border-width:0 5px 5px}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}

.btn-group-vertical>.btn-group:after{clear:both}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}

.btn-group-vertical>.btn-group:after{clear:both}

.btn-group-vertical>.btn-group>.btn{float:none}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}

.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}

.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}

.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}

.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}

.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}

.btn-group-justified .btn{display:table-cell;float:none;width:1%}

[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}

.input-group{position:relative;display:table;border-collapse:separate}

.input-group.col{float:none;padding-right:0;padding-left:0}

.input-group .form-control{width:100%;margin-bottom:0}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}

.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}

.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}

.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}

.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}

.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}

.input-group-addon:first-child{border-right:0}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}

.input-group-addon:last-child{border-left:0}

.input-group-btn{position:relative;white-space:nowrap}

.input-group-btn:first-child>.btn{margin-right:-1px}

.input-group-btn:last-child>.btn{margin-left:-1px}

.input-group-btn>.btn{position:relative}

.input-group-btn>.btn+.btn{margin-left:-4px}

.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}

.nav{padding-left:0;margin-bottom:0;list-style:none}

.nav:before,.nav:after{display:table;content:" "}

.nav:after{clear:both}

.nav:before,.nav:after{display:table;content:" "}

.nav:after{clear:both}

.nav>li{position:relative;display:block}

.nav>li>a{position:relative;display:block;padding:10px 15px}

.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}

.nav>li.disabled>a{color:#999}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}

.nav .open>a .caret,.nav .open>a:hover .caret,.nav .open>a:focus .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}

.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}

.nav>li>a>img{max-width:none}

.nav-tabs{border-bottom:1px solid #ddd}

.nav-tabs>li{float:left;margin-bottom:-1px}

.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}

.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}

.nav-tabs.nav-justified{width:100%;border-bottom:0}

.nav-tabs.nav-justified>li{float:none}

.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}

.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}

@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}

.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}

@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}

.nav-pills>li{float:left}

.nav-pills>li>a{border-radius:4px}

.nav-pills>li+li{margin-left:2px}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}

.nav-pills>li.active>a .caret,.nav-pills>li.active>a:hover .caret,.nav-pills>li.active>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}

.nav-stacked>li{float:none}

.nav-stacked>li+li{margin-top:2px;margin-left:0}

.nav-justified{width:100%}

.nav-justified>li{float:none}

.nav-justified>li>a{margin-bottom:5px;text-align:center}

.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}

@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}

.nav-tabs-justified{border-bottom:0}

.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}

@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}

.tab-content>.tab-pane{display:none}

.tab-content>.active{display:block}

.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}

.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}

.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}

.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}

.navbar:before,.navbar:after{display:table;content:" "}

.navbar:after{clear:both}

.navbar:before,.navbar:after{display:table;content:" "}

.navbar:after{clear:both}

@media(min-width:768px){.navbar{border-radius:4px}}

.navbar-header:before,.navbar-header:after{display:table;content:" "}

.navbar-header:after{clear:both}

.navbar-header:before,.navbar-header:after{display:table;content:" "}

.navbar-header:after{clear:both}

@media(min-width:768px){.navbar-header{float:left}}

.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}

.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}

.navbar-collapse:after{clear:both}

.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}

.navbar-collapse:after{clear:both}

.navbar-collapse.in{overflow-y:auto}

@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:auto}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}

.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}

@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}

.navbar-static-top{z-index:1000;border-width:0 0 1px}

@media(min-width:768px){.navbar-static-top{border-radius:0}}

.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}

@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}

.navbar-fixed-top{top:0;border-width:0 0 1px}

.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}

.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}

.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}

@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}

.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}

.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}

.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}

@media(min-width:768px){.navbar-toggle{display:none}}

.navbar-nav{margin:7.5px -15px}

.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}

@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}

@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}

@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}

.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}

@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}

@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}

@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}

.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}

.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}

.navbar-btn{margin-top:8px;margin-bottom:8px}

.navbar-text{float:left;margin-top:15px;margin-bottom:15px}

@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}

.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}

.navbar-default .navbar-brand{color:#777}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}

.navbar-default .navbar-text{color:#777}

.navbar-default .navbar-nav>li>a{color:#777}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}

.navbar-default .navbar-toggle{border-color:#ddd}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}

.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}

.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}

.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}

.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}

@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}

.navbar-default .navbar-link{color:#777}

.navbar-default .navbar-link:hover{color:#333}

.navbar-inverse{background-color:#222;border-color:#080808}

.navbar-inverse .navbar-brand{color:#999}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}

.navbar-inverse .navbar-text{color:#999}

.navbar-inverse .navbar-nav>li>a{color:#999}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}

.navbar-inverse .navbar-toggle{border-color:#333}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}

.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}

.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}

.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}

@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}

.navbar-inverse .navbar-link{color:#999}

.navbar-inverse .navbar-link:hover{color:#fff}

.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}

.breadcrumb>li{display:inline-block}

.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}

.breadcrumb>.active{color:#999}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}

.pagination>li{display:inline}

.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}

.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}

.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}

.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}

.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}

.pager:before,.pager:after{display:table;content:" "}

.pager:after{clear:both}

.pager:before,.pager:after{display:table;content:" "}

.pager:after{clear:both}

.pager li{display:inline}

.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}

.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}

.pager .next>a,.pager .next>span{float:right}

.pager .previous>a,.pager .previous>span{float:left}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}

.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}

.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}

.label:empty{display:none}

.label-default{background-color:#999}

.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}

.label-primary{background-color:#428bca}

.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}

.label-success{background-color:#5cb85c}

.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}

.label-info{background-color:#5bc0de}

.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}

.label-warning{background-color:#f0ad4e}

.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}

.label-danger{background-color:#d9534f}

.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}

.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}

.badge:empty{display:none}

a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}

.btn .badge{position:relative;top:-1px}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}

.nav-pills>li>a>.badge{margin-left:3px}

.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}

.jumbotron h1{line-height:1;color:inherit}

.jumbotron p{line-height:1.4}

.container .jumbotron{border-radius:6px}

@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}

.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}

.thumbnail>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}

.thumbnail .caption{padding:9px;color:#333}

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}

.alert h4{margin-top:0;color:inherit}

.alert .alert-link{font-weight:bold}

.alert>p,.alert>ul{margin-bottom:0}

.alert>p+p{margin-top:5px}

.alert-dismissable{padding-right:35px}

.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}

.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}

.alert-success hr{border-top-color:#c9e2b3}

.alert-success .alert-link{color:#356635}

.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}

.alert-info hr{border-top-color:#a6e1ec}

.alert-info .alert-link{color:#2d6987}

.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}

.alert-warning hr{border-top-color:#f7e1b5}

.alert-warning .alert-link{color:#a47e3c}

.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}

.alert-danger hr{border-top-color:#e4b9c0}

.alert-danger .alert-link{color:#953b39}

@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}

@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}

.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}

.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);transition:width .6s ease}

.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}

.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}

.progress-bar-success{background-color:#5cb85c}

.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}

.progress-bar-info{background-color:#5bc0de}

.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}

.progress-bar-warning{background-color:#f0ad4e}

.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}

.progress-bar-danger{background-color:#d9534f}

.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}

.media,.media-body{overflow:hidden;zoom:1}

.media,.media .media{margin-top:15px}

.media:first-child{margin-top:0}

.media-object{display:block}

.media-heading{margin:0 0 5px}

.media>.pull-left{margin-right:10px}

.media>.pull-right{margin-left:10px}

.media-list{padding-left:0;list-style:none}

.list-group{padding-left:0;margin-bottom:20px}

.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}

.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}

.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}

.list-group-item>.badge{float:right}

.list-group-item>.badge+.badge{margin-right:5px}

a.list-group-item{color:#555}

a.list-group-item .list-group-item-heading{color:#333}

a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}

a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}

.list-group-item-heading{margin-top:0;margin-bottom:5px}

.list-group-item-text{margin-bottom:0;line-height:1.3}

.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05)}

.panel-body{padding:15px}

.panel-body:before,.panel-body:after{display:table;content:" "}

.panel-body:after{clear:both}

.panel-body:before,.panel-body:after{display:table;content:" "}

.panel-body:after{clear:both}

.panel>.list-group{margin-bottom:0}

.panel>.list-group .list-group-item{border-width:1px 0}

.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}

.panel>.list-group .list-group-item:last-child{border-bottom:0}

.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}

.panel>.table,.panel>.table-responsive{margin-bottom:0}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}

.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}

.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}

.panel-heading>.dropdown .dropdown-toggle{color:inherit}

.panel-title{margin-top:0;margin-bottom:0;font-size:16px}

.panel-title>a{color:inherit}

.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}

.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}

.panel-group .panel+.panel{margin-top:5px}

.panel-group .panel-heading{border-bottom:0}

.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}

.panel-group .panel-footer{border-top:0}

.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}

.panel-default{border-color:#ddd}

.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}

.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}

.panel-default>.panel-heading>.dropdown .caret{border-color:#333 transparent}

.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}

.panel-primary{border-color:#428bca}

.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}

.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}

.panel-primary>.panel-heading>.dropdown .caret{border-color:#fff transparent}

.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}

.panel-success{border-color:#d6e9c6}

.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}

.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}

.panel-success>.panel-heading>.dropdown .caret{border-color:#468847 transparent}

.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}

.panel-warning{border-color:#faebcc}

.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}

.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}

.panel-warning>.panel-heading>.dropdown .caret{border-color:#c09853 transparent}

.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}

.panel-danger{border-color:#ebccd1}

.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}

.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}

.panel-danger>.panel-heading>.dropdown .caret{border-color:#b94a48 transparent}

.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}

.panel-info{border-color:#bce8f1}

.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}

.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}

.panel-info>.panel-heading>.dropdown .caret{border-color:#3a87ad transparent}

.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}

.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}

.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}

.well-lg{padding:24px;border-radius:6px}

.well-sm{padding:9px;border-radius:3px}

.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}

.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}

button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}

.modal-open{overflow:hidden}

.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}

.modal.fade .modal-dialog{transform:translate(0,-25%);transition:transform .3s ease-out}

.modal.in .modal-dialog{transform:translate(0,0)}

.modal-dialog{position:relative;z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}

.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}

.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}

.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}

.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}

.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}

.modal-header .close{margin-top:-2px}

.modal-title{margin:0;line-height:1.428571429}

.modal-body{position:relative;padding:20px}

.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}

.modal-footer:before,.modal-footer:after{display:table;content:" "}

.modal-footer:after{clear:both}

.modal-footer:before,.modal-footer:after{display:table;content:" "}

.modal-footer:after{clear:both}

.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}

.modal-footer .btn-group .btn+.btn{margin-left:-1px}

.modal-footer .btn-block+.btn-block{margin-left:0}

@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}}

.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}

.tooltip.in{opacity:.9;filter:alpha(opacity=90)}

.tooltip.top{padding:5px 0;margin-top:-3px}

.tooltip.right{padding:0 5px;margin-left:3px}

.tooltip.bottom{padding:5px 0;margin-top:3px}

.tooltip.left{padding:0 5px;margin-left:-3px}

.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}

.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}

.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}

.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}

.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}

.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}

.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}

.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}

.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}

.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}

.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}

.popover.top{margin-top:-10px}

.popover.right{margin-left:10px}

.popover.bottom{margin-top:10px}

.popover.left{margin-left:-10px}

.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}

.popover-content{padding:9px 14px}

.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}

.popover .arrow{border-width:11px}

.popover .arrow:after{border-width:10px;content:""}

.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}

.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}

.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}

.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}

.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}

.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}

.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}

.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}

.carousel{position:relative}

.carousel-inner{position:relative;width:100%;overflow:hidden}

.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}

.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}

.carousel-inner>.active{left:0}

.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}

.carousel-inner>.next{left:100%}

.carousel-inner>.prev{left:-100%}

.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}

.carousel-inner>.active.left{left:-100%}

.carousel-inner>.active.right{left:100%}

.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}

.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}

.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}

.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}

.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}

.carousel-control .icon-prev:before{content:'\2039'}

.carousel-control .icon-next:before{content:'\203a'}

.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}

.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}

.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}

.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}

.carousel-caption .btn{text-shadow:none}

@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}

.clearfix:before,.clearfix:after{display:table;content:" "}

.clearfix:after{clear:both}

.center-block{display:block;margin-right:auto;margin-left:auto}

.pull-right{float:right!important}

.pull-left{float:left!important}

.hide{display:none!important}

.show{display:block!important}

.invisible{visibility:hidden}

.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}

.hidden{display:none!important;visibility:hidden!important}

.affix{position:fixed}

@-ms-viewport{width:device-width}

.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}

@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}

@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}

@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}

@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}

.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}

@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}

@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}

@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}

@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}

.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}

@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}

@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}

@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}

@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}

.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}

@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}

@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}

@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}

@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}

.hidden-xs{display:block!important}

tr.hidden-xs{display:table-row!important}

th.hidden-xs,td.hidden-xs{display:table-cell!important}

@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}

@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}

@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}

@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}

.hidden-sm{display:block!important}

tr.hidden-sm{display:table-row!important}

th.hidden-sm,td.hidden-sm{display:table-cell!important}

@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}

@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}

@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}

@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}

.hidden-md{display:block!important}

tr.hidden-md{display:table-row!important}

th.hidden-md,td.hidden-md{display:table-cell!important}

@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}

@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}

@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}

@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}

.hidden-lg{display:block!important}

tr.hidden-lg{display:table-row!important}

th.hidden-lg,td.hidden-lg{display:table-cell!important}

@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}

@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}

@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}

@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}

.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}

@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}


@charset "UTF-8";
/* ---------------------------------------------------------------------- */
/*	Import fonts
 /* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
 /* ---------------------------------------------------------------------- */
body {
  color: #000000;
  direction: ltr;
  font-family: "Open+Sans", sans-serif;
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  background: #ffffff;
}
a, a:focus, a:hover, a:active {
  outline: 0 !important;
}
h1, h2, h3 {
  font-family: "Raleway", sans-serif;
}
/* ---------------------------------------------------------------------- */
/*	Forms
 /* ---------------------------------------------------------------------- */
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
  background-color: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 0 0 0 0 !important;
  color: #858585;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 4px;
  transition-duration: 0.1s;
  box-shadow: none;
}
textarea:hover, input[type=text]:hover, input[type=password]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=date]:hover, input[type=month]:hover, input[type=time]:hover, input[type=week]:hover, input[type=number]:hover, input[type=email]:hover, input[type=url]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=color]:hover {
  border-color: #B5B5B5;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
label {
  font-weight: normal;
}
span.input-icon, span.input-help {
  display: block;
  position: relative;
}
.input-icon > input {
  padding-left: 25px;
  padding-right: 6px;
}
.input-icon.input-icon-right > input {
  padding-left: 6px;
  padding-right: 25px;
}
span.input-help > input {
  padding-left: 30px;
  padding-right: 6px;
}
.input-icon > [class*=fa-], .input-icon > [class*=clip-] {
  bottom: 0;
  color: #909090;
  display: inline-block;
  font-size: 14px;
  left: 5px;
  line-height: 35px;
  padding: 0 3px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.input-icon.input-icon-right > [class*=fa-], .input-icon.input-icon-right > [class*=clip-] {
  left: auto;
  right: 4px;
}
.input-icon > input:focus + [class*=fa-], .input-icon > input:focus + [class*=clip-] {
  color: #557799;
}
.help-button {
  background-color: #65BCDA;
  border-radius: 100% 100% 100% 100%;
  color: #FFFFFF;
  cursor: default;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  padding: 0;
  text-align: center;
  width: 20px;
  line-height: 20px;
  top: 7px;
  left: 7px;
}
.help-button:before {
  content: "\f128";
  display: inline;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  font-style: normal;
}
select.form-control {
  background-color: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 0 0 0 0;
  color: #858585;
}
select.form-control option {
  padding: 3px 4px;
}
.form-control.search-select {
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.select2-container .select2-choice {
  background-clip: padding-box !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #555555 !important;
  display: block !important;
  height: 34px !important;
  line-height: 29px !important;
  margin-top: 3px !important;
  overflow: hidden !important;
  padding: 0 12px 0 8px !important;
  position: relative !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background-color: #FFFFFF !important;
  width: 28px !important;
  text-align: center;
}
.select2-container .select2-choice .select2-arrow b {
  background: none !important;
  display: block;
  height: 100%;
  width: 100%;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f078";
  display: inline;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
}
.select2-dropdown-open.select2-container-active .select2-choice .select2-arrow b:before {
  content: "\f077";
}
.select2-container-multi .select2-choices {
  background-image: none !important;
  background-color: #FFFFFF !important;
}
.limiterBox {
  border-top: 0;
  background-color: #65BCDA !important;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  margin-top: 6px;
}
.limiterBox:after {
  display: none;
}
.limiterBox:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #65BCDA;
  border-width: 0 8px 8px;
}
textarea.autosize {
  vertical-align: top;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
}
.radio label.radio-inline, .checkbox label.checkbox-inline {
  display: inline-block;
}
.radio-inline, .radio-inline + .radio-inline, .checkbox-inline, .checkbox-inline + .checkbox-inline {
  margin-right: 10px !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}
.radio label, .checkbox label {
  margin-bottom: 5px;
}
.checkbox-table {
  display: inline-block;
  margin: 2px 0 0 0;
  padding-left: 20px;
  line-height: 10px;
}
.checkbox-table label {
  margin-bottom: 0;
}
[class^=icheckbox_], [class*=icheckbox_], [class^=iradio_], [class*=iradio_] {
  float: left !important;
  margin: 0 5px 0 -20px !important;
}
.help-inline {
  margin-top: 6px;
  color: #737373;
}
.help-block.error {
  color: #B94A48;
}
.symbol.required:before {
  content: "*";
  display: inline;
  color: #E6674A;
}
.symbol.ok:before {
  content: "\f00c";
  display: inline;
  font-family: FontAwesome;
  color: #468847;
}
.has-error .note-editor, .has-error .cke_chrome {
  border-color: #B94A48 !important;
}
.form-group .text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
}
/* ---------------------------------------------------------------------- */
/*	Generic Classes
 /* ---------------------------------------------------------------------- */
.no-padding {
  padding: 0 !important;
}
.no-display {
  display: none;
}
.example {
  margin: 15px 0;
  padding: 14px 19px;
}
.widget {
  -moz-box-sizing: content-box;
  color: #333;
  margin-bottom: 30px;
  padding: 10px 12px;
  position: relative;
}
.space5 {
  display: block;
  margin-bottom: 5px !important;
  clear: both;
}
.space7 {
  margin-bottom: 7px !important;
  clear: both;
}
.space10 {
  margin-bottom: 10px !important;
  clear: both;
}
.space12 {
  margin-bottom: 12px !important;
  clear: both;
}
.space15 {
  margin-bottom: 15px !important;
  clear: both;
}
.space20 {
  margin-bottom: 20px !important;
  clear: both;
}
.teal {
  color: #569099;
}
a.teal:hover {
  color: #4d8189;
}
.orange {
  color: #E6674A;
}
a.orange:hover {
  color: #E35434;
}
.bricky {
  color: #C83A2A;
}
a.bricky:hover {
  color: #B33426;
}
.circle-img {
  border-radius: 100% 100% 100% 100%;
}
.center {
  text-align: center;
}
.go-top {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -2px;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
/* ---------------------------------------------------------------------- */
/*  Navbar and navbar elements
 /* ---------------------------------------------------------------------- */
.navbar {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 42px;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-top: none;
  background: none;
  border-color: #ffffff;
}
.header-default .navbar {
  position: relative !important;
}
.navbar > .container .navbar-brand {
  padding: 8px 10px 0px;
  margin-left: 0;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
}
.navbar > .container .navbar-brand i, .logo i {
  font-size: 20px;
}
.navbar-tools > ul {
  list-style: none;
}
.navbar-tools > ul > li > a {
  padding: 15px 15px 9px;
  font-size: 16px;
}
.navbar-tools li.view-all a {
  padding: 8px 8px 6px !important;
}
.navbar-tools > ul > li {
  float: left;
}
.navbar-tools .dropdown-menu {
  background: none repeat scroll 0 0 white;
  border: 1px solid #C7CBD5;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  list-style: none outside none;
  margin: 0;
  max-width: 300px;
  min-width: 166px;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.navbar-tools .drop-down-wrapper {
  height: 250px;
  width: 270px;
  overflow: hidden;
  position: relative;
}
.navbar-tools .drop-down-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.notifications li, ul.todo li, ul.posts li {
  min-width: 260px;
}
.navbar-tools > ul > li.dropdown {
  margin-left: 2px;
  margin-right: 2px;
}
.navbar-tools .dropdown-menu > li > a:hover, .navbar-tools .dropdown-menu > li > a:focus, .navbar-tools .dropdown-submenu:hover > a, .navbar-tools .dropdown-submenu:focus > a, .navbar-tools .drop-down-wrapper li a:hover, .navbar-tools .drop-down-wrapper li a:focus {
  background-color: #F4F6F9 !important;
  background-image: none;
  filter: none;
  color: #000;
  text-decoration: none;
}
.drop-down-wrapper ul > li:last-child a {
  border-bottom: none;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
  display: block;
  font-weight: bold;
  margin: -1px;
  padding: 5px 10px;
}
.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  padding: 8px 8px 6px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.22);
  white-space: normal !important;
  display: block;
}
.navbar-tools .dropdown-menu > li:last-child a {
  border-bottom: none !important;
  border-radius: 0 0 6px 6px;
}
li.dropdown.current-user .dropdown-toggle {
  padding: 10px 4px 7px 9px;
}
li.dropdown.current-user .dropdown-menu li a {
  border-bottom: none !important;
}
.navbar-tools .dropdown-menu li p {
  font-weight: bold;
}
.navbar-tools .dropdown-menu li a .author {
  color: #0362FD;
  display: block;
}
.navbar-tools .dropdown-menu li a .preview {
  display: block;
}
.navbar-tools .dropdown-menu li a .time {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  display: block;
  float: right;
}
.navbar-tools .dropdown-menu li.view-all a i {
  float: right;
  margin-top: 4px;
}
.navbar-tools .dropdown-menu.notifications li > a > .label {
  margin-right: 2px;
  padding: 2px 4px;
  text-align: center !important;
  width: 10px;
}
.navbar-tools .thread-image {
  margin-right: 8px;
  float: left;
  height: 50px;
  width: 50px;
}
.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
  border-radius: 12px 12px 12px 12px !important;
  font-size: 11px !important;
  font-weight: 300;
  padding: 3px 6px;
  position: absolute;
  right: 24px;
  text-align: center;
  text-shadow: none !important;
  top: 8px;
}
.navbar-toggle {
  border: none;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 4px;
}
.navbar-toggle span {
  font-size: 16px;
}
/* ---------------------------------------------------------------------- */
/*	Search Box
 /* ---------------------------------------------------------------------- */
.search-box:before {
  content: " " !important;
}
.search-box {
  float: right;
}
.sidebar-search {
  margin: -3px 0 0 0;
  padding: 0 30px 0 5px;
  display: inline-block;
  background: #E4E5E6;
  border-radius: 5px;
  color: #555555;
  position: absolute;
  right: 10px;
  top: 15px;
  min-height: 28px;
  min-width: 28px;
}
.sidebar-search .form-group {
  margin: 0;
  padding: 0;
}
.sidebar-search .form-group input {
  background: none;
  border: none;
  width: 130px;
}
.sidebar-search .form-group input:focus {
  box-shadow: none;
}
.sidebar-search .form-group button {
  background: none;
  border: none;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 28px;
}
.sidebar-search .form-group button i {
  color: #999999;
}
.search-box .show-search {
  position: absolute;
  right: 15px;
  top: 12px;
  background: #D9D9D9;
  padding: 4px 10px;
  border-radius: 5px;
}
.search-box .show-search:hover {
  text-decoration: none;
}
.search-box .show-search i {
  color: #999999;
}
/* ---------------------------------------------------------------------- */
/*	Buttons
 /* ---------------------------------------------------------------------- */
.btn {
  font-family: "Open Sans";
}
.btn-teal {
  background-color: #569099;
  border-color: #4d8189;
  color: #ffffff;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active {
  background-color: #4d8189;
  border-color: #447178;
  color: #ffffff;
}
.btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled]:active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal.active {
  background-color: #569099;
  border-color: #569099;
  color: #ffffff;
}
.btn-beige {
  background-color: #cc9;
  border-color: #c4c488;
  color: #ffffff;
}
.btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
  background-color: #c4c488;
  border-color: #bbbb77;
  color: #ffffff;
}
.btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
  background-color: #cc9;
  border-color: #cc9;
  color: #ffffff;
}
.btn-dark-beige {
  background-color: #afaa6d;
  border-color: #a6a05d;
  color: #ffffff;
}
.btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
  background-color: #a6a05d;
  border-color: #979152;
  color: #ffffff;
}
.btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
  background-color: #afaa6d;
  border-color: #afaa6d;
  color: #ffffff;
}
.btn-orange {
  background-color: #e6674a;
  border-color: #e35434;
  color: #ffffff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
  background-color: #e35434;
  border-color: #de421f;
  color: #ffffff;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
  background-color: #e6674a;
  border-color: #e6674a;
  color: #ffffff;
}
.btn-purple {
  background-color: #57517b;
  border-color: #413d5c;
  color: #ffffff;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
  background-color: #4c476c;
  border-color: #413d5c;
  color: #ffffff;
}
.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
  background-color: #57517b;
  border-color: #333;
  color: #ffffff;
}
.btn-dark-grey {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}
.btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
  background-color: #262626;
  border-color: #1a1a1a;
  color: #ffffff;
}
.btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}
.btn-med-grey {
  background-color: #666;
  border-color: #595959;
  color: #ffffff;
}
.btn-med-grey:hover, .btn-med-grey:focus, .btn-med-grey:active, .btn-med-grey.active {
  background-color: #595959;
  border-color: #4d4d4d;
  color: #ffffff;
}
.btn-med-grey.disabled:hover, .btn-med-grey.disabled:focus, .btn-med-grey.disabled:active, .btn-med-grey.disabled.active, .btn-med-grey[disabled]:hover, .btn-med-grey[disabled]:focus, .btn-med-grey[disabled]:active, .btn-med-grey[disabled].active, fieldset[disabled] .btn-med-grey:hover, fieldset[disabled] .btn-med-grey:focus, fieldset[disabled] .btn-med-grey:active, fieldset[disabled] .btn-med-grey.active {
  background-color: #666;
  border-color: #666;
  color: #ffffff;
}
.btn-light-grey {
  background-color: #999;
  border-color: #8c8c8c;
  color: #ffffff;
}
.btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
  background-color: #8c8c8c;
  border-color: #808080;
  color: #ffffff;
}
.btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
  background-color: #999;
  border-color: #999;
  color: #ffffff;
}
.btn-bricky {
  background-color: #C83A2A;
  border-color: #b33426;
  color: #ffffff;
}
.btn-bricky:hover, .btn-bricky:focus, .btn-bricky:active, .btn-bricky.active {
  background-color: #b33426;
  border-color: #9e2e21;
  color: #ffffff;
}
.btn-bricky.disabled:hover, .btn-bricky.disabled:focus, .btn-bricky.disabled:active, .btn-bricky.disabled.active, .btn-bricky[disabled]:hover, .btn-bricky[disabled]:focus, .btn-bricky[disabled]:active, .btn-bricky[disabled].active, fieldset[disabled] .btn-bricky:hover, fieldset[disabled] .btn-bricky:focus, fieldset[disabled] .btn-bricky:active, fieldset[disabled] .btn-bricky.active {
  background-color: #C83A2A;
  border-color: #C83A2A;
  color: #ffffff;
}
.btn-green {
  background-color: #3D9400;
  border-color: #327b00;
  color: #ffffff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  background-color: #327b00;
  border-color: #286100;
  color: #ffffff;
}
.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
  background-color: #3D9400;
  border-color: #3D9400;
  color: #ffffff;
}
.btn-blue {
  background-color: #364F6A;
  border-color: #2d4259;
  color: #ffffff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
  background-color: #2d4259;
  border-color: #253648;
  color: #ffffff;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
  background-color: #364F6A;
  border-color: #364F6A;
  color: #ffffff;
}
.btn-yellow {
  background-color: #FFB848;
  border-color: #ffae2f;
  color: #ffffff;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
  background-color: #ffae2f;
  border-color: #ffa415;
  color: #ffffff;
}
.btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
  background-color: #FFB848;
  border-color: #FFB848;
  color: #ffffff;
}
.btn-red {
  background-color: #E02222;
  border-color: #cc1d1d;
  color: #ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
  background-color: #cc1d1d;
  border-color: #b61919;
  color: #ffffff;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
  background-color: #E02222;
  border-color: #E02222;
  color: #ffffff;
}
.btn-teal .caret, .btn-beige .caret, .btn-dark-beige .caret, .btn-orange .caret, .btn-purple .caret, .btn-dark-grey .caret, .btn-med-grey .caret, .btn-light-grey .caret, .btn-bricky .caret, .btn-green .caret, .btn-blue .caret, .btn-yellow .caret, .btn-red .caret {
  border-top-color: #ffffff;
}
.dropup .btn-teal .caret, .dropup .btn-beige .caret, .dropup .btn-dark-beige .caret, .dropup .btn-orange .caret, .dropup .btn-purple .caret, .dropup .btn-dark-grey .caret, .dropup .btn-med-grey .caret, .dropup .btn-light-grey .caret, .dropup .btn-bricky .caret, .dropup .btn-green .caret, .dropup .btn-blue .caret, .dropup .btn-yellow .caret, .dropup .btn-red .caret {
  border-bottom: 4px solid #FFFFFF;
}
.btn-squared {
  border-radius: 0 !important;
}
.btn {
  transition: all 0.3s ease 0s !important;
}
.btn-icon {
  background-color: #EFEFEF;
  background-image: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF);
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  cursor: pointer;
  height: 80px;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 5px 0 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #333333;
}
.btn-icon:hover {
  border-color: #A5A5A5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  color: #444444;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
}
.btn-icon .badge {
  border-radius: 12px 12px 12px 12px !important;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #FFFFFF !important;
  font-family: "Open Sans";
  font-size: 11px !important;
  font-weight: 300;
  padding: 3px 7px;
  position: absolute;
  right: -5px;
  text-shadow: none;
  top: -5px;
}
.btn-icon [class^=fa-], .btn-icon [class*=" fa-"], .btn-icon [class^=clip-], .btn-icon [class*=" clip-"] {
  clear: both;
  display: block;
}
.buttons-widget .btn, .buttons-widget .make-switch {
  margin-bottom: 5px;
}
.buttons-widget .btn-group-vertical .btn {
  margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Panel Tools
/* ---------------------------------------------------------------------- */
.panel-tools {
  position: absolute;
  right: 5px;
  top: 8px;
}
.panel-tools .btn-link {
  color: #0480BE;
}
.panel-tools .btn-link:hover {
  color: #036392;
}
.panel-tools .btn-link {
  color: #57A957;
}
.panel-tools .btn-link:hover {
  color: #417E41;
}
.panel-tools .btn-link {
  color: #C43C35;
}
.panel-tools .btn-link:hover {
  color: #972E28;
}
.panel-tools .btn-link {
  color: #333333;
}
.panel-tools .btn-link:hover {
  color: #000000;
}
.panel-tools .btn-link:focus, .panel-tools .btn-link:hover, .panel-tools .btn-link:active {
  text-decoration: none;
  outline: 0 !important;
}
.panel-tools .btn.expand:before {
  content: "\f077";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
}
.panel-tools .btn.collapses:before {
  content: "\f078";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
}
.panel-tools .btn {
  border-style: none;
}
.panel-tools .btn-link {
  color: #666666;
}
.panel-tools .btn-link:hover {
  color: #333333;
}
/* ---------------------------------------------------------------------- */
/*	Panels and panel elements
 /* ---------------------------------------------------------------------- */
.panel-heading {
  background-color: #f4f3f4 !important;
  border-bottom: 1px solid #CDCDCD;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 0 #FFFFFF inset;
  height: 36px;
  padding-left: 40px;
  position: relative;
}
.panel-heading > [class^=fa-], .panel-heading > [class*=" fa-"], .panel-heading > [class^=icon-], .panel-heading > [class*=" icon-"], .panel-heading > [class^=clip-], .panel-heading > [class*=" clip-"] {
  border-right: 1px solid #CDCDCD;
  box-shadow: 1px 0 0 0 #FFFFFF;
  opacity: 0.7;
  padding: 12px 10px 8px;
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
}
.panel-white {
  box-shadow: none;
}
.panel-white .panel-heading {
  background-color: #ffffff;
  background-image: none;
  border-bottom: 1px solid #CDCDCD;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
  height: 36px;
  padding-left: 40px;
  position: relative;
}
.panel-white .panel-heading > [class^=fa-], .panel-white .panel-heading > [class*=" fa-"], .panel-white .panel-heading > [class^=icon-], .panel-white .panel-heading > [class*=" icon-"], .panel-white .panel-heading > [class^=clip-], .panel-white .panel-heading > [class*=" clip-"] {
  border-right: 1px solid #CDCDCD;
  box-shadow: none;
  opacity: 0.7;
  padding: 12px 10px 8px;
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
}
.panel-box {
  background: #FAFAFA;
  border: 1px solid #CDCDCD;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  clear: both;
  margin-bottom: 16px;
  margin-top: 16px;
  position: relative;
}
.panel.panel-full-screen {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.panel-scroll {
  position: relative;
  margin: 10px;
  padding: 0px;
  width: auto;
  height: 400px;
  overflow: hidden;
}
/* ---------------------------------------------------------------------- */
/*	Pagination
 /* ---------------------------------------------------------------------- */
.pagination li a {
  cursor: pointer;
}
.pagination.squared {
  border-radius: 0 !important;
}
.pagination.squared li:first-child a, .pagination.squared li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-left-width: 1px;
  border-top-left-radius: 0px !important;
}
.pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.pagination.pagination-purple li a, .pagination-purple .pagination li a {
  background: #F5F4F9;
  border: none !important;
  color: #333333;
  display: inline-block;
  margin-right: 1px;
}
.pagination.pagination-purple li a:hover, .pagination-purple .pagination li a a:hover {
  background: #ECEAF3;
  color: #222222;
  cursor: pointer;
}
.pagination.pagination-purple li:first-child a, .pagination-purple .pagination li:first-child a {
  border: none !important;
}
.pagination.pagination-purple li.disabled a, .pagination-purple .pagination li.disabled a {
  color: #AAAAAA !important;
}
.pagination.pagination-purple li.disabled a:hover, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination-purple .pagination li.disabled a:focus {
  background: #F5F4F9;
  cursor: default !important;
}
.pagination.pagination-purple li.active a, .pagination-purple .pagination li.active a {
  background: #57517B !important;
  border: none !important;
  color: #FFFFFF !important;
  cursor: default !important;
  opacity: 1;
}
.pagination-purple [class^=fa-], .pagination-purple [class*=" fa-"] {
  color: #57517B;
}
.pagination-purple li.disabled [class^=fa-], .pagination-purple li.disabled [class*=" fa-"] {
  opacity: 0.5;
}
.pagination.pagination-teal li a, .pagination-teal .pagination li a {
  background: #F3F8F8;
  border: none !important;
  color: #333333;
  display: inline-block;
  margin-right: 1px;
}
.pagination.pagination-teal li a:hover, .pagination-teal .pagination li a a:hover {
  background: #D8E4E7;
  color: #222222;
  cursor: pointer;
}
.pagination.pagination-teal li:first-child a, .pagination-teal .pagination li:first-child a {
  border: none !important;
}
.pagination.pagination-teal li.disabled a, .pagination-teal .pagination li.disabled a {
  color: #AAAAAA !important;
}
.pagination.pagination-teal li.disabled a:hover, .pagination-teal .pagination li.disabled a:hover, .pagination.pagination-teal li.disabled a:focus, .pagination-teal .pagination li.disabled a:focus {
  background: #F3F8F8;
  cursor: default !important;
}
.pagination.pagination-teal li.active a, .pagination-teal .pagination li.active a {
  background: #569099 !important;
  border: none !important;
  color: #FFFFFF !important;
  cursor: default !important;
  opacity: 1;
}
.pagination-teal li [class^=fa-], .pagination-teal li [class*=" fa-"] {
  color: #4D8189;
}
.pagination-teal li.disabled [class^=fa-], .pagination-teal li.disabled [class*=" fa-"] {
  opacity: 0.5;
}
.pagination.pagination-green li a, .pagination-green .pagination li a {
  background: #EFFBEC;
  border: none !important;
  color: #333333;
  display: inline-block;
  margin-right: 1px;
}
.pagination.pagination-green li a:hover, .pagination-green .pagination li a a:hover {
  background: #CEF3C5;
  color: #222222;
  cursor: pointer;
}
.pagination.pagination-green li:first-child a, .pagination-green .pagination li:first-child a {
  border: none !important;
}
.pagination.pagination-green li.disabled a, .pagination-green .pagination li.disabled a {
  color: #AAAAAA !important;
}
.pagination.pagination-green li.disabled a:hover, .pagination-green .pagination li.disabled a:hover, .pagination.pagination-green li.disabled a:focus, .pagination-green .pagination li.disabled a:focus {
  background: #EFFBEC;
  cursor: default !important;
}
.pagination.pagination-green li.active a, .pagination-green .pagination li.active a {
  background: #3D9400 !important;
  border: none !important;
  color: #FFFFFF !important;
  cursor: default !important;
  opacity: 1;
}
.pagination-green [class^=fa-], .pagination-green [class*=" fa-"] {
  color: #327B00;
}
.pagination-green li.disabled [class^=fa-], .pagination-green li.disabled [class*=" fa-"] {
  opacity: 0.5;
}
.pagination.pagination-bricky li a {
  background: #FDF8F7;
  border: none !important;
  color: #333333;
  display: inline-block;
  margin-right: 0;
}
.pagination.pagination-bricky li a:hover {
  background: #FBEEEC;
  color: #222222;
  cursor: pointer;
}
.pagination.pagination-bricky li a {
  margin-right: 1px;
}
.pagination.pagination-bricky li:first-child a {
  border: none !important;
}
.pagination.pagination-bricky li.disabled a {
  color: #AAAAAA !important;
}
.pagination.pagination-bricky li.disabled a:hover, .pagination-bricky .pagination li.disabled a:hover, .pagination.pagination-bricky li.disabled a:focus, .pagination-bricky .pagination li.disabled a:focus {
  background: #FDF8F7;
  cursor: default !important;
}
.pagination.pagination-bricky li.active a {
  background: #C83A2A !important;
  border: none !important;
  color: #FFFFFF !important;
  cursor: default !important;
  opacity: 1;
}
.pagination.pagination-bricky [class^=fa-], .pagination.pagination-bricky [class*=" fa-"] {
  color: #C83A2A;
}
.pagination.pagination-bricky li.disabled [class^=fa-], .pagination.pagination-bricky li.disabled [class*=" fa-"] {
  opacity: 0.5;
}
/* ---------------------------------------------------------------------- */
/*	ToDo List
 /* ---------------------------------------------------------------------- */
.todo {
  list-style: none;
  margin: 0;
  padding: 0;
}
.todo li a {
  background: white;
  border-bottom: 1px solid #E4E6EB;
  font-size: 12px;
  margin-left: 0 !important;
  padding: 10px 10px 10px 35px !important;
  position: relative;
  display: block;
  color: #333333;
}
.todo li .todo-actions:hover, .todo li .todo-actions:focus {
  text-decoration: none;
  background-color: #F4F6F9 !important;
}
.todo li .todo-actions i {
  color: #C7CBD5;
  font-size: 18px;
  margin: 0 5px 0 0;
  position: absolute;
  left: 10px;
}
.todo li .label {
  position: absolute;
  right: 10px;
  padding: 6px;
}
/* ---------------------------------------------------------------------- */
/*	Activities
 /* ---------------------------------------------------------------------- */
.activities {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.activities li a {
  background: white;
  border-bottom: 1px solid #E4E6EB;
  font-size: 12px;
  margin-left: 0 !important;
  padding: 10px 100px 10px 10px !important;
  position: relative;
  display: block;
  color: #333333;
}
.activities li .activity:hover, .activities li .activity:focus {
  text-decoration: none;
  background-color: #F4F6F9 !important;
}
.activities li .activity .circle-icon {
  font-size: 16px !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
}
.activities li .activity img {
  margin-right: 10px;
}
.activities li .time {
  position: absolute;
  right: 10px;
  top: 30px;
  color: #CCCCCC;
}
/* ---------------------------------------------------------------------- */
/*	Main Container and main content elements
 /* ---------------------------------------------------------------------- */
.main-container {
  margin-top: 48px;
}
.header-default .main-container {
  margin-top: 0 !important;
}
.main-content {
  margin-top: 0;
  background-color: #FFFFFF;
  padding: 0;
}
.container {
  max-width: none !important;
  width: auto !important;
}
.footer-fixed .main-content .container {
  margin-bottom: 22px;
}
/* ---------------------------------------------------------------------- */
/*	Main Navigation
 /* ---------------------------------------------------------------------- */
.main-navigation {
  padding: 0;
  max-height: none !important;
  z-index: 1000;
}
ul.main-navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-fixed .wrap-menu {
  overflow: hidden;
  position: fixed;
  width: 225px;
  height: 300px;
}
ul.main-navigation-menu > li {
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0;
}
ul.main-navigation-menu > li > a {
  border: 0 none;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #FFFFFF;
}
ul.main-navigation-menu li a .badge {
  float: right;
  margin-right: 13px;
  margin-top: 1px;
}
ul.main-navigation-menu > li:last-child > a, ul.main-navigation-menu > li.last > a {
  border-bottom-color: transparent !important;
}
ul.main-navigation-menu > li > a i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow: none;
}
ul.main-navigation-menu li a .icon-arrow {
  float: right;
  margin-right: 6px;
  margin-top: 2px;
}
ul.main-navigation-menu li > a > .icon-arrow:before {
  content: "\e163";
  font-family: "clip-font";
}
ul.main-navigation-menu li.open > a > .icon-arrow:before {
  content: "\e164";
}
ul.main-navigation-menu > li > a:hover .icon-arrow, ul.main-navigation-menu > li.open > a .icon-arrow {
  opacity: 1;
}
/* 2nd level sub menu */
ul.main-navigation-menu li > ul.sub-menu {
  clear: both;
  list-style: none;
  margin: 8px 0;
  display: none;
  padding: 0;
}
ul.main-navigation-menu li > ul.sub-menu > li {
  background: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1px !important;
  padding: 0;
}
ul.main-navigation-menu li > ul.sub-menu > li > a {
  background: none;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 44px !important;
  padding-right: 0;
  padding-top: 5px;
  text-decoration: none;
}
ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
  margin-right: 20px;
}
/* 3rd level sub menu */
ul.main-navigation-menu > li > ul.sub-menu li > ul.sub-menu {
  margin: 0;
}
ul.main-navigation-menu li.active > ul.sub-menu {
  display: block;
  padding: 0;
}
ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 60px !important;
}
ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px !important;
}
/*navigation toggler*/
.navigation-toggler {
  cursor: pointer;
  height: 30px;
  margin-left: 175px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
/* ---------------------------------------------------------------------- */
/*	Footer and footer elemnts
 /* ---------------------------------------------------------------------- */
.footer {
  font-size: 12px;
  padding: 8px 20px 5px;
  position: relative;
}
.footer-inner {
  float: left;
}
.footer-items {
  float: right;
}
.footer-fixed .footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10000;
  border-top-width: 1px;
  border-top-style: solid;
}
/* ---------------------------------------------------------------------- */
/*	Breadcrumb
 /* ---------------------------------------------------------------------- */
.breadcrumb {
  margin: 0 -15px;
  border-radius: 0;
  padding: 15px 45px 15px 15px;
  border-bottom: 1px solid #C8C7CC;
  position: relative;
  height: 51px;
}
.breadcrumb i {
  color: #cccccc;
  font-size: 16px;
}
/* ---------------------------------------------------------------------- */
/*	Rating
 /* ---------------------------------------------------------------------- */
.rating {
  direction: rtl;
  font-size: 30px;
  unicode-bidi: bidi-override;
}
.rating span.star, .rating span.star {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.rating span.star:hover, .rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before, .rating span.star:before {
  color: #999999;
  content: "\f006";
  padding-right: 5px;
}
.rating span.star:hover:before, .rating span.star:hover:before, .rating span.star:hover ~ span.star:before, .rating span.star:hover ~ span.star:before {
  color: #E3CF7A;
  content: "\f005";
}
/* ---------------------------------------------------------------------- */
/*	Dropdown elements
 /* ---------------------------------------------------------------------- */
.dropdown-checkboxes {
  padding: 5px;
}
.dropdown-checkboxes label {
  display: block;
  font-weight: normal;
  line-height: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Labels and Badges
 /* ---------------------------------------------------------------------- */
.badge-success {
  background-color: #5CB85C;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  background-color: #449D44;
}
.badge-warning {
  background-color: #F0AD4E;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  background-color: #EC971F;
}
.badge-info {
  background-color: #5BC0DE;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  background-color: #31B0D5;
}
.badge-danger {
  background-color: #D9534F;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  background-color: #C9302C;
}
.badge-new {
  background-color: #007AFF;
  border-radius: 12px 12px 12px 12px !important;
  font-size: 11px !important;
  font-weight: 300;
  height: 18px;
  padding: 3px 6px;
  text-align: center;
  text-shadow: none !important;
  vertical-align: middle;
}
.label {
  font-size: 85% !important;
  padding: 0.4em 0.6em !important;
}
.label-inverse, .badge-inverse {
  background-color: #555555;
}
/* ---------------------------------------------------------------------- */
/*	Progress bar
 /* ---------------------------------------------------------------------- */
.progress.progress-xs {
  height: 7px;
}
.progress.progress-sm {
  height: 12px;
}
/* ---------------------------------------------------------------------- */
/*	Modal elements
 /* ---------------------------------------------------------------------- */
.modal-footer {
  background: #ECF0F1;
  border-radius: 0 0 6px 6px;
}
/* ---------------------------------------------------------------------- */
/*	Tabs
 /* ---------------------------------------------------------------------- */
.tabbable {
  margin-bottom: 15px;
}
.nav-tabs {
  border-color: #DDDDDD;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  top: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #FFFFFF;
  border-color: #DDDDDD #DDDDDD transparent;
  border-top: 2px solid #DDDDDD;
  color: #333333;
  line-height: 16px;
  margin-top: -1px;
  z-index: 12;
}
.nav-tabs > li:first-child > a {
  margin-left: 0;
}
.nav-tabs > li > a:hover {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  color: #4C8FBD;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
  background-color: #F9F9F9;
  border-color: #DDDDDD;
  border-radius: 0 0 0 0 !important;
  color: #999999;
  line-height: 16px;
  margin-right: -1px;
  position: relative;
}
.tab-content {
  border: 1px solid #DDDDDD;
  padding: 16px 12px;
  position: relative;
}
.tabs-below > .nav-tabs {
  border-bottom-width: 0;
  border-color: #DDDDDD;
  margin-bottom: 0;
  margin-top: -1px;
  top: auto;
}
.tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-color: #DDDDDD;
}
.tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active > a:hover, .tabs-below > .nav-tabs > li.active > a:focus {
  border-bottom: 2px solid #DDDDDD;
  border-color: transparent #DDDDDD #DDDDDD;
  border-top-width: 1px;
  margin-top: 0;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 60px;
}
.tabs-left > .nav-tabs {
  border-color: #DDDDDD;
  float: left;
  margin-bottom: 0;
  top: auto;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
  border-color: #DDDDDD;
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
  border-color: #DDDDDD transparent #DDDDDD #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-top-width: 1px;
  margin: 0 -1px;
}
.tabs-right > .nav-tabs {
  border-color: #DDDDDD;
  float: right;
  margin-bottom: 0;
  top: auto;
}
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
  border-color: #DDDDDD;
  margin: 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
  border-color: #DDDDDD #DDDDDD #DDDDDD transparent;
  border-right: 2px solid #DDDDDD;
  border-top-width: 1px;
  margin: 0 -2px 0 -1px;
}
.nav-tabs > li > a > .badge {
  line-height: 8px;
  opacity: 0.7;
}
.nav-tabs > li > a > [class*=fa-] {
  opacity: 0.75;
}
.nav-tabs > li.active > a > .badge, .nav-tabs > li.active > a > [class*=fa-] {
  opacity: 1;
}
.nav-tabs li [class*=" fa-"], .nav-tabs li [class^=fa-] {
  display: inline-block;
  text-align: center;
  width: 1.25em;
}
.nav-tabs > li.open .dropdown-toggle {
  background-color: #4F99C6;
  border-color: #4F99C6;
  color: #FFFFFF;
}
.nav-tabs > li.open .dropdown-toggle > [class*=fa-] {
  color: #FFFFFF !important;
  opacity: 1;
}
.tabs-left .tab-content, .tabs-right .tab-content {
  overflow: auto;
}
/*teal*/
.tab-teal > li.active > a, .tab-teal > li.active > a:hover, .tab-teal > li.active > a:focus {
  border-color: #569099 #DDDDDD transparent;
  border-top: 2px solid #569099;
}
.tab-teal > li > a:hover {
  color: #569099;
}
.tab-teal > li.dropdown.open.active > a:hover, .tab-teal > li.dropdown.open.active > a:focus {
  background-color: #569099;
  border-color: #569099;
  color: #FFFFFF;
}
.tab-teal > li.open .dropdown-toggle {
  background-color: #569099;
  border-color: #569099;
  color: #FFFFFF;
}
.tab-teal .dropdown-menu > li > a:hover, .tab-teal .dropdown-menu > li > a:focus {
  background-color: #569099;
}
.tab-teal .active > a, .tab-teal .active > a:hover, .tab-teal .active > a:focus {
  background-color: #569099;
}
.tabs-left > .tab-teal > li.active > a, .tabs-left > .tab-teal > li.active > a:focus, .tabs-left > .tab-teal > li.active > a:hover {
  border-color: #DDDDDD transparent #DDDDDD #569099;
  border-left: 2px solid #569099;
}
.tabs-below > .tab-teal > li.active > a, .tabs-below > .tab-teal > li.active > a:hover, .tabs-below > .tab-teal > li.active > a:focus {
  border-bottom: 2px solid #569099;
  border-color: transparent #DDDDDD #569099;
}
.tabs-right > .tab-teal > li.active > a, .tabs-right > .tab-teal > li.active > a:focus, .tabs-right > .tab-teal > li.active > a:hover {
  border-color: #DDDDDD #569099 #DDDDDD transparent;
  border-right: 2px solid #569099;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus, .tab-padding.tab-teal > li > a:hover {
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.tab-padding.tab-teal > li:not(.active) > a:hover {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
  opacity: 0.85;
}
.tab-padding.tab-teal > li:not(.active) > a > [class*=fa-]:first-child {
  color: #FFFFFF !important;
}
.tab-padding.tab-teal > li:not(.active) > a > .badge {
  background-color: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-teal > li > a, .tab-padding.tab-teal > li > a:focus {
  background-color: #7DAFB7;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
  background-color: #FFFFFF;
  box-shadow: none;
  color: #4F80A0;
}
.tab-padding.tab-teal > li.active > a, .tab-padding.tab-teal > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
  border-color: #569099 #DDDDDD transparent;
  color: #4D8189;
}
.tabs-below .tab-padding.tab-teal > li.active > a {
  border-color: transparent #7DB4D8 #7DB4D8;
}
.tab-padding.tab-teal {
  border-bottom-color: #569099;
  background-color: #F3F8F8;
}
.tabs-below .nav-tabs.tab-teal {
  padding-bottom: 6px;
  border-bottom-color: #DDDDDD;
  border-top: 0 none;
}
/*bricky*/
.tab-bricky > li.active > a, .tab-bricky > li.active > a:hover, .tab-bricky > li.active > a:focus {
  border-color: #C83A2A #DDDDDD transparent;
  border-top: 2px solid #C83A2A;
}
.tab-bricky > li > a:hover {
  color: #C83A2A;
}
.tab-bricky > li.dropdown.open.active > a:hover, .tab-bricky > li.dropdown.open.active > a:focus {
  background-color: #C83A2A;
  border-color: #C83A2A;
  color: #FFFFFF;
}
.tab-bricky > li.open .dropdown-toggle {
  background-color: #C83A2A;
  border-color: #C83A2A;
  color: #FFFFFF;
}
.tab-bricky .dropdown-menu > li > a:hover, .tab-bricky .dropdown-menu > li > a:focus {
  background-color: #C83A2A;
}
.tab-bricky .active > a, .tab-bricky .active > a:hover, .tab-bricky .active > a:focus {
  background-color: #C83A2A;
}
.tabs-left > .tab-bricky > li.active > a, .tabs-left > .tab-bricky > li.active > a:focus, .tabs-left > .tab-bricky > li.active > a:hover {
  border-color: #DDDDDD transparent #DDDDDD #C83A2A;
  border-left: 2px solid #C83A2A;
}
.tabs-below > .tab-bricky > li.active > a, .tabs-below > .tab-bricky > li.active > a:hover, .tabs-below > .tab-bricky > li.active > a:focus {
  border-bottom: 2px solid #C83A2A;
  border-color: transparent #DDDDDD #C83A2A;
}
.tabs-right > .tab-bricky > li.active > a, .tabs-right > .tab-bricky > li.active > a:focus, .tabs-right > .tab-bricky > li.active > a:hover {
  border-color: #DDDDDD #C83A2A #DDDDDD transparent;
  border-right: 2px solid #C83A2A;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus, .tab-padding.tab-bricky > li > a:hover {
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.tab-padding.tab-bricky > li:not(.active) > a:hover {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
  opacity: 0.85;
}
.tab-padding.tab-bricky > li:not(.active) > a > [class*=fa-]:first-child {
  color: #FFFFFF !important;
}
.tab-padding.tab-bricky > li:not(.active) > a > .badge {
  background-color: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-bricky > li > a, .tab-padding.tab-bricky > li > a:focus {
  background-color: #DC6456;
}
.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-bricky > li.active > a:hover {
  background-color: #FFFFFF;
  box-shadow: none;
  color: #333333;
}
.tab-padding.tab-bricky > li.active > a, .tab-padding.tab-bricky > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
  border-color: #C83A2A #DDDDDD transparent;
  color: #333333;
}
.tabs-below .tab-padding.tab-bricky > li.active > a {
  border-color: transparent #C83A2A #DDDDDD;
}
.tab-padding.tab-bricky {
  border-bottom-color: #C83A2A;
  background-color: #FBEEEC;
}
.tabs-below .nav-tabs.tab-bricky {
  padding-bottom: 6px;
  border-bottom-color: #DDDDDD;
  border-top: 0 none;
}
/*green*/
.tab-green > li.active > a, .tab-green > li.active > a:hover, .tab-green > li.active > a:focus {
  border-color: #3D9400 #DDDDDD transparent;
  border-top: 2px solid #3D9400;
}
.tab-green > li > a:hover {
  color: #3D9400;
}
.tab-green > li.dropdown.open.active > a:hover, .tab-green > li.dropdown.open.active > a:focus {
  background-color: #3D9400;
  border-color: #3D9400;
  color: #FFFFFF;
}
.tab-green > li.open .dropdown-toggle {
  background-color: #3D9400;
  border-color: #3D9400;
  color: #FFFFFF;
}
.tab-green .dropdown-menu > li > a:hover, .tab-green .dropdown-menu > li > a:focus {
  background-color: #3D9400;
}
.tab-green .active > a, .tab-green .active > a:hover, .tab-green .active > a:focus {
  background-color: #3D9400;
}
.tabs-left > .tab-green > li.active > a, .tabs-left > .tab-green > li.active > a:focus, .tabs-left > .tab-green > li.active > a:hover {
  border-color: #DDDDDD transparent #DDDDDD #3D9400;
  border-left: 2px solid #3D9400;
}
.tabs-below > .tab-green > li.active > a, .tabs-below > .tab-green > li.active > a:hover, .tabs-below > .tab-green > li.active > a:focus {
  border-bottom: 2px solid #3D9400;
  border-color: transparent #DDDDDD #3D9400;
}
.tabs-right > .tab-green > li.active > a, .tabs-right > .tab-green > li.active > a:focus, .tabs-right > .tab-green > li.active > a:hover {
  border-color: #DDDDDD #3D9400 #DDDDDD transparent;
  border-right: 2px solid #3D9400;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus, .tab-padding.tab-green > li > a:hover {
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.tab-padding.tab-green > li:not(.active) > a:hover {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
  opacity: 0.85;
}
.tab-padding.tab-green > li:not(.active) > a > [class*=fa-]:first-child {
  color: #FFFFFF !important;
}
.tab-padding.tab-green > li:not(.active) > a > .badge {
  background-color: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-green > li > a, .tab-padding.tab-green > li > a:focus {
  background-color: #71B145;
}
/*purple*/
.tab-purple > li.active > a, .tab-purple > li.active > a:hover, .tab-purple > li.active > a:focus {
  border-color: #57517B #DDDDDD transparent;
  border-top: 2px solid #57517B;
}
.tab-purple > li > a:hover {
  color: #57517B;
}
.tab-purple > li.dropdown.open.active > a:hover, .tab-purple > li.dropdown.open.active > a:focus {
  background-color: #57517B;
  border-color: #57517B;
  color: #FFFFFF;
}
.tab-purple > li.open .dropdown-toggle {
  background-color: #57517B;
  border-color: #57517B;
  color: #FFFFFF;
}
.tab-purple .dropdown-menu > li > a:hover, .tab-purple .dropdown-menu > li > a:focus {
  background-color: #57517B;
}
.tab-purple .active > a, .tab-purple .active > a:hover, .tab-purple .active > a:focus {
  background-color: #57517B;
}
.tabs-left > .tab-purple > li.active > a, .tabs-left > .tab-purple > li.active > a:focus, .tabs-left > .tab-purple > li.active > a:hover {
  border-color: #DDDDDD transparent #DDDDDD #57517B;
  border-left: 2px solid #57517B;
}
.tabs-below > .tab-purple > li.active > a, .tabs-below > .tab-purple > li.active > a:hover, .tabs-below > .tab-purple > li.active > a:focus {
  border-bottom: 2px solid #57517B;
  border-color: transparent #DDDDDD #57517B;
}
.tabs-right > .tab-purple > li.active > a, .tabs-right > .tab-purple > li.active > a:focus, .tabs-right > .tab-purple > li.active > a:hover {
  border-color: #DDDDDD #57517B #DDDDDD transparent;
  border-right: 2px solid #57517B;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus, .tab-padding.tab-purple > li > a:hover {
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.tab-padding.tab-purple > li:not(.active) > a:hover {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
  opacity: 0.85;
}
.tab-padding.tab-purple > li:not(.active) > a > [class*=fa-]:first-child {
  color: #FFFFFF !important;
}
.tab-padding.tab-purple > li:not(.active) > a > .badge {
  background-color: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-purple > li > a, .tab-padding.tab-purple > li > a:focus {
  background-color: #84809F;
}
.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-purple > li.active > a:hover {
  background-color: #FFFFFF;
  box-shadow: none;
  color: #333333;
}
.tab-padding.tab-purple > li.active > a, .tab-padding.tab-purple > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
  border-color: #57517B #DDDDDD transparent;
  color: #333333;
}
.tabs-below .tab-padding.tab-purple > li.active > a {
  border-color: transparent #57517B #DDDDDD;
}
.tab-padding.tab-purple {
  border-bottom-color: #57517B;
  background-color: #F5F4F9;
}
.tabs-below .nav-tabs.tab-purple {
  padding-bottom: 6px;
  border-bottom-color: #DDDDDD;
  border-top: 0 none;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-green > li.active > a:hover {
  background-color: #FFFFFF;
  box-shadow: none;
  color: #333333;
}
.tab-padding.tab-green > li.active > a, .tab-padding.tab-green > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
  border-color: #3D9400 #DDDDDD transparent;
  color: #333333;
}
.tabs-below .tab-padding.tab-green > li.active > a {
  border-color: transparent #3D9400 #DDDDDD;
}
.tab-padding.tab-green {
  border-bottom-color: #3D9400;
  background-color: #EFFBEC;
}
.tabs-below .nav-tabs.tab-green {
  padding-bottom: 6px;
  border-bottom-color: #DDDDDD;
  border-top: 0 none;
}
/*blue*/
.tab-blue > li.active > a, .tab-blue > li.active > a:hover, .tab-blue > li.active > a:focus {
  border-color: #364F6A #DDDDDD transparent;
  border-top: 2px solid #364F6A;
}
.tab-blue > li > a:hover {
  color: #364F6A;
}
.tab-blue > li.dropdown.open.active > a:hover, .tab-blue > li.dropdown.open.active > a:focus {
  background-color: #364F6A;
  border-color: #364F6A;
  color: #FFFFFF;
}
.tab-blue > li.open .dropdown-toggle {
  background-color: #364F6A;
  border-color: #364F6A;
  color: #FFFFFF;
}
.tab-blue .dropdown-menu > li > a:hover, .tab-blue .dropdown-menu > li > a:focus {
  background-color: #364F6A;
}
.tab-blue .active > a, .tab-blue .active > a:hover, .tab-blue .active > a:focus {
  background-color: #364F6A;
}
.tabs-left > .tab-blue > li.active > a, .tabs-left > .tab-blue > li.active > a:focus, .tabs-left > .tab-blue > li.active > a:hover {
  border-color: #DDDDDD transparent #DDDDDD #364F6A;
  border-left: 2px solid #364F6A;
}
.tabs-below > .tab-blue > li.active > a, .tabs-below > .tab-blue > li.active > a:hover, .tabs-below > .tab-blue > li.active > a:focus {
  border-bottom: 2px solid #364F6A;
  border-color: transparent #DDDDDD #364F6A;
}
.tabs-right > .tab-blue > li.active > a, .tabs-right > .tab-blue > li.active > a:focus, .tabs-right > .tab-blue > li.active > a:hover {
  border-color: #DDDDDD #364F6A #DDDDDD transparent;
  border-right: 2px solid #364F6A;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus, .tab-padding.tab-blue > li > a:hover {
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.tab-padding.tab-blue > li:not(.active) > a:hover {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
  opacity: 0.85;
}
.tab-padding.tab-blue > li:not(.active) > a > [class*=fa-]:first-child {
  color: #FFFFFF !important;
}
.tab-padding.tab-blue > li:not(.active) > a > .badge {
  background-color: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus {
  background-color: #6C7F92;
}
.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-blue > li.active > a:hover {
  background-color: #FFFFFF;
  box-shadow: none;
  color: #333333;
}
.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover {
  border-color: #364F6A #DDDDDD transparent;
  color: #333333;
}
.tabs-below .tab-padding.tab-blue > li.active > a {
  border-color: transparent #364F6A #DDDDDD;
}
.tab-padding.tab-blue {
  border-bottom-color: #364F6A;
  background-color: #F3F5F6;
}
.tabs-below .nav-tabs.tab-blue {
  padding-bottom: 6px;
  border-bottom-color: #DDDDDD;
  border-top: 0 none;
}
.nav > li.active > .dropdown-toggle {
  cursor: pointer !important;
}
.nav-pills .open .dropdown-toggle > [class*=fa-], .nav > li.dropdown.open.active > a:hover > [class*=fa-], .nav > li.dropdown.open.active > a:focus > [class*=fa-] {
  color: #FFFFFF !important;
}
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*=fa-]:first-child {
  color: #909090 !important;
}
.nav-tabs.tab-space-1 > li > a {
  margin-right: 1px;
}
.nav-tabs.tab-space-2 > li > a {
  margin-right: 2px;
}
.nav-tabs.tab-space-3 > li > a {
  margin-right: 3px;
}
.nav-tabs.tab-space-4 > li > a {
  margin-right: 4px;
}
.nav-tabs.tab-padding {
  padding: 6px 5px 0;
  border: 1px solid #DDDDDD;
}
.panel-tabs .nav-tabs {
  float: right;
  margin-top: -52px;
  border: none;
}
.panel-tabs .nav-tabs > li > a {
  height: 36px;
  border-top: none;
  border-bottom: none;
  background: none;
  border-right: 1px solid #CDCDCD;
  box-shadow: 1px 1px 0 0 #FFFFFF;
}
.panel-tabs .nav-tabs > li > a:hover {
  background: #ffffff;
}
.panel-tabs .nav-tabs > li:first-child > a {
  box-shadow: 0 1px 0 1px #FFFFFF;
}
.panel-tabs .nav-tabs > li.active > a, .panel-tabs .nav-tabs > li.active > a:hover, .panel-tabs .nav-tabs > li.active > a:focus {
  background-color: #FFFFFF;
  background-image: none;
  border-color: #4C8FBD #DDDDDD transparent;
  border-top: none;
  box-shadow: none;
  color: #333333;
  line-height: 16px;
  margin-top: 0;
}
.panel-tabs .tab-content {
  border: none;
  padding: 0;
}
/* ---------------------------------------------------------------------- */
/*	Page Header
 /* ---------------------------------------------------------------------- */
.page-header {
  margin: 20px 0 20px;
}
.page-header h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  letter-spacing: -1px;
  margin: 0 0 15px;
  padding: 0;
  color: #666666;
}
.page-header h1 small {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}
/* ---------------------------------------------------------------------- */
/*	Accordion
 /* ---------------------------------------------------------------------- */
.accordion-custom .panel {
  background-color: #FFFFFF;
  border: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
}
.accordion-custom .panel-heading {
  padding: 0;
  background-image: none;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}
.accordion-custom .panel-body {
  border: none !important;
}
.accordion-custom .panel-heading .accordion-toggle {
  background-color: #cccccc;
  color: #606060;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  position: relative;
}
.accordion-custom .panel-heading .accordion-toggle:hover, .accordion-custom .panel-heading .accordion-toggle:focus {
  text-decoration: none;
}
.accordion-custom .panel-heading .accordion-toggle.collapsed {
  background-color: #F3F3F3;
  border-color: #D9D9D9;
  border-width: 0 0 0 1px;
  color: #606060;
  font-weight: normal;
}
.accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
  content: "\f078";
}
.accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
  content: "\f054" !important;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
  font-size: 11px;
  padding: 0 5px;
}
.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
  opacity: 0.75;
}
.accordion-teal .panel-heading .accordion-toggle {
  background: #F3F7F8;
  border-left: 2px solid #569099;
  color: #437278;
}
.accordion-teal .panel-heading .accordion-toggle.collapsed {
  background: #F3F7F8;
  border-left: none;
}
/* ---------------------------------------------------------------------- */
/*	Social Icons
 /* ---------------------------------------------------------------------- */
.social-icons li a, a.social-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  transition: all 0.3s ease-in-out 0s;
  width: 28px;
}
/* ---------------------------------------------------------------------- */
/*	Sliders
 /* ---------------------------------------------------------------------- */
[class^=slider-] .ui-rangeSlider-bar {
  height: 18px !important;
}
[class^=slider-] .ui-rangeSlider-label {
  padding: 3px 6px !important;
  bottom: 25px !important;
  background: none !important;
}
[class^=slider-] .ui-rangeSlider-label:after {
  content: "\f0d7";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-size: 16px;
  margin: 0 -6px;
  width: 100%;
  bottom: -14px;
  position: absolute;
  text-align: center;
  text-shadow: none;
}
[class^=slider-] .ui-rangeSlider-arrow {
  height: 14px !important;
  margin: 3px 0 !important;
  font-size: 20px;
  line-height: 14px;
  cursor: pointer;
}
[class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow {
  background-image: none !important;
}
[class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow:before {
  content: "\f0d9";
  display: inline;
  float: right;
  font-family: FontAwesome;
  margin-right: 5px;
}
[class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow {
  background-image: none !important;
}
[class^=slider-] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow:before {
  content: "\f0da";
  display: inline;
  float: right;
  font-family: FontAwesome;
  margin-right: 5px;
}
[class^=slider-] .ui-rangeSlider-innerBar {
  height: 14px !important;
}
[class^=slider-] .ui-rangeSlider-handle {
  height: 20px !important;
}
[class^=slider-].ui-rangeSlider-disabled {
  opacity: 0.5;
}
.slider-teal .ui-rangeSlider-bar {
  background: rgba(86, 144, 153, 0.6) !important;
}
.slider-teal .ui-rangeSlider-handle {
  background: rgba(86, 144, 153, 0.8) !important;
}
.slider-teal .ui-rangeSlider-label {
  background-image: none !important;
  background-color: #569099 !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 #000000;
}
.slider-teal .ui-rangeSlider-label:after {
  color: #569099 !important;
}
.slider-teal .ui-rangeSlider-arrow {
  color: #4D8189;
}
.slider-bricky .ui-rangeSlider-bar {
  background: rgba(200, 58, 42, 0.6) !important;
}
.slider-bricky .ui-rangeSlider-handle {
  background: rgba(200, 58, 42, 0.8) !important;
}
.slider-bricky .ui-rangeSlider-label {
  background-image: none !important;
  background-color: #C83A2A !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 #000000;
}
.slider-bricky .ui-rangeSlider-label:after {
  color: #C83A2A !important;
}
.slider-bricky .ui-rangeSlider-arrow {
  color: #B33426;
}
.slider-purple .ui-rangeSlider-bar {
  background: rgba(87, 81, 123, 0.6) !important;
}
.slider-purple .ui-rangeSlider-handle {
  background: rgba(87, 81, 123, 0.8) !important;
}
.slider-purple .ui-rangeSlider-label {
  background-image: none !important;
  background-color: #57517B !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 #000000;
}
.slider-purple .ui-rangeSlider-label:after {
  color: #57517B !important;
}
.slider-purple .ui-rangeSlider-arrow {
  color: #413D5C;
}
.slider-green .ui-rangeSlider-bar {
  background: rgba(61, 148, 0, 0.6) !important;
}
.slider-green .ui-rangeSlider-handle {
  background: rgba(61, 148, 0, 0.8) !important;
}
.slider-green .ui-rangeSlider-label {
  background-image: none !important;
  background-color: #3D9400 !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 #000000;
}
.slider-green .ui-rangeSlider-label:after {
  color: #3D9400 !important;
}
.slider-green .ui-rangeSlider-arrow {
  color: #327B00;
}
.slider-yellow .ui-rangeSlider-bar {
  background: rgba(255, 167, 34, 0.6) !important;
}
.slider-yellow .ui-rangeSlider-handle {
  background: rgba(255, 167, 34, 0.8) !important;
}
.slider-yellow .ui-rangeSlider-label {
  background-image: none !important;
  background-color: #FFA722 !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 #482C00;
}
.slider-yellow .ui-rangeSlider-label:after {
  color: #FFB848 !important;
}
.slider-yellow .ui-rangeSlider-arrow {
  color: #FFAE2F;
}
.slider-blue .ui-rangeSlider-bar {
  background: rgba(54, 79, 106, 0.6) !important;
}
.slider-blue .ui-rangeSlider-handle {
  background: rgba(54, 79, 106, 0.8) !important;
}
.slider-blue .ui-rangeSlider-label {
  background-image: none !important;
  background-color: #364F6A !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 #000000;
}
.slider-blue .ui-rangeSlider-label:after {
  color: #364F6A !important;
}
.slider-blue .ui-rangeSlider-arrow {
  color: #2D4259;
}
/* ---------------------------------------------------------------------- */
/*	Nestable List
 /* ---------------------------------------------------------------------- */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action=collapse]:before {
  content: "-";
}
.dd-placeholder, .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
#nestable-output, #nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 13px;
  line-height: 1.333333em;
  padding: 5px;
  margin-bottom: 5px;
}
#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
  background: #bbb;
}
#nestable2 .dd-item > button:before {
  color: #fff;
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "\f0c9";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #ddd;
}
/* ---------------------------------------------------------------------- */
/*	Icons
 /* ---------------------------------------------------------------------- */
.icons > section {
  margin-top: 20px;
}
.the-icons li {
  line-height: 40px;
}
.the-icons li i {
  transition: font-size 0.2s ease 0s;
}
.the-icons li:hover i {
  font-size: 26px;
}
/* ---------------------------------------------------------------------- */
/*	Backdrop
 /* ---------------------------------------------------------------------- */
.full-white-backdrop {
  background-color: #FFFFFF;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* ---------------------------------------------------------------------- */
/*	Table and table elements
 /* ---------------------------------------------------------------------- */
th.center, td.center {
  text-align: center;
}
td.center .dropdown-menu {
  text-align: left;
}
.table thead tr {
  color: #707070;
  font-weight: normal;
}
.table.table-bordered thead tr th {
  vertical-align: middle;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  vertical-align: middle;
}
.editable-element {
  border-bottom: 1px dashed #0088CC;
  text-decoration: none;
  opacity: 0.5;
  display: inline;
}
/* ---------------------------------------------------------------------- */
/*	Timepicker
 /* ---------------------------------------------------------------------- */
.bootstrap-timepicker-widget table td input {
  width: 32px !important;
}
.bootstrap-timepicker .add-on i {
  height: auto !important;
  width: auto !important;
}
/* ---------------------------------------------------------------------- */
/*	FileUpload
 /* ---------------------------------------------------------------------- */
.fileupload .uneditable-input {
  white-space: nowrap;
}
.fileupload-new .input-group .btn-file {
  border-radius: 0 3px 3px 0 !important;
}
/* ---------------------------------------------------------------------- */
/*	WYSIWYG
 /* ---------------------------------------------------------------------- */
.wysiwyg {
  padding: 5px 0;
}
.wysiwyg .btn-group:after {
  border-left: 1px solid #E1E6EA;
  bottom: 6px;
  content: "";
  display: block;
  left: -2px;
  max-width: 0;
  position: absolute;
  top: 6px;
  width: 0;
}
.wysiwyg .btn-group .btn, .wysiwyg .btn-group > .inline > .btn {
  background: #FFFFFF !important;
  border: none !important;
  color: #ADB3BE !important;
  margin: 0 !important;
  text-shadow: none !important;
}
.wysiwyg .btn-group .btn:hover, .wysiwyg .btn-group > .inline > .btn:hover {
  color: #333333 !important;
}
.wysiwyg .btn-group .btn:active, .wysiwyg .btn-group > .inline > .btn:active {
  background: #FFFFFF !important;
  border: none !important;
  color: #fff !important;
  margin: 0 !important;
  text-shadow: none !important;
}
/* ---------------------------------------------------------------------- */
/*	Form Wizard
 /* ---------------------------------------------------------------------- */
.swMain > ul {
  display: table;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.swMain > ul li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.swMain > ul li > a:before {
  border-top: 4px solid #CED1D6;
  content: "";
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: 21px;
  width: 100%;
  z-index: 1;
}
.swMain > ul li:first-child > a:before {
  left: 50%;
  max-width: 51%;
}
.swMain > ul li:last-child > a:before {
  max-width: 50%;
  width: 50%;
}
.swMain > ul li > a.selected:before, .swMain li > a.done:before {
  border-color: #5293C4;
}
.swMain > ul .stepNumber {
  background-color: #FFFFFF;
  border: 5px solid #CED1D6;
  border-radius: 100% 100% 100% 100%;
  color: #546474;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 2;
}
.swMain > ul li > a.selected .stepNumber {
  border-color: #5293C4;
}
.swMain ul li > a.done .stepNumber {
  border-color: #5293C4;
  background-color: #5293C4;
  color: #fff;
  text-indent: -9999px;
}
.swMain ul li > a.done .stepNumber:before {
  content: "\f00c";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  margin-right: 7px;
  text-indent: 0;
}
.swMain > ul li .stepDesc {
  color: #949EA7;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104;
}
.swMain > ul li > a.selected .stepDesc, .swMain li > a.done .stepDesc {
  color: #2B3D53;
}
.swMain > ul li > a:hover {
  text-decoration: none;
}
.swMain > ul li > a.disabled {
  cursor: default;
}
.swMain .progress {
  margin-bottom: 30px;
}
.swMain .stepContainer {
  height: auto !important;
}
.swMain .loader {
  display: none;
}
.swMain [class^=button], .swMain [class*=" button"] {
  display: none;
}
.swMain .close {
  display: none;
}
/* ---------------------------------------------------------------------- */
/*	Login
 /* ---------------------------------------------------------------------- */
body.login {
  color: #7F7F7F;
}
body.login.example1 {
  background-color: rgba(0, 0, 0, 0);
}
body.login.example2 {
  background-color: rgba(255, 255, 255, 0);
}
body.login .main-login {
  margin-top: 60px;
}
body.login .logo {
  padding: 20px;
  text-align: center;
}
body.login .box-login, body.login .box-forgot, body.login .box-register {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  padding: 15px;
}
body.login .box-forgot, body.login .box-register {
  display: none;
}
body.login .form fieldset {
  border: none;
  margin: 0;
  padding: 10px 0 0;
}
body.login a.forgot {
  color: #909090;
  font-size: 12px;
  position: absolute;
  right: 10px;
  text-shadow: 1px 1px 1px #FFFFFF;
  top: 9px;
}
body.login input.password {
  padding-right: 130px;
}
body.login label {
  color: #7F7F7F;
  font-size: 14px;
  margin-top: 5px;
}
body.login .copyright {
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: center;
}
body.login .form-actions:before, body.login .form-actions:after {
  content: "";
  display: table;
  line-height: 0;
}
body.login .form-actions:after {
  clear: both;
}
body.login .form-actions {
  margin-top: 15px;
  padding-top: 10px;
  display: block;
}
body.login .new-account {
  border-top: 1px dotted #EEEEEE;
  margin-top: 15px;
  padding-top: 10px;
  display: block;
}
/* ---------------------------------------------------------------------- */
/*	404 and 500 errors
 /* ---------------------------------------------------------------------- */
body.error-full-page {
  background: #ffffff !important;
}
body.error-full-page .page-error {
  margin-top: 60px;
}
.page-error {
  text-align: center;
}
.page-error .error-number {
  display: block;
  font-size: 158px;
  font-weight: 300;
  letter-spacing: -10px;
  line-height: 128px;
  margin-top: 0;
  text-align: center;
}
.page-error .error-details {
  display: block;
  padding-top: 0;
  text-align: center;
}
.page-error .error-details .btn-return {
  margin: 10px 0;
}
.page-error .error-details h3 {
  margin-top: 0;
}
body.error-full-page {
  overflow: hidden;
}
.error-full-page img {
  display: none;
}
.error-full-page #canvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
.error-full-page #sound {
  position: absolute;
  width: 30%;
  height: 30%;
  overflow-y: auto;
  margin-left: 35%;
  border-radius: 15px;
  opacity: 0.3;
  margin-top: 5%;
}
.error-full-page .video {
  position: absolute;
  width: 90%;
  height: 80%;
  margin-left: 5%;
  margin-top: 5%;
}
/* ---------------------------------------------------------------------- */
/*	Inline Editor
 /* ---------------------------------------------------------------------- */
#inline-container [contenteditable=true] {
  padding: 10px;
}
#inline-container {
  border: 1px solid #CCCCCC;
  margin: 30px auto 0;
  padding: 10px;
}
#inline-container hr {
  background-color: #05B2D2;
  height: 5px;
  color: #05B2D2;
  border: 0;
}
#inline-header {
  overflow: hidden;
  padding: 0 0 30px;
  position: relative;
}
#inline-headerLeft {
  padding-top: 10px;
}
#inline-headerLeft h2, #inline-headerLeft h3 {
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
#inline-headerLeft h2 {
  font-family: "Arial Black", arial-black;
  font-size: 52px;
  line-height: 1.1em;
  text-transform: uppercase;
}
#inline-headerLeft h3 {
  color: #666666;
  font-size: 24px;
  line-height: 1.1em;
  margin: 0.2em 0 0;
}
#inline-headerRight p {
  margin: 0;
  text-align: justify;
}
#inline-headerRight p + p {
  margin-top: 20px;
}
#inline-headerRight div {
  color: #666666;
  font-size: 16px;
}
#inline-columns {
  color: #333333;
  overflow: hidden;
  padding-top: 20px;
}
#inline-columns blockquote {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 2em;
  font-style: italic;
  margin: 30px 40px;
  position: relative;
  border: none;
}
#inline-columns blockquote:before {
  color: #666666;
  content: "“";
  font-size: 60px;
  left: -40px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  width: 35px;
  clear: both;
  display: block;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: bold;
  position: absolute;
  text-align: center;
}
#inline-tagLine {
  border-top: 5px solid #05B2D2;
  padding-top: 20px;
}
#inline-taglist {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 20px;
}
/* ---------------------------------------------------------------------- */
/*	Crop Image
 /* ---------------------------------------------------------------------- */
.crop-image form {
  margin: 1.5em 0;
}
.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: -280px;
  padding: 6px;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
/* The Javascript code will set the aspect ratio of the crop
 area based on the size of the thumbnail preview,
 specified here */
#preview-pane .preview-container {
  width: 250px;
  height: 170px;
  overflow: hidden;
}
/* ---------------------------------------------------------------------- */
/*	Timeline
 /* ---------------------------------------------------------------------- */
div.timeline {
  font-family: Arial;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
div.timeline .columns > li:nth-child(2n+1) {
  float: left;
  width: 50%;
}
div.timeline .columns > li:nth-child(2n+2) {
  float: right;
  margin-top: 20px;
  width: 50%;
}
div.timeline div.date_separator {
  clear: both;
  height: 60px;
  position: relative;
  text-align: center;
}
div.timeline div.date_separator span {
  border-radius: 5px 5px 5px 5px;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: -16px;
  position: absolute;
  top: -200%;
  transition: all 0.3s linear 0s;
  width: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  color: #666666;
}
div.timeline div.spine {
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  top: 0;
  transition: bottom 0.5s linear 0s;
  width: 4px;
  left: 50%;
  margin-left: -2px;
  bottom: 0;
  background-color: #CCCCCC;
}
div.timeline_element {
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin: 10px 0;
  opacity: 0;
  position: relative;
  transition: all 0.2s linear 0s;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #000000;
  text-shadow: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
div.timeline_element:hover {
  border: 1px solid #AAAAAA;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
div.timeline .columns {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element {
  float: right;
  left: 10%;
  margin-right: 30px;
  left: 0;
  opacity: 1;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element {
  float: left;
  margin-left: 30px;
  right: 10%;
  opacity: 1;
  right: 0;
}
div.timeline div.column_center div.timeline_element {
  margin: 20px auto;
  opacity: 1;
}
div.timeline_element:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 26px;
  border-top: 1px dashed #CCCCCC;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element:before {
  right: -27px;
  top: 15px;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element:before {
  left: -27px;
  top: 15px;
}
div.timeline div.column_center div.timeline_element:before {
  display: none;
}
div.timeline_element:after {
  border-radius: 100% 100% 100% 100%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
  background-color: #BBBBBB;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
div.timeline_element:hover:after {
  z-index: 100;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  z-index: 100;
}
div.timeline .columns > li:nth-child(2n+1) div.timeline_element:after {
  right: -36px;
  top: 10px;
}
div.timeline .columns > li:nth-child(2n+2) div.timeline_element:after {
  left: -36px;
  top: 10px;
}
div.timeline.center div.column_center div.timeline_element:after {
  display: none;
}
/* ie8 fixes */
.ie8 div.timeline_element:after {
  display: none;
}
.ie8 div.timeline_element:before {
  display: none;
}
/**/
div.timeline_element div.timeline_title {
  font-size: 10px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  color: #AAAAAA;
}
div.timeline_element div.title span.timeline_label {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.timeline_element div.timeline_title span.timeline_date {
  float: right;
}
div.timeline_element div.content {
  font-size: 13px;
  padding: 0 10px 10px;
}
div.timeline_element div.readmore {
  font-size: 12px;
  padding: 10px;
  text-align: right;
}
div.timeline div.description_container {
  height: 80px;
  margin: 5px 5px 5px 90px;
  overflow: hidden;
}
div.timeline_element.teal {
  background-color: #569099;
  border-color: #4D8189;
  color: #FFFFFF;
}
div.timeline_element.teal:after {
  background-color: #569099;
}
div.timeline_element.teal:hover:after {
  background-color: #FFFFFF;
  border: 1px solid #569099;
  z-index: 100;
}
div.timeline_element.teal div.timeline_title {
  color: #EEEEEE;
}
div.timeline_element.green {
  background-color: #3D9400;
  border-color: #327B00;
  color: #FFFFFF;
}
div.timeline_element.green:after {
  background-color: #3D9400;
}
div.timeline_element.green:hover:after {
  background-color: #FFFFFF;
  border: 1px solid #3D9400;
  z-index: 100;
}
div.timeline_element.green div.timeline_title {
  color: #EEEEEE;
}
div.timeline_element.bricky {
  background-color: #C83A2A;
  border-color: #B33426;
  color: #FFFFFF;
}
div.timeline_element.bricky:after {
  background-color: #C83A2A;
}
div.timeline_element.bricky:hover:after {
  background-color: #FFFFFF;
  border: 1px solid #C83A2A;
  z-index: 100;
}
div.timeline_element.bricky div.timeline_title {
  color: #EEEEEE;
}
div.timeline_element.purple {
  background-color: #57517B;
  border-color: #413D5C;
  color: #FFFFFF;
}
div.timeline_element.purple:after {
  background-color: #57517B;
}
div.timeline_element.purple:hover:after {
  background-color: #FFFFFF;
  border: 1px solid #57517B;
  z-index: 100;
}
div.timeline_element.purple div.timeline_title {
  color: #EEEEEE;
}
/* ---------------------------------------------------------------------- */
/*	Messages
 /* ---------------------------------------------------------------------- */
.panel-body.messages {
  padding: 0;
}
.messages-list {
  background-color: #F8F7FA;
  border-right: 1px solid #ECEAF3;
  float: left;
  height: 620px;
  list-style: none outside none;
  margin: -4px 0 0;
  padding: 0;
  width: 260px;
}
.messages-list .messages-item {
  border-bottom: 1px solid #ECEAF3;
  padding: 5px 15px 5px 25px;
  position: relative;
}
.messages-list .messages-item span {
  color: #555555;
  display: block;
}
.messages-list .messages-item .messages-item-star, .messages-list .messages-item .messages-item-attachment, .messages-list .messages-item .messages-item-time, .messages-list .messages-item .messages-item-time .messages-item-actions {
  position: absolute;
}
.messages-list .messages-item .messages-item-star {
  left: 7px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0s;
}
/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-star {
  display: none;
}
.ie8 .messages-list .messages-item:hover .messages-item-star {
  display: block;
}
/**/
.messages-list .messages-item .messages-item-attachment {
  left: 7px;
  top: 25px;
}
.messages-list .messages-item .messages-item-avatar {
  border-radius: 4px 4px 4px 4px;
  float: left;
  height: 40px;
  width: 40px;
}
.messages-list .messages-item .messages-item-from, .messages-list .messages-item .messages-item-subject {
  margin-left: 45px;
}
.messages-list .messages-item .messages-item-from {
  font-weight: bold;
  margin-top: 2px;
}
.messages-list .messages-item .messages-item-time {
  opacity: 1;
  right: 15px;
  top: 8px;
  transition: opacity 0.2s ease-in-out 0s;
}
.messages-list .messages-item .messages-item-time .text {
  color: #999999;
  font-size: 12px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions {
  opacity: 0;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out 0s;
  width: 75px;
}
/* ie8 fixes */
.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
  display: none;
}
/**/
.messages-list .messages-item .messages-item-time .messages-item-actions > a, .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a {
  color: #555555;
  margin-left: 5px;
}
.messages-list .messages-item .messages-item-time .messages-item-actions > div {
  display: inline-block;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
  margin-top: 0;
}
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  height: 11px;
  margin: 0 5px 0 -13px;
  width: 11px;
}
.messages-list .messages-item .messages-item-time:hover .text {
  opacity: 0;
}
.messages-list .messages-item .messages-item-time:hover .messages-item-actions {
  opacity: 1;
}
.messages-list .messages-item .messages-item-subject {
  font-size: 12px;
  margin-bottom: 4px;
}
.messages-list .messages-item .messages-item-preview {
  color: #999999;
  font-size: 12px;
}
.messages-list .messages-item:hover {
  background-color: #F2F0F7;
  cursor: pointer !important;
}
.messages-list .messages-item:hover .messages-item-star {
  opacity: 0.2;
}
.messages-list .messages-item.active {
  background-color: #ECEAF3;
}
.messages-list .messages-item.starred .messages-item-star {
  display: block;
  opacity: 1;
}
.messages-content {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #ECEAF3;
  height: auto;
  margin-left: 260px;
  margin-top: 4px;
  position: relative;
  width: auto;
}
.messages-content .message-header {
  background-color: #F8F7FA;
  border-bottom: 1px solid #ECEAF3;
  padding: 10px 15px;
}
.messages-content .message-header .message-from {
  font-weight: bold;
}
.messages-content .message-header .message-to {
  color: #999999;
}
.messages-content .message-header .message-time {
  color: #999999;
  position: absolute;
  right: 15px;
  top: 10px;
}
.messages-content .message-header .message-actions {
  left: 50%;
  margin-left: -65.7px;
  position: absolute;
  width: 115px;
}
.messages-content .message-header .message-actions a {
  background-color: #FAFAFA;
  border-bottom: 1px solid #F5F4F9;
  border-left: 1px solid #F5F4F9;
  border-top: 1px solid #F5F4F9;
  color: #CFCAE0;
  margin: 0 0 0 -4px;
  padding: 4px 7px;
}
.messages-content .message-header .message-actions a:hover {
  color: #5E518D;
}
.messages-content .message-header .message-actions a:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding-left: 10px;
}
.messages-content .message-header .message-actions a:last-child {
  border-bottom-right-radius: 15px;
  border-right: 1px solid #F5F4F9;
  border-top-right-radius: 15px;
}
.messages-content .message-content {
  padding: 10px;
}
/* ---------------------------------------------------------------------- */
/*	Pricing Tables
 /* ---------------------------------------------------------------------- */
#pricing_table_example1 .pricing-table {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333333;
  float: left;
  font: 12px "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  padding: 20px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  text-align: center;
}
#pricing_table_example1 .featured {
  border-radius: 5px 5px 5px 5px;
  border-width: 1px;
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#pricing_table_example1 .pricing-table:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
#pricing_table_example1 .pricing-table:nth-child(4) {
  border-radius: 0 5px 5px 0;
}
#pricing_table_example1 .pricing-table h3 {
  background-color: #EEEEEE;
  background-image: linear-gradient(#FFFFFF, #EEEEEE);
  font-size: 20px;
  font-weight: normal;
  margin: -20px -20px 50px;
  padding: 20px;
}
#pricing_table_example1 .featured h3 {
  background-color: #DDDDDD;
  background-image: linear-gradient(#EEEEEE, #DDDDDD);
  border-radius: 5px 5px 0 0;
}
#pricing_table_example1 .pricing-table:nth-child(1) h3 {
  border-radius: 5px 0 0 0;
}
#pricing_table_example1 .pricing-table:nth-child(4) h3 {
  border-radius: 0 5px 0 0;
}
#pricing_table_example1 .pricing-table h3 span {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
  color: #777777;
  display: block;
  font: bold 35px/100px Georgia, Serif;
  height: 100px;
  margin: 10px auto -65px;
  width: 100px;
  line-height: 85px;
}
#pricing_table_example1 .pricing-table ul {
  list-style: none outside none;
  margin: 20px 0 0;
  padding: 0;
}
#pricing_table_example1 .pricing-table li {
  border-top: 1px solid #DDDDDD;
  padding: 10px 0;
}
#pricing_table_example1 .pricing-table .signup {
  background-color: #72CE3F;
  background-image: linear-gradient(#72CE3F, #62BC30);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: inline-block;
  font: bold 14px Arial, Helvetica;
  margin: 20px 0 0;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
#pricing_table_example1 .pricing-table .signup:hover {
  background-color: #62BC30;
  background-image: linear-gradient(#62BC30, #72CE3F);
}
#pricing_table_example1 .pricing-table .signup:active, #pricing_table_example1 .pricing-table .signup:focus {
  background: none repeat scroll 0 0 #62BC30;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
  top: 2px;
}
#pricing_table_example2 .featured {
  z-index: 2;
}
#pricing_table_example2 .top {
  background: none repeat scroll 0 0 #2F2E35;
  border-radius: 10px 10px 0 0;
  height: 50px;
}
#pricing_table_example2 .top h2 {
  color: #FFFFFF;
  font: 300 30px/50px Helvetica, Verdana, sans-serif;
  text-align: center;
  margin: 0;
}
#pricing_table_example2 .pricing-table {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  padding: 0 0 20px 0;
}
#pricing_table_example2 .pricing-table ul {
  font: 300 18px/2 Helvetica, Verdana, sans-serif;
  list-style-type: none;
  margin: 20px 20px 0 20px;
  padding: 0;
}
#pricing_table_example2 .pricing-table ul strong {
  font-weight: bold;
}
#pricing_table_example2 .pricing-table hr {
  background-color: #BCBEC0;
  border: 0 none;
  color: #BCBEC0;
  height: 1px;
  margin: 20px 0 0 0;
}
#pricing_table_example2 .pricing-table h1 {
  font: bold 88px/1 Helvetica, Verdana, sans-serif;
  margin: 20px 0 0;
}
#pricing_table_example2 .pricing-table h1 sup {
  font-size: 45px;
}
#pricing_table_example2 .pricing-table p {
  color: #BCBEC0;
  font: 500 14px/1 Helvetica, Verdana, sans-serif;
}
/* ---------------------------------------------------------------------- */
/*	Coming Soon
 /* ---------------------------------------------------------------------- */
.coming-soon {
  text-align: center;
  background-color: #ffffff !important;
}
.timer-area {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 4em;
  padding-top: 2em;
  color: #1F2225;
  font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.timer-area h1 {
  color: #FFFFFF;
}
ul#countdown {
  margin: 0;
  padding: 0;
}
ul#countdown li {
  display: inline-block;
  width: 104px;
  margin-bottom: 4em;
  text-align: center;
}
ul#countdown li span {
  font-size: 3em;
  font-weight: bold;
  color: #1f2225;
  height: 108px;
  line-height: 108px;
  position: relative;
}
ul#countdown li span:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid white;
  position: absolute;
  top: 25px;
}
ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #909091;
  text-transform: uppercase;
  font-size: 0.875em;
}
.coming-soon #disclaimer {
  display: block;
}
.coming-soon #disclaimer p {
  color: #909091;
  font-size: 0.875em;
  font-style: italic;
}
.coming-soon #disclaimer p span {
  color: #2A9CCC;
  font-size: 1.2em;
}
/* ---------------------------------------------------------------------- */
/*	Flot Chart
 /* ---------------------------------------------------------------------- */
.flot-container {
  box-sizing: border-box;
  position: relative;
  height: 450px;
}
.flot-placeholder {
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.legend table {
  border-spacing: 5px;
}
.flot-container #choices {
  position: absolute;
  width: 135px;
  right: 0;
  top: 0;
}
#placeholder2 {
  margin-right: 135px;
}
.flot-small-container {
  height: 300px;
}
.flot-mini-container {
  height: 135px;
}
.flot-medium-container {
  height: 360px;
}
/* ---------------------------------------------------------------------- */
/*	Maps
 /* ---------------------------------------------------------------------- */
.map {
  display: block;
  height: 350px;
  margin: 0 auto;
}
.map.large {
  height: 500px;
}
/* ---------------------------------------------------------------------- */
/*	Overlay
 /* ---------------------------------------------------------------------- */
.overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  background: #4477aa;
  border: solid 3px #336699;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  text-shadow: 1px 1px 1px #666;
  padding: 0 4px;
}
.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #336699;
}
.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #336699;
}
/* ---------------------------------------------------------------------- */
/*	Calendar
 /* ---------------------------------------------------------------------- */
#calendar {
  position: relative;
}
.fc-event {
  padding: 2px;
}
.fc-day-number {
  margin: 2px 2px 0 0;
}
.fc-header-title h2 {
  color: #666666;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  letter-spacing: -1px;
}
.fc-today .fc-day-number {
  font-weight: bold;
}
.fc-state-highlight {
  background: #F5F5F5 !important;
}
.fc-button {
  color: #666666 !important;
}
.fc-state-default {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #666666 !important;
  box-shadow: none !important;
  color: #666666;
  text-shadow: none !important;
}
.fc-state-down, .fc-state-active {
  box-shadow: none !important;
  outline: 0 none;
  background-color: #569099 !important;
  border-color: #4D8189 !important;
  color: #FFFFFF !important;
}
.fc-header-left {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 50% !important;
}
.fc-header-right {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 50% !important;
}
.fc-header-center {
  display: block !important;
  padding-top: 40px !important;
}
.popover {
  width: 500px !important;
  max-width: 500px !important;
}
.event-category {
  color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  margin: 5px 0;
}
.label-default, .badge-default {
  background-color: #3A87AD !important;
  border-color: #3A87AD !important;
}
.label-orange, .badge-orange {
  background-color: #E6674A !important;
  border-color: #E6674A !important;
}
.label-purple, .badge-purple {
  background-color: #57517B !important;
  border-color: #57517B !important;
}
.label-yellow, .badge-yellow {
  background-color: #FFB848 !important;
  border-color: #FFB848 !important;
}
.label-teal, .badge-teal {
  background-color: #569099 !important;
  border-color: #569099 !important;
}
.label-beige, .badge-beige {
  background-color: #CCCC99 !important;
  border-color: #CCCC99 !important;
}
.label-green, .badge-green {
  background-color: #3D9400 !important;
  border-color: #3D9400 !important;
}
/* ---------------------------------------------------------------------- */
/*	Lock Screen
 /* ---------------------------------------------------------------------- */
body.lock-screen {
  color: #7F7F7F;
  background-color: rgba(0, 0, 0, 0);
}
.main-ls {
  height: 250px;
  left: 50%;
  margin-left: -240px;
  margin-top: -125px;
  position: absolute;
  top: 50%;
  width: 480px;
}
body.lock-screen .box-ls {
  background: #FFFFFF;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  padding: 15px;
}
body.lock-screen .logo {
  padding: 10px 0;
}
body.lock-screen .copyright {
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 0;
}
body.lock-screen .user-info {
  float: right;
  width: 285px;
}
body.lock-screen .user-info h1 {
  color: #666666;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 0;
}
body.lock-screen .user-info h1 i {
  color: #cccccc;
}
body.lock-screen .user-info > span {
  color: #666666;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
body.lock-screen .user-info > span em {
  color: #333333;
}
/* ---------------------------------------------------------------------- */
/*	daterangepicker
 /* ---------------------------------------------------------------------- */
.daterangepicker {
  margin-top: 51px !important;
}
/* ---------------------------------------------------------------------- */
/*	Style Selector
 /* ---------------------------------------------------------------------- */
#style_selector {
  background: none repeat scroll 0 0 #FFFFFF;
  position: fixed;
  right: 0;
  top: 100px;
  width: 215px;
  z-index: 999;
}
#style_selector_container {
  border: 1px solid rgba(23, 24, 26, 0.15);
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
  display: none;
}
#style_selector_container img {
  border-radius: 100% 100% 100% 100%;
}
.style-main-title {
  background: #D9D9D9;
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
  color: #000000;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.box-title {
  font-size: 12px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #AAA9A9 !important;
}
.input-box {
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
  padding: 0 10px 10px 40px;
}
.input-box input[type=text] {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid rgba(23, 24, 26, 0.15);
  color: #000000;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px;
  width: 60px;
}
.input-box select {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid rgba(23, 24, 26, 0.15);
  color: #000000;
  margin-left: 5px;
  width: 120px;
}
#style_selector .style-toggle {
  background: #ffffff;
  cursor: pointer;
  height: 44px;
  width: 35px;
  border: 1px solid rgba(23, 24, 26, 0.15);
  border-right: none;
  border-radius: 5px 0 0 5px;
  line-height: 44px;
  text-align: center;
  color: #007AFF;
  font-size: 14px;
}
#style_selector > .open:before {
  content: "\e162";
  font-family: "clip-font";
  line-height: 1;
}
#style_selector > .open {
  background-position: left top;
  left: -35px;
  position: absolute;
  top: 44px;
  width: 35px;
  opacity: 1;
}
#style_selector > .close:before {
  content: "\e163";
  font-family: "clip-font";
  line-height: 1;
}
#style_selector > .close {
  background-position: left bottom;
  position: absolute;
  right: 0;
  top: 45px;
  width: 35px;
  opacity: 0.9;
}
#style_selector .images {
  border-bottom: 1px solid rgba(23, 24, 26, 0.15);
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
#style_selector .images img {
  height: 24px;
  margin-bottom: 7px;
  margin-right: 7px;
  width: 25px;
  z-index: 1000;
}
#style_selector .images img.active {
  border: 0 solid #CCCCCC;
  opacity: 0.5;
}
#style_selector .images .form-group {
  width: 50px;
  text-align: center;
  color: #AAA9A9;
  font-size: 10px;
  margin-bottom: 0;
}
.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
  max-width: 1170px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
#style_selector .images input {
  display: none;
}
#style_selector .images .form-group {
  display: inline-block;
}
#style_selector .images .add-on {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  min-width: 20px;
  padding: 5px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  width: auto;
  margin-left: 2px;
}
#style_selector .images .add-on i {
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
}
#style_selector .clear_style {
  margin-right: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Home elements
 /* ---------------------------------------------------------------------- */
.circle-icon {
  background-color: #333333;
  border-radius: 75px 75px 75px 75px;
  color: #FFFFFF;
  margin-top: 2px;
  text-align: center;
  height: 55px;
  line-height: 56px;
  width: 55px;
  display: inline-block;
  font-size: 24px !important;
}
.circle-icon.circle-green {
  background-color: #3D9400;
  border-color: #327B00;
  color: #FFFFFF;
}
.circle-icon.circle-teal {
  background-color: #569099;
  border-color: #4D8189;
  color: #FFFFFF;
}
.circle-icon.circle-bricky {
  background-color: #C83A2A;
  border-color: #b33426;
  color: #ffffff;
}
.core-box {
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.core-box .heading {
  margin-bottom: 15px;
}
.core-box .heading .circle-icon {
  float: left;
}
.core-box .heading h2 {
  line-height: 55px !important;
  margin: 0;
  padding-left: 65px;
  font-weight: normal;
  color: #666666;
  font-size: 18px;
}
.core-box .content {
  color: #747474 !important;
  line-height: 20px;
  margin-bottom: 15px;
}
.core-box .view-more {
  float: right;
}
.core-box .view-more:hover {
  text-decoration: none;
}
.discussion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.discussion li {
  overflow: hidden;
  padding: 5px 5px 10px;
}
.discussion .avatar {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline;
  overflow: hidden;
}
.other .messages:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #E5E5EA #E5E5EA rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  position: absolute;
  left: -9px;
  top: 0;
  width: 0;
}
.other .messages {
  margin-left: 62px;
  background: #E5E5EA;
}
.other .avatar {
  float: left;
}
.self .messages {
  border-bottom-right-radius: 0;
  margin-right: 62px;
  background: #33CA22;
  color: #ffffff;
}
.self .avatar {
  float: right;
}
.self .messages:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #33CA22 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #33CA22;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 5px;
  top: 0;
  content: "";
  height: 0;
  right: -9px;
  position: absolute;
  width: 0;
}
.messages {
  border-radius: 2px 2px 2px 2px;
  padding: 10px;
  position: relative;
  margin-top: 10px;
}
.messages p {
  font-size: 14px;
  margin: 0 0 0.2em;
}
.messages time {
  color: #333333;
  font-size: 11px;
}
.self .messages time {
  color: #ffffff;
}
.chat-form {
  margin-bottom: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Sparklines
 /* ---------------------------------------------------------------------- */
.mini-stats {
  border-left: 1px solid #DDDDDD;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mini-stats li {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #DDDDDD;
  padding-bottom: 6px;
  text-align: center;
}
.mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.mini-stats li:last-child {
  border-right: 0 none;
}
.mini-stats .values {
  font-size: 12px;
  padding: 10px 0;
}
.mini-stats .values strong {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}
.mini-stats .sparkline_bar_good, .mini-stats .sparkline_bar_neutral, .mini-stats .sparkline_bar_bad {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.mini-stats .sparkline_bar_good {
  color: #459D30;
}
.mini-stats .sparkline_bar_neutral {
  color: #757575;
}
.mini-stats .sparkline_bar_bad {
  color: #BA1E20;
}
.jqstooltip {
  width: auto !important;
  height: auto !important;
  padding: 2px 6px !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  border: 0 !important;
  border-radius: 3px;
}
/* ---------------------------------------------------------------------- */
/*	Easy Pie Chart
 /* ---------------------------------------------------------------------- */
.easy-pie-chart {
  position: relative;
  text-align: center;
}
.easy-pie-chart .number {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
}
.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 70px;
  z-index: 2;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}
.label-chart {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  display: inline;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
/* ---------------------------------------------------------------------- */
/*	User profile
 /* ---------------------------------------------------------------------- */
.user-left {
  border-right: 1px solid #DDDDDD;
  padding-right: 15px;
}
.user-left a:hover, .user-left a:focus {
  text-decoration: none;
}
.user-left td .edit-user-info {
  visibility: hidden;
}
.user-left tr:hover .edit-user-info {
  visibility: visible;
}
.user-left .user-image {
  position: relative;
  display: inline-block;
}
.user-image .user-image-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
.user-image:hover .user-image-buttons {
  display: block;
}
.user-edit-image-buttons {
  display: inline;
}
#projects .progress {
  margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Gallery
 /* ---------------------------------------------------------------------- */
.gallery-img {
  margin-bottom: 20px;
}
.wrap-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#cboxLoadedContent {
  background: #ffffff !important;
}
.wrap-image > .chkbox {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ffffff;
  text-align: center;
  display: none;
  cursor: pointer;
  border: 1px solid #DDDDDD;
}
.wrap-image > .chkbox:hover {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 12px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
.wrap-image.selected > .chkbox {
  display: block;
}
.wrap-image:hover > .chkbox {
  display: block;
}
.wrap-image.selected > .chkbox:before {
  content: "\e0df";
  font-family: "clip-font";
  height: 14px;
  left: 1px;
  position: absolute;
  top: -2px;
  width: 14px;
}
.wrap-image > .tools {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  left: -30px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  width: 24px;
}
.wrap-image > .tools a:hover, .wrap-image > .tools a:focus {
  text-decoration: none;
}
.wrap-image > .tools.tools-bottom {
  bottom: -30px;
  height: 28px;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
}
.wrap-image:hover > .tools {
  left: 0;
}
.wrap-image:hover > .tools.tools-bottom {
  bottom: 0;
  top: auto;
}
.wrap-image:hover > .tools.tools-top {
  bottom: auto;
  top: 0;
}
.wrap-image:hover > .tools.tools-right {
  left: auto;
  right: 0;
}
.wrap-image > .tools > a, .wrap-image > *:first-child .inner a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px;
}
.wrap-image > .tools > a:hover, .wrap-image > *:first-child .inner a:hover {
  color: #C9E2EA;
  text-decoration: none;
}
.wrap-image .tools.tools-bottom > a, .wrap-image .tools.tools-top > a {
  display: inline-block;
}
/* ---------------------------------------------------------------------- */
/*	Compatibility with font-awesome 3
/* ---------------------------------------------------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-font:before {
  content: "\f031";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-question:before {
  content: "\f128";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-check:before {
  content: "\f046";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
/* ---------------------------------------------------------------------- */
/*	Animation Page
/* ---------------------------------------------------------------------- */
.animation-container {
  overflow: hidden;
  padding: 140px 0 40px;
  background-color: #F4F4F4;
}
.animation-buttons .btn {
  margin-bottom: 10px;
}
#object {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 150px;
  color: #007AFF;
}
/* ---------------------------------------------------------------------- */
/*	X-editable Table
/* ---------------------------------------------------------------------- */
td.column-left {
  width: 25%;
}
td.column-right {
  width: 75%;
}
.trix-without-attachment .trix-button-group--file-tools {
  display: none !important;
}
/* ---------------------------------------------------------------------- */
/*	From Medium Devices Up To Larger Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
  .layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
    max-width: 940px !important;
  }

  .layout-boxed > .navbar, .layout-boxed > .footer {
    left: 50% !important;
    margin-left: -470px !important;
  }
}
/* ---------------------------------------------------------------------- */
/*	Only larger Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
    max-width: 1000px !important;
  }

  .layout-boxed > .navbar, .layout-boxed > .footer {
    left: 50% !important;
    margin-left: -500px !important;
  }
}
/* ---------------------------------------------------------------------- */
/*	From Small Devices Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  ul.main-navigation-menu div {
    display: none;
  }

  .layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
    max-width: 750px !important;
  }

  .layout-boxed > .navbar, .layout-boxed > .footer {
    left: 50% !important;
    margin-left: -375px !important;
  }

  .main-content {
    margin-left: 35px !important;
  }

  .main-navigation {
    width: 35px !important;
  }

  ul.main-navigation-menu > li:first-child > a {
    border-top: none !important;
  }

  .sidebar-fixed .wrap-menu {
    width: 35px;
  }

  ul.main-navigation-menu > li > a > .title {
    display: none;
  }

  ul.main-navigation-menu > li > a {
    padding-left: 7px;
  }

  .navigation-toggler {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  ul.main-navigation-menu > li > a .icon-arrow {
    display: none;
  }

  ul.main-navigation-menu > li > ul.sub-menu {
    display: none !important;
    padding-bottom: 10px !important;
  }

  ul.main-navigation-menu li > ul.sub-menu > li > a {
    padding-left: 24px !important;
  }

  ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 40px !important;
  }

  ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 60px !important;
  }

  ul.main-navigation-menu > li:hover {
    width: 225px;
    position: relative;
  }

  ul.main-navigation-menu > li:hover .selected {
    display: none;
  }

  ul.main-navigation-menu > li:hover > a:after {
    content: "";
    bottom: -1px;
    position: absolute;
    left: 35px;
    top: -1px;
    width: 14px;
    background: url(/packs/media/images/menu-white-arrow-b2dfc566.png) left center no-repeat;
  }

  ul.main-navigation-menu > li:first-child > a > .selected {
    display: none !important;
  }

  ul.main-navigation-menu > li:first-child:hover {
    width: 35px;
    position: relative;
  }

  ul.main-navigation-menu > li:first-child:hover .title {
    display: none;
  }

  ul.main-navigation-menu > li:first-child:hover > a:after {
    content: "";
    bottom: -1px;
    position: absolute;
    left: 35px;
    top: -1px;
    width: 14px;
    background: none;
  }

  ul.main-navigation-menu > li:hover > a .title {
    padding-left: 30px;
  }

  ul.main-navigation-menu > li:hover .title {
    display: inline;
  }

  ul.main-navigation-menu > li:hover > ul.sub-menu {
    width: 189px;
    position: absolute;
    z-index: 1000;
    left: 36px;
    margin-top: 0;
    top: 100%;
    display: block !important;
  }

  .navigation-toggler {
    display: none;
  }

  .breadcrumb {
    height: 41px;
    padding: 11px;
  }

  .sidebar-search {
    top: 9px;
  }
}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */
@media (max-width: 767px) {
  .main-navigation {
    max-height: 340px !important;
  }

  .layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
    max-width: none !important;
  }

  .header-default .navbar {
    position: relative !important;
    overflow: hidden;
  }

  .main-container {
    margin-top: 95px;
  }

  /***
   Main content
   ***/
  .main-content {
    padding: 0px !important;
  }

  /***
   Dropdown and dropdown elements.
   ***/
  .nav > li > .dropdown-menu.notifications {
    left: -91px !important;
  }

  .nav > li > .dropdown-menu.posts {
    left: -140px !important;
  }

  .nav > li > .dropdown-menu.todo {
    left: -45px !important;
  }

  .nav > li.current-user > .dropdown-menu {
    right: 0 !important;
    left: auto;
  }

  /***
   Hide navigation toggler
   ***/
  .navigation-toggler {
    display: none;
  }

  /***
   Main title small text
   ***/
  .page-header small {
    display: block;
    clear: both;
  }

  .main-navigation {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    z-index: 1000;
    border-top: none;
  }

  .header-default .main-navigation {
    position: static !important;
    height: auto !important;
    top: 0;
    overflow-y: visible;
    max-height: none;
    margin-top: -1px;
  }

  .navbar-tools {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 15px;
    border-top: 1px solid #080808;
  }

  .navbar-tools:after {
    clear: both;
  }

  .navbar-tools:before, .navbar-tools:after {
    content: " ";
    display: table;
  }

  .navbar-tools .navbar-right {
    float: right;
  }

  .navbar-tools .nav > li.dropdown .dropdown-toggle {
    margin-top: 0px !important;
  }

  .main-content > .container {
    /*padding:0;*/
  }

  .sidebar-search input {
    display: none;
    width: 0;
  }

  body.login .main-login {
    margin-top: 0;
  }

  div.timeline .columns li {
    float: none !important;
    width: 100% !important;
  }

  div.timeline_element:after {
    display: none;
  }

  div.timeline_element:before {
    display: none;
  }

  div.timeline_element {
    margin: 20px auto !important;
  }

  /*Messages*/
  .messages-list {
    display: block;
    float: none !important;
    width: auto !important;
    border: none !important;
    height: auto !important;
  }

  .messages-content {
    margin-left: 0 !important;
  }

  .message-time {
    position: relative !important;
    text-align: right;
    right: 0 !important;
    top: 0 !important;
  }

  /* Tabs Left*/
  .tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
    border-right-color: #dddddd;
  }

  .tabs-left .nav-tabs {
    float: none;
  }

  .tabs-left .tab-content {
    border-top: none;
  }

  /*Lock Screen*/
  .main-ls {
    height: auto;
    left: 0;
    margin: 0 auto !important;
    position: relative;
    top: 0;
    width: 85%;
  }

  .main-ls .logo, .main-ls .copyright {
    text-align: center;
  }

  body.lock-screen .box-ls {
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }

  body.lock-screen .user-info {
    float: none !important;
    width: auto !important;
  }

  /*Chart*/
  #placeholder2 {
    margin-right: 0 !important;
  }

  .flot-container #choices {
    position: relative;
  }

  /*Easy Pie Chart*/
  .easy-pie-chart {
    padding: 10px 0;
  }

  .easy-pie-chart .label-chart {
    display: block;
  }

  /*User-profile*/
  .user-left {
    border-right: none;
  }

  /*sparklines*/
  .mini-stats li {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 16px;
  }

  /***
   Footer
   ***/
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */
@media (max-width: 480px) {
  /***
   Dropdown and dropdown elements.
   ***/
  .nav > li.current-user > .dropdown-menu:after, .nav > li.current-user > .dropdown-menu:before {
    margin-right: 0px;
  }

  header .nav > li.dropdown .dropdown-toggle {
    margin-top: 7px !important;
  }

  .nav li.dropdown .dropdown-toggle .badge {
    top: 15px;
  }

  .nav > li.current-user > .dropdown-menu {
    margin-right: 0px;
  }

  .nav {
    clear: both !important;
  }

  .header .nav > li.dropdown .dropdown-toggle {
    margin-top: 3px !important;
  }

  .header .nav li.dropdown .dropdown-toggle .badge {
    top: 11px;
  }

  .current-user .username {
    display: none;
  }

  .hidden-480 {
    display: none !important;
  }
}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (max-width: 979px) {
  /***
   general body settings
   ***/
  body {
    margin: 0px !important;
  }

  .main-navigation {
    z-index: 1000;
  }

  /***
   Main content
   ***/
  .main-content {
    min-height: 760px;
  }
}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 768px) {
  .main-navigation {
    position: absolute;
    width: 225px;
  }

  .main-content {
    margin-left: 225px;
  }

  .main-content > .container {
    min-height: 760px;
  }

  ul.main-navigation-menu > li.active > a .selected:before {
    display: block;
    height: 41px;
    position: absolute;
    right: -10px;
    top: -1px;
    width: 11px;
    content: "\e16c";
    font-family: "clip-font";
    line-height: 41px;
    font-size: 24px;
  }

  /***
   Set style for small navigation menu
   ***/
  .navigation-small .main-content {
    margin-left: 35px !important;
  }

  .navigation-small .main-navigation {
    width: 35px !important;
    z-index: 1000;
  }

  .navigation-small.sidebar-fixed .wrap-menu {
    width: 35px;
  }

  .navigation-small ul.main-navigation-menu > li > a > .title {
    display: none;
  }

  .navigation-small ul.main-navigation-menu > li > a {
    padding-left: 7px;
  }

  .navigation-small .navigation-toggler {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .navigation-small ul.main-navigation-menu > li > a .icon-arrow {
    display: none;
  }

  .navigation-small ul.main-navigation-menu > li > ul.sub-menu {
    display: none !important;
    padding-bottom: 10px !important;
  }

  .navigation-small ul.main-navigation-menu li > ul.sub-menu > li > a {
    padding-left: 24px !important;
  }

  .navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 40px !important;
  }

  .navigation-small ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 60px !important;
  }

  .navigation-small ul.main-navigation-menu > li:hover {
    width: 225px;
    position: relative;
  }

  .navigation-small ul.main-navigation-menu > li:hover .selected {
    display: none;
  }

  .navigation-small ul.main-navigation-menu > li:hover > a:after {
    content: "";
    bottom: -1px;
    position: absolute;
    left: 35px;
    top: -1px;
    width: 14px;
    background: url(/packs/media/images/menu-white-arrow-b2dfc566.png) left center no-repeat;
  }

  .navigation-small ul.main-navigation-menu > li:hover > a .title {
    padding-left: 30px;
  }

  .navigation-small ul.main-navigation-menu > li:hover .title {
    display: inline;
  }

  .navigation-small ul.main-navigation-menu > li:hover > ul.sub-menu {
    width: 189px;
    position: absolute;
    z-index: 1000;
    left: 36px;
    margin-top: 0;
    top: 100%;
    display: block !important;
  }
}
.bootstrap-colorpalette {
    padding-left:4px;
    padding-right:4px;
    white-space: normal;
    line-height:1;
}

.bootstrap-colorpalette div {
    line-height:0;
}

.bootstrap-colorpalette .btn-color {
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
}

.bootstrap-colorpalette .btn-color:hover {
    border: 1px solid #000;
}
.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
}

.ps-container.ie .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

body, .main-container, .footer, .main-navigation, ul.main-navigation-menu > li > ul.sub-menu, .navigation-small ul.main-navigation-menu > li > ul.sub-menu {
  background-color: #F6F6F6 !important;
}

.layout-boxed header, .layout-boxed .main-container, .layout-boxed .footer {
  border-left-color: #C8C7CC;
  border-right-color: #C8C7CC;
}

.navbar-inverse {
  background: rgba(255, 255, 255, 0.9);
  border-color: #C8C7CC;
}

/* ie8 fixes */

.ie8 .navbar-inverse {
  background: #ffffff;
}

/**/

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .nav > li > a {
  color: #666666;
}

.navbar-inverse .navbar-brand i, .navbar-inverse .navbar-brand:hover i {
  color: #007AFF;
}

.navbar-inverse .nav > li > a {
  color: #999999;
}

.navbar-inverse .nav > li.current-user > a {
  color: #666666 !important;
}

.navbar-inverse .nav > li.current-user > a i {
  display: inline-block;
  text-align: center;
  width: 1.25em;
  color: #007AFF !important;
  font-size: 12px;
}

.navbar-inverse .nav > li:hover > a, .navbar-inverse .nav > li:active > a {
  color: #555555;
  background: #F5F5F5;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: #D9D9D9;
  color: #555555;
}

.navbar-tools .dropdown-menu li .dropdown-menu-title {
  background: #D9D9D9;
  color: #555555;
}

.navbar-inverse .btn-navbar {
  background-color: #D9D9D9;
  background: -moz-linear-gradient(top, #34485e 0%, #283b52 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34485e), color-stop(100%, #283b52));
  /* webkit */
}

.nav > li.dropdown .dropdown-toggle .badge {
  background-color: #007AFF;
  border: none;
}

.navbar-toggle {
  background-color: #ffffff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #D9D9D9;
  box-shadow: 0px 0px 15px #fff;
}

.navbar-toggle span {
  color: #999999;
}

ul.main-navigation-menu > li a {
  border-bottom: none;
  border-top-color: #C8C7CC;
  color: #555555;
}

ul.main-navigation-menu > li a > i {
  color: #007AFF;
  font-weight: normal;
}

ul.main-navigation-menu > li.active > a {
  background: #007AFF !important;
  border-top: none !important;
  color: #fff;
}

ul.main-navigation-menu > li.active > a .selected:before {
  color: #007AFF !important;
}

ul.main-navigation-menu > li.active > a i {
  color: #fff;
}

ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover, ul.main-navigation-menu > li:hover > a {
  background-color: #D9D9D9;
}

.navigation-toggler, .go-top {
  background-color: #E4E5E6 !important;
  color: #b1b1b1;
}

.navigation-toggler:hover i:first-child, .go-top:hover {
  color: #555555;
}

.navigation-toggler:hover i:last-child {
  color: #b1b1b1;
}

.navigation-small .navigation-toggler:hover i:first-child {
  color: #b1b1b1;
}

.navigation-small .navigation-toggler:hover i:last-child {
  color: #555555;
}

ul.main-navigation-menu li > ul.sub-menu > li.open > a, ul.main-navigation-menu li > ul.sub-menu > li.active > a, ul.main-navigation-menu li > ul.sub-menu > li > a:hover {
  color: #000000 !important;
  background: #D9D9D9 !important;
}

.breadcrumb i {
  color: #cccccc;
}

.breadcrumb a {
  color: #007AFF;
}

.footer-fixed .footer {
  background: rgba(255, 255, 255, 0.9) !important;
  border-top-color: #C8C7CC;
}

/* ie8 fixes */

.ie8 .footer-fixed .footer {
  background: #ffffff;
}

/**/

.footer-inner {
  color: #555555;
}

.main-content .container {
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .navbar-inverse {
    background: none !important;
  }

  .navbar-tools {
    background: rgba(255, 255, 255, 0.9);
    border-top-color: #C8C7CC;
  }

  /* ie8 fixes */
  .ie8 .navbar-tools {
    background: #ffffff;
  }

  /**/
  .navbar-header {
    background-color: #fff;
  }
}
/* ============================================================
 * bootstrapSwitch v1.8 by Larentis Mattia @SpiritualGuru
 * http://www.larentis.eu/
 *
 * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
 * http://www.bdmdesign.org/
 *
 * Project site:
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
.has-switch span.switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
  background-color: #e6e6e6 \9;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

@charset "UTF-8";
/* Global */
.jBox-wrapper {
  text-align: left;
}
.jBox-wrapper,
.jBox-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
}
.jBox-container {
  background: #fff;
}
.jBox-content {
  padding: 8px 10px;
  overflow: auto;
  transition: opacity 0.15s;
}
/* jBox Tooltip */
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}
.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px;
}
/* Pointer */
.jBox-pointer {
  position: absolute;
  overflow: hidden;
}
.jBox-pointer-top {
  top: 0;
}
.jBox-pointer-bottom {
  bottom: 0;
}
.jBox-pointer-left {
  left: 0;
}
.jBox-pointer-right {
  right: 0;
}
.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}
.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px;
}
.jBox-pointer:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}
.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2);
}
.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.2);
}
.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
}
/* jBox Modal & jBox Confirm */
.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}
.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
  background: #f4f5f6;
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 1px #fff;
}
.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}
.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}
/* jBox Modal */
.jBox-Modal .jBox-content {
  padding: 12px 15px;
}
/* jBox Confirm */
.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 45px 35px;
}
.jBox-Confirm-footer {
  border-top: 1px solid #e2e2e2;
  background: #fafafa;
  border-radius: 0 0 3px 3px;
  text-align: center;
  padding: 10px 0;
}
.jBox-Confirm-button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
  padding: 0 20px;
  transition: color 0.2s, background-color 0.2s;
}
.jBox-Confirm-button-cancel {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  background: #ddd;
  color: #999;
  margin-right: 25px;
}
.jBox-Confirm-button-cancel:hover {
  background: #ccc;
  color: #666;
}
.jBox-Confirm-button-submit {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  background: #5fc04c;
  color: #fff;
}
.jBox-Confirm-button-submit:hover {
  background: #53a642;
}
.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.26);
}
/* jBox Notice */
.jBox-Notice {
  transition: margin 0.2s;
}
.jBox-Notice .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 -1px 1px #000;
  background: #333;
  background-image: linear-gradient(to bottom, #444, #222);
}
.jBox-Notice .jBox-content {
  border-radius: 3px;
  padding: 12px 20px;
}
.jBox-Notice .jBox-title {
  padding: 8px 20px 0;
  font-weight: bold;
}
.jBox-hasTitle.jBox-Notice .jBox-content {
  padding-top: 5px;
}
.jBox-Notice-color .jBox-container {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
.jBox-Notice-gray .jBox-container {
  color: #666;
  text-shadow: 0 1px 1px #fff;
  background: #f4f4f4;
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}
.jBox-Notice-red .jBox-container {
  background: #b02222;
  background-image: linear-gradient(to bottom, #ee2222, #b02222);
}
.jBox-Notice-green .jBox-container {
  background: #70a800;
  background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}
.jBox-Notice-blue .jBox-container {
  background: #2b91d9;
  background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}
.jBox-Notice-yellow .jBox-container {
  color: #744700;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  background: #ffb11f;
  background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}
/* jBox Image */
.jBox-Image {
  background: #fff;
  padding: 8px 8px 45px;
  border-radius: 5px;
}
.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.jBox-image-container {
  border-radius: 5px;
  background: #fff center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  margin-top: -35px;
  padding: 0 90px 5px 10px;
  border-radius: 0 0 5px 5px;
  transition: opacity 0.3s;
  opacity: 0;
}
.jBox-image-label.active {
  opacity: 1;
}
.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  position: absolute;
  bottom: 0px;
  width: 22px;
  height: 45px;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  cursor: pointer;
  opacity: 0.6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.2s;
}
.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1;
}
.jBox-image-pointer-next {
  right: 8px;
  transform: scaleX(-1);
}
.jBox-image-pointer-prev {
  right: 30px;
}
.jBox-image-open #jBox-overlay {
  background-color: rgba(0, 0, 0, 0.86);
}
.jBox-Image.jBox-loading .jBox-container:before {
  left: auto;
  top: auto;
  bottom: -33px;
  right: 55px;
  margin-top: -9px;
  margin-left: -9px;
}
/* Close button */
.jBox-closeButton {
  cursor: pointer;
  position: absolute;
}
.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}
.jBox-closeButton path {
  transition: fill 0.2s;
}
.jBox-closeButton path {
  fill: #aaa;
}
.jBox-closeButton:hover path {
  fill: #888;
}
.jBox-closeButton:active path {
  fill: #666;
}
/* Close button in overlay */
#jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
#jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}
#jBox-overlay .jBox-closeButton path {
  fill: #d2d4d6;
}
#jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}
#jBox-overlay .jBox-closeButton:active path {
  fill: #b2b4b6;
}
/* Close button in title */
.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}
/* Close button in box */
.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}
.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}
.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #f4f5f6;
}
.jBox-closeButton-box:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 4px;
}
.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px;
}
/* Overlay */
#jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
/* Block scrolling */
body[class^=jBox-blockScroll-],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}
/* Draggable */
.jBox-draggable {
  cursor: move;
}
/* Spinner */
@keyframes jBoxLoading {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.jBox-loading .jBox-content {
  min-height: 32px;
  min-width: 38px;
  opacity: 0;
}
.jBox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.jBox-spinner:before {
  content: "Loading…";
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  box-sizing: border-box;
}
.jBox-spinner:not(:required):before {
  content: "";
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.6);
  animation: jBoxLoading 0.6s linear infinite;
  -webkit-animation: jBoxLoading 0.6s linear infinite;
}
/* IE8 fixes */
.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
  border: 1px solid #aaa;
}
.jBox-IE8 .jBox-pointer:after {
  display: none;
}
.jBox-IE8 .jBox-pointer {
  border: 0;
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
}
.jBox-IE8 .jBox-pointer-top {
  background-position: center top;
}
.jBox-IE8 .jBox-pointer-bottom {
  background-position: center bottom;
}
.jBox-IE8 .jBox-pointer-left {
  background-position: left center;
}
.jBox-IE8 .jBox-pointer-right {
  background-position: right center;
}
.jBox-IE8.jBox-Modal .jBox-container {
  border: 3px solid #aaa;
}
/* No SVG support fixes */
.jBox-nosvg .jBox-closeButton:before {
  font-family: Verdana, sans-serif;
  content: "x";
  text-align: center;
  font-size: 18px;
  color: #888;
}
.m20 {
  margin: 20px 0 10px 0;
}

.panel-heading {
  padding-left: 15px !important;
}

.content-with-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-with-image .icon {
  flex-basis: 70px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.content-with-image .text {
  padding: 0 20px;
}

.content-with-image .button {
  padding: 0 20px;
}

.content-with-image .button .btn {
  width: 105px;
}

.dashboard-widget img {
  margin: 15px 0 25px 0;
}

.dashboard-widget form {
  margin-bottom: 15px;
}

.text-grey {
  font-size: 70%;
  color: gray;
  margin-top: 10px;
}

#demo-content form {
  margin: 20px 0 10px 0;
}

#stats table {
  margin-bottom: 0;
}

#stats table tr:first-of-type td {
  border-top: 0;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}
.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::-moz-selection { background: transparent }
.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }
.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}
.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }
.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }
.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

ul.ui-autocomplete {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #999;
  cursor: default;
}
ul.ui-autocomplete li {
  background-color: #FFF;
  border-top: solid 1px #DDD;
  margin: 0;
  padding: 0;
}
ul.ui-autocomplete li a {
  color: #000;
  display: block;
  padding: 3px;
}
ul.ui-autocomplete li a.ui-state-hover, ul.ui-autocomplete li a.ui-state-active {
  background-color: #FFFCB2;
}
.navigation-small ul.main-navigation-menu div {
  display: none;
}
.dd-handle {
  background: white;
  border-color: #428bca;
  color: #428bca;
  overflow: hidden;
}
.dd-item.draggable {
  cursor: move;
}
.clip-camera-2 {
  font-size: 50px;
  color: #5dbbe3;
}
.img-thumbnail.logo {
  background-color: #f0ad4e;
}
.dd-handle.multiline {
  height: unset;
}
.assistant-link-image {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -4px;
}
.nodata-container {
  margin: 80px 0;
  text-align: center;
}
.nodata-container .nodata-state {
  color: #7f8c8d;
  font-size: 120%;
  font-weight: bold;
}
.flex-form {
  display: flex;
  align-items: center;
}
.flex-form label {
  margin-bottom: 0 !important;
}
.flex-form label, .flex-form input {
  margin-right: 10px;
}
.flex-form input:last-of-type {
  margin-right: 0 !important;
}
.flex-form .btn-small {
  font-size: 11px;
}
#robot-alert {
  width: 50%;
}
li.balance {
  height: 54px;
}
li.balance div {
  padding: 15px 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
li.balance div a {
  display: block;
  padding-top: 2px;
  height: 100%;
  font-size: 1.2em;
  white-space: nowrap;
  color: #666;
}
span.search-success {
  color: #5cb85c;
}
span.search-failed {
  color: #d9534f;
}
.panel-heading-with-fa {
  margin-left: 35px;
}
.media--icon-container {
  top: 0;
  right: 0;
  padding: 2px 4px;
  border-bottom-left-radius: 5px;
  position: absolute;
  background-color: white;
}
.media--icon-container a {
  display: inline-block;
  padding: 3px 5px;
  font-size: 1.2em;
}
.jBox-wrapper {
  text-align: left;
  box-sizing: border-box;
}

.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
  box-sizing: border-box;
}

.jBox-container {
  background: #fff;
}

.jBox-content {
  padding: 8px 12px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
}

.jBox-footer {
  box-sizing: border-box;
}

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}

.jBox-Tooltip.jBox-hasTitle .jBox-content,
.jBox-Mouse.jBox-hasTitle .jBox-content {
  padding-top: 5px;
}

.jBox-Mouse {
  pointer-events: none;
}

.jBox-pointer {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.jBox-pointer-top {
  top: 0;
}

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-right {
  right: 0;
}

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-left {
  left: 0;
}

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-bottom {
  bottom: 0;
}

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-top, .jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}

.jBox-pointer-left, .jBox-pointer-right {
  width: 12px;
  height: 30px;
}

.jBox-Modal .jBox-container {
  border-radius: 4px;
}

.jBox-Modal .jBox-container, .jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}

.jBox-Modal .jBox-content {
  padding: 15px 20px;
}

.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 65px;
}

.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px;
}

.jBox-closeButton {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
}

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}

.jBox-closeButton path {
  fill: #aaa;
  transition: fill .2s;
}

.jBox-closeButton:hover path {
  fill: #888;
}

.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}

.jBox-overlay .jBox-closeButton path {
  fill: #ddd;
}

.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
}

.jBox-closeButton-title svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}

.jBox-closeButton-box {
  box-sizing: border-box;
}

.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.jBox-closeButton-box.jBox-pointerPosition-top:before {
  top: 5px;
}

.jBox-closeButton-box.jBox-pointerPosition-right:before {
  right: 2px;
}

.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa;
}

.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}

.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
}

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}

.jBox-draggable {
  cursor: move;
}

@-webkit-keyframes jBoxLoading {
  to {
    transform: rotate(360deg);
  }
}

@keyframes jBoxLoading {
  to {
    transform: rotate(360deg);
  }
}

.jBox-loading .jBox-content {
  opacity: .2;
}

.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0;
}

.jBox-spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.jBox-spinner:before {
  display: block;
  box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: jBoxLoading .6s linear infinite;
          animation: jBoxLoading .6s linear infinite;
}

.jBox-countdown {
  border-radius: 4px 4px 0 0;
  z-index: 0;
  background: #000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  overflow: hidden;
}

.jBox-countdown-inner {
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
}

[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes jBox-tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.8) rotate(-4deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.2) rotate(4deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.2) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes jBox-tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.8) rotate(-4deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.2) rotate(4deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.2) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.jBox-animated-tada {
  -webkit-animation: jBox-tada 1s;
          animation: jBox-tada 1s;
}

@-webkit-keyframes jBox-tadaSmall {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(2deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes jBox-tadaSmall {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(2deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.jBox-animated-tadaSmall {
  -webkit-animation: jBox-tadaSmall 1s;
          animation: jBox-tadaSmall 1s;
}

@-webkit-keyframes jBox-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes jBox-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.jBox-animated-flash {
  -webkit-animation: jBox-flash .5s;
          animation: jBox-flash .5s;
}

@-webkit-keyframes jBox-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-6px);
  }
  40%,
  80% {
    transform: translateX(6px);
  }
}

@keyframes jBox-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-6px);
  }
  40%,
  80% {
    transform: translateX(6px);
  }
}

.jBox-animated-shake {
  -webkit-animation: jBox-shake .4s;
          animation: jBox-shake .4s;
}

@-webkit-keyframes jBox-pulseUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes jBox-pulseUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.jBox-animated-pulseUp {
  -webkit-animation: jBox-pulseUp .25s;
          animation: jBox-pulseUp .25s;
}

@-webkit-keyframes jBox-pulseDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes jBox-pulseDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

.jBox-animated-pulseDown {
  -webkit-animation: jBox-pulseDown .25s;
          animation: jBox-pulseDown .25s;
}

@-webkit-keyframes jBox-popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes jBox-popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.jBox-animated-popIn {
  -webkit-animation: jBox-popIn .25s;
          animation: jBox-popIn .25s;
}

@-webkit-keyframes jBox-popOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes jBox-popOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}

.jBox-animated-popOut {
  -webkit-animation: jBox-popOut .25s;
          animation: jBox-popOut .25s;
}

@-webkit-keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jBox-animated-fadeIn {
  -webkit-animation: jBox-fadeIn .2s;
          animation: jBox-fadeIn .2s;
}

@-webkit-keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.jBox-animated-fadeOut {
  -webkit-animation: jBox-fadeOut .2s;
          animation: jBox-fadeOut .2s;
}

@-webkit-keyframes jBox-slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300px);
    opacity: 0;
  }
}

@keyframes jBox-slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideUp {
  -webkit-animation: jBox-slideUp .4s;
          animation: jBox-slideUp .4s;
}

@-webkit-keyframes jBox-slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes jBox-slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.jBox-animated-slideRight {
  -webkit-animation: jBox-slideRight .4s;
          animation: jBox-slideRight .4s;
}

@-webkit-keyframes jBox-slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}

@keyframes jBox-slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}

.jBox-animated-slideDown {
  -webkit-animation: jBox-slideDown .4s;
          animation: jBox-slideDown .4s;
}

@-webkit-keyframes jBox-slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

@keyframes jBox-slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideLeft {
  -webkit-animation: jBox-slideLeft .4s;
          animation: jBox-slideLeft .4s;
}

.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 46px 35px;
}

@media (max-width: 500px) {
  .jBox-Confirm .jBox-content {
    padding: 32px 20px;
  }
}

.jBox-Confirm-footer {
  height: 46px;
}

.jBox-Confirm-button {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 50%;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  padding: 0 10px;
  transition: color .2s, background-color .2s;
  box-sizing: border-box;
}

.jBox-Confirm-button-cancel {
  border-bottom-left-radius: 4px;
  background: #ddd;
  color: #666;
}

.jBox-Confirm-button-cancel:hover, .jBox-Confirm-button-cancel:active {
  background: #ccc;
}

.jBox-Confirm-button-cancel:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jBox-Confirm-button-submit {
  border-bottom-right-radius: 4px;
  background: #7d0;
  color: #fff;
}

.jBox-Confirm-button-submit:hover, .jBox-Confirm-button-submit:active {
  background: #6c0;
}

.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jBox-Image .jBox-container {
  background-color: transparent;
}

.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%;
}

.jBox-image-container {
  background: center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.jBox-image-label-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 100;
  display: flex;
}

.jBox-image-label-container {
  position: relative;
  flex: 1 1;
}

.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .36s;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.jBox-image-label.expanded {
  background: #000;
}

.jBox-image-label:not(.expanded) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jBox-image-label.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 600px) {
  .jBox-image-label {
    font-size: 13px;
  }
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1;
}

.jBox-image-pointer-next {
  transform: scaleX(-1);
}

.jBox-image-counter-container {
  flex-shrink: 0;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  text-align: right;
  display: none;
}

.jBox-image-has-counter .jBox-image-counter-container {
  display: block;
}

.jBox-overlay.jBox-overlay-Image {
  background: #000;
}

.jBox-image-not-found {
  background: #000;
}

.jBox-image-not-found:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #222;
  border-radius: 50%;
}

.jBox-image-not-found:after {
  content: '';
  display: block;
  box-sizing: content-box;
  z-index: auto;
  width: 6px;
  height: 74px;
  margin-top: -37px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222;
  transform: rotateZ(45deg);
  transform-origin: 50% 50% 0;
}

.jBox-image-download-button-wrapper {
  position: absolute;
  top: -40px;
  right: 35px;
  height: 40px;
  display: flex;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s;
}

.jBox-image-download-button-wrapper:hover {
  opacity: 1;
}

.jBox-image-download-button-icon {
  width: 40px;
  height: 40px;
  background: center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDE2IDI1NnYtMTkyaC0xOTJ2MTkyaC0xNjBsMjU2IDI1NiAyNTYtMjU2aC0xNjB6TTAgNTc2aDY0MHY2NGgtNjQwdi02NHoiPjwvcGF0aD48L3N2Zz4=);
  background-size: 60%;
}

.jBox-image-download-button-text {
  white-space: nowrap;
  line-height: 40px;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 14px;
}

@-webkit-keyframes jBoxImageLoading {
  to {
    transform: rotate(360deg);
  }
}

@keyframes jBoxImageLoading {
  to {
    transform: rotate(360deg);
  }
}

.jBox-image-loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border: 4px solid #333;
  border-bottom-color: #666;
  -webkit-animation: jBoxImageLoading 1.2s linear infinite;
          animation: jBoxImageLoading 1.2s linear infinite;
  border-radius: 50%;
}

.jBox-Notice {
  transition: margin .2s;
}

.jBox-Notice .jBox-container {
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px -1px 0 0 rgba(0, 0, 0, 0.1);
}

.jBox-Notice .jBox-content {
  border-radius: 4px;
  padding: 12px 20px;
}

@media (max-width: 768px) {
  .jBox-Notice .jBox-content {
    padding: 10px 15px;
  }
}

@media (max-width: 500px) {
  .jBox-Notice .jBox-content {
    padding: 8px 10px;
  }
}

.jBox-Notice.jBox-hasTitle .jBox-content {
  padding-top: 5px;
}

@media (max-width: 500px) {
  .jBox-Notice.jBox-hasTitle .jBox-content {
    padding-top: 0;
  }
}

.jBox-Notice.jBox-hasTitle .jBox-title {
  padding: 12px 20px 0;
  font-weight: bold;
}

@media (max-width: 768px) {
  .jBox-Notice.jBox-hasTitle .jBox-title {
    padding: 10px 15px 0;
  }
}

@media (max-width: 500px) {
  .jBox-Notice.jBox-hasTitle .jBox-title {
    padding: 8px 10px 0;
  }
}

.jBox-Notice.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}

.jBox-Notice.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton {
  width: 40px;
}

.jBox-Notice.jBox-Notice-black .jBox-container {
  color: #fff;
  background: #000;
}

.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-gray .jBox-container {
  color: #222;
  background: #f6f6f6;
}

.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #222;
}

.jBox-Notice.jBox-Notice-red .jBox-container {
  color: #fff;
  background: #d00;
}

.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-green .jBox-container {
  color: #fff;
  background: #5d0;
}

.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-blue .jBox-container {
  color: #fff;
  background: #49d;
}

.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-yellow .jBox-container {
  color: #000;
  background: #fd0;
}

.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-NoticeFancy .jBox-content,
.jBox-NoticeFancy .jBox-title {
  padding-left: 25px;
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container {
  color: #fff;
  background: #000;
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  border-radius: 4px 0 0 4px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 14px 14px;
}

.jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,
.jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after {
  background-color: #888;
}

.jBox-NoticeFancy.jBox-Notice-red .jBox-container:after {
  background-color: #e00;
}

.jBox-NoticeFancy.jBox-Notice-green .jBox-container:after {
  background-color: #6c0;
}

.jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after {
  background-color: #49d;
}

.jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after {
  background-color: #fb0;
}

.jBox-NoticeFancy .jBox-countdown {
  left: 8px;
  border-radius: 0 4px 0 0;
}

.jBox-TooltipBorder .jBox-container,
.jBox-TooltipBorder .jBox-pointer:after {
  border: 2px solid #49d;
}

.jBox-TooltipBorder .jBox-pointer:after {
  width: 22px;
  height: 22px;
}

.jBox-TooltipBorder .jBox-pointer-top,
.jBox-TooltipBorder .jBox-pointer-bottom {
  width: 34px;
  height: 13px;
}

.jBox-TooltipBorder .jBox-pointer-top:after,
.jBox-TooltipBorder .jBox-pointer-bottom:after {
  left: 6px;
}

.jBox-TooltipBorder .jBox-pointer-left,
.jBox-TooltipBorder .jBox-pointer-right {
  width: 13px;
  height: 34px;
}

.jBox-TooltipBorder .jBox-pointer-left:after,
.jBox-TooltipBorder .jBox-pointer-right:after {
  top: 6px;
}

.jBox-TooltipBorder.jBox-closeButton-box:before {
  width: 28px;
  height: 28px;
  background: #49d;
}

.jBox-TooltipBorderThick .jBox-container {
  box-shadow: none;
  border-radius: 8px;
  border: 4px solid #ccc;
}

.jBox-TooltipBorderThick .jBox-pointer:after {
  box-shadow: none;
  border: 4px solid #ccc;
  width: 24px;
  height: 24px;
}

.jBox-TooltipBorderThick .jBox-pointer-top,
.jBox-TooltipBorderThick .jBox-pointer-bottom {
  width: 38px;
  height: 13px;
}

.jBox-TooltipBorderThick .jBox-pointer-left,
.jBox-TooltipBorderThick .jBox-pointer-right {
  width: 13px;
  height: 38px;
}

.jBox-TooltipBorderThick.jBox-closeButton-box:before {
  width: 32px;
  height: 32px;
  background: #ccc;
}

.jBox-TooltipDark .jBox-container {
  border-radius: 4px;
  background: #000;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.jBox-TooltipDark .jBox-pointer:after {
  background: #000;
}

.jBox-TooltipDark .jBox-closeButton {
  background: #000;
}

.jBox-TooltipDark.jBox-closeButton-box:before {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
  fill: #ddd;
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
  fill: #bbb;
}

.jBox-TooltipError {
  pointer-events: none;
}

.jBox-TooltipError .jBox-container {
  border-radius: 2px;
  background: #d00;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.jBox-TooltipError .jBox-content {
  padding: 0 10px;
  line-height: 28px;
}

.jBox-TooltipError .jBox-pointer:after {
  background: #d00;
  width: 20px;
  height: 20px;
}

.jBox-TooltipError .jBox-pointer-top, .jBox-TooltipError .jBox-pointer-bottom {
  width: 22px;
  height: 8px;
}

.jBox-TooltipError .jBox-pointer-right, .jBox-TooltipError .jBox-pointer-left {
  width: 8px;
  height: 22px;
}

.jBox-TooltipError .jBox-pointer-top:after {
  left: 1px;
  top: 6px;
}

.jBox-TooltipError .jBox-pointer-right:after {
  top: 1px;
  right: 6px;
}

.jBox-TooltipError .jBox-pointer-bottom:after {
  left: 1px;
  bottom: 6px;
}

.jBox-TooltipError .jBox-pointer-left:after {
  top: 1px;
  left: 6px;
}

.jBox-TooltipSmall {
  pointer-events: none;
}

.jBox-TooltipSmall .jBox-container {
  border-radius: 2px;
}

.jBox-TooltipSmall .jBox-content {
  padding: 0 10px;
  line-height: 28px;
}

.jBox-TooltipSmall .jBox-pointer:after {
  width: 20px;
  height: 20px;
}

.jBox-TooltipSmall .jBox-pointer-top, .jBox-TooltipSmall .jBox-pointer-bottom {
  width: 22px;
  height: 8px;
}

.jBox-TooltipSmall .jBox-pointer-right, .jBox-TooltipSmall .jBox-pointer-left {
  width: 8px;
  height: 22px;
}

.jBox-TooltipSmall .jBox-pointer-top:after {
  left: 1px;
  top: 6px;
}

.jBox-TooltipSmall .jBox-pointer-right:after {
  top: 1px;
  right: 6px;
}

.jBox-TooltipSmall .jBox-pointer-bottom:after {
  left: 1px;
  bottom: 6px;
}

.jBox-TooltipSmall .jBox-pointer-left:after {
  top: 1px;
  left: 6px;
}

.jBox-TooltipSmallGray {
  pointer-events: none;
}

.jBox-TooltipSmallGray .jBox-container {
  font-size: 13px;
  line-height: 24px;
  border-radius: 12px;
  background-image: linear-gradient(to bottom, #fafafa, #f2f2f2);
}

.jBox-TooltipSmallGray .jBox-content {
  padding: 0 10px;
}

.jBox-TooltipSmallGray .jBox-pointer:after {
  width: 20px;
  height: 20px;
}

.jBox-TooltipSmallGray .jBox-pointer-top, .jBox-TooltipSmallGray .jBox-pointer-bottom {
  width: 22px;
  height: 8px;
}

.jBox-TooltipSmallGray .jBox-pointer-left, .jBox-TooltipSmallGray .jBox-pointer-right {
  width: 8px;
  height: 22px;
}

.jBox-TooltipSmallGray .jBox-pointer-top:after {
  background: #fafafa;
  left: 1px;
  top: 6px;
}

.jBox-TooltipSmallGray .jBox-pointer-right:after {
  top: 1px;
  right: 6px;
}

.jBox-TooltipSmallGray .jBox-pointer-bottom:after {
  background: #f2f2f2;
  left: 1px;
  bottom: 6px;
}

.jBox-TooltipSmallGray .jBox-pointer-left:after {
  top: 1px;
  left: 6px;
}

/*# sourceMappingURL=jBox.all.css.map */

.dropzone,.dropzone *{box-sizing:border-box}.dropzone{position:relative}.dropzone .dz-preview{position:relative;display:inline-block;width:120px;margin:0.5em}.dropzone .dz-preview .dz-progress{display:block;height:15px;border:1px solid #aaa}.dropzone .dz-preview .dz-progress .dz-upload{display:block;height:100%;width:0;background:green}.dropzone .dz-preview .dz-error-message{color:red;display:none}.dropzone .dz-preview.dz-error .dz-error-message,.dropzone .dz-preview.dz-error .dz-error-mark{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{display:block}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{position:absolute;display:none;left:30px;top:30px;width:54px;height:58px;left:50%;margin-left:-27px}

@-webkit-keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%, 70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%, 70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@-webkit-keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,0.3);background:white;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:0.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:white}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 0.4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:0.5em 1.2em;color:white}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}

.dropzone {
  border: 1px dashed rgba(0,0,0,0.3);
  background-color: rgba(0,0,0,0.02);
  margin-bottom: 10px;
}

.dropzone .dz-message {
  padding: 30px 10;
  height: 80px;
  text-align: center;
}

.dz-message span {
  font-size:30px;
  color:gray;
}

.image-container {
  position: relative;
}

.images-gallery {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.images-gallery .image-container {
  flex-basis: 30%;
  margin-right: 15px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.imgs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-container {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.img-container:last-child {
  margin-bottom: 0 !important;
}

.media-over-icon-container  {
  position:absolute;
  right:10px;
  top:10px;
}

.media-over-icon-container a {
  color: white !important;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
      -webkit-flex-basis: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
      flex: 1 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }

trix-toolbar * {
  box-sizing: border-box; }

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }

trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }

@media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }

@media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }

trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }

trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }

trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }

trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }

@media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }

@media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }

trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

@media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }

trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }

trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%; }

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-dialogs {
  position: relative; }

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }

trix-toolbar .trix-dialog--link {
  max-width: 600px; }

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }

trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1 1; }

trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }

trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight; }

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }

trix-editor .attachment {
  position: relative; }

trix-editor .attachment:hover {
    cursor: default; }

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }

trix-editor .attachment__progress[value="100"] {
    opacity: 0; }

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }

trix-editor .trix-button-group {
  display: inline-flex; }

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }

trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }

trix-editor .trix-button.trix-active {
    background: #cbeefa; }

trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }

trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }

trix-editor .trix-button--remove:hover {
    border-color: #333; }

trix-editor .trix-button--remove:hover::before {
      opacity: 1; }

trix-editor .attachment__metadata-container {
  position: relative; }

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }

trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }

.trix-content {
  line-height: 1.5; }

.trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }

.trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }

.trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }

.trix-content li {
    margin-left: 1em; }

.trix-content [dir=rtl] li {
    margin-right: 1em; }

.trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }

.trix-content img {
    max-width: 100%;
    height: auto; }

.trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }

.trix-content .attachment a {
      color: inherit;
      text-decoration: none; }

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }

.trix-content .attachment__caption {
    text-align: center; }

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' \2022 '; }

.trix-content .attachment--preview {
    width: 100%;
    text-align: center; }

.trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }

.trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }

.trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }

.trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }


/*# sourceMappingURL=panel_css-8534bedb.css.map*/